Gros refactoring
62
backend/archives/pleineconfiance-halloween/a4paper/cover.tex
Normal file
|
@ -0,0 +1,62 @@
|
|||
\newpage
|
||||
|
||||
\thispagestyle{empty}
|
||||
|
||||
\noindent \textbf{Pleine Confiance} \emoji{🛡️}\emoji{🧘}
|
||||
|
||||
\noindent Cybersécurité, loi 25 et réputation web: ajoute des vies à ta business, comme dans Mario Bros, mais sans avoir à te péter la tête sur des briques ni devoir prendre des champignons verts.
|
||||
|
||||
\noindent Accompagnement personnalisé et tutoriels clé en main pour que tu respires enfin.
|
||||
|
||||
\noindent \url{https://jevalide.ca/confiance}
|
||||
|
||||
\vspace{12mm}
|
||||
|
||||
\noindent \textbf{Consultation Express} \emoji{🧠}
|
||||
|
||||
\noindent Utilise mon jus de cerveau pour tes besoins techno. Une rencontre virtuelle d’une heure, suivie d’un résumé et d’un plan d’action.
|
||||
|
||||
\noindent
|
||||
\begin{itemize}
|
||||
\item Sécurité et confidentialité : Sauvegardes, protection des données clients, délivrabilité courriel
|
||||
\item Recommandations personnalisées : Choix et configuration de logiciels adaptés à tes besoins
|
||||
\item Innovation durable : Auto-hébergement, bases de données, prototypage d'idées
|
||||
\end{itemize}
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent \url{https://jevalide.ca/express}
|
||||
|
||||
\vspace{12mm}
|
||||
|
||||
\noindent \textbf{Mastermind DéconstruIT} \emoji{⛏️}\emoji{🧱}
|
||||
|
||||
\noindent Un accompagnement de 6 mois pour \textbf{enfin réaliser tes projets technos} tout en développant ton autonomie.
|
||||
|
||||
\noindent \textbf{Libérons ensemble ton entreprise, ta clientèle et toi de l’oppression numérique}.
|
||||
|
||||
\noindent Travaillons de manière durable et alignée sur tes valeurs dans un environnement \textbf{sécuritaire, intime et engagé}. Tout en ayant bien du fun !
|
||||
|
||||
\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 Viens faire un tour sur mon site web \newline \url{https://jevalide.ca} \newline et mes réseaux sociaux \newline \url{https://jevalide.ca/liens/}
|
||||
|
||||
|
||||
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent J'ai fait la mise en page avec \LaTeX \ et mon logiciel Fabrique à documents.
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent C'est pas pire geek ça, non ?
|
||||
|
||||
\pagebreak
|
BIN
backend/archives/pleineconfiance-halloween/a4paper/fonds_a4.pdf
Normal file
BIN
backend/archives/pleineconfiance-halloween/a4paper/fonds_a4.png
Normal file
After Width: | Height: | Size: 252 KiB |
150
backend/archives/pleineconfiance-halloween/a4paper/fonds_a4.svg
Normal file
After Width: | Height: | Size: 314 KiB |
|
@ -0,0 +1,81 @@
|
|||
\usepackage[autolanguage]{numprint}
|
||||
|
||||
\usepackage[
|
||||
type={CC},
|
||||
modifier={by-sa},
|
||||
version={4.0},
|
||||
]{doclicense}
|
||||
|
||||
\usepackage{wallpaper}
|
||||
\makeatletter
|
||||
\ULCornerWallPaper{1}{./styles/pleineconfiance-halloween/a4paper/fonds_a4.pdf}
|
||||
\makeatother
|
||||
|
||||
\usepackage{listings}
|
||||
|
||||
\usepackage{xcolor}
|
||||
|
||||
\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
|
||||
}
|
||||
|
||||
% 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}
|
||||
|
||||
% Désactiver la justification et les césures pour tout le document
|
||||
\usepackage{ragged2e}
|
||||
\RaggedRight
|
||||
\setlength{\RaggedRightParindent}{0pt}
|
||||
\setlength{\parindent}{0pt}
|
||||
\setlength{\parskip}{1em}
|
||||
|
||||
% Désactiver les césures globalement
|
||||
\tolerance=1
|
||||
\emergencystretch=\maxdimen
|
||||
\hyphenpenalty=10000
|
||||
\exhyphenpenalty=10000
|
||||
|
||||
% S'assurer que les titres ne sont pas justifiés
|
||||
\usepackage{titlesec}
|
||||
\titleformat{\section}{\normalfont\Large\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
\titleformat{\subsection}{\normalfont\large\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
\titleformat{\subsubsection}{\normalfont\normalsize\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
|
||||
% Désactiver les césures dans la table des matières
|
||||
\usepackage{tocloft}
|
||||
\renewcommand{\cftsecfont}{\RaggedRight}
|
||||
\renewcommand{\cftsubsecfont}{\RaggedRight}
|
||||
\renewcommand{\cftsubsubsecfont}{\RaggedRight}
|
|
@ -0,0 +1,22 @@
|
|||
\newpage
|
||||
|
||||
\thispagestyle{empty}
|
||||
|
||||
\noindent Tu apprécies mes services ? Laisse-moi un commentaire \url{https://jevalide.ca/temoignage/} !\newline
|
||||
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent Tous droits réservés\ \newline \the\year{}\ -\ François Pelletier
|
||||
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent Viens faire un tour sur mon site web \newline \url{https://jevalide.ca} \newline et mes réseaux sociaux \newline \url{https://jevalide.ca/liens/}
|
||||
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent J'ai fait la mise en page avec \LaTeX \ et mon logiciel Fabrique à documents.
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent C'est pas pire geek ça, non ?
|
||||
|
||||
\pagebreak
|
After Width: | Height: | Size: 252 KiB |
After Width: | Height: | Size: 314 KiB |
|
@ -0,0 +1,85 @@
|
|||
\usepackage[autolanguage]{numprint}
|
||||
|
||||
\usepackage[
|
||||
type={CC},
|
||||
modifier={by-sa},
|
||||
version={4.0},
|
||||
]{doclicense}
|
||||
|
||||
\usepackage{wallpaper}
|
||||
\makeatletter
|
||||
\ULCornerWallPaper{1}{./styles/pleineconfiance-halloween/a4paper_prive/fonds_a4.pdf}
|
||||
\makeatother
|
||||
|
||||
\usepackage{listings}
|
||||
|
||||
\usepackage{xcolor}
|
||||
|
||||
\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
|
||||
}
|
||||
|
||||
% 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}
|
||||
|
||||
% Désactiver la justification et les césures pour tout le document
|
||||
\usepackage{ragged2e}
|
||||
\RaggedRight
|
||||
\setlength{\RaggedRightParindent}{0pt}
|
||||
\setlength{\parindent}{0pt}
|
||||
\setlength{\parskip}{1em}
|
||||
|
||||
% Désactiver les césures globalement
|
||||
\tolerance=1
|
||||
\emergencystretch=\maxdimen
|
||||
\hyphenpenalty=10000
|
||||
\exhyphenpenalty=10000
|
||||
|
||||
% S'assurer que les titres ne sont pas justifiés
|
||||
\usepackage{titlesec}
|
||||
\titleformat{\chapter}[display]
|
||||
{\normalfont\huge\bfseries\centering\RaggedRight}
|
||||
{\chaptertitlename\ \thechapter}{20pt}{\Huge}
|
||||
\titleformat{\section}{\normalfont\Large\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
\titleformat{\subsection}{\normalfont\large\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
\titleformat{\subsubsection}{\normalfont\normalsize\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
|
||||
% Désactiver les césures dans la table des matières
|
||||
\usepackage{tocloft}
|
||||
\renewcommand{\cftsecfont}{\RaggedRight}
|
||||
\renewcommand{\cftsubsecfont}{\RaggedRight}
|
||||
\renewcommand{\cftsubsubsecfont}{\RaggedRight}
|
||||
|
4
backend/archives/pleineconfiance-halloween/creer_pdf.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
for file in $(find . -name "*.png")
|
||||
do
|
||||
magick $file "${file%.png}.pdf"
|
||||
done
|
|
@ -0,0 +1,94 @@
|
|||
{
|
||||
"a4paper": {
|
||||
"linkcolor": "blue",
|
||||
"tocdepth": 3,
|
||||
"pdfengine": "lualatex",
|
||||
"fontsize": 12,
|
||||
"paperwidth": 2480,
|
||||
"paperheight": 3507,
|
||||
"margin": 200,
|
||||
"vmargin": 450,
|
||||
"fps": 15,
|
||||
"stilltime": 2
|
||||
},
|
||||
"a4paper_prive": {
|
||||
"linkcolor": "blue",
|
||||
"tocdepth": 3,
|
||||
"pdfengine": "lualatex",
|
||||
"fontsize": 12,
|
||||
"paperwidth": 2480,
|
||||
"paperheight": 3507,
|
||||
"margin": 200,
|
||||
"vmargin": 450,
|
||||
"fps": 15,
|
||||
"stilltime": 2
|
||||
},
|
||||
"lettre": {
|
||||
"linkcolor": "blue",
|
||||
"tocdepth": 3,
|
||||
"pdfengine": "lualatex",
|
||||
"fontsize": 12,
|
||||
"paperwidth": 2550,
|
||||
"paperheight": 3300,
|
||||
"margin": 200,
|
||||
"vmargin": 450,
|
||||
"fps": 15,
|
||||
"stilltime": 2
|
||||
},
|
||||
"lettre_prive": {
|
||||
"linkcolor": "blue",
|
||||
"tocdepth": 3,
|
||||
"pdfengine": "lualatex",
|
||||
"fontsize": 12,
|
||||
"paperwidth": 2550,
|
||||
"paperheight": 3300,
|
||||
"margin": 200,
|
||||
"vmargin": 450,
|
||||
"fps": 15,
|
||||
"stilltime": 2
|
||||
},
|
||||
"instagram-carre": {
|
||||
"linkcolor": "blue",
|
||||
"pdfengine": "lualatex",
|
||||
"fontsize": 14,
|
||||
"paperwidth": 1080,
|
||||
"paperheight": 1080,
|
||||
"margin": 108,
|
||||
"vmargin": 250,
|
||||
"fps": 15,
|
||||
"stilltime": 2
|
||||
},
|
||||
"instagram-story": {
|
||||
"linkcolor": "blue",
|
||||
"pdfengine": "lualatex",
|
||||
"fontsize": 14,
|
||||
"paperwidth": 1080,
|
||||
"paperheight": 1920,
|
||||
"margin": 108,
|
||||
"vmargin": 360,
|
||||
"fps": 15,
|
||||
"stilltime": 2
|
||||
},
|
||||
"instagram-fullscreen": {
|
||||
"linkcolor": "blue",
|
||||
"pdfengine": "lualatex",
|
||||
"fontsize": 14,
|
||||
"paperwidth": 1080,
|
||||
"paperheight": 1350,
|
||||
"margin": 108,
|
||||
"vmargin": 250,
|
||||
"fps": 15,
|
||||
"stilltime": 2
|
||||
},
|
||||
"slide169": {
|
||||
"linkcolor": "blue",
|
||||
"pdfengine": "lualatex",
|
||||
"fontsize": 14,
|
||||
"paperwidth": 2560,
|
||||
"paperheight": 1440,
|
||||
"margin": 108,
|
||||
"vmargin": 250,
|
||||
"fps": 15,
|
||||
"stilltime": 2
|
||||
}
|
||||
}
|
|
@ -0,0 +1,54 @@
|
|||
\newpage
|
||||
|
||||
\thispagestyle{empty}
|
||||
|
||||
\noindent Pleine Confiance \emoji{🛡️}\emoji{🧘}
|
||||
|
||||
\noindent Cybersécurité, loi 25 et réputation web: ajoute des vies à ta business, comme dans Mario Bros, mais sans avoir à te péter la tête sur des briques ni devoir prendre des champignons verts.
|
||||
|
||||
\noindent Accompagnement personnalisé et tutoriels clé en main pour que tu respires enfin.
|
||||
|
||||
\noindent \url{https://jevalide.ca/confiance}
|
||||
|
||||
\pagebreak
|
||||
|
||||
\noindent Consultation Express \emoji{🧠}
|
||||
|
||||
\noindent Utilise mon jus de cerveau pour tes besoins techno. Une rencontre virtuelle d’une heure, suivie d’un résumé et d’un plan d’action.
|
||||
|
||||
\noindent Sécurité et confidentialité, recommandations personnalisées, innovation durable
|
||||
|
||||
\noindent \url{https://jevalide.ca/express}
|
||||
|
||||
\pagebreak
|
||||
|
||||
\noindent \textbf{Mastermind DéconstruIT} \emoji{⛏️}\emoji{🧱}
|
||||
|
||||
\noindent Un accompagnement de 6 mois pour \textbf{enfin réaliser tes projets technos}.
|
||||
|
||||
\noindent \textbf{Libérons ensemble ton entreprise, ta clientèle et toi de l’oppression numérique}.
|
||||
|
||||
\noindent Travaillons de manière durable et alignée sur tes valeurs. Tout en ayant bien du fun !
|
||||
|
||||
\noindent \url{https://jevalide.ca/deconstruit}
|
||||
|
||||
\pagebreak
|
||||
|
||||
\noindent Tu apprécies ? \emoji{❤️} et partage !\newline
|
||||
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent Viens faire un tour sur mon site web \newline \url{https://jevalide.ca} \newline et mes réseaux sociaux \newline \url{https://jevalide.ca/liens/}
|
||||
|
||||
\pagebreak
|
||||
|
||||
\noindent Certains droits réservés\ \ccbysa\ \newline \the\year{}\ -\ François Pelletier
|
||||
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent J'ai fait la mise en page avec \LaTeX \ et mon logiciel Fabrique à documents.
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent C'est pas pire geek ça, non ?
|
||||
|
||||
\pagebreak
|
|
@ -0,0 +1,89 @@
|
|||
\usepackage[autolanguage]{numprint}
|
||||
|
||||
\usepackage[
|
||||
type={CC},
|
||||
modifier={by-sa},
|
||||
version={4.0},
|
||||
]{doclicense}
|
||||
|
||||
\usepackage{xcolor}
|
||||
|
||||
\usepackage{listings}
|
||||
|
||||
\usepackage{geometry}
|
||||
|
||||
\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/instagram-carre/instagram-1080x1080.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
|
||||
|
||||
\pagenumbering{gobble}
|
||||
\AddToHook{cmd/section/before}{\clearpage}
|
||||
\AddToHook{cmd/subsection/before}{\clearpage}
|
||||
|
||||
\usepackage{caption}
|
||||
\DeclareCaptionLabelFormat{nolabel}{}
|
||||
\captionsetup{labelformat=nolabel,textformat=empty}
|
||||
|
||||
\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}}
|
||||
}
|
||||
|
||||
% Désactiver la justification et les césures pour tout le document
|
||||
\usepackage{ragged2e}
|
||||
\RaggedRight
|
||||
\setlength{\RaggedRightParindent}{0pt}
|
||||
\setlength{\parindent}{0pt}
|
||||
\setlength{\parskip}{1em}
|
||||
|
||||
% Désactiver les césures globalement
|
||||
\tolerance=1
|
||||
\emergencystretch=\maxdimen
|
||||
\hyphenpenalty=10000
|
||||
\exhyphenpenalty=10000
|
||||
|
||||
% S'assurer que les titres ne sont pas justifiés
|
||||
\usepackage{titlesec}
|
||||
\titleformat{\chapter}[display]
|
||||
{\normalfont\huge\bfseries\centering\RaggedRight}
|
||||
{\chaptertitlename\ \thechapter}{20pt}{\Huge}
|
||||
\titleformat{\section}{\normalfont\Large\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
\titleformat{\subsection}{\normalfont\large\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
\titleformat{\subsubsection}{\normalfont\normalsize\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
|
||||
% Désactiver les césures dans la table des matières
|
||||
\usepackage{tocloft}
|
||||
\renewcommand{\cftsecfont}{\RaggedRight}
|
||||
\renewcommand{\cftsubsecfont}{\RaggedRight}
|
||||
\renewcommand{\cftsubsubsecfont}{\RaggedRight}
|
||||
|
After Width: | Height: | Size: 947 KiB |
After Width: | Height: | Size: 332 KiB |
|
@ -0,0 +1,59 @@
|
|||
\newpage
|
||||
|
||||
\thispagestyle{empty}
|
||||
|
||||
\noindent Pleine Confiance \emoji{🛡️}\emoji{🧘}
|
||||
|
||||
\noindent Cybersécurité, loi 25 et réputation web: ajoute des vies à ta business, comme dans Mario Bros, mais sans avoir à te péter la tête sur des briques ni devoir prendre des champignons verts.
|
||||
|
||||
\noindent Accompagnement personnalisé et tutoriels clé en main pour que tu respires enfin.
|
||||
|
||||
\noindent \url{https://jevalide.ca/confiance}
|
||||
|
||||
\pagebreak
|
||||
|
||||
\noindent Consultation Express \emoji{🧠}
|
||||
|
||||
\noindent Utilise mon jus de cerveau pour tes besoins techno. Une rencontre virtuelle d’une heure, suivie d’un résumé et d’un plan d’action.
|
||||
|
||||
\noindent
|
||||
\begin{itemize}
|
||||
\item Sécurité et confidentialité : Sauvegardes, protection des données clients, délivrabilité courriel
|
||||
\item Recommandations personnalisées : Choix et configuration de logiciels adaptés à tes besoins
|
||||
\item Innovation durable : Auto-hébergement, bases de données, prototypage d'idées
|
||||
\end{itemize}
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent \url{https://jevalide.ca/express}
|
||||
|
||||
\pagebreak
|
||||
|
||||
\noindent \textbf{Mastermind DéconstruIT} \emoji{⛏️}\emoji{🧱}
|
||||
|
||||
\noindent Un accompagnement de 6 mois pour \textbf{enfin réaliser tes projets technos} tout en développant ton autonomie.
|
||||
|
||||
\noindent \textbf{Libérons ensemble ton entreprise, ta clientèle et toi de l’oppression numérique}.
|
||||
|
||||
\noindent Travaillons de manière durable et alignée sur tes valeurs dans un environnement \textbf{sécuritaire, intime et engagé}. Tout en ayant bien du fun !
|
||||
|
||||
\noindent \url{https://jevalide.ca/deconstruit}
|
||||
|
||||
\pagebreak
|
||||
|
||||
\noindent Tu apprécies ? \emoji{❤️} et partage !\newline
|
||||
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent Viens faire un tour sur mon site web \newline \url{https://jevalide.ca} \newline et mes réseaux sociaux \newline \url{https://jevalide.ca/liens/}
|
||||
|
||||
\pagebreak
|
||||
|
||||
\noindent Certains droits réservés\ \ccbysa\ \newline \the\year{}\ -\ François Pelletier.\
|
||||
|
||||
|
||||
\noindent J'ai fait la mise en page avec \LaTeX \ et mon logiciel Fabrique à documents.
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent C'est pas pire geek ça, non ?
|
||||
|
||||
\pagebreak
|
|
@ -0,0 +1,88 @@
|
|||
\usepackage[autolanguage]{numprint}
|
||||
|
||||
\usepackage[
|
||||
type={CC},
|
||||
modifier={by-sa},
|
||||
version={4.0},
|
||||
]{doclicense}
|
||||
|
||||
\usepackage{xcolor}
|
||||
|
||||
\usepackage{listings}
|
||||
|
||||
\usepackage{geometry}
|
||||
|
||||
\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/instagram-fullscreen/instagram-1080x1350.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
|
||||
|
||||
\pagenumbering{gobble}
|
||||
\AddToHook{cmd/section/before}{\clearpage}
|
||||
\AddToHook{cmd/subsection/before}{\clearpage}
|
||||
|
||||
\usepackage{caption}
|
||||
\DeclareCaptionLabelFormat{nolabel}{}
|
||||
\captionsetup{labelformat=nolabel,textformat=empty}
|
||||
|
||||
\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}}
|
||||
}
|
||||
|
||||
% Désactiver la justification et les césures pour tout le document
|
||||
\usepackage{ragged2e}
|
||||
\RaggedRight
|
||||
\setlength{\RaggedRightParindent}{0pt}
|
||||
\setlength{\parindent}{0pt}
|
||||
\setlength{\parskip}{1em}
|
||||
|
||||
% Désactiver les césures globalement
|
||||
\tolerance=1
|
||||
\emergencystretch=\maxdimen
|
||||
\hyphenpenalty=10000
|
||||
\exhyphenpenalty=10000
|
||||
|
||||
% S'assurer que les titres ne sont pas justifiés
|
||||
\usepackage{titlesec}
|
||||
\titleformat{\chapter}[display]
|
||||
{\normalfont\huge\bfseries\centering\RaggedRight}
|
||||
{\chaptertitlename\ \thechapter}{20pt}{\Huge}
|
||||
\titleformat{\section}{\normalfont\Large\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
\titleformat{\subsection}{\normalfont\large\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
\titleformat{\subsubsection}{\normalfont\normalsize\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
|
||||
% Désactiver les césures dans la table des matières
|
||||
\usepackage{tocloft}
|
||||
\renewcommand{\cftsecfont}{\RaggedRight}
|
||||
\renewcommand{\cftsubsecfont}{\RaggedRight}
|
||||
\renewcommand{\cftsubsubsecfont}{\RaggedRight}
|
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 333 KiB |
|
@ -0,0 +1,60 @@
|
|||
\newpage
|
||||
|
||||
\thispagestyle{empty}
|
||||
|
||||
\noindent Pleine Confiance \emoji{🛡️}\emoji{🧘}
|
||||
|
||||
\noindent Cybersécurité, loi 25 et réputation web: ajoute des vies à ta business, comme dans Mario Bros, mais sans avoir à te péter la tête sur des briques ni devoir prendre des champignons verts.
|
||||
|
||||
\noindent Accompagnement personnalisé et tutoriels clé en main pour que tu respires enfin.
|
||||
|
||||
\noindent \url{https://jevalide.ca/confiance}
|
||||
|
||||
\pagebreak
|
||||
|
||||
\noindent Consultation Express \emoji{🧠}
|
||||
|
||||
\noindent Utilise mon jus de cerveau pour tes besoins techno. Une rencontre virtuelle d’une heure, suivie d’un résumé et d’un plan d’action.
|
||||
|
||||
\noindent
|
||||
\begin{itemize}
|
||||
\item Sécurité et confidentialité : Sauvegardes, protection des données clients, délivrabilité courriel
|
||||
\item Recommandations personnalisées : Choix et configuration de logiciels adaptés à tes besoins
|
||||
\item Innovation durable : Auto-hébergement, bases de données, prototypage d'idées
|
||||
\end{itemize}
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent \url{https://jevalide.ca/express}
|
||||
|
||||
\pagebreak
|
||||
|
||||
\noindent \textbf{Mastermind DéconstruIT} \emoji{⛏️}\emoji{🧱}
|
||||
|
||||
\noindent Un accompagnement de 6 mois pour \textbf{enfin réaliser tes projets technos} tout en développant ton autonomie.
|
||||
|
||||
\noindent \textbf{Libérons ensemble ton entreprise, ta clientèle et toi de l’oppression numérique}.
|
||||
|
||||
\noindent Travaillons de manière durable et alignée sur tes valeurs dans un environnement \textbf{sécuritaire, intime et engagé}. Tout en ayant bien du fun !
|
||||
|
||||
\noindent \url{https://jevalide.ca/deconstruit}
|
||||
|
||||
\pagebreak
|
||||
|
||||
\noindent Tu apprécies ? \emoji{❤️} et partage !\newline
|
||||
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent Viens faire un tour sur mon site web \newline \url{https://jevalide.ca} \newline et mes réseaux sociaux \newline \url{https://jevalide.ca/liens/}
|
||||
|
||||
\pagebreak
|
||||
|
||||
\noindent Certains droits réservés\ \ccbysa\ \newline \the\year{}\ -\ François Pelletier
|
||||
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent J'ai fait la mise en page avec \LaTeX \ et mon logiciel Fabrique à documents.
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent C'est pas pire geek ça, non ?
|
||||
|
||||
\pagebreak
|
|
@ -0,0 +1,91 @@
|
|||
\usepackage[autolanguage]{numprint}
|
||||
|
||||
\usepackage[
|
||||
type={CC},
|
||||
modifier={by-sa},
|
||||
version={4.0},
|
||||
]{doclicense}
|
||||
|
||||
\usepackage{xcolor}
|
||||
|
||||
\usepackage{listings}
|
||||
|
||||
\usepackage{geometry}
|
||||
|
||||
\definecolor{BleuPolice}{HTML}{C83737}
|
||||
|
||||
\lstset{
|
||||
basicstyle=\ttfamily,
|
||||
numbers=left,
|
||||
numberstyle=\footnotesize,
|
||||
stepnumber=2,
|
||||
numbersep=5pt,
|
||||
backgroundcolor=\color{BleuPolice},
|
||||
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/instagram-story/instagram-1080x1920.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
|
||||
|
||||
\pagenumbering{gobble}
|
||||
\AddToHook{cmd/section/before}{\clearpage}
|
||||
\AddToHook{cmd/subsection/before}{\clearpage}
|
||||
|
||||
\usepackage{caption}
|
||||
\DeclareCaptionLabelFormat{nolabel}{}
|
||||
\captionsetup{labelformat=nolabel,textformat=empty}
|
||||
|
||||
\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}}
|
||||
}
|
||||
|
||||
% Désactiver la justification et les césures pour tout le document
|
||||
\usepackage{ragged2e}
|
||||
\RaggedRight
|
||||
\setlength{\RaggedRightParindent}{0pt}
|
||||
\setlength{\parindent}{0pt}
|
||||
\setlength{\parskip}{1em}
|
||||
|
||||
% Désactiver les césures globalement
|
||||
\tolerance=1
|
||||
\emergencystretch=\maxdimen
|
||||
\hyphenpenalty=10000
|
||||
\exhyphenpenalty=10000
|
||||
|
||||
% S'assurer que les titres ne sont pas justifiés
|
||||
\usepackage{titlesec}
|
||||
\titleformat{\chapter}[display]
|
||||
{\normalfont\huge\bfseries\centering\RaggedRight}
|
||||
{\chaptertitlename\ \thechapter}{20pt}{\Huge}
|
||||
\titleformat{\section}{\normalfont\Large\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
\titleformat{\subsection}{\normalfont\large\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
\titleformat{\subsubsection}{\normalfont\normalsize\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
|
||||
% Désactiver les césures dans la table des matières
|
||||
\usepackage{tocloft}
|
||||
\renewcommand{\cftsecfont}{\RaggedRight}
|
||||
\renewcommand{\cftsubsecfont}{\RaggedRight}
|
||||
\renewcommand{\cftsubsubsecfont}{\RaggedRight}
|
||||
|
After Width: | Height: | Size: 1.5 MiB |
After Width: | Height: | Size: 329 KiB |
62
backend/archives/pleineconfiance-halloween/lettre/cover.tex
Normal file
|
@ -0,0 +1,62 @@
|
|||
\newpage
|
||||
|
||||
\thispagestyle{empty}
|
||||
|
||||
\noindent \textbf{Pleine Confiance} \emoji{🛡️}\emoji{🧘}
|
||||
|
||||
\noindent Cybersécurité, loi 25 et réputation web: ajoute des vies à ta business, comme dans Mario Bros, mais sans avoir à te péter la tête sur des briques ni devoir prendre des champignons verts.
|
||||
|
||||
\noindent Accompagnement personnalisé et tutoriels clé en main pour que tu respires enfin.
|
||||
|
||||
\noindent \url{https://jevalide.ca/confiance}
|
||||
|
||||
\vspace{12mm}
|
||||
|
||||
\noindent \textbf{Consultation Express} \emoji{🧠}
|
||||
|
||||
\noindent Utilise mon jus de cerveau pour tes besoins techno. Une rencontre virtuelle d’une heure, suivie d’un résumé et d’un plan d’action.
|
||||
|
||||
\noindent
|
||||
\begin{itemize}
|
||||
\item Sécurité et confidentialité : Sauvegardes, protection des données clients, délivrabilité courriel
|
||||
\item Recommandations personnalisées : Choix et configuration de logiciels adaptés à tes besoins
|
||||
\item Innovation durable : Auto-hébergement, bases de données, prototypage d'idées
|
||||
\end{itemize}
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent \url{https://jevalide.ca/express}
|
||||
|
||||
\vspace{12mm}
|
||||
|
||||
\noindent \textbf{Mastermind DéconstruIT} \emoji{⛏️}\emoji{🧱}
|
||||
|
||||
\noindent Un accompagnement de 6 mois pour \textbf{enfin réaliser tes projets technos} tout en développant ton autonomie.
|
||||
|
||||
\noindent \textbf{Libérons ensemble ton entreprise, ta clientèle et toi de l’oppression numérique}.
|
||||
|
||||
\noindent Travaillons de manière durable et alignée sur tes valeurs dans un environnement \textbf{sécuritaire, intime et engagé}. Tout en ayant bien du fun !
|
||||
|
||||
\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 Viens faire un tour sur mon site web \newline \url{https://jevalide.ca} \newline et mes réseaux sociaux \newline \url{https://jevalide.ca/liens/}
|
||||
|
||||
|
||||
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent J'ai fait la mise en page avec \LaTeX \ et mon logiciel Fabrique à documents.
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent C'est pas pire geek ça, non ?
|
||||
|
||||
\pagebreak
|
After Width: | Height: | Size: 759 KiB |
After Width: | Height: | Size: 349 KiB |
85
backend/archives/pleineconfiance-halloween/lettre/header.tex
Normal file
|
@ -0,0 +1,85 @@
|
|||
\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}
|
||||
|
||||
% Désactiver la justification et les césures pour tout le document
|
||||
\usepackage{ragged2e}
|
||||
\RaggedRight
|
||||
\setlength{\RaggedRightParindent}{0pt}
|
||||
\setlength{\parindent}{0pt}
|
||||
\setlength{\parskip}{1em}
|
||||
|
||||
% Désactiver les césures globalement
|
||||
\tolerance=1
|
||||
\emergencystretch=\maxdimen
|
||||
\hyphenpenalty=10000
|
||||
\exhyphenpenalty=10000
|
||||
|
||||
% S'assurer que les titres ne sont pas justifiés
|
||||
\usepackage{titlesec}
|
||||
\titleformat{\chapter}[display]
|
||||
{\normalfont\huge\bfseries\centering\RaggedRight}
|
||||
{\chaptertitlename\ \thechapter}{20pt}{\Huge}
|
||||
\titleformat{\section}{\normalfont\Large\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
\titleformat{\subsection}{\normalfont\large\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
\titleformat{\subsubsection}{\normalfont\normalsize\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
|
||||
% Désactiver les césures dans la table des matières
|
||||
\usepackage{tocloft}
|
||||
\renewcommand{\cftsecfont}{\RaggedRight}
|
||||
\renewcommand{\cftsubsecfont}{\RaggedRight}
|
||||
\renewcommand{\cftsubsubsecfont}{\RaggedRight}
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
\newpage
|
||||
|
||||
\thispagestyle{empty}
|
||||
|
||||
\noindent Tu apprécies mes services ? Laisse-moi un commentaire \url{https://jevalide.ca/temoignage/} !\newline
|
||||
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent Tous droits réservés\ \newline \the\year{}\ -\ François Pelletier
|
||||
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent Viens faire un tour sur mon site web \newline \url{https://jevalide.ca} \newline et mes réseaux sociaux \newline \url{https://jevalide.ca/liens/}
|
||||
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent J'ai fait la mise en page avec \LaTeX \ et mon logiciel Fabrique à documents.
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent C'est pas pire geek ça, non ?
|
||||
|
||||
\pagebreak
|
After Width: | Height: | Size: 759 KiB |
After Width: | Height: | Size: 349 KiB |
|
@ -0,0 +1,85 @@
|
|||
\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}
|
||||
|
||||
% Désactiver la justification et les césures pour tout le document
|
||||
\usepackage{ragged2e}
|
||||
\RaggedRight
|
||||
\setlength{\RaggedRightParindent}{0pt}
|
||||
\setlength{\parindent}{0pt}
|
||||
\setlength{\parskip}{1em}
|
||||
|
||||
% Désactiver les césures globalement
|
||||
\tolerance=1
|
||||
\emergencystretch=\maxdimen
|
||||
\hyphenpenalty=10000
|
||||
\exhyphenpenalty=10000
|
||||
|
||||
% S'assurer que les titres ne sont pas justifiés
|
||||
\usepackage{titlesec}
|
||||
\titleformat{\chapter}[display]
|
||||
{\normalfont\huge\bfseries\centering\RaggedRight}
|
||||
{\chaptertitlename\ \thechapter}{20pt}{\Huge}
|
||||
\titleformat{\section}{\normalfont\Large\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
\titleformat{\subsection}{\normalfont\large\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
\titleformat{\subsubsection}{\normalfont\normalsize\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
|
||||
% Désactiver les césures dans la table des matières
|
||||
\usepackage{tocloft}
|
||||
\renewcommand{\cftsecfont}{\RaggedRight}
|
||||
\renewcommand{\cftsubsecfont}{\RaggedRight}
|
||||
\renewcommand{\cftsubsubsecfont}{\RaggedRight}
|
||||
|
|
@ -0,0 +1,62 @@
|
|||
\newpage
|
||||
|
||||
\thispagestyle{empty}
|
||||
|
||||
\noindent Pleine Confiance \emoji{🛡️}\emoji{🧘}
|
||||
|
||||
\noindent Cybersécurité, loi 25 et réputation web: ajoute des vies à ta business, comme dans Mario Bros, mais sans avoir à te péter la tête sur des briques ni devoir prendre des champignons verts.
|
||||
|
||||
\noindent Accompagnement personnalisé et tutoriels clé en main pour que tu respires enfin.
|
||||
|
||||
\noindent \url{https://jevalide.ca/confiance}
|
||||
|
||||
\pagebreak
|
||||
|
||||
\noindent Consultation Express \emoji{🧠}
|
||||
|
||||
\noindent Utilise mon jus de cerveau pour tes besoins techno. Une rencontre virtuelle d’une heure, suivie d’un résumé et d’un plan d’action.
|
||||
|
||||
\noindent
|
||||
\begin{itemize}
|
||||
\item Sécurité et confidentialité : Sauvegardes, protection des données clients, délivrabilité courriel
|
||||
\item Recommandations personnalisées : Choix et configuration de logiciels adaptés à tes besoins
|
||||
\item Innovation durable : Auto-hébergement, bases de données, prototypage d'idées
|
||||
\end{itemize}
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent \url{https://jevalide.ca/express}
|
||||
|
||||
\pagebreak
|
||||
|
||||
\noindent \textbf{Mastermind DéconstruIT} \emoji{⛏️}\emoji{🧱}
|
||||
|
||||
\noindent Un accompagnement de 6 mois pour \textbf{enfin réaliser tes projets technos} tout en développant ton autonomie.
|
||||
|
||||
\noindent \textbf{Libérons ensemble ton entreprise, ta clientèle et toi de l’oppression numérique}.
|
||||
|
||||
\noindent Travaillons de manière durable et alignée sur tes valeurs dans un environnement \textbf{sécuritaire, intime et engagé}. Tout en ayant bien du fun !
|
||||
|
||||
\noindent \url{https://jevalide.ca/deconstruit}
|
||||
|
||||
\pagebreak
|
||||
|
||||
\noindent Tu apprécies ? \emoji{❤️} et partage !\newline
|
||||
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent Viens faire un tour sur mon site web \newline \url{https://jevalide.ca} \newline et mes réseaux sociaux \newline \url{https://jevalide.ca/liens/}
|
||||
|
||||
\pagebreak
|
||||
|
||||
\noindent Certains droits réservés\ \ccbysa\ \newline \the\year{}\ -\ François Pelletier
|
||||
|
||||
|
||||
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent J'ai fait la mise en page avec \LaTeX \ et mon logiciel Fabrique à documents.
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent C'est pas pire geek ça, non ?
|
||||
|
||||
\pagebreak
|
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 293 KiB |
|
@ -0,0 +1,86 @@
|
|||
\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/slide169/fonds_slide.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
|
||||
|
||||
\pagenumbering{gobble}
|
||||
\AddToHook{cmd/section/before}{\clearpage}
|
||||
\AddToHook{cmd/subsection/before}{\clearpage}
|
||||
|
||||
\usepackage{caption}
|
||||
\DeclareCaptionLabelFormat{nolabel}{}
|
||||
\captionsetup{labelformat=nolabel,textformat=empty}
|
||||
|
||||
\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}}
|
||||
}
|
||||
|
||||
% Désactiver la justification et les césures pour tout le document
|
||||
\usepackage{ragged2e}
|
||||
\RaggedRight
|
||||
\setlength{\RaggedRightParindent}{0pt}
|
||||
\setlength{\parindent}{0pt}
|
||||
\setlength{\parskip}{1em}
|
||||
|
||||
% Désactiver les césures globalement
|
||||
\tolerance=1
|
||||
\emergencystretch=\maxdimen
|
||||
\hyphenpenalty=10000
|
||||
\exhyphenpenalty=10000
|
||||
|
||||
% S'assurer que les titres ne sont pas justifiés
|
||||
\usepackage{titlesec}
|
||||
\titleformat{\chapter}[display]
|
||||
{\normalfont\huge\bfseries\centering\RaggedRight}
|
||||
{\chaptertitlename\ \thechapter}{20pt}{\Huge}
|
||||
\titleformat{\section}{\normalfont\Large\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
\titleformat{\subsection}{\normalfont\large\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
\titleformat{\subsubsection}{\normalfont\normalsize\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
|
||||
% Désactiver les césures dans la table des matières
|
||||
\usepackage{tocloft}
|
||||
\renewcommand{\cftsecfont}{\RaggedRight}
|
||||
\renewcommand{\cftsubsecfont}{\RaggedRight}
|
||||
\renewcommand{\cftsubsubsecfont}{\RaggedRight}
|