Ajout style tonamigeek

This commit is contained in:
François Pelletier 2025-01-29 18:06:32 -05:00
parent 620d52ca96
commit bd2501a0d6
59 changed files with 1481 additions and 0 deletions

View file

@ -0,0 +1,58 @@
{
"instagram-carre": {
"linkcolor": "blue",
"pdfengine": "lualatex",
"fontsize": 14,
"paperwidth": 1080,
"paperheight": 1080,
"margin": 90,
"vmargin": 180,
"fps": 15,
"stilltime": 2
},
"instagram-story": {
"linkcolor": "blue",
"pdfengine": "lualatex",
"fontsize": 14,
"paperwidth": 1080,
"paperheight": 1920,
"margin": 90,
"vmargin": 180,
"fps": 15,
"stilltime": 2
},
"instagram-fullscreen": {
"linkcolor": "blue",
"pdfengine": "lualatex",
"fontsize": 14,
"paperwidth": 1080,
"paperheight": 1350,
"margin": 90,
"vmargin": 180,
"fps": 15,
"stilltime": 2
},
"slide169": {
"linkcolor": "blue",
"pdfengine": "lualatex",
"fontsize": 14,
"paperwidth": 2560,
"paperheight": 1440,
"margin": 108,
"vmargin": 250,
"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
}
}

View file

