Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ class HomeController extends Controller
public function index(Request $request): View
{
$activities = collect([
[
/* [
'title' => 'home.banner1_title',
'description' => 'home.banner1_description',
'url' => '/dream-jobs-in-digital',
'style_color' => 'background-image: linear-gradient(36.92deg, #1C4DA1 20.32%, #0040AE 28.24%);',
'btn_lang' => 'home.get_involved',
],
], */
[
'title' => 'October 11-26 ',
'description' => __('home.when_text'),
Expand Down
1 change: 1 addition & 0 deletions public/build/assets/app-CngudqtR.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/build/assets/app-DbzxqQzf.css

Large diffs are not rendered by default.

Binary file added public/images/guide/guide1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/guide/guide2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
171 changes: 0 additions & 171 deletions resources/views/static/<div.blade.php

This file was deleted.

3 changes: 1 addition & 2 deletions resources/views/static/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class="flex items-end duration-1000 home-activity codeweek-container-lg md:items
style="opacity: {{ $index === 0 ? 1 : 0 }}">
<div
class="px-6 py-10 max-md:w-full md:px-14 md:py-[4.5rem] bg-white rounded-[32px] z-10 relative">
@if ($index === 1)
@if ($index === 0)
<div x-data="countdownTimer('2025-10-14T00:00:00')" x-init="startCountdown()"
class="flex gap-2.5 items-start max-md:gap-2 max-sm:gap-1.5 mt-4 mb-4" role="timer"
aria-label="Countdown timer">
Expand Down Expand Up @@ -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

@php
$backgroundImages = [
asset('images/dream-jobs/dream_jobs_bg.png'),
asset('images/homepage/slide1.png'),
asset('images/search/search_bg_lg_2.jpeg'),
];
Expand Down
Loading