Skip to content

Commit ab95ba2

Browse files
authored
Merge pull request #2708 from codeeu/dev
Removed first slide and fixed invalid path issue
2 parents 73678ae + 8f5b272 commit ab95ba2

7 files changed

Lines changed: 5 additions & 175 deletions

File tree

app/Http/Controllers/HomeController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ class HomeController extends Controller
1010
public function index(Request $request): View
1111
{
1212
$activities = collect([
13-
[
13+
/* [
1414
'title' => 'home.banner1_title',
1515
'description' => 'home.banner1_description',
1616
'url' => '/dream-jobs-in-digital',
1717
'style_color' => 'background-image: linear-gradient(36.92deg, #1C4DA1 20.32%, #0040AE 28.24%);',
1818
'btn_lang' => 'home.get_involved',
19-
],
19+
], */
2020
[
2121
'title' => 'October 11-26 ',
2222
'description' => __('home.when_text'),

public/build/assets/app-CngudqtR.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/app-DbzxqQzf.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/images/guide/guide1.png

466 KB
Loading

public/images/guide/guide2.png

539 KB
Loading

resources/views/static/<div.blade.php

Lines changed: 0 additions & 171 deletions
This file was deleted.

resources/views/static/home.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class="flex items-end duration-1000 home-activity codeweek-container-lg md:items
3535
style="opacity: {{ $index === 0 ? 1 : 0 }}">
3636
<div
3737
class="px-6 py-10 max-md:w-full md:px-14 md:py-[4.5rem] bg-white rounded-[32px] z-10 relative">
38-
@if ($index === 1)
38+
@if ($index === 0)
3939
<div x-data="countdownTimer('2025-10-14T00:00:00')" x-init="startCountdown()"
4040
class="flex gap-2.5 items-start max-md:gap-2 max-sm:gap-1.5 mt-4 mb-4" role="timer"
4141
aria-label="Countdown timer">
@@ -117,7 +117,6 @@ class="absolute top-0 -translate-y-1/2 bg-yellow py-3 md:py-4 px-8 md:px-10 roun
117117

118118
@php
119119
$backgroundImages = [
120-
asset('images/dream-jobs/dream_jobs_bg.png'),
121120
asset('images/homepage/slide1.png'),
122121
asset('images/search/search_bg_lg_2.jpeg'),
123122
];

0 commit comments

Comments
 (0)