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: 11 additions & 2 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,6 +61,15 @@ 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: 1 addition & 0 deletions resources/lang/en/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@

'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: 70 additions & 0 deletions resources/latex/excellence-2026.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
\documentclass[12pt]{article}
\usepackage[T2A,T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[greek,russian,english]{babel}
\usepackage{mathpazo}
\renewcommand{\familydefault}{\sfdefault}
\usepackage[landscape,a4paper]{geometry}
\geometry{verbose,tmargin=0cm,bmargin=0cm,lmargin=3cm,rmargin=3cm}
\usepackage{fancybox}
\usepackage{calc}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{url}
\usepackage{eso-pic}
\usepackage{textcomp}
\usepackage{paratype}
\usepackage{tgpagella}


\DeclareFontFamilySubstitution{T2A}{\rmdefault}{PTSerif-TLF}

\newcommand\BackgroundPic{%
\put(0,0){%
\parbox[b][\paperheight]{\paperwidth}{%
\vfill
\centering
\includegraphics[width=\paperwidth,height=\paperheight,%
keepaspectratio]{images/excellence-2025.png}%
\vfill
}}}


\begin{document}
\AddToShipoutPicture{\BackgroundPic}
~
\vspace{2.4cm}
~
\begin{center}

\vspace{8.3cm}

{\centering\Huge\
\begin{otherlanguage*}{russian}
\textbf{<CERTIFICATE_HOLDER_NAME>}
\end{otherlanguage*}
\par}

\begin{table}[h]
\footnotesize
\begin{center}

\end{center}
\end{table}

\vspace{-3cm}
\end{center}
\begin{table}[h]
\footnotesize
\begin{center}
\begin{tabular}{lr}
%~\hspace{0.7cm}
\end{tabular}
\end{center}
\end{table}
\vspace{-2.2cm}
\begin{center}
%\end{tabular}

\end{center}
\end{document}
71 changes: 71 additions & 0 deletions resources/latex/excellence_greek-2026.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
\documentclass[12pt]{article}
\usepackage[T1,LGR,T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[greek,russian,english]{babel}
\usepackage{mathpazo}
\renewcommand{\familydefault}{\sfdefault}
\usepackage[landscape,a4paper]{geometry}
\geometry{verbose,tmargin=0cm,bmargin=0cm,lmargin=3cm,rmargin=3cm}
\usepackage{fancybox}
\usepackage{calc}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{url}
\usepackage{eso-pic}
\usepackage{textcomp}
\usepackage{paratype}
\usepackage{tgpagella}


\DeclareFontFamilySubstitution{T2A}{\rmdefault}{PTSerif-TLF}

\newcommand\BackgroundPic{%
\put(0,0){%
\parbox[b][\paperheight]{\paperwidth}{%
\vfill
\centering
\includegraphics[width=\paperwidth,height=\paperheight,%
keepaspectratio]{images/excellence-2025.png}%
\vfill
}}}


\begin{document}
\AddToShipoutPicture{\BackgroundPic}
~
\vspace{2.4cm}
~
\begin{center}

\vspace{8.3cm}

{\centering\Huge\
\begin{otherlanguage*}{russian}
\textbf{<CERTIFICATE_HOLDER_NAME>}
\end{otherlanguage*}
\par}

\begin{table}[h]
\footnotesize
\begin{center}

\end{center}
\end{table}

\vspace{-3cm}
\end{center}
\begin{table}[h]
\footnotesize
\begin{center}
\begin{tabular}{lr}
%~\hspace{0.7cm}
\end{tabular}
\end{center}
\end{table}
\vspace{-2.2cm}
\begin{center}
%\end{tabular}

\end{center}
\end{document}

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 2025} \\
\textcolor{myorange}{\fontsize{36}{42}\selectfont EU CodeWeek 2026} \\
\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 2025} \\
\textcolor{myorange}{\fontsize{36}{42}\selectfont EU CodeWeek 2026} \\

\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 2025} \\
\textcolor{myorange}{\fontsize{36}{42}\selectfont EU CodeWeek 2026} \\

\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 2025}\\[0.8cm]
{\color{myorange}\fontsize{36}{42}\selectfont EU CodeWeek 2026}\\[0.8cm]

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

