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
13 changes: 2 additions & 11 deletions app/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function index(Request $request): View
'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' => 'home.banner5_title',
'description' => 'home.banner5_description',
Expand All @@ -26,7 +26,7 @@ public function index(Request $request): View
'url2' => null,
'btn2_lang' => null
],
[
[
'title' => 'home.banner4_title',
'description' => 'home.banner4_description',
'url' => 'https://codeweek.eu/blog/digital-educator-awards-2025/',
Expand Down Expand Up @@ -61,15 +61,6 @@ public function index(Request $request): View
'btn_lang' => 'home.meet_our_community',
'url2' => null,
'btn2_lang' => null
],
[
'title' => 'home.banner7_title',
'description' => 'home.banner7_description',
'url' => '/blog/festive-acts-of-digital-kindness',
'style_color' => 'background: linear-gradient(36.92deg, rgb(51, 194, 233) 20.32%, rgb(0, 179, 227) 28.24%);',
'btn_lang' => 'home.learn_more',
'url2' => null,
'btn2_lang' => null
]
]);
return view('static.home', compact('activities'));
Expand Down
1 change: 0 additions & 1 deletion resources/lang/en/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@

'banner7_title' => 'Festive acts of digital kindness',
'banner7_description' => 'The holiday season is all about connection, kindness, and giving. But gifts don\'t have to come wrapped in paper with a bow on top. This December, we\'re inviting you to join us for something special: Festive Acts of Digital Kindness. ',

];
70 changes: 0 additions & 70 deletions resources/latex/excellence-2026.tex

This file was deleted.

71 changes: 0 additions & 71 deletions resources/latex/excellence_greek-2026.tex

This file was deleted.

2 changes: 1 addition & 1 deletion resources/latex/participation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
\textcolor{Slate600}{\fontsize{13}{13}\selectfont Has developed essential computational thinking skills} \\
\textcolor{Slate600}{\fontsize{13}{13}\selectfont and contributed to the success of} \\
\vspace{0.8cm}
\textcolor{myorange}{\fontsize{36}{42}\selectfont EU CodeWeek 2026} \\
\textcolor{myorange}{\fontsize{36}{42}\selectfont EU CodeWeek 2025} \\
\vspace{0.8cm}
\textcolor{Slate600}{\fontsize{13}{13}\selectfont by actively participating in the coding event} \\
\vspace{0.5cm}
Expand Down
2 changes: 1 addition & 1 deletion resources/latex/participation_greek.tex
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
\textcolor{Slate600}{\fontsize{13}{13}\selectfont and contributed to the success of} \\

\vspace{0.8cm}
\textcolor{myorange}{\fontsize{36}{42}\selectfont EU CodeWeek 2026} \\
\textcolor{myorange}{\fontsize{36}{42}\selectfont EU CodeWeek 2025} \\

\vspace{0.8cm}
\textcolor{Slate600}{\fontsize{13}{13}\selectfont by actively participating in the coding event} \\
Expand Down
2 changes: 1 addition & 1 deletion resources/latex/participation_multilang.tex
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
\textcolor{Slate600}{\fontsize{13}{13}\selectfont and contributed to the success of} \\

\vspace{0.8cm}
\textcolor{myorange}{\fontsize{36}{42}\selectfont EU CodeWeek 2026} \\
\textcolor{myorange}{\fontsize{36}{42}\selectfont EU CodeWeek 2025} \\

\vspace{0.8cm}
\textcolor{Slate600}{\fontsize{13}{13}\selectfont by actively participating in the coding event} \\
Expand Down
2 changes: 1 addition & 1 deletion resources/latex/participation_ukrainian.tex
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
{\color{Slate600}\fontsize{13}{13}\selectfont Has developed essential computational thinking skills}\\
{\color{Slate600}\fontsize{13}{13}\selectfont and contributed to the success of}\\[0.8cm]

{\color{myorange}\fontsize{36}{42}\selectfont EU CodeWeek 2026}\\[0.8cm]
{\color{myorange}\fontsize{36}{42}\selectfont EU CodeWeek 2025}\\[0.8cm]

{\color{Slate600}\fontsize{13}{13}\selectfont by actively participating in the coding event}\\[0.5cm]

Expand Down
70 changes: 0 additions & 70 deletions resources/latex/super-organiser-2026.tex

This file was deleted.

84 changes: 0 additions & 84 deletions resources/latex/super-organiser_greek-2026.tex

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 @@ -132,12 +132,11 @@ 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/csr/csr_about1.jpg'),
asset('/images/csr/csr_about1.jpg'),
asset('/images/dream-jobs/dream_jobs_bg.png'),
asset('/images/digital-girls/banner_bg.png'),
asset('images/homepage/slide1.png'),
asset('images/search/search_bg_lg_2.jpeg'),
asset('/images/homepage/festive_acts_of_digital_kindness.png'),
];
@endphp

Expand Down
Loading