Skip to content

Commit e23b5e4

Browse files
authored
Merge pull request #3173 from codeeu/dev
2026 Certs update
2 parents cb5eeac + 6d0e38a commit e23b5e4

File tree

11 files changed

+313
-7
lines changed

11 files changed

+313
-7
lines changed

app/Http/Controllers/HomeController.php

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function index(Request $request): View
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' => 'home.banner5_title',
2222
'description' => 'home.banner5_description',
@@ -26,7 +26,7 @@ public function index(Request $request): View
2626
'url2' => null,
2727
'btn2_lang' => null
2828
],
29-
[
29+
[
3030
'title' => 'home.banner4_title',
3131
'description' => 'home.banner4_description',
3232
'url' => 'https://codeweek.eu/blog/digital-educator-awards-2025/',
@@ -61,6 +61,15 @@ public function index(Request $request): View
6161
'btn_lang' => 'home.meet_our_community',
6262
'url2' => null,
6363
'btn2_lang' => null
64+
],
65+
[
66+
'title' => 'home.banner7_title',
67+
'description' => 'home.banner7_description',
68+
'url' => '/blog/festive-acts-of-digital-kindness',
69+
'style_color' => 'background: linear-gradient(36.92deg, rgb(51, 194, 233) 20.32%, rgb(0, 179, 227) 28.24%);',
70+
'btn_lang' => 'home.learn_more',
71+
'url2' => null,
72+
'btn2_lang' => null
6473
]
6574
]);
6675
return view('static.home', compact('activities'));

resources/lang/en/home.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@
6363