Expand Down
70 changes: 70 additions & 0 deletions resources/latex/super-organiser-2026.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
\documentclass[12pt]{article}
\usepackage[T2A,T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[greek,russian,english]{babel}

\usepackage[landscape,a4paper]{geometry}
\geometry{verbose,tmargin=0cm,bmargin=0cm,lmargin=3cm,rmargin=3cm}

\usepackage{fancybox}
\usepackage{calc}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{url}
\usepackage{eso-pic}
\usepackage{textcomp}
\usepackage{paratype}
\usepackage{tgpagella}
\usepackage{xcolor}
\usepackage{mathpazo} % (Optional) For Palatino style math fonts

% If you want a different main sans font:
\renewcommand{\familydefault}{\sfdefault}

% Define custom colors
\definecolor{Orange500}{HTML}{F95C22}
\definecolor{Slate600}{HTML}{20262C}
\definecolor{DarkBlue500}{HTML}{1C4DA1}
\definecolor{GrayLine}{HTML}{858B91}

% Background image command
\newcommand\BackgroundPic{%
\put(0,0){%
\parbox[b][\paperheight]{\paperwidth}{%
\vfill
\centering
\includegraphics[width=\paperwidth,height=\paperheight,keepaspectratio]{images/super-organiser-2025.png}%
\vfill
}}}

\begin{document}
\AddToShipoutPicture{\BackgroundPic}

% Some top spacing
~
\vspace{3.5cm}
~
\begin{center}
\vspace{1.5cm}
\textcolor{Orange500}{\fontsize{36}{42}\selectfont EU CodeWeek 2026} \\
\vspace{0.5cm}
\textcolor{Slate600}{\fontsize{13}{13}\selectfont The European Commission presents this} \\
\vspace{1cm}
\textcolor{DarkBlue500}{\fontsize{32}{32}\selectfont Certificate of Super Organiser} \\
\vspace{0.5cm}
\textcolor{Slate600}{\fontsize{13}{13}\selectfont To} \\
\vspace{0.5cm}
\textcolor{Orange500}{\fontsize{28}{32}\selectfont <CERTIFICATE_HOLDER_NAME>} \\
\vspace{0.5cm}
\textcolor{Slate600}{\fontsize{13}{13}\selectfont For Organising} \\
\vspace{0.5cm}
\textcolor{DarkBlue500}{\fontsize{20}{20}\selectfont
\textbf{<NUMBER_OF_ACTIVITIES> coding activities in 2026}
} \\
\vspace{1cm}
\textcolor{Slate600}{\fontsize{13}{13}\selectfont Brussels, <CERTIFICATE_DATE>} \\


\end{center}

\end{document}
84 changes: 84 additions & 0 deletions resources/latex/super-organiser_greek-2026.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
\documentclass[12pt]{article}
\usepackage[T1,LGR,T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[greek,russian,english]{babel}

\usepackage[landscape,a4paper]{geometry}
\geometry{verbose,tmargin=0cm,bmargin=0cm,lmargin=3cm,rmargin=3cm}

\usepackage{fancybox}
\usepackage{calc}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{url}
\usepackage{eso-pic}
\usepackage{textcomp}
\usepackage{paratype}
\usepackage{tgpagella}
\usepackage{xcolor}
\usepackage{mathpazo}

\renewcommand{\familydefault}{\sfdefault}

\DeclareFontFamilySubstitution{T2A}{\rmdefault}{PTSerif-TLF}
\DeclareFontFamilySubstitution{LGR}{\rmdefault}{udidot}

\definecolor{myblue}{RGB}{40, 53, 131}
\definecolor{Orange500}{HTML}{F95C22}
\definecolor{Slate600}{HTML}{20262C}
\definecolor{DarkBlue500}{HTML}{1C4DA1}
\definecolor{GrayLine}{HTML}{858B91}

\newcommand\BackgroundPic{%
\put(0,0){%
\parbox[b][\paperheight]{\paperwidth}{%
\vfill
\centering
\includegraphics[width=\paperwidth,height=\paperheight,%
keepaspectratio]{images/super-organiser-2025.png}%
\vfill
}}}


\begin{document}
\AddToShipoutPicture{\BackgroundPic}
~
\vspace{3.5cm}
~
\begin{center}
\vspace{1.5cm}
\textcolor{Orange500}{\fontsize{36}{42}\selectfont EU CodeWeek 2026} \\
\vspace{0.5cm}
\textcolor{Slate600}{\fontsize{13}{13}\selectfont The European Commission presents this} \\
\vspace{1cm}
\textcolor{DarkBlue500}{\fontsize{32}{32}\selectfont Certificate of Super Organiser} \\
\vspace{0.5cm}
\textcolor{Slate600}{\fontsize{13}{13}\selectfont To} \\
\vspace{0.5cm}

% Greek translation for certificate holder
\begin{otherlanguage*}{greek}
\textcolor{Orange500}{\fontsize{28}{32}\selectfont <CERTIFICATE_HOLDER_NAME>}
\end{otherlanguage*} \\

\vspace{0.5cm}
\textcolor{Slate600}{\fontsize{13}{13}\selectfont For Organising} \\
\vspace{0.5cm}

% Greek translation for activities
\begin{otherlanguage*}{greek}
\textcolor{DarkBlue500}{\fontsize{20}{20}\selectfont
\textbf{<NUMBER_OF_ACTIVITIES> coding activities in 2026}
}
\end{otherlanguage*} \\

\vspace{1cm}

% Greek translation for Brussels date
\begin{otherlanguage*}{greek}
\textcolor{Slate600}{\fontsize{13}{13}\selectfont Βρυξέλλες, <CERTIFICATE_DATE>}
\end{otherlanguage*} \\

\end{center}

\end{document}
3 changes: 2 additions & 1 deletion resources/views/static/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,12 @@ 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