Skip to content

Commit

Permalink
Added updated SuperOrganiser certificates for 2024 including Greek su…
Browse files Browse the repository at this point in the history
…pport
  • Loading branch information
bernardhanna committed Feb 28, 2025
1 parent c957e8c commit 2513da1
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 0 deletions.
70 changes: 70 additions & 0 deletions resources/latex/SuperOrganiser-2024.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 2024} \\
\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 2024}
} \\
\vspace{1cm}
\textcolor{Slate600}{\fontsize{13}{13}\selectfont Brussels, <CERTIFICATE_DATE>} \\


\end{center}

\end{document}
84 changes: 84 additions & 0 deletions resources/latex/SuperOrganiser_greek-2024.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 2024} \\
\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 2024}
}
\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}

0 comments on commit 2513da1

Please sign in to comment.