6464
'banner7_title' => 'Festive acts of digital kindness',
6565
'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. ',
66+
6667
];
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
\documentclass[12pt]{article}
2+
\usepackage[T2A,T1]{fontenc}
3+
\usepackage[utf8]{inputenc}
4+
\usepackage[greek,russian,english]{babel}
5+
\usepackage{mathpazo}
6+
\renewcommand{\familydefault}{\sfdefault}
7+
\usepackage[landscape,a4paper]{geometry}
8+
\geometry{verbose,tmargin=0cm,bmargin=0cm,lmargin=3cm,rmargin=3cm}
9+
\usepackage{fancybox}
10+
\usepackage{calc}
11+
\usepackage{multicol}
12+
\usepackage{graphicx}
13+
\usepackage{url}
14+
\usepackage{eso-pic}
15+
\usepackage{textcomp}
16+
\usepackage{paratype}
17+
\usepackage{tgpagella}
18+
19+
20+
\DeclareFontFamilySubstitution{T2A}{\rmdefault}{PTSerif-TLF}
21+
22+
\newcommand\BackgroundPic{%
23+
\put(0,0){%
24+
\parbox[b][\paperheight]{\paperwidth}{%
25+
\vfill
26+
\centering
27+
\includegraphics[width=\paperwidth,height=\paperheight,%
28+
keepaspectratio]{images/excellence-2025.png}%
29+
\vfill
30+
}}}
31+
32+
33+
\begin{document}
34+
\AddToShipoutPicture{\BackgroundPic}
35+
~
36+
\vspace{2.4cm}
37+
~
38+
\begin{center}
39+
40+
\vspace{8.3cm}
41+
42+
{\centering\Huge\
43+
\begin{otherlanguage*}{russian}
44+
\textbf{<CERTIFICATE_HOLDER_NAME>}
45+
\end{otherlanguage*}
46+
\par}
47+
48+
\begin{table}[h]
49+
\footnotesize
50+
\begin{center}
51+
52+
\end{center}
53+
\end{table}
54+
55+
\vspace{-3cm}
56+
\end{center}
57+
\begin{table}[h]
58+
\footnotesize
59+
\begin{center}
60+
\begin{tabular}{lr}
61+
%~\hspace{0.7cm}
62+
\end{tabular}
63+
\end{center}
64+
\end{table}
65+
\vspace{-2.2cm}
66+
\begin{center}
67+
%\end{tabular}
68+
69+
\end{center}
70+
\end{document}
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
\documentclass[12pt]{article}
2+
\usepackage[T1,LGR,T2A]{fontenc}
3+
\usepackage[utf8]{inputenc}
4+
\usepackage[greek,russian,english]{babel}
5+
\usepackage{mathpazo}
6+
\renewcommand{\familydefault}{\sfdefault}
7+
\usepackage[landscape,a4paper]{geometry}
8+
\geometry{verbose,tmargin=0cm,bmargin=0cm,lmargin=3cm,rmargin=3cm}
9+
\usepackage{fancybox}
10+
\usepackage{calc}
11+
\usepackage{multicol}
12+
\usepackage{graphicx}
13+
\usepackage{url}
14+
\usepackage{eso-pic}
15+
\usepackage{textcomp}
16+
\usepackage{paratype}
17+
\usepackage{tgpagella}
18+
19+
20+
\DeclareFontFamilySubstitution{T2A}{\rmdefault}{PTSerif-TLF}
21+
22+
\newcommand\BackgroundPic{%
23+
\put(0,0){%
24+
\parbox[b][\paperheight]{\paperwidth}{%
25+
\vfill
26+
\centering
27+
\includegraphics[width=\paperwidth,height=\paperheight,%
28+
keepaspectratio]{images/excellence-2025.png}%
29+
\vfill
30+
}}}
31+
32+
33+
\begin{document}
34+
\AddToShipoutPicture{\BackgroundPic}
35+
~
36+
\vspace{2.4cm}
37+
~
38+
\begin{center}
39+
40+
\vspace{8.3cm}
41+
42+
{\centering\Huge\
43+
\begin{otherlanguage*}{russian}
44+
\textbf{<CERTIFICATE_HOLDER_NAME>}
45+
\end{otherlanguage*}
46+
\par}
47+
48+
\begin{table}[h]
49+
\footnotesize
50+
\begin{center}
51+
52+
\end{center}
53+
\end{table}
54+
55+
\vspace{-3cm}
56+
\end{center}
57+
\begin{table}[h]
58+
\footnotesize
59+
\begin{center}
60+
\begin{tabular}{lr}
61+
%~\hspace{0.7cm}
62+
\end{tabular}
63+
\end{center}
64+
\end{table}
65+
\vspace{-2.2cm}
66+
\begin{center}
67+
%\end{tabular}
68+
69+
\end{center}
70+
\end{document}
71+

resources/latex/participation.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
\textcolor{Slate600}{\fontsize{13}{13}\selectfont Has developed essential computational thinking skills} \\
4343
\textcolor{Slate600}{\fontsize{13}{13}\selectfont and contributed to the success of} \\
4444
\vspace{0.8cm}
45-
\textcolor{myorange}{\fontsize{36}{42}\selectfont EU CodeWeek 2025} \\
45+
\textcolor{myorange}{\fontsize{36}{42}\selectfont EU CodeWeek 2026} \\
4646
\vspace{0.8cm}
4747
\textcolor{Slate600}{\fontsize{13}{13}\selectfont by actively participating in the coding event} \\
4848
\vspace{0.5cm}

resources/latex/participation_greek.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
\textcolor{Slate600}{\fontsize{13}{13}\selectfont and contributed to the success of} \\
4949

5050
\vspace{0.8cm}
51-
\textcolor{myorange}{\fontsize{36}{42}\selectfont EU CodeWeek 2025} \\
51+
\textcolor{myorange}{\fontsize{36}{42}\selectfont EU CodeWeek 2026} \\
5252

5353
\vspace{0.8cm}
5454
\textcolor{Slate600}{\fontsize{13}{13}\selectfont by actively participating in the coding event} \\

resources/latex/participation_multilang.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
\textcolor{Slate600}{\fontsize{13}{13}\selectfont and contributed to the success of} \\
4949

