mirror of
https://gitlab.com/OpenAlt/OpenAltRO/openalt-graphics/promo-graphics.git
synced 2026-09-24 14:26:50 +00:00
Init the repo
This commit is contained in:
commit
0d0a8cd0ab
12 changed files with 297 additions and 0 deletions
63
social_promo.tex
Normal file
63
social_promo.tex
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
\include{data.tex}
|
||||
|
||||
\documentclass{article}
|
||||
\usepackage[paperwidth=150mm, paperheight=150mm, margin=0cm]{geometry}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{fontawesome5}
|
||||
\usepackage{fontspec}
|
||||
\pagestyle{empty}
|
||||
|
||||
\setmainfont{Open Sans}[
|
||||
UprightFont = * Light,
|
||||
BoldFont = * Bold
|
||||
]
|
||||
|
||||
\definecolor{oablue}{HTML}{002B7F}
|
||||
\definecolor{oared}{HTML}{CE1126}
|
||||
\definecolor{oayellow}{HTML}{FCD116}
|
||||
\definecolor{oabgdark}{HTML}{0D1117}
|
||||
\definecolor{oagray}{HTML}{565656}
|
||||
|
||||
\pagecolor{oabgdark}
|
||||
\color{white}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\vspace*{0pt}
|
||||
|
||||
\begin{center}
|
||||
\includegraphics[width=0.6\paperwidth]{\oaLogoWhite}
|
||||
\end{center}
|
||||
|
||||
\vfill
|
||||
|
||||
\begin{center}
|
||||
{\fontsize{34pt}{38pt}\selectfont \oaDate}
|
||||
\end{center}
|
||||
|
||||
\vfill
|
||||
|
||||
\begin{center}
|
||||
{\fontsize{24pt}{28pt}\selectfont {\color{oayellow}\faMapMarker* \textbf{\oaLocation}}}
|
||||
\end{center}
|
||||
|
||||
\vspace{-10pt}
|
||||
|
||||
\begin{center}
|
||||
{\fontsize{12pt}{15pt}\selectfont \oaAddress}
|
||||
\end{center}
|
||||
|
||||
\vfill
|
||||
|
||||
\begin{center}
|
||||
{\fontsize{8pt}{10pt}\selectfont Meetup for enthusiasts of Free and Open Source technologies in Cluj-Napoca}
|
||||
\end{center}
|
||||
|
||||
\vfill
|
||||
|
||||
\begin{center}
|
||||
{\color{oagray} {\fontsize{12pt}{20pt}\faGlobe} {\fontsize{14pt}{20pt}\selectfont openalt.ro}}
|
||||
\end{center}
|
||||
|
||||
\end{document}
|
||||
Loading…
Add table
Add a link
Reference in a new issue