Ajout du thème Halloween

This commit is contained in:
François Pelletier 2024-10-09 00:14:28 -04:00
parent 903f825e07
commit dae1e277c5
42 changed files with 2647 additions and 0 deletions

View file

@ -0,0 +1,53 @@
\newpage
\thispagestyle{empty}
\noindent \textbf{Pleine Confiance} \emoji{🛡️}\emoji{🧘}
\noindent Protection techno guidée par l'humain: cybersécurité, loi 25 et courriels
\noindent Tutoriels clé en main et accompagnement personnalisé pour que tu respires enfin.
\noindent \url{https://jevalide.ca/confiance}
\vspace{12mm}
\noindent \textbf{Consultation Express} \emoji{🧠}
\noindent Utilise mon jus de cerveau \emoji{🧠} pour tes besoins techno immédiats avec ce format d'une heure.
\noindent choix de logiciels, diagnostic, cybersécurité, loi 25, délivrabilité courriel
\noindent \url{https://jevalide.ca/express}
\vspace{12mm}
\noindent \textbf{Mastermind DéconstruIT} \emoji{⛏️}\emoji{🧱}
\noindent Libère ton entreprise, ta clientèle et toi de l'oppression numérique. Une communauté intime et engagée pour que tu réalises enfin tes projets techno.
\noindent \url{https://jevalide.ca/deconstruit}
\pagebreak
\noindent Tu apprécies ? \emoji{❤️} et partage !\newline
\leavevmode \newline
\noindent Certains droits réservés\ \ccbysa\ \newline \the\year{}\ -\ François Pelletier
\leavevmode \newline
\noindent Visite mon site web au \url{https://jevalide.ca} et mes réseaux sociaux au \url{https://jevalide.ca/liens/}
\leavevmode \newline
\noindent Publié le \today
\leavevmode \newline
\noindent Mise en page effectuée avec \LaTeX \ et mon logiciel Fabrique à documents
\pagebreak

Binary file not shown.

After

Width:  |  Height:  |  Size: 764 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 349 KiB

View file

@ -0,0 +1,57 @@
\usepackage[french]{babel} % Césure en français
\usepackage[autolanguage]{numprint}
\usepackage[
type={CC},
modifier={by-sa},
version={4.0},
]{doclicense}
\usepackage{xcolor}
\usepackage{listings}
\lstset{
basicstyle=\ttfamily,
numbers=left,
numberstyle=\footnotesize,
stepnumber=2,
numbersep=5pt,
backgroundcolor=\color{black!10},
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2,
captionpos=b,
breaklines=true,
breakatwhitespace=true,
breakautoindent=true,
linewidth=\textwidth
}
\usepackage{wallpaper}
\makeatletter
\ULCornerWallPaper{1}{./styles/pleineconfiance-halloween/lettre/fonds_lettre.pdf}
\makeatother
% Override default figure placement To be within the flow of the text rather
% than on it's own page.
\usepackage{float}
\makeatletter
\def\fps@figure{H}
\makeatother
\usepackage{fontspec}
\setmainfont[Path=font/FiraSans/]{FiraSans-Medium.ttf}
\setsansfont[Path=font/FiraSans/]{FiraSans-Book.ttf}
\setmonofont[Path=font/SourceCodePro/]{SourceCodePro-Regular.ttf}
\newcommand{\emoji}[1]{
{\setmainfont[Path=font/NotoColorEmoji/]{NotoColorEmoji.ttf}[Renderer=Harfbuzz]{#1}}
}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyhf[rh]{\thepage}
\renewcommand\headrulewidth{0pt}