@ -0,0 +1,56 @@
\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 Inscription: \url{https://jevalide.ca/confiance}
\pagebreak
\noindent Consultation Express \emoji{🧠}
\noindent Utilise mon jus de cerveau pour tes besoins techno. Une rencontre virtuelle dune heure, suivie dun résumé et dun plan daction.
\noindent Sécurité et confidentialité, recommandations personnalisées, innovation durable
\noindent \url{https://jevalide.ca/express}
\pagebreak
\noindent \textbf{Mentorat 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 loppression 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

View file

@ -0,0 +1,84 @@
\usepackage[french]{babel} % Césure en français
\usepackage[autolanguage]{numprint}
\usepackage[
type={CC},
modifier={by-sa},
version={4.0},
]{doclicense}
% Define custom colors
\definecolor{titleColor}{HTML}{D9A520}
\definecolor{textColor}{HTML}{DFDDDD}
\definecolor{codeBackgroundColor}{HTML}{1C1C1C}
\definecolor{codeTextColor}{HTML}{D2D0D0}
\usepackage{listings}
\lstset{
basicstyle=\ttfamily\color{codeTextColor},
numbers=left,
numberstyle=\footnotesize\color{codeTextColor},
stepnumber=2,
numbersep=5pt,
backgroundcolor=\color{codeBackgroundColor},
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2,
captionpos=b,
breaklines=true,
breakatwhitespace=true,
breakautoindent=true,
linewidth=\textwidth
}
\usepackage{wallpaper}
\makeatletter
\ULCornerWallPaper{1}{./styles/rituels-numeriques/instagram-carre/post-rituels-numeriques-1080-1080-jaune.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}
% Specify different font for section headings
\usepackage{titlesec}
\usepackage{titling}
\newfontfamily\headingfont[Path=font/Cinzel/]{Cinzel-SemiBold.ttf}
\titleformat*{\section}{\LARGE\headingfont}
\titleformat*{\subsection}{\Large\headingfont}
\titleformat*{\subsubsection}{\large\headingfont}
\renewcommand{\maketitlehooka}{\headingfont}
% Set colors for headings and text
\titleformat*{\section}{\LARGE\headingfont\color{titleColor}}
\titleformat*{\subsection}{\Large\headingfont\color{titleColor}}
\titleformat*{\subsubsection}{\large\headingfont\color{titleColor}}
\titleformat*{\paragraph}{\normalsize\headingfont\color{titleColor}}
\titleformat*{\subparagraph}{\small\headingfont\color{titleColor}}
\renewcommand{\maketitlehooka}{\headingfont\color{titleColor}}
% Set default text color
\color{textColor}
\newcommand{\emoji}[1]{
{\setmainfont[Path=font/NotoColorEmoji/]{NotoColorEmoji.ttf}[Renderer=Harfbuzz]{#1}}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View file

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="1080"
height="1080"
viewBox="0 0 285.75 285.74999"
version="1.1"
id="svg1"
inkscape:version="1.4 (e7c3feb1, 2024-10-09)"
sodipodi:docname="post-tonamigeek-1080-1080-jaune.svg"
xml:space="preserve"
inkscape:export-filename="post-rituels-numeriques-1080-1080-jaune.pdf"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
inkscape:zoom="0.38448931"
inkscape:cx="707.43189"
inkscape:cy="117.03836"
inkscape:window-width="1920"
inkscape:window-height="1119"
inkscape:window-x="2560"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1-5"
showguides="false" /><defs
id="defs1"><inkscape:path-effect
effect="fillet_chamfer"
id="path-effect13"
is_visible="true"
lpeversion="1"
nodesatellites_param="C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 | C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1"
radius="3"
unit="px"
method="auto"
mode="C"
chamfer_steps="1"
flexible="false"
use_knot_distance="true"
apply_no_radius="true"
apply_with_radius="true"
only_selected="false"
hide_knots="false" /><style
id="style1">
.cls-1 {
fill: #ccc;
}
</style><inkscape:path-effect
effect="fillet_chamfer"
id="path-effect13-8"
is_visible="true"
lpeversion="1"
nodesatellites_param="C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 | C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1"
radius="3"
unit="px"
method="auto"
mode="F"
chamfer_steps="1"
flexible="false"
use_knot_distance="true"
apply_no_radius="true"
apply_with_radius="true"
only_selected="false"
hide_knots="false" /><style
id="style1-6">
.cls-1 {
fill: #ccc;
}
</style></defs><g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(239.11618,210.6644)"
style="display:inline"><rect
style="fill:#00091a;fill-opacity:1;stroke-width:0.648093"
id="rect1"
width="285.75"
height="285.75"
x="-239.11618"
y="-210.6644" /><g
inkscape:label="Calque 1"
id="layer1-5"
transform="translate(-254.00001,0.06082662)"
style="display:inline"><rect
style="fill:#00091a;fill-opacity:1;stroke-width:0.264583"
id="rect1-7"
width="285.75"
height="47.625"
x="14.883826"
y="27.399773" /><g
id="g1"
transform="matrix(1.4173946,0,0,1.4173946,27.924037,28.533734)"
style="fill:#d9a520;fill-opacity:1"><path
d="M 19.5,23 V 9.983 L 25.632,11.626 21.879,25.631 18.74,24.79 C 19.207,24.335 19.5,23.702 19.5,23 Z"
id="path1"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 29.966,9.94 24.79,29.259 c -0.143,0.533 -0.691,0.85 -1.225,0.707 L 10.042,26.343 C 9.637,26.234 9.36,25.892 9.31,25.5 h 6.281 l 6.623,1.774 c 0.065,0.018 0.131,0.025 0.194,0.025 0.332,0 0.635,-0.221 0.725,-0.556 l 4.142,-15.455 c 0.052,-0.192 0.024,-0.397 -0.075,-0.569 -0.099,-0.172 -0.264,-0.298 -0.455,-0.35 L 19.5,8.43 V 6.101 l 9.759,2.615 c 0.533,0.142 0.85,0.691 0.707,1.224 z"
id="path2"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 17,2 H 3 C 2.448,2 2,2.448 2,3 v 20 c 0,0.552 0.448,1 1,1 h 14 c 0.552,0 1,-0.448 1,-1 V 3 C 18,2.448 17.552,2 17,2 Z M 6,13 C 5.973,10.537 8.302,8.589 10.719,9.072 9.055,10.889 10.508,14.084 13,14 13.318,14 13.619,13.937 13.907,13.845 12.862,18.454 6.068,17.775 6,13 Z"
id="path3"
style="fill:#d9a520;fill-opacity:1" /></g><text
xml:space="preserve"
style="font-weight:500;font-size:16.9333px;line-height:1.2;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Medium';text-align:start;writing-mode:lr-tb;direction:ltr;text-anchor:start;fill:#d9a520;fill-opacity:1;stroke-width:0.264583"
x="157.34395"
y="45.954483"
id="text1"><tspan
sodipodi:role="line"
style="font-size:16.9333px;line-height:1.2;text-align:center;text-anchor:middle;fill:#d9a520;fill-opacity:1;stroke-width:0.264583"
x="157.34395"
y="45.954483"
id="tspan8">TON AMI GEEK</tspan><tspan
sodipodi:role="line"
style="font-size:16.9333px;line-height:1.2;text-align:center;text-anchor:middle;fill:#d9a520;fill-opacity:1;stroke-width:0.264583"
x="157.34395"
y="66.274445"
id="tspan2">JEVALIDE.CA</tspan></text><g
id="g13"
transform="matrix(1.375,0,0,1.375,-99.508519,-17.220227)"
style="fill:#d9a520;fill-opacity:1"><path
d="m 260.94633,48.175766 v 2.50734 c 0,2.03835 1.05516,3.83223 2.64583,4.872571 v 1.176672 c 0,0.6731 -0.5035,1.237391 -1.17977,1.314649 l -4.09381,0.503845 c -1.93781,0.238125 -3.46063,1.771501 -3.68711,3.710368 l -0.56431,4.826062 h 4.23334 v -2.38125 c 0,-0.43815 0.3556,-0.79375 0.79375,-0.79375 0.43815,0 0.79375,0.3556 0.79375,0.79375 v 2.38125 h 13.75833 v -2.38125 c 0,-0.43815 0.3556,-0.79375 0.79375,-0.79375 0.43815,0 0.79375,0.3556 0.79375,0.79375 v 2.38125 h 4.23333 l -0.56379,-4.826062 c -0.22648,-1.938867 -1.74982,-3.471185 -3.68763,-3.710368 l -4.10104,-0.504879 c -0.66887,-0.0762 -1.17254,-0.640515 -1.17254,-1.313615 v -1.176672 c 1.59068,-1.040341 2.64584,-2.834221 2.64584,-4.872571 v -2.50734 c -0.52917,0.06773 -1.05834,0.124949 -1.5875,0.173633 v 2.333707 c 0,2.334684 -1.89865,4.233334 -4.23334,4.233334 -2.33468,0 -4.23333,-1.89865 -4.23333,-4.233334 v -2.333707 c -0.53023,-0.04868 -1.05833,-0.1059 -1.5875,-0.173633 z"
style="fill:#d9a520;fill-opacity:1"
id="path9" /><path
d="m 267.29633,35.337273 c -2.64583,0 -4.41825,3.318933 -4.73046,5.291667 -0.17145,1.091141 -0.94516,2.659393 -1.36426,3.844726 -1.24566,-0.1651 -2.49015,-0.369213 -3.73052,-0.645438 -0.56727,-0.122767 -1.13494,0.23416 -1.26194,0.804602 -0.127,0.570441 0.23313,1.135455 0.80357,1.262455 3.23638,0.718608 6.49478,1.078487 9.75444,1.078487 3.25967,0 6.51858,-0.359879 9.75496,-1.078487 0.57044,-0.127 0.93005,-0.692014 0.80305,-1.262455 -0.127,-0.570442 -0.69413,-0.926311 -1.26245,-0.804602 -1.29646,0.287866 -2.59825,0.501476 -3.90105,0.668693 -0.7112,-1.325034 -2.00784,-3.57059 -1.69034,-4.397148 1.22661,0.700617 2.61962,0.266489 4.37751,-0.189653 0.45932,-0.119591 0.51733,-0.736422 0.0961,-0.955497 -3.04694,-1.585383 -4.38791,-3.61735 -7.64863,-3.61735 z"
id="path8"
sodipodi:nodetypes="scccscscscccccss"
style="fill:#d9a520;fill-opacity:1" /><path
id="path6"
style="fill:#d9a520;fill-opacity:1;stroke-width:0.00489973"
sodipodi:type="inkscape:offset"
inkscape:radius="0.13371253"
inkscape:original="M 268.03711 40.927734 C 267.76341 41.005194 267.53875 41.167256 267.36133 41.416016 C 267.07651 41.805594 266.85018 42.184435 266.68555 42.548828 C 266.5801 42.783379 266.49374 43.064295 266.42578 43.392578 L 266.41016 43.394531 C 266.21868 43.160863 265.96175 43.060971 265.63867 43.09375 L 265.14453 43.355469 L 265.15039 43.373047 L 265.2207 43.365234 C 265.65981 43.320054 266.02183 43.532608 266.30469 44.001953 C 266.33239 43.999453 266.46383 43.941851 266.70117 43.828125 C 266.73607 43.825725 266.75355 43.766413 266.75195 43.650391 C 266.80325 43.021853 267.12092 42.248862 267.70703 41.333984 C 267.78243 41.214969 267.89285 41.085543 268.03906 40.945312 L 268.03711 40.927734 z "
d="m 268,40.798828 c -0.30227,0.08555 -0.55558,0.26921 -0.74805,0.539063 h 0.002 c -0.28928,0.395673 -0.52021,0.781642 -0.68946,1.15625 -0.0883,0.196387 -0.15313,0.442189 -0.21484,0.695312 -0.20183,-0.161208 -0.44203,-0.257185 -0.72461,-0.228516 a 0.1337259,0.1337259 0 0 0 -0.0488,0.01563 l -0.49414,0.261719 a 0.1337259,0.1337259 0 0 0 -0.0644,0.160156 l 0.006,0.01758 a 0.1337259,0.1337259 0 0 0 0.14258,0.08984 l 0.0684,-0.0078 c 0.3892,-0.04004 0.68905,0.130834 0.95508,0.572265 a 0.1337259,0.1337259 0 0 0 0.12696,0.06445 c 0.0433,-0.0039 0.0526,-0.01062 0.0762,-0.01953 0.0236,-0.0089 0.0517,-0.02014 0.0859,-0.03516 0.0685,-0.03003 0.16183,-0.07364 0.28125,-0.130859 l -0.0488,0.01172 c 0.0456,-0.0031 0.0908,-0.02968 0.11523,-0.05859 0.0245,-0.02891 0.0354,-0.05762 0.043,-0.08398 0.0152,-0.05273 0.0165,-0.104883 0.0156,-0.169922 v 0.01367 c 0.0484,-0.59279 0.35605,-1.351308 0.93554,-2.255859 0.0673,-0.106182 0.16973,-0.230174 0.31055,-0.365234 a 0.1337259,0.1337259 0 0 0 0.041,-0.111329 l -0.002,-0.01758 A 0.1337259,0.1337259 0 0 0 268,40.798828 Z"
transform="matrix(0.83681088,0,0,0.83681088,43.545875,6.8364642)" /><path
id="path4"
style="fill:#d9a520;fill-opacity:1;stroke-width:0.00489973"
sodipodi:type="inkscape:offset"
inkscape:radius="0.25159839"
inkscape:original="M 268.73242 40.082031 L 264.04297 40.5625 L 264.02539 40.580078 L 264.58789 44.814453 L 264.60938 44.832031 L 269.29883 44.353516 L 269.31836 44.330078 L 268.75586 40.095703 L 268.73242 40.082031 z M 268.43164 40.431641 L 268.91602 44.070312 L 264.9043 44.480469 L 264.41992 40.841797 L 268.43164 40.431641 z "
d="m 268.70703,39.832031 -4.68945,0.480469 a 0.25162355,0.25162355 0 0 0 -0.15235,0.07227 l -0.0176,0.01758 a 0.25162355,0.25162355 0 0 0 -0.0723,0.210937 l 0.5625,4.234375 a 0.25162355,0.25162355 0 0 0 0.0898,0.16211 l 0.0215,0.01758 a 0.25162355,0.25162355 0 0 0 0.18555,0.05469 l 4.68945,-0.478515 a 0.25162355,0.25162355 0 0 0 0.16797,-0.08984 l 0.0195,-0.02344 a 0.25162355,0.25162355 0 0 0 0.0566,-0.193359 l -0.5625,-4.234375 a 0.25162355,0.25162355 0 0 0 -0.12305,-0.183594 l -0.0234,-0.01367 a 0.25162355,0.25162355 0 0 0 -0.15234,-0.0332 z m -0.49414,0.875 0.41797,3.140625 -3.50977,0.357422 -0.41797,-3.140625 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -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 Inscription: \url{https://jevalide.ca/confiance}
\pagebreak
\noindent Consultation Express \emoji{🧠}
\noindent Utilise mon jus de cerveau pour tes besoins techno. Une rencontre virtuelle dune heure, suivie dun résumé et dun plan daction.
\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{Mentorat 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 loppression 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="1080"
height="1350"
viewBox="0 0 285.75 357.18749"
version="1.1"
id="svg1"
inkscape:version="1.4 (e7c3feb1, 2024-10-09)"
sodipodi:docname="fullscreen-tonamigeek-1080-1350-jaune.svg"
xml:space="preserve"
inkscape:export-filename="fullscreen-rituels-numeriques-1080-1350-jaune.pdf"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
inkscape:zoom="0.38448931"
inkscape:cx="686.62507"
inkscape:cy="387.52703"
inkscape:window-width="1920"
inkscape:window-height="1119"
inkscape:window-x="2560"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1-6"
showguides="false" /><defs
id="defs1"><inkscape:path-effect
effect="fillet_chamfer"
id="path-effect13"
is_visible="true"
lpeversion="1"
nodesatellites_param="C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 | C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1"
radius="3"
unit="px"
method="auto"
mode="C"
chamfer_steps="1"
flexible="false"
use_knot_distance="true"
apply_no_radius="true"
apply_with_radius="true"
only_selected="false"
hide_knots="false" /><style
id="style1">
.cls-1 {
fill: #ccc;
}
</style><inkscape:path-effect
effect="fillet_chamfer"
id="path-effect13-0"
is_visible="true"
lpeversion="1"
nodesatellites_param="C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 | C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1"
radius="3"
unit="px"
method="auto"
mode="F"
chamfer_steps="1"
flexible="false"
use_knot_distance="true"
apply_no_radius="true"
apply_with_radius="true"
only_selected="false"
hide_knots="false" /><style
id="style1-4">
.cls-1 {
fill: #ccc;
}
</style></defs><g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(239.11618,282.1019)"
style="display:inline"><rect
style="fill:#00091a;fill-opacity:1;stroke-width:0.72459"
id="rect1"
width="285.75"
height="357.1875"
x="-239.11618"
y="-282.1019" /><g
inkscape:label="Calque 1"
id="layer1-6"
transform="translate(-254.00001,0.06082662)"
style="display:inline"><rect
style="fill:#00091a;fill-opacity:1;stroke-width:0.264583"
id="rect1-0"
width="285.75"
height="47.625"
x="14.883826"
y="27.399773" /><g
id="g1"
transform="matrix(1.4173946,0,0,1.4173946,27.924037,28.533734)"
style="fill:#d9a520;fill-opacity:1"><path
d="M 19.5,23 V 9.983 L 25.632,11.626 21.879,25.631 18.74,24.79 C 19.207,24.335 19.5,23.702 19.5,23 Z"
id="path1"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 29.966,9.94 24.79,29.259 c -0.143,0.533 -0.691,0.85 -1.225,0.707 L 10.042,26.343 C 9.637,26.234 9.36,25.892 9.31,25.5 h 6.281 l 6.623,1.774 c 0.065,0.018 0.131,0.025 0.194,0.025 0.332,0 0.635,-0.221 0.725,-0.556 l 4.142,-15.455 c 0.052,-0.192 0.024,-0.397 -0.075,-0.569 -0.099,-0.172 -0.264,-0.298 -0.455,-0.35 L 19.5,8.43 V 6.101 l 9.759,2.615 c 0.533,0.142 0.85,0.691 0.707,1.224 z"
id="path2"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 17,2 H 3 C 2.448,2 2,2.448 2,3 v 20 c 0,0.552 0.448,1 1,1 h 14 c 0.552,0 1,-0.448 1,-1 V 3 C 18,2.448 17.552,2 17,2 Z M 6,13 C 5.973,10.537 8.302,8.589 10.719,9.072 9.055,10.889 10.508,14.084 13,14 13.318,14 13.619,13.937 13.907,13.845 12.862,18.454 6.068,17.775 6,13 Z"
id="path3"
style="fill:#d9a520;fill-opacity:1" /></g><text
xml:space="preserve"
style="font-weight:500;font-size:16.9333px;line-height:1.2;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Medium';text-align:start;writing-mode:lr-tb;direction:ltr;text-anchor:start;fill:#d9a520;fill-opacity:1;stroke-width:0.264583"
x="157.34395"
y="45.954483"
id="text1"><tspan
sodipodi:role="line"
style="font-size:16.9333px;line-height:1.2;text-align:center;text-anchor:middle;fill:#d9a520;fill-opacity:1;stroke-width:0.264583"
x="157.34395"
y="45.954483"
id="tspan8">TON AMI GEEK</tspan><tspan
sodipodi:role="line"
style="font-size:16.9333px;line-height:1.2;text-align:center;text-anchor:middle;fill:#d9a520;fill-opacity:1;stroke-width:0.264583"
x="157.34395"
y="66.274445"
id="tspan2">JEVALIDE.CA</tspan></text><g
id="g13"
transform="matrix(1.375,0,0,1.375,-99.508519,-17.220227)"
style="fill:#d9a520;fill-opacity:1"><path
d="m 260.94633,48.175766 v 2.50734 c 0,2.03835 1.05516,3.83223 2.64583,4.872571 v 1.176672 c 0,0.6731 -0.5035,1.237391 -1.17977,1.314649 l -4.09381,0.503845 c -1.93781,0.238125 -3.46063,1.771501 -3.68711,3.710368 l -0.56431,4.826062 h 4.23334 v -2.38125 c 0,-0.43815 0.3556,-0.79375 0.79375,-0.79375 0.43815,0 0.79375,0.3556 0.79375,0.79375 v 2.38125 h 13.75833 v -2.38125 c 0,-0.43815 0.3556,-0.79375 0.79375,-0.79375 0.43815,0 0.79375,0.3556 0.79375,0.79375 v 2.38125 h 4.23333 l -0.56379,-4.826062 c -0.22648,-1.938867 -1.74982,-3.471185 -3.68763,-3.710368 l -4.10104,-0.504879 c -0.66887,-0.0762 -1.17254,-0.640515 -1.17254,-1.313615 v -1.176672 c 1.59068,-1.040341 2.64584,-2.834221 2.64584,-4.872571 v -2.50734 c -0.52917,0.06773 -1.05834,0.124949 -1.5875,0.173633 v 2.333707 c 0,2.334684 -1.89865,4.233334 -4.23334,4.233334 -2.33468,0 -4.23333,-1.89865 -4.23333,-4.233334 v -2.333707 c -0.53023,-0.04868 -1.05833,-0.1059 -1.5875,-0.173633 z"
style="fill:#d9a520;fill-opacity:1"
id="path9" /><path
d="m 267.29633,35.337273 c -2.64583,0 -4.41825,3.318933 -4.73046,5.291667 -0.17145,1.091141 -0.94516,2.659393 -1.36426,3.844726 -1.24566,-0.1651 -2.49015,-0.369213 -3.73052,-0.645438 -0.56727,-0.122767 -1.13494,0.23416 -1.26194,0.804602 -0.127,0.570441 0.23313,1.135455 0.80357,1.262455 3.23638,0.718608 6.49478,1.078487 9.75444,1.078487 3.25967,0 6.51858,-0.359879 9.75496,-1.078487 0.57044,-0.127 0.93005,-0.692014 0.80305,-1.262455 -0.127,-0.570442 -0.69413,-0.926311 -1.26245,-0.804602 -1.29646,0.287866 -2.59825,0.501476 -3.90105,0.668693 -0.7112,-1.325034 -2.00784,-3.57059 -1.69034,-4.397148 1.22661,0.700617 2.61962,0.266489 4.37751,-0.189653 0.45932,-0.119591 0.51733,-0.736422 0.0961,-0.955497 -3.04694,-1.585383 -4.38791,-3.61735 -7.64863,-3.61735 z"
id="path8"
sodipodi:nodetypes="scccscscscccccss"
style="fill:#d9a520;fill-opacity:1" /><path
id="path6"
style="fill:#d9a520;fill-opacity:1;stroke-width:0.00489973"
sodipodi:type="inkscape:offset"
inkscape:radius="0.13371253"
inkscape:original="M 268.03711 40.927734 C 267.76341 41.005194 267.53875 41.167256 267.36133 41.416016 C 267.07651 41.805594 266.85018 42.184435 266.68555 42.548828 C 266.5801 42.783379 266.49374 43.064295 266.42578 43.392578 L 266.41016 43.394531 C 266.21868 43.160863 265.96175 43.060971 265.63867 43.09375 L 265.14453 43.355469 L 265.15039 43.373047 L 265.2207 43.365234 C 265.65981 43.320054 266.02183 43.532608 266.30469 44.001953 C 266.33239 43.999453 266.46383 43.941851 266.70117 43.828125 C 266.73607 43.825725 266.75355 43.766413 266.75195 43.650391 C 266.80325 43.021853 267.12092 42.248862 267.70703 41.333984 C 267.78243 41.214969 267.89285 41.085543 268.03906 40.945312 L 268.03711 40.927734 z "
d="m 268,40.798828 c -0.30227,0.08555 -0.55558,0.26921 -0.74805,0.539063 h 0.002 c -0.28928,0.395673 -0.52021,0.781642 -0.68946,1.15625 -0.0883,0.196387 -0.15313,0.442189 -0.21484,0.695312 -0.20183,-0.161208 -0.44203,-0.257185 -0.72461,-0.228516 a 0.1337259,0.1337259 0 0 0 -0.0488,0.01563 l -0.49414,0.261719 a 0.1337259,0.1337259 0 0 0 -0.0644,0.160156 l 0.006,0.01758 a 0.1337259,0.1337259 0 0 0 0.14258,0.08984 l 0.0684,-0.0078 c 0.3892,-0.04004 0.68905,0.130834 0.95508,0.572265 a 0.1337259,0.1337259 0 0 0 0.12696,0.06445 c 0.0433,-0.0039 0.0526,-0.01062 0.0762,-0.01953 0.0236,-0.0089 0.0517,-0.02014 0.0859,-0.03516 0.0685,-0.03003 0.16183,-0.07364 0.28125,-0.130859 l -0.0488,0.01172 c 0.0456,-0.0031 0.0908,-0.02968 0.11523,-0.05859 0.0245,-0.02891 0.0354,-0.05762 0.043,-0.08398 0.0152,-0.05273 0.0165,-0.104883 0.0156,-0.169922 v 0.01367 c 0.0484,-0.59279 0.35605,-1.351308 0.93554,-2.255859 0.0673,-0.106182 0.16973,-0.230174 0.31055,-0.365234 a 0.1337259,0.1337259 0 0 0 0.041,-0.111329 l -0.002,-0.01758 A 0.1337259,0.1337259 0 0 0 268,40.798828 Z"
transform="matrix(0.83681088,0,0,0.83681088,43.545875,6.8364642)" /><path
id="path4"
style="fill:#d9a520;fill-opacity:1;stroke-width:0.00489973"
sodipodi:type="inkscape:offset"
inkscape:radius="0.25159839"
inkscape:original="M 268.73242 40.082031 L 264.04297 40.5625 L 264.02539 40.580078 L 264.58789 44.814453 L 264.60938 44.832031 L 269.29883 44.353516 L 269.31836 44.330078 L 268.75586 40.095703 L 268.73242 40.082031 z M 268.43164 40.431641 L 268.91602 44.070312 L 264.9043 44.480469 L 264.41992 40.841797 L 268.43164 40.431641 z "
d="m 268.70703,39.832031 -4.68945,0.480469 a 0.25162355,0.25162355 0 0 0 -0.15235,0.07227 l -0.0176,0.01758 a 0.25162355,0.25162355 0 0 0 -0.0723,0.210937 l 0.5625,4.234375 a 0.25162355,0.25162355 0 0 0 0.0898,0.16211 l 0.0215,0.01758 a 0.25162355,0.25162355 0 0 0 0.18555,0.05469 l 4.68945,-0.478515 a 0.25162355,0.25162355 0 0 0 0.16797,-0.08984 l 0.0195,-0.02344 a 0.25162355,0.25162355 0 0 0 0.0566,-0.193359 l -0.5625,-4.234375 a 0.25162355,0.25162355 0 0 0 -0.12305,-0.183594 l -0.0234,-0.01367 a 0.25162355,0.25162355 0 0 0 -0.15234,-0.0332 z m -0.49414,0.875 0.41797,3.140625 -3.50977,0.357422 -0.41797,-3.140625 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,84 @@
\usepackage[french]{babel} % Césure en français
\usepackage[autolanguage]{numprint}
\usepackage[
type={CC},
modifier={by-sa},
version={4.0},
]{doclicense}
% Define custom colors
\definecolor{titleColor}{HTML}{D9A520}
\definecolor{textColor}{HTML}{DFDDDD}
\definecolor{codeBackgroundColor}{HTML}{1C1C1C}
\definecolor{codeTextColor}{HTML}{D2D0D0}
\usepackage{listings}
\lstset{
basicstyle=\ttfamily\color{codeTextColor},
numbers=left,
numberstyle=\footnotesize\color{codeTextColor},
stepnumber=2,
numbersep=5pt,
backgroundcolor=\color{codeBackgroundColor},
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2,
captionpos=b,
breaklines=true,
breakatwhitespace=true,
breakautoindent=true,
linewidth=\textwidth
}
\usepackage{wallpaper}
\makeatletter
\ULCornerWallPaper{1}{./styles/rituels-numeriques/instagram-fullscreen/fullscreen-rituels-numeriques-1080-1350-jaune.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}
% Specify different font for section headings
\usepackage{titlesec}
\usepackage{titling}
\newfontfamily\headingfont[Path=font/Cinzel/]{Cinzel-SemiBold.ttf}
\titleformat*{\section}{\LARGE\headingfont}
\titleformat*{\subsection}{\Large\headingfont}
\titleformat*{\subsubsection}{\large\headingfont}
\renewcommand{\maketitlehooka}{\headingfont}
% Set colors for headings and text
\titleformat*{\section}{\LARGE\headingfont\color{titleColor}}
\titleformat*{\subsection}{\Large\headingfont\color{titleColor}}
\titleformat*{\subsubsection}{\large\headingfont\color{titleColor}}
\titleformat*{\paragraph}{\normalsize\headingfont\color{titleColor}}
\titleformat*{\subparagraph}{\small\headingfont\color{titleColor}}
\renewcommand{\maketitlehooka}{\headingfont\color{titleColor}}
% Set default text color
\color{textColor}
\newcommand{\emoji}[1]{
{\setmainfont[Path=font/NotoColorEmoji/]{NotoColorEmoji.ttf}[Renderer=Harfbuzz]{#1}}
}

View file

@ -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 Inscription: \url{https://jevalide.ca/confiance}
\pagebreak
\noindent Consultation Express \emoji{🧠}
\noindent Utilise mon jus de cerveau pour tes besoins techno. Une rencontre virtuelle dune heure, suivie dun résumé et dun plan daction.
\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{Mentorat 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 loppression 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

View file

@ -0,0 +1,84 @@
\usepackage[french]{babel} % Césure en français
\usepackage[autolanguage]{numprint}
\usepackage[
type={CC},
modifier={by-sa},
version={4.0},
]{doclicense}
% Define custom colors
\definecolor{titleColor}{HTML}{D9A520}
\definecolor{textColor}{HTML}{DFDDDD}
\definecolor{codeBackgroundColor}{HTML}{1C1C1C}
\definecolor{codeTextColor}{HTML}{D2D0D0}
\usepackage{listings}
\lstset{
basicstyle=\ttfamily\color{codeTextColor},
numbers=left,
numberstyle=\footnotesize\color{codeTextColor},
stepnumber=2,
numbersep=5pt,
backgroundcolor=\color{codeBackgroundColor},
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2,
captionpos=b,
breaklines=true,
breakatwhitespace=true,
breakautoindent=true,
linewidth=\textwidth
}
\usepackage{wallpaper}
\makeatletter
\ULCornerWallPaper{1}{./styles/rituels-numeriques/instagram-story/story-rituels-numeriques-1080-1920-jaune.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}
% Specify different font for section headings
\usepackage{titlesec}
\usepackage{titling}
\newfontfamily\headingfont[Path=font/Cinzel/]{Cinzel-SemiBold.ttf}
\titleformat*{\section}{\LARGE\headingfont}
\titleformat*{\subsection}{\Large\headingfont}
\titleformat*{\subsubsection}{\large\headingfont}
\renewcommand{\maketitlehooka}{\headingfont}
% Set colors for headings and text
\titleformat*{\section}{\LARGE\headingfont\color{titleColor}}
\titleformat*{\subsection}{\Large\headingfont\color{titleColor}}
\titleformat*{\subsubsection}{\large\headingfont\color{titleColor}}
\titleformat*{\paragraph}{\normalsize\headingfont\color{titleColor}}
\titleformat*{\subparagraph}{\small\headingfont\color{titleColor}}
\renewcommand{\maketitlehooka}{\headingfont\color{titleColor}}
% Set default text color
\color{textColor}
\newcommand{\emoji}[1]{
{\setmainfont[Path=font/NotoColorEmoji/]{NotoColorEmoji.ttf}[Renderer=Harfbuzz]{#1}}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View file

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="1080"
height="1920"
viewBox="0 0 285.75 507.99998"
version="1.1"
id="svg1"
inkscape:version="1.4 (e7c3feb1, 2024-10-09)"
sodipodi:docname="story-tonamigeek-1080-1920-jaune.svg"
xml:space="preserve"
inkscape:export-filename="story-rituels-numeriques-1080-1920-jaune.pdf"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
inkscape:zoom="0.38448931"
inkscape:cx="686.62507"
inkscape:cy="1165.1819"
inkscape:window-width="1920"
inkscape:window-height="1119"
inkscape:window-x="2560"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1-6"
showguides="false" /><defs
id="defs1"><inkscape:path-effect
effect="fillet_chamfer"
id="path-effect13"
is_visible="true"
lpeversion="1"
nodesatellites_param="C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 | C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1"
radius="3"
unit="px"
method="auto"
mode="C"
chamfer_steps="1"
flexible="false"
use_knot_distance="true"
apply_no_radius="true"
apply_with_radius="true"
only_selected="false"
hide_knots="false" /><style
id="style1">
.cls-1 {
fill: #ccc;
}
</style><inkscape:path-effect
effect="fillet_chamfer"
id="path-effect13-0"
is_visible="true"
lpeversion="1"
nodesatellites_param="C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 | C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1"
radius="3"
unit="px"
method="auto"
mode="F"
chamfer_steps="1"
flexible="false"
use_knot_distance="true"
apply_no_radius="true"
apply_with_radius="true"
only_selected="false"
hide_knots="false" /><style
id="style1-4">
.cls-1 {
fill: #ccc;
}
</style></defs><g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(239.11618,432.9144)"
style="display:inline"><rect
style="fill:#00091a;fill-opacity:1;stroke-width:0.864124"
id="rect1"
width="285.75"
height="508"
x="-239.11618"
y="-432.9144" /><g
inkscape:label="Calque 1"
id="layer1-6"
transform="translate(-254.00001,0.06082662)"
style="display:inline"><rect
style="fill:#00091a;fill-opacity:1;stroke-width:0.264583"
id="rect1-0"
width="285.75"
height="47.625"
x="14.883826"
y="27.399773" /><g
id="g1"
transform="matrix(1.4173946,0,0,1.4173946,27.924037,28.533734)"
style="fill:#d9a520;fill-opacity:1"><path
d="M 19.5,23 V 9.983 L 25.632,11.626 21.879,25.631 18.74,24.79 C 19.207,24.335 19.5,23.702 19.5,23 Z"
id="path1"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 29.966,9.94 24.79,29.259 c -0.143,0.533 -0.691,0.85 -1.225,0.707 L 10.042,26.343 C 9.637,26.234 9.36,25.892 9.31,25.5 h 6.281 l 6.623,1.774 c 0.065,0.018 0.131,0.025 0.194,0.025 0.332,0 0.635,-0.221 0.725,-0.556 l 4.142,-15.455 c 0.052,-0.192 0.024,-0.397 -0.075,-0.569 -0.099,-0.172 -0.264,-0.298 -0.455,-0.35 L 19.5,8.43 V 6.101 l 9.759,2.615 c 0.533,0.142 0.85,0.691 0.707,1.224 z"
id="path2"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 17,2 H 3 C 2.448,2 2,2.448 2,3 v 20 c 0,0.552 0.448,1 1,1 h 14 c 0.552,0 1,-0.448 1,-1 V 3 C 18,2.448 17.552,2 17,2 Z M 6,13 C 5.973,10.537 8.302,8.589 10.719,9.072 9.055,10.889 10.508,14.084 13,14 13.318,14 13.619,13.937 13.907,13.845 12.862,18.454 6.068,17.775 6,13 Z"
id="path3"
style="fill:#d9a520;fill-opacity:1" /></g><text
xml:space="preserve"
style="font-weight:500;font-size:16.9333px;line-height:1.2;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Medium';text-align:start;writing-mode:lr-tb;direction:ltr;text-anchor:start;fill:#d9a520;fill-opacity:1;stroke-width:0.264583"
x="157.34395"
y="45.954483"
id="text1"><tspan
sodipodi:role="line"
id="tspan1"
style="font-size:16.9333px;line-height:1.2;text-align:center;text-anchor:middle;fill:#d9a520;fill-opacity:1;stroke-width:0.264583"
x="157.34395"
y="45.954483">TON AMI GEEK</tspan><tspan
sodipodi:role="line"
style="font-size:16.9333px;line-height:1.2;text-align:center;text-anchor:middle;fill:#d9a520;fill-opacity:1;stroke-width:0.264583"
x="157.34395"
y="66.274445"
id="tspan8">JEVALIDE.CA</tspan></text><g
id="g13"
transform="matrix(1.375,0,0,1.375,-99.508519,-17.220227)"
style="fill:#d9a520;fill-opacity:1"><path
d="m 260.94633,48.175766 v 2.50734 c 0,2.03835 1.05516,3.83223 2.64583,4.872571 v 1.176672 c 0,0.6731 -0.5035,1.237391 -1.17977,1.314649 l -4.09381,0.503845 c -1.93781,0.238125 -3.46063,1.771501 -3.68711,3.710368 l -0.56431,4.826062 h 4.23334 v -2.38125 c 0,-0.43815 0.3556,-0.79375 0.79375,-0.79375 0.43815,0 0.79375,0.3556 0.79375,0.79375 v 2.38125 h 13.75833 v -2.38125 c 0,-0.43815 0.3556,-0.79375 0.79375,-0.79375 0.43815,0 0.79375,0.3556 0.79375,0.79375 v 2.38125 h 4.23333 l -0.56379,-4.826062 c -0.22648,-1.938867 -1.74982,-3.471185 -3.68763,-3.710368 l -4.10104,-0.504879 c -0.66887,-0.0762 -1.17254,-0.640515 -1.17254,-1.313615 v -1.176672 c 1.59068,-1.040341 2.64584,-2.834221 2.64584,-4.872571 v -2.50734 c -0.52917,0.06773 -1.05834,0.124949 -1.5875,0.173633 v 2.333707 c 0,2.334684 -1.89865,4.233334 -4.23334,4.233334 -2.33468,0 -4.23333,-1.89865 -4.23333,-4.233334 v -2.333707 c -0.53023,-0.04868 -1.05833,-0.1059 -1.5875,-0.173633 z"
style="fill:#d9a520;fill-opacity:1"
id="path9" /><path
d="m 267.29633,35.337273 c -2.64583,0 -4.41825,3.318933 -4.73046,5.291667 -0.17145,1.091141 -0.94516,2.659393 -1.36426,3.844726 -1.24566,-0.1651 -2.49015,-0.369213 -3.73052,-0.645438 -0.56727,-0.122767 -1.13494,0.23416 -1.26194,0.804602 -0.127,0.570441 0.23313,1.135455 0.80357,1.262455 3.23638,0.718608 6.49478,1.078487 9.75444,1.078487 3.25967,0 6.51858,-0.359879 9.75496,-1.078487 0.57044,-0.127 0.93005,-0.692014 0.80305,-1.262455 -0.127,-0.570442 -0.69413,-0.926311 -1.26245,-0.804602 -1.29646,0.287866 -2.59825,0.501476 -3.90105,0.668693 -0.7112,-1.325034 -2.00784,-3.57059 -1.69034,-4.397148 1.22661,0.700617 2.61962,0.266489 4.37751,-0.189653 0.45932,-0.119591 0.51733,-0.736422 0.0961,-0.955497 -3.04694,-1.585383 -4.38791,-3.61735 -7.64863,-3.61735 z"
id="path8"
sodipodi:nodetypes="scccscscscccccss"
style="fill:#d9a520;fill-opacity:1" /><path
id="path6"
style="fill:#d9a520;fill-opacity:1;stroke-width:0.00489973"
sodipodi:type="inkscape:offset"
inkscape:radius="0.13371253"
inkscape:original="M 268.03711 40.927734 C 267.76341 41.005194 267.53875 41.167256 267.36133 41.416016 C 267.07651 41.805594 266.85018 42.184435 266.68555 42.548828 C 266.5801 42.783379 266.49374 43.064295 266.42578 43.392578 L 266.41016 43.394531 C 266.21868 43.160863 265.96175 43.060971 265.63867 43.09375 L 265.14453 43.355469 L 265.15039 43.373047 L 265.2207 43.365234 C 265.65981 43.320054 266.02183 43.532608 266.30469 44.001953 C 266.33239 43.999453 266.46383 43.941851 266.70117 43.828125 C 266.73607 43.825725 266.75355 43.766413 266.75195 43.650391 C 266.80325 43.021853 267.12092 42.248862 267.70703 41.333984 C 267.78243 41.214969 267.89285 41.085543 268.03906 40.945312 L 268.03711 40.927734 z "
d="m 268,40.798828 c -0.30227,0.08555 -0.55558,0.26921 -0.74805,0.539063 h 0.002 c -0.28928,0.395673 -0.52021,0.781642 -0.68946,1.15625 -0.0883,0.196387 -0.15313,0.442189 -0.21484,0.695312 -0.20183,-0.161208 -0.44203,-0.257185 -0.72461,-0.228516 a 0.1337259,0.1337259 0 0 0 -0.0488,0.01563 l -0.49414,0.261719 a 0.1337259,0.1337259 0 0 0 -0.0644,0.160156 l 0.006,0.01758 a 0.1337259,0.1337259 0 0 0 0.14258,0.08984 l 0.0684,-0.0078 c 0.3892,-0.04004 0.68905,0.130834 0.95508,0.572265 a 0.1337259,0.1337259 0 0 0 0.12696,0.06445 c 0.0433,-0.0039 0.0526,-0.01062 0.0762,-0.01953 0.0236,-0.0089 0.0517,-0.02014 0.0859,-0.03516 0.0685,-0.03003 0.16183,-0.07364 0.28125,-0.130859 l -0.0488,0.01172 c 0.0456,-0.0031 0.0908,-0.02968 0.11523,-0.05859 0.0245,-0.02891 0.0354,-0.05762 0.043,-0.08398 0.0152,-0.05273 0.0165,-0.104883 0.0156,-0.169922 v 0.01367 c 0.0484,-0.59279 0.35605,-1.351308 0.93554,-2.255859 0.0673,-0.106182 0.16973,-0.230174 0.31055,-0.365234 a 0.1337259,0.1337259 0 0 0 0.041,-0.111329 l -0.002,-0.01758 A 0.1337259,0.1337259 0 0 0 268,40.798828 Z"
transform="matrix(0.83681088,0,0,0.83681088,43.545875,6.8364642)" /><path
id="path4"
style="fill:#d9a520;fill-opacity:1;stroke-width:0.00489973"
sodipodi:type="inkscape:offset"
inkscape:radius="0.25159839"
inkscape:original="M 268.73242 40.082031 L 264.04297 40.5625 L 264.02539 40.580078 L 264.58789 44.814453 L 264.60938 44.832031 L 269.29883 44.353516 L 269.31836 44.330078 L 268.75586 40.095703 L 268.73242 40.082031 z M 268.43164 40.431641 L 268.91602 44.070312 L 264.9043 44.480469 L 264.41992 40.841797 L 268.43164 40.431641 z "
d="m 268.70703,39.832031 -4.68945,0.480469 a 0.25162355,0.25162355 0 0 0 -0.15235,0.07227 l -0.0176,0.01758 a 0.25162355,0.25162355 0 0 0 -0.0723,0.210937 l 0.5625,4.234375 a 0.25162355,0.25162355 0 0 0 0.0898,0.16211 l 0.0215,0.01758 a 0.25162355,0.25162355 0 0 0 0.18555,0.05469 l 4.68945,-0.478515 a 0.25162355,0.25162355 0 0 0 0.16797,-0.08984 l 0.0195,-0.02344 a 0.25162355,0.25162355 0 0 0 0.0566,-0.193359 l -0.5625,-4.234375 a 0.25162355,0.25162355 0 0 0 -0.12305,-0.183594 l -0.0234,-0.01367 a 0.25162355,0.25162355 0 0 0 -0.15234,-0.0332 z m -0.49414,0.875 0.41797,3.140625 -3.50977,0.357422 -0.41797,-3.140625 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,61 @@
\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 dune heure, suivie dun résumé et dun plan daction.
\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{Mentorat 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 loppression 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

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="8.5in"
height="11in"
viewBox="0 0 215.90043 279.40056"
version="1.1"
id="svg1"
inkscape:version="1.4 (e7c3feb1, 2024-10-09)"
sodipodi:docname="lettre-tonamigeek.svg"
xml:space="preserve"
inkscape:export-filename="lettre-tonamigeek.pdf"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
inkscape:zoom="1.0875"
inkscape:cx="573.79311"
inkscape:cy="684.13794"
inkscape:window-width="1920"
inkscape:window-height="1119"
inkscape:window-x="2560"
inkscape:window-y="25"
inkscape:window-maximized="1"
inkscape:current-layer="layer1"
showguides="false" /><defs
id="defs1"><inkscape:path-effect
effect="fillet_chamfer"
id="path-effect13"
is_visible="true"
lpeversion="1"
nodesatellites_param="C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 | C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1"
radius="3"
unit="px"
method="auto"
mode="C"
chamfer_steps="1"
flexible="false"
use_knot_distance="true"
apply_no_radius="true"
apply_with_radius="true"
only_selected="false"
hide_knots="false" /><style
id="style1">
.cls-1 {
fill: #ccc;
}
</style><inkscape:path-effect
effect="fillet_chamfer"
id="path-effect13-8"
is_visible="true"
lpeversion="1"
nodesatellites_param="C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 | C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1"
radius="3"
unit="px"
method="auto"
mode="F"
chamfer_steps="1"
flexible="false"
use_knot_distance="true"
apply_no_radius="true"
apply_with_radius="true"
only_selected="false"
hide_knots="false" /><style
id="style1-6">
.cls-1 {
fill: #ccc;
}
</style></defs><g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(477.21341,509.31812)"
style="display:inline"><rect
style="fill:#00091a;fill-opacity:1;stroke-width:0.557046"
id="rect1"
width="215.89999"
height="279.39999"
x="-477.21341"
y="-509.31812" /><rect
style="fill:#00091a;fill-opacity:1;stroke-width:0.0705556"
id="rect1-7"
width="76.20015"
height="12.700026"
x="-407.36328"
y="-242.61758" /><g
id="g4"
transform="matrix(0.2666672,0,0,0.2666672,-348.56619,-148.91364)"><text
xml:space="preserve"
style="font-weight:500;font-size:15.875px;line-height:1.2;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Medium';text-align:start;writing-mode:lr-tb;direction:ltr;text-anchor:start;fill:#d9a520;fill-opacity:1;stroke-width:0.264583"
x="-77.037895"
y="-308.35721"
id="text1"><tspan
sodipodi:role="line"
style="font-size:15.875px;line-height:1.2;text-align:center;text-anchor:middle;fill:#d9a520;fill-opacity:1;stroke-width:0.264583"
x="-77.037895"
y="-308.35721"
id="tspan2">jevalide.ca</tspan></text><text
xml:space="preserve"
style="font-weight:500;font-size:13.2292px;line-height:1.2;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Medium';text-align:center;writing-mode:lr-tb;direction:ltr;text-anchor:middle;fill:#d9a520;stroke-width:2.64583;stroke-linecap:round;stroke-linejoin:round"
x="-76.438171"
y="-330.46448"
id="text3"><tspan
sodipodi:role="line"
style="font-size:13.2292px;stroke-width:2.64583"
x="-76.438164"
y="-330.46448"
id="tspan4">Ton ami geek qui taide à résoudre les mystères de l'informatique</tspan></text></g></g></svg>

After

Width:  |  Height:  |  Size: 5.1 KiB

View file

@ -0,0 +1,67 @@
\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/tonamigeek/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}
% Specify different font for section headings
\usepackage{titlesec}
\usepackage{titling}
\newfontfamily\headingfont[Path=font/FiraSans/]{FiraSans-ExtraBold.ttf}
\titleformat*{\section}{\LARGE\headingfont}
\titleformat*{\subsection}{\Large\headingfont}
\titleformat*{\subsubsection}{\large\headingfont}
\renewcommand{\maketitlehooka}{\headingfont}
\newcommand{\emoji}[1]{
{\setmainfont[Path=font/NotoColorEmoji/]{NotoColorEmoji.ttf}[Renderer=Harfbuzz]{#1}}
}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyhf[rh]{\thepage}
\renewcommand\headrulewidth{0pt}

View file

@ -0,0 +1,56 @@
\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 Inscription: \url{https://jevalide.ca/confiance}
\pagebreak
\noindent Consultation Express \emoji{🧠}
\noindent Utilise mon jus de cerveau pour tes besoins techno. Une rencontre virtuelle dune heure, suivie dun résumé et dun plan daction.
\noindent Sécurité et confidentialité, recommandations personnalisées, innovation durable
\noindent \url{https://jevalide.ca/express}
\pagebreak
\noindent \textbf{Mentorat 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 loppression 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

View file

@ -0,0 +1,84 @@
\usepackage[french]{babel} % Césure en français
\usepackage[autolanguage]{numprint}
\usepackage[
type={CC},
modifier={by-sa},
version={4.0},
]{doclicense}
% Define custom colors
\definecolor{titleColor}{HTML}{D9A520}
\definecolor{textColor}{HTML}{DFDDDD}
\definecolor{codeBackgroundColor}{HTML}{1C1C1C}
\definecolor{codeTextColor}{HTML}{D2D0D0}
\usepackage{listings}
\lstset{
basicstyle=\ttfamily\color{codeTextColor},
numbers=left,
numberstyle=\footnotesize\color{codeTextColor},
stepnumber=2,
numbersep=5pt,
backgroundcolor=\color{codeBackgroundColor},
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2,
captionpos=b,
breaklines=true,
breakatwhitespace=true,
breakautoindent=true,
linewidth=\textwidth
}
\usepackage{wallpaper}
\makeatletter
\ULCornerWallPaper{1}{./styles/rituels-numeriques/slide169/slides-rituels-numeriques-1920-1080-jaune.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}
% Specify different font for section headings
\usepackage{titlesec}
\usepackage{titling}
\newfontfamily\headingfont[Path=font/Cinzel/]{Cinzel-SemiBold.ttf}
\titleformat*{\section}{\LARGE\headingfont}
\titleformat*{\subsection}{\Large\headingfont}
\titleformat*{\subsubsection}{\large\headingfont}
\renewcommand{\maketitlehooka}{\headingfont}
% Set colors for headings and text
\titleformat*{\section}{\LARGE\headingfont\color{titleColor}}
\titleformat*{\subsection}{\Large\headingfont\color{titleColor}}
\titleformat*{\subsubsection}{\large\headingfont\color{titleColor}}
\titleformat*{\paragraph}{\normalsize\headingfont\color{titleColor}}
\titleformat*{\subparagraph}{\small\headingfont\color{titleColor}}
\renewcommand{\maketitlehooka}{\headingfont\color{titleColor}}
% Set default text color
\color{textColor}
\newcommand{\emoji}[1]{
{\setmainfont[Path=font/NotoColorEmoji/]{NotoColorEmoji.ttf}[Renderer=Harfbuzz]{#1}}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View file

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="1920"
height="1080"
viewBox="0 0 508 285.74999"
version="1.1"
id="svg1"
inkscape:version="1.4 (e7c3feb1, 2024-10-09)"
sodipodi:docname="slides-tonamigeek-1920-1080-jaune.svg"
xml:space="preserve"
inkscape:export-filename="slides-rituels-numeriques-1920-1080-jaune.pdf"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
inkscape:zoom="0.38448931"
inkscape:cx="704.83104"
inkscape:cy="741.24297"
inkscape:window-width="1920"
inkscape:window-height="1119"
inkscape:window-x="2560"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1-5"
showguides="false" /><defs
id="defs1"><inkscape:path-effect
effect="fillet_chamfer"
id="path-effect13"
is_visible="true"
lpeversion="1"
nodesatellites_param="C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 | C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1"
radius="3"
unit="px"
method="auto"
mode="C"
chamfer_steps="1"
flexible="false"
use_knot_distance="true"
apply_no_radius="true"
apply_with_radius="true"
only_selected="false"
hide_knots="false" /><style
id="style1">
.cls-1 {
fill: #ccc;
}
</style><inkscape:path-effect
effect="fillet_chamfer"
id="path-effect13-8"
is_visible="true"
lpeversion="1"
nodesatellites_param="C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 | C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1 @ C,0,0,1,0,0.79375,0,1"
radius="3"
unit="px"
method="auto"
mode="F"
chamfer_steps="1"
flexible="false"
use_knot_distance="true"
apply_no_radius="true"
apply_with_radius="true"
only_selected="false"
hide_knots="false" /><style
id="style1-6">
.cls-1 {
fill: #ccc;
}
</style></defs><g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(239.11618,210.6644)"
style="display:inline"><rect
style="fill:#00091a;fill-opacity:1;stroke-width:0.864124"
id="rect1"
width="508"
height="285.75"
x="-239.11618"
y="-210.6644" /><g
inkscape:label="Calque 1"
id="layer1-5"
transform="matrix(0.59999999,0,0,0.59999999,-79.771474,30.070737)"
style="display:inline"><rect
style="fill:#00091a;fill-opacity:1;stroke-width:0.264583"
id="rect1-7"
width="285.75"
height="47.625"
x="14.883826"
y="27.399773" /><g
id="g1"
transform="matrix(1.4173946,0,0,1.4173946,-158.16625,28.533734)"
style="fill:#d9a520;fill-opacity:1"><path
d="M 19.5,23 V 9.983 L 25.632,11.626 21.879,25.631 18.74,24.79 C 19.207,24.335 19.5,23.702 19.5,23 Z"
id="path1"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 29.966,9.94 24.79,29.259 c -0.143,0.533 -0.691,0.85 -1.225,0.707 L 10.042,26.343 C 9.637,26.234 9.36,25.892 9.31,25.5 h 6.281 l 6.623,1.774 c 0.065,0.018 0.131,0.025 0.194,0.025 0.332,0 0.635,-0.221 0.725,-0.556 l 4.142,-15.455 c 0.052,-0.192 0.024,-0.397 -0.075,-0.569 -0.099,-0.172 -0.264,-0.298 -0.455,-0.35 L 19.5,8.43 V 6.101 l 9.759,2.615 c 0.533,0.142 0.85,0.691 0.707,1.224 z"
id="path2"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 17,2 H 3 C 2.448,2 2,2.448 2,3 v 20 c 0,0.552 0.448,1 1,1 h 14 c 0.552,0 1,-0.448 1,-1 V 3 C 18,2.448 17.552,2 17,2 Z M 6,13 C 5.973,10.537 8.302,8.589 10.719,9.072 9.055,10.889 10.508,14.084 13,14 13.318,14 13.619,13.937 13.907,13.845 12.862,18.454 6.068,17.775 6,13 Z"
id="path3"
style="fill:#d9a520;fill-opacity:1" /></g><text
xml:space="preserve"
style="font-weight:500;font-size:16.9333px;line-height:1.2;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Medium';text-align:start;writing-mode:lr-tb;direction:ltr;text-anchor:start;fill:#d9a520;fill-opacity:1;stroke-width:0.264583"
x="157.34395"
y="45.954483"
id="text1"><tspan
sodipodi:role="line"
style="font-size:16.9333px;line-height:1.2;text-align:center;text-anchor:middle;fill:#d9a520;fill-opacity:1;stroke-width:0.264583"
x="157.34395"
y="45.954483"
id="tspan8">Ton ami geek qui taide à résoudre les mystères de l'informatique</tspan><tspan
sodipodi:role="line"
style="font-size:16.9333px;line-height:1.2;text-align:center;text-anchor:middle;fill:#d9a520;fill-opacity:1;stroke-width:0.264583"
x="157.34395"
y="66.274445"
id="tspan2">jevalide.ca</tspan></text><g
id="g13"
transform="matrix(1.375,0,0,1.375,86.581763,-17.220227)"
style="fill:#d9a520;fill-opacity:1"><path
d="m 260.94633,48.175766 v 2.50734 c 0,2.03835 1.05516,3.83223 2.64583,4.872571 v 1.176672 c 0,0.6731 -0.5035,1.237391 -1.17977,1.314649 l -4.09381,0.503845 c -1.93781,0.238125 -3.46063,1.771501 -3.68711,3.710368 l -0.56431,4.826062 h 4.23334 v -2.38125 c 0,-0.43815 0.3556,-0.79375 0.79375,-0.79375 0.43815,0 0.79375,0.3556 0.79375,0.79375 v 2.38125 h 13.75833 v -2.38125 c 0,-0.43815 0.3556,-0.79375 0.79375,-0.79375 0.43815,0 0.79375,0.3556 0.79375,0.79375 v 2.38125 h 4.23333 l -0.56379,-4.826062 c -0.22648,-1.938867 -1.74982,-3.471185 -3.68763,-3.710368 l -4.10104,-0.504879 c -0.66887,-0.0762 -1.17254,-0.640515 -1.17254,-1.313615 v -1.176672 c 1.59068,-1.040341 2.64584,-2.834221 2.64584,-4.872571 v -2.50734 c -0.52917,0.06773 -1.05834,0.124949 -1.5875,0.173633 v 2.333707 c 0,2.334684 -1.89865,4.233334 -4.23334,4.233334 -2.33468,0 -4.23333,-1.89865 -4.23333,-4.233334 v -2.333707 c -0.53023,-0.04868 -1.05833,-0.1059 -1.5875,-0.173633 z"
style="fill:#d9a520;fill-opacity:1"
id="path9" /><path
d="m 267.29633,35.337273 c -2.64583,0 -4.41825,3.318933 -4.73046,5.291667 -0.17145,1.091141 -0.94516,2.659393 -1.36426,3.844726 -1.24566,-0.1651 -2.49015,-0.369213 -3.73052,-0.645438 -0.56727,-0.122767 -1.13494,0.23416 -1.26194,0.804602 -0.127,0.570441 0.23313,1.135455 0.80357,1.262455 3.23638,0.718608 6.49478,1.078487 9.75444,1.078487 3.25967,0 6.51858,-0.359879 9.75496,-1.078487 0.57044,-0.127 0.93005,-0.692014 0.80305,-1.262455 -0.127,-0.570442 -0.69413,-0.926311 -1.26245,-0.804602 -1.29646,0.287866 -2.59825,0.501476 -3.90105,0.668693 -0.7112,-1.325034 -2.00784,-3.57059 -1.69034,-4.397148 1.22661,0.700617 2.61962,0.266489 4.37751,-0.189653 0.45932,-0.119591 0.51733,-0.736422 0.0961,-0.955497 -3.04694,-1.585383 -4.38791,-3.61735 -7.64863,-3.61735 z"
id="path8"
sodipodi:nodetypes="scccscscscccccss"
style="fill:#d9a520;fill-opacity:1" /><path
id="path6"
style="fill:#d9a520;fill-opacity:1;stroke-width:0.00489973"
sodipodi:type="inkscape:offset"
inkscape:radius="0.13371253"
inkscape:original="M 268.03711 40.927734 C 267.76341 41.005194 267.53875 41.167256 267.36133 41.416016 C 267.07651 41.805594 266.85018 42.184435 266.68555 42.548828 C 266.5801 42.783379 266.49374 43.064295 266.42578 43.392578 L 266.41016 43.394531 C 266.21868 43.160863 265.96175 43.060971 265.63867 43.09375 L 265.14453 43.355469 L 265.15039 43.373047 L 265.2207 43.365234 C 265.65981 43.320054 266.02183 43.532608 266.30469 44.001953 C 266.33239 43.999453 266.46383 43.941851 266.70117 43.828125 C 266.73607 43.825725 266.75355 43.766413 266.75195 43.650391 C 266.80325 43.021853 267.12092 42.248862 267.70703 41.333984 C 267.78243 41.214969 267.89285 41.085543 268.03906 40.945312 L 268.03711 40.927734 z "
d="m 268,40.798828 c -0.30227,0.08555 -0.55558,0.26921 -0.74805,0.539063 h 0.002 c -0.28928,0.395673 -0.52021,0.781642 -0.68946,1.15625 -0.0883,0.196387 -0.15313,0.442189 -0.21484,0.695312 -0.20183,-0.161208 -0.44203,-0.257185 -0.72461,-0.228516 a 0.1337259,0.1337259 0 0 0 -0.0488,0.01563 l -0.49414,0.261719 a 0.1337259,0.1337259 0 0 0 -0.0644,0.160156 l 0.006,0.01758 a 0.1337259,0.1337259 0 0 0 0.14258,0.08984 l 0.0684,-0.0078 c 0.3892,-0.04004 0.68905,0.130834 0.95508,0.572265 a 0.1337259,0.1337259 0 0 0 0.12696,0.06445 c 0.0433,-0.0039 0.0526,-0.01062 0.0762,-0.01953 0.0236,-0.0089 0.0517,-0.02014 0.0859,-0.03516 0.0685,-0.03003 0.16183,-0.07364 0.28125,-0.130859 l -0.0488,0.01172 c 0.0456,-0.0031 0.0908,-0.02968 0.11523,-0.05859 0.0245,-0.02891 0.0354,-0.05762 0.043,-0.08398 0.0152,-0.05273 0.0165,-0.104883 0.0156,-0.169922 v 0.01367 c 0.0484,-0.59279 0.35605,-1.351308 0.93554,-2.255859 0.0673,-0.106182 0.16973,-0.230174 0.31055,-0.365234 a 0.1337259,0.1337259 0 0 0 0.041,-0.111329 l -0.002,-0.01758 A 0.1337259,0.1337259 0 0 0 268,40.798828 Z"
transform="matrix(0.83681088,0,0,0.83681088,43.545875,6.8364642)" /><path
id="path4"
style="fill:#d9a520;fill-opacity:1;stroke-width:0.00489973"
sodipodi:type="inkscape:offset"
inkscape:radius="0.25159839"
inkscape:original="M 268.73242 40.082031 L 264.04297 40.5625 L 264.02539 40.580078 L 264.58789 44.814453 L 264.60938 44.832031 L 269.29883 44.353516 L 269.31836 44.330078 L 268.75586 40.095703 L 268.73242 40.082031 z M 268.43164 40.431641 L 268.91602 44.070312 L 264.9043 44.480469 L 264.41992 40.841797 L 268.43164 40.431641 z "
d="m 268.70703,39.832031 -4.68945,0.480469 a 0.25162355,0.25162355 0 0 0 -0.15235,0.07227 l -0.0176,0.01758 a 0.25162355,0.25162355 0 0 0 -0.0723,0.210937 l 0.5625,4.234375 a 0.25162355,0.25162355 0 0 0 0.0898,0.16211 l 0.0215,0.01758 a 0.25162355,0.25162355 0 0 0 0.18555,0.05469 l 4.68945,-0.478515 a 0.25162355,0.25162355 0 0 0 0.16797,-0.08984 l 0.0195,-0.02344 a 0.25162355,0.25162355 0 0 0 0.0566,-0.193359 l -0.5625,-4.234375 a 0.25162355,0.25162355 0 0 0 -0.12305,-0.183594 l -0.0234,-0.01367 a 0.25162355,0.25162355 0 0 0 -0.15234,-0.0332 z m -0.49414,0.875 0.41797,3.140625 -3.50977,0.357422 -0.41797,-3.140625 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 11 KiB