5050
\vspace{0.8cm}
51-
\textcolor{myorange}{\fontsize{36}{42}\selectfont EU CodeWeek 2025} \\
51+
\textcolor{myorange}{\fontsize{36}{42}\selectfont EU CodeWeek 2026} \\
5252

5353
\vspace{0.8cm}
5454
\textcolor{Slate600}{\fontsize{13}{13}\selectfont by actively participating in the coding event} \\

resources/latex/participation_ukrainian.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
{\color{Slate600}\fontsize{13}{13}\selectfont Has developed essential computational thinking skills}\\
6464
{\color{Slate600}\fontsize{13}{13}\selectfont and contributed to the success of}\\[0.8cm]
6565

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

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

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
\documentclass[12pt]{article}
2+
\usepackage[T2A,T1]{fontenc}
3+
\usepackage[utf8]{inputenc}
4+
\usepackage[greek,russian,english]{babel}
5+
6+
\usepackage[landscape,a4paper]{geometry}
7+
\geometry{verbose,tmargin=0cm,bmargin=0cm,lmargin=3cm,rmargin=3cm}
8+
9+
\usepackage{fancybox}
10+
\usepackage{calc}
11+
\usepackage{multicol}
12+
\usepackage{graphicx}
13+
\usepackage{url}
14+
\usepackage{eso-pic}
15+
\usepackage{textcomp}
16+
\usepackage{paratype}
17+
\usepackage{tgpagella}
18+
\usepackage{xcolor}
19+
\usepackage{mathpazo} % (Optional) For Palatino style math fonts
20+
21+
% If you want a different main sans font:
22+
\renewcommand{\familydefault}{\sfdefault}
23+
24+
% Define custom colors
25+
\definecolor{Orange500}{HTML}{F95C22}
26+
\definecolor{Slate600}{HTML}{20262C}
27+
\definecolor{DarkBlue500}{HTML}{1C4DA1}
28+
\definecolor{GrayLine}{HTML}{858B91}
29+
30+
% Background image command
31+
\newcommand\BackgroundPic{%
32+
\put(0,0){%
33+
\parbox[b][\paperheight]{\paperwidth}{%
34+
\vfill
35+
\centering
36+
\includegraphics[width=\paperwidth,height=\paperheight,keepaspectratio]{images/super-organiser-2025.png}%
37+
\vfill
38+
}}}
39+
40+
\begin{document}
41+
\AddToShipoutPicture{\BackgroundPic}
42+
43+
% Some top spacing
44+
~
45+
\vspace{3.5cm}
46+
~
47+
\begin{center}
48+
\vspace{1.5cm}
49+
\textcolor{Orange500}{\fontsize{36}{42}\selectfont EU CodeWeek 2026} \\
50+
\vspace{0.5cm}
51+
\textcolor{Slate600}{\fontsize{13}{13}\selectfont The European Commission presents this} \\
52+
\vspace{1cm}
53+
\textcolor{DarkBlue500}{\fontsize{32}{32}\selectfont Certificate of Super Organiser} \\
54+
\vspace{0.5cm}
55+
\textcolor{Slate600}{\fontsize{13}{13}\selectfont To} \\
56+
\vspace{0.5cm}
57+
\textcolor{Orange500}{\fontsize{28}{32}\selectfont <CERTIFICATE_HOLDER_NAME>} \\
58+
\vspace{0.5cm}
59+
\textcolor{Slate600}{\fontsize{13}{13}\selectfont For Organising} \\
60+
\vspace{0.5cm}
61+
\textcolor{DarkBlue500}{\fontsize{20}{20}\selectfont
62+
\textbf{<NUMBER_OF_ACTIVITIES> coding activities in 2026}
63+
} \\
64+
\vspace{1cm}
65+
\textcolor{Slate600}{\fontsize{13}{13}\selectfont Brussels, <CERTIFICATE_DATE>} \\
66+
67+
68+
\end{center}
69+
70+
\end{document}
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
\documentclass[12pt]{article}
2+
\usepackage[T1,LGR,T2A]{fontenc}
3+
\usepackage[utf8]{inputenc}
4+
\usepackage[greek,russian,english]{babel}
5+
6+
\usepackage[landscape,a4paper]{geometry}
7+
\geometry{verbose,tmargin=0cm,bmargin=0cm,lmargin=3cm,rmargin=3cm}
8+
9+
\usepackage{fancybox}
10+
\usepackage{calc}
11+
\usepackage{multicol}
12+
\usepackage{graphicx}
13+
\usepackage{url}
14+
\usepackage{eso-pic}
15+
\usepackage{textcomp}
16+
\usepackage{paratype}
17+
\usepackage{tgpagella}
18+
\usepackage{xcolor}
19+
\usepackage{mathpazo}
20+
21+
\renewcommand{\familydefault}{\sfdefault}
22+
23+
\DeclareFontFamilySubstitution{T2A}{\rmdefault}{PTSerif-TLF}
24+
\DeclareFontFamilySubstitution{LGR}{\rmdefault}{udidot}
25+
26+
\definecolor{myblue}{RGB}{40, 53, 131}
27+
\definecolor{Orange500}{HTML}{F95C22}
28+
\definecolor{Slate600}{HTML}{20262C}
29+
\definecolor{DarkBlue500}{HTML}{1C4DA1}
30+
\definecolor{GrayLine}{HTML}{858B91}
31+
32+
\newcommand\BackgroundPic{%
33+
\put(0,0){%
34+
\parbox[b][\paperheight]{\paperwidth}{%
35+
\vfill
36+
\centering
37+
\includegraphics[width=\paperwidth,height=\paperheight,%
38+
keepaspectratio]{images/super-organiser-2025.png}%
39+
\vfill
40+
}}}
41+
42+
43+
\begin{document}
44+
\AddToShipoutPicture{\BackgroundPic}
45+
~
46+
\vspace{3.5cm}
47+
~
48+
\begin{center}
49+
\vspace{1.5cm}
50+
\textcolor{Orange500}{\fontsize{36}{42}\selectfont EU CodeWeek 2026} \\
51+
\vspace{0.5cm}
52+
\textcolor{Slate600}{\fontsize{13}{13}\selectfont The European Commission presents this} \\
53+
\vspace{1cm}
54+
\textcolor{DarkBlue500}{\fontsize{32}{32}\selectfont Certificate of Super Organiser} \\
55+
\vspace{0.5cm}
56+
\textcolor{Slate600}{\fontsize{13}{13}\selectfont To} \\
57+
\vspace{0.5cm}
58+
59+
% Greek translation for certificate holder
60+
\begin{otherlanguage*}{greek}
61+
\textcolor{Orange500}{\fontsize{28}{32}\selectfont <CERTIFICATE_HOLDER_NAME>}
62+
\end{otherlanguage*} \\
63+
64+
\vspace{0.5cm}
65+
\textcolor{Slate600}{\fontsize{13}{13}\selectfont For Organising} \\
66+
\vspace{0.5cm}
67+
68+
% Greek translation for activities
69+
\begin{otherlanguage*}{greek}
70+
\textcolor{DarkBlue500}{\fontsize{20}{20}\selectfont
71+
\textbf{<NUMBER_OF_ACTIVITIES> coding activities in 2026}
72+
}
73+
\end{otherlanguage*} \\
74+
75+
\vspace{1cm}
76+
77+
% Greek translation for Brussels date
78+
\begin{otherlanguage*}{greek}
79+
\textcolor{Slate600}{\fontsize{13}{13}\selectfont Βρυξέλλες, <CERTIFICATE_DATE>}
80+
\end{otherlanguage*} \\
81+
82+
\end{center}
83+
84+
\end{document}

0 commit comments

Comments
 (0)