Ajout du thème autohébergement

This commit is contained in:
François Pelletier 2025-01-08 12:59:07 -05:00
parent b5c925e175
commit 2a7b056698
22 changed files with 1234 additions and 0 deletions

45
backend/rename_files.sh Executable file
View file

@ -0,0 +1,45 @@
#!/bin/bash
# Check if the required arguments are provided
if [ "$#" -ne 3 ]; then
echo "Usage: $0 <directory> <search_expression> <replace_expression>"
exit 1
fi
# Assign arguments to variables
directory="$1"
search_expr="$2"
replace_expr="$3"
# Check if the directory exists
if [ ! -d "$directory" ]; then
echo "Error: Directory '$directory' does not exist."
exit 1
fi
# Function to rename files
rename_files() {
local dir="$1"
# Loop through all files and directories in the current directory
for item in "$dir"/*; do
if [ -d "$item" ]; then
# If it's a directory, recurse into it
rename_files "$item"
elif [ -f "$item" ]; then
# If it's a file, rename it if it matches the search expression
local filename=$(basename "$item")
if [[ "$filename" == *"$search_expr"* ]]; then
local new_filename="${filename//$search_expr/$replace_expr}"
local new_path="${item%/*}/$new_filename"
mv "$item" "$new_path"
echo "Renamed: $item -> $new_path"
fi
fi
done
}
# Start the renaming process
echo "Starting renaming process in directory: $directory"
rename_files "$directory"
echo "Renaming process complete."

View file

@ -0,0 +1,35 @@
{
"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
}
}

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/autohebergement/instagram-carre/post-autohebergement-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: 23 KiB

View file

@ -0,0 +1,146 @@
<?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-autohebergement-1080-1080-jaune.svg"
xml:space="preserve"
inkscape:export-filename="post-autohebergement-1080-1080-jaune.png"
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="531.87435"
inkscape:window-width="2544"
inkscape:window-height="984"
inkscape:window-x="206"
inkscape:window-y="74"
inkscape:window-maximized="0"
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(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
id="g3"
transform="translate(0,-4.7624988)"><text
xml:space="preserve"
style="font-weight:500;font-size:12.7px;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:#1c1c1c;stroke:#d9a520;stroke-width:2.64583;stroke-linecap:round;stroke-linejoin:round"
x="-96.177681"
y="66.646446"
id="text1"><tspan
sodipodi:role="line"
id="tspan1"
style="font-size:12.7px;fill:#d9a520;fill-opacity:1;stroke:none;stroke-width:2.64583"
x="-96.177681"
y="66.646446">ATELIER AUTOHÉBERGEMENT</tspan></text><g
id="g1"
transform="matrix(1.0205689,0,0,1.0205689,12.748543,44.469461)"
style="fill:#d9a520;fill-opacity:1"><path
d="M 9,9 C 8.199,9 7.446,8.688 6.88,8.122 6.312,7.555 6,6.802 6,6.001 6,5.2 6.312,4.446 6.878,3.879 7.445,3.312 8.198,3 8.999,3 9,3 9,3 9,3 9.801,3 10.554,3.312 11.12,3.878 11.687,4.445 12,5.198 12,5.999 12,6.8 11.688,7.554 11.122,8.121 10.555,8.688 9.802,9 9.001,9 Z M 9,4.5 c 0,0 0,0 0,0 C 8.599,4.5 8.222,4.656 7.938,4.94 7.656,5.223 7.5,5.6 7.5,6 7.5,6.401 7.656,6.778 7.94,7.061 8.223,7.344 8.6,7.5 9,7.5 c 0,0 0,0 0,0 0.401,0 0.778,-0.156 1.061,-0.44 C 10.344,6.777 10.5,6.4 10.5,6 10.5,5.599 10.344,5.222 10.06,4.939 9.777,4.656 9.4,4.5 9,4.5 Z"
id="path1"
style="fill:#d9a520;fill-opacity:1" /><path
d="m 25.5,26.96 c 0.69,1.19 0.66,2.5 -0.05,2.91 -0.72,0.42 -1.86,-0.22 -2.55,-1.41 -0.193,-0.333 -0.31,-0.662 -0.388,-0.986 0.906,-0.338 1.709,-0.761 2.418,-1.258 0.205,0.216 0.403,0.457 0.57,0.744 z"
id="path2"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 9.488,27.474 C 9.41,27.798 9.293,28.127 9.1,28.46 8.41,29.65 7.27,30.29 6.55,29.87 5.84,29.46 5.81,28.15 6.5,26.96 c 0.167,-0.287 0.365,-0.528 0.57,-0.744 0.709,0.497 1.512,0.921 2.418,1.258 z"
id="path3"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 13.182,10.5 C 13.07,10.182 13,9.848 13,9.501 13,8.7 13.312,7.946 13.878,7.379 14.445,6.812 15.198,6.5 15.999,6.5 c 0,0 10e-4,0 10e-4,0 0.801,0 1.554,0.312 2.12,0.878 0.567,0.567 0.88,1.32 0.88,2.121 0,0.348 -0.069,0.683 -0.182,1.001 H 17.11 C 17.359,10.224 17.5,9.874 17.5,9.5 17.5,9.099 17.344,8.722 17.06,8.439 16.777,8.156 16.4,8 16,8 16,8 16,8 16,8 15.599,8 15.222,8.156 14.939,8.44 14.656,8.723 14.5,9.1 14.5,9.5 c 0,0.374 0.141,0.724 0.39,1 z"
id="path4"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 26.503,16.5 C 26.825,17.224 27,17.912 27,19 27,24.799 22.075,27 16,27 9.925,27 5,24.799 5,19 5,17.235 5.456,16.525 6.263,15 4,13 5,12 5,12 h 22 c 0,0 1,1 -1.263,3 H 8.75 C 8.336,15 8,15.336 8,15.75 8,16.164 8.336,16.5 8.75,16.5 Z"
id="path5"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 28.445,2.788 C 26.957,4.94 25.153,8.52 24.38,10.5 h -3 C 22.21,8.121 23.783,4.379 24.858,2.274 24.945,2.105 25.12,2 25.31,2 h 2.729 c 0.405,0 0.635,0.455 0.406,0.788 z"
id="path6"
style="fill:#d9a520;fill-opacity:1" /></g><g
id="g2"
transform="matrix(1.0205689,0,0,1.0205689,-239.23189,44.469461)"
style="display:inline;fill:#d9a520;fill-opacity:1"><path
d="M 9,9 C 8.199,9 7.446,8.688 6.88,8.122 6.312,7.555 6,6.802 6,6.001 6,5.2 6.312,4.446 6.878,3.879 7.445,3.312 8.198,3 8.999,3 9,3 9,3 9,3 9.801,3 10.554,3.312 11.12,3.878 11.687,4.445 12,5.198 12,5.999 12,6.8 11.688,7.554 11.122,8.121 10.555,8.688 9.802,9 9.001,9 Z M 9,4.5 c 0,0 0,0 0,0 C 8.599,4.5 8.222,4.656 7.938,4.94 7.656,5.223 7.5,5.6 7.5,6 7.5,6.401 7.656,6.778 7.94,7.061 8.223,7.344 8.6,7.5 9,7.5 c 0,0 0,0 0,0 0.401,0 0.778,-0.156 1.061,-0.44 C 10.344,6.777 10.5,6.4 10.5,6 10.5,5.599 10.344,5.222 10.06,4.939 9.777,4.656 9.4,4.5 9,4.5 Z"
id="path1-4"
style="fill:#d9a520;fill-opacity:1" /><path
d="m 25.5,26.96 c 0.69,1.19 0.66,2.5 -0.05,2.91 -0.72,0.42 -1.86,-0.22 -2.55,-1.41 -0.193,-0.333 -0.31,-0.662 -0.388,-0.986 0.906,-0.338 1.709,-0.761 2.418,-1.258 0.205,0.216 0.403,0.457 0.57,0.744 z"
id="path2-7"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 9.488,27.474 C 9.41,27.798 9.293,28.127 9.1,28.46 8.41,29.65 7.27,30.29 6.55,29.87 5.84,29.46 5.81,28.15 6.5,26.96 c 0.167,-0.287 0.365,-0.528 0.57,-0.744 0.709,0.497 1.512,0.921 2.418,1.258 z"
id="path3-1"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 13.182,10.5 C 13.07,10.182 13,9.848 13,9.501 13,8.7 13.312,7.946 13.878,7.379 14.445,6.812 15.198,6.5 15.999,6.5 c 0,0 10e-4,0 10e-4,0 0.801,0 1.554,0.312 2.12,0.878 0.567,0.567 0.88,1.32 0.88,2.121 0,0.348 -0.069,0.683 -0.182,1.001 H 17.11 C 17.359,10.224 17.5,9.874 17.5,9.5 17.5,9.099 17.344,8.722 17.06,8.439 16.777,8.156 16.4,8 16,8 16,8 16,8 16,8 15.599,8 15.222,8.156 14.939,8.44 14.656,8.723 14.5,9.1 14.5,9.5 c 0,0.374 0.141,0.724 0.39,1 z"
id="path4-3"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 26.503,16.5 C 26.825,17.224 27,17.912 27,19 27,24.799 22.075,27 16,27 9.925,27 5,24.799 5,19 5,17.235 5.456,16.525 6.263,15 4,13 5,12 5,12 h 22 c 0,0 1,1 -1.263,3 H 8.75 C 8.336,15 8,15.336 8,15.75 8,16.164 8.336,16.5 8.75,16.5 Z"
id="path5-8"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 28.445,2.788 C 26.957,4.94 25.153,8.52 24.38,10.5 h -3 C 22.21,8.121 23.783,4.379 24.858,2.274 24.945,2.105 25.12,2 25.31,2 h 2.729 c 0.405,0 0.635,0.455 0.406,0.788 z"
id="path6-4"
style="fill:#d9a520;fill-opacity:1" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 9.2 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: 26 KiB

View file

@ -0,0 +1,147 @@
<?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-autohebergement-1080-1350-jaune.svg"
xml:space="preserve"
inkscape:export-filename="fullscreen-autohebergement-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="-228.87502"
inkscape:cy="525.37221"
inkscape:window-width="2560"
inkscape:window-height="999"
inkscape:window-x="0"
inkscape:window-y="73"
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-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
id="g4"
transform="translate(6.1572257e-5,-4.7624988)"
style="display:inline"><text
xml:space="preserve"
style="font-weight:500;font-size:12.7px;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:#1c1c1c;stroke:#d9a520;stroke-width:2.64583;stroke-linecap:round;stroke-linejoin:round"
x="-96.177681"
y="66.646446"
id="text1"><tspan
sodipodi:role="line"
id="tspan1"
style="font-size:12.7px;fill:#d9a520;fill-opacity:1;stroke:none;stroke-width:2.64583"
x="-96.177681"
y="66.646446">ATELIER AUTOHÉBERGEMENT</tspan></text><g
id="g2"
transform="matrix(1.0205689,0,0,1.0205689,12.748543,44.469461)"
style="fill:#d9a520;fill-opacity:1"><path
d="M 9,9 C 8.199,9 7.446,8.688 6.88,8.122 6.312,7.555 6,6.802 6,6.001 6,5.2 6.312,4.446 6.878,3.879 7.445,3.312 8.198,3 8.999,3 9,3 9,3 9,3 9.801,3 10.554,3.312 11.12,3.878 11.687,4.445 12,5.198 12,5.999 12,6.8 11.688,7.554 11.122,8.121 10.555,8.688 9.802,9 9.001,9 Z M 9,4.5 c 0,0 0,0 0,0 C 8.599,4.5 8.222,4.656 7.938,4.94 7.656,5.223 7.5,5.6 7.5,6 7.5,6.401 7.656,6.778 7.94,7.061 8.223,7.344 8.6,7.5 9,7.5 c 0,0 0,0 0,0 0.401,0 0.778,-0.156 1.061,-0.44 C 10.344,6.777 10.5,6.4 10.5,6 10.5,5.599 10.344,5.222 10.06,4.939 9.777,4.656 9.4,4.5 9,4.5 Z"
id="path1"
style="fill:#d9a520;fill-opacity:1" /><path
d="m 25.5,26.96 c 0.69,1.19 0.66,2.5 -0.05,2.91 -0.72,0.42 -1.86,-0.22 -2.55,-1.41 -0.193,-0.333 -0.31,-0.662 -0.388,-0.986 0.906,-0.338 1.709,-0.761 2.418,-1.258 0.205,0.216 0.403,0.457 0.57,0.744 z"
id="path2"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 9.488,27.474 C 9.41,27.798 9.293,28.127 9.1,28.46 8.41,29.65 7.27,30.29 6.55,29.87 5.84,29.46 5.81,28.15 6.5,26.96 c 0.167,-0.287 0.365,-0.528 0.57,-0.744 0.709,0.497 1.512,0.921 2.418,1.258 z"
id="path3"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 13.182,10.5 C 13.07,10.182 13,9.848 13,9.501 13,8.7 13.312,7.946 13.878,7.379 14.445,6.812 15.198,6.5 15.999,6.5 c 0,0 10e-4,0 10e-4,0 0.801,0 1.554,0.312 2.12,0.878 0.567,0.567 0.88,1.32 0.88,2.121 0,0.348 -0.069,0.683 -0.182,1.001 H 17.11 C 17.359,10.224 17.5,9.874 17.5,9.5 17.5,9.099 17.344,8.722 17.06,8.439 16.777,8.156 16.4,8 16,8 16,8 16,8 16,8 15.599,8 15.222,8.156 14.939,8.44 14.656,8.723 14.5,9.1 14.5,9.5 c 0,0.374 0.141,0.724 0.39,1 z"
id="path4"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 26.503,16.5 C 26.825,17.224 27,17.912 27,19 27,24.799 22.075,27 16,27 9.925,27 5,24.799 5,19 5,17.235 5.456,16.525 6.263,15 4,13 5,12 5,12 h 22 c 0,0 1,1 -1.263,3 H 8.75 C 8.336,15 8,15.336 8,15.75 8,16.164 8.336,16.5 8.75,16.5 Z"
id="path5"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 28.445,2.788 C 26.957,4.94 25.153,8.52 24.38,10.5 h -3 C 22.21,8.121 23.783,4.379 24.858,2.274 24.945,2.105 25.12,2 25.31,2 h 2.729 c 0.405,0 0.635,0.455 0.406,0.788 z"
id="path6"
style="fill:#d9a520;fill-opacity:1" /></g><g
id="g3"
transform="matrix(1.0205689,0,0,1.0205689,-239.23189,44.469461)"
style="display:inline;fill:#d9a520;fill-opacity:1"><path
d="M 9,9 C 8.199,9 7.446,8.688 6.88,8.122 6.312,7.555 6,6.802 6,6.001 6,5.2 6.312,4.446 6.878,3.879 7.445,3.312 8.198,3 8.999,3 9,3 9,3 9,3 9.801,3 10.554,3.312 11.12,3.878 11.687,4.445 12,5.198 12,5.999 12,6.8 11.688,7.554 11.122,8.121 10.555,8.688 9.802,9 9.001,9 Z M 9,4.5 c 0,0 0,0 0,0 C 8.599,4.5 8.222,4.656 7.938,4.94 7.656,5.223 7.5,5.6 7.5,6 7.5,6.401 7.656,6.778 7.94,7.061 8.223,7.344 8.6,7.5 9,7.5 c 0,0 0,0 0,0 0.401,0 0.778,-0.156 1.061,-0.44 C 10.344,6.777 10.5,6.4 10.5,6 10.5,5.599 10.344,5.222 10.06,4.939 9.777,4.656 9.4,4.5 9,4.5 Z"
id="path1-4"
style="fill:#d9a520;fill-opacity:1" /><path
d="m 25.5,26.96 c 0.69,1.19 0.66,2.5 -0.05,2.91 -0.72,0.42 -1.86,-0.22 -2.55,-1.41 -0.193,-0.333 -0.31,-0.662 -0.388,-0.986 0.906,-0.338 1.709,-0.761 2.418,-1.258 0.205,0.216 0.403,0.457 0.57,0.744 z"
id="path2-7"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 9.488,27.474 C 9.41,27.798 9.293,28.127 9.1,28.46 8.41,29.65 7.27,30.29 6.55,29.87 5.84,29.46 5.81,28.15 6.5,26.96 c 0.167,-0.287 0.365,-0.528 0.57,-0.744 0.709,0.497 1.512,0.921 2.418,1.258 z"
id="path3-1"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 13.182,10.5 C 13.07,10.182 13,9.848 13,9.501 13,8.7 13.312,7.946 13.878,7.379 14.445,6.812 15.198,6.5 15.999,6.5 c 0,0 10e-4,0 10e-4,0 0.801,0 1.554,0.312 2.12,0.878 0.567,0.567 0.88,1.32 0.88,2.121 0,0.348 -0.069,0.683 -0.182,1.001 H 17.11 C 17.359,10.224 17.5,9.874 17.5,9.5 17.5,9.099 17.344,8.722 17.06,8.439 16.777,8.156 16.4,8 16,8 16,8 16,8 16,8 15.599,8 15.222,8.156 14.939,8.44 14.656,8.723 14.5,9.1 14.5,9.5 c 0,0.374 0.141,0.724 0.39,1 z"
id="path4-3"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 26.503,16.5 C 26.825,17.224 27,17.912 27,19 27,24.799 22.075,27 16,27 9.925,27 5,24.799 5,19 5,17.235 5.456,16.525 6.263,15 4,13 5,12 5,12 h 22 c 0,0 1,1 -1.263,3 H 8.75 C 8.336,15 8,15.336 8,15.75 8,16.164 8.336,16.5 8.75,16.5 Z"
id="path5-8"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 28.445,2.788 C 26.957,4.94 25.153,8.52 24.38,10.5 h -3 C 22.21,8.121 23.783,4.379 24.858,2.274 24.945,2.105 25.12,2 25.31,2 h 2.729 c 0.405,0 0.635,0.455 0.406,0.788 z"
id="path6-4"
style="fill:#d9a520;fill-opacity:1" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 9.2 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/autohebergement/instagram-fullscreen/fullscreen-autohebergement-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/autohebergement/instagram-story/story-autohebergement-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: 29 KiB

View file

@ -0,0 +1,147 @@
<?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-autohebergement-1080-1920-jaune.svg"
xml:space="preserve"
inkscape:export-filename="story-autohebergement-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="210.66906"
inkscape:cy="1165.1819"
inkscape:window-width="2560"
inkscape:window-height="999"
inkscape:window-x="0"
inkscape:window-y="73"
inkscape:window-maximized="0"
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-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
id="g4"
transform="translate(6.1572257e-5,-4.7624988)"
style="display:inline"><text
xml:space="preserve"
style="font-weight:500;font-size:12.7px;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:#1c1c1c;stroke:#d9a520;stroke-width:2.64583;stroke-linecap:round;stroke-linejoin:round"
x="-96.177681"
y="66.646446"
id="text1"><tspan
sodipodi:role="line"
id="tspan1"
style="font-size:12.7px;fill:#d9a520;fill-opacity:1;stroke:none;stroke-width:2.64583"
x="-96.177681"
y="66.646446">ATELIER AUTOHÉBERGEMENT</tspan></text><g
id="g2"
transform="matrix(1.0205689,0,0,1.0205689,12.748543,44.469461)"
style="fill:#d9a520;fill-opacity:1"><path
d="M 9,9 C 8.199,9 7.446,8.688 6.88,8.122 6.312,7.555 6,6.802 6,6.001 6,5.2 6.312,4.446 6.878,3.879 7.445,3.312 8.198,3 8.999,3 9,3 9,3 9,3 9.801,3 10.554,3.312 11.12,3.878 11.687,4.445 12,5.198 12,5.999 12,6.8 11.688,7.554 11.122,8.121 10.555,8.688 9.802,9 9.001,9 Z M 9,4.5 c 0,0 0,0 0,0 C 8.599,4.5 8.222,4.656 7.938,4.94 7.656,5.223 7.5,5.6 7.5,6 7.5,6.401 7.656,6.778 7.94,7.061 8.223,7.344 8.6,7.5 9,7.5 c 0,0 0,0 0,0 0.401,0 0.778,-0.156 1.061,-0.44 C 10.344,6.777 10.5,6.4 10.5,6 10.5,5.599 10.344,5.222 10.06,4.939 9.777,4.656 9.4,4.5 9,4.5 Z"
id="path1"
style="fill:#d9a520;fill-opacity:1" /><path
d="m 25.5,26.96 c 0.69,1.19 0.66,2.5 -0.05,2.91 -0.72,0.42 -1.86,-0.22 -2.55,-1.41 -0.193,-0.333 -0.31,-0.662 -0.388,-0.986 0.906,-0.338 1.709,-0.761 2.418,-1.258 0.205,0.216 0.403,0.457 0.57,0.744 z"
id="path2"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 9.488,27.474 C 9.41,27.798 9.293,28.127 9.1,28.46 8.41,29.65 7.27,30.29 6.55,29.87 5.84,29.46 5.81,28.15 6.5,26.96 c 0.167,-0.287 0.365,-0.528 0.57,-0.744 0.709,0.497 1.512,0.921 2.418,1.258 z"
id="path3"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 13.182,10.5 C 13.07,10.182 13,9.848 13,9.501 13,8.7 13.312,7.946 13.878,7.379 14.445,6.812 15.198,6.5 15.999,6.5 c 0,0 10e-4,0 10e-4,0 0.801,0 1.554,0.312 2.12,0.878 0.567,0.567 0.88,1.32 0.88,2.121 0,0.348 -0.069,0.683 -0.182,1.001 H 17.11 C 17.359,10.224 17.5,9.874 17.5,9.5 17.5,9.099 17.344,8.722 17.06,8.439 16.777,8.156 16.4,8 16,8 16,8 16,8 16,8 15.599,8 15.222,8.156 14.939,8.44 14.656,8.723 14.5,9.1 14.5,9.5 c 0,0.374 0.141,0.724 0.39,1 z"
id="path4"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 26.503,16.5 C 26.825,17.224 27,17.912 27,19 27,24.799 22.075,27 16,27 9.925,27 5,24.799 5,19 5,17.235 5.456,16.525 6.263,15 4,13 5,12 5,12 h 22 c 0,0 1,1 -1.263,3 H 8.75 C 8.336,15 8,15.336 8,15.75 8,16.164 8.336,16.5 8.75,16.5 Z"
id="path5"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 28.445,2.788 C 26.957,4.94 25.153,8.52 24.38,10.5 h -3 C 22.21,8.121 23.783,4.379 24.858,2.274 24.945,2.105 25.12,2 25.31,2 h 2.729 c 0.405,0 0.635,0.455 0.406,0.788 z"
id="path6"
style="fill:#d9a520;fill-opacity:1" /></g><g
id="g3"
transform="matrix(1.0205689,0,0,1.0205689,-239.23189,44.469461)"
style="display:inline;fill:#d9a520;fill-opacity:1"><path
d="M 9,9 C 8.199,9 7.446,8.688 6.88,8.122 6.312,7.555 6,6.802 6,6.001 6,5.2 6.312,4.446 6.878,3.879 7.445,3.312 8.198,3 8.999,3 9,3 9,3 9,3 9.801,3 10.554,3.312 11.12,3.878 11.687,4.445 12,5.198 12,5.999 12,6.8 11.688,7.554 11.122,8.121 10.555,8.688 9.802,9 9.001,9 Z M 9,4.5 c 0,0 0,0 0,0 C 8.599,4.5 8.222,4.656 7.938,4.94 7.656,5.223 7.5,5.6 7.5,6 7.5,6.401 7.656,6.778 7.94,7.061 8.223,7.344 8.6,7.5 9,7.5 c 0,0 0,0 0,0 0.401,0 0.778,-0.156 1.061,-0.44 C 10.344,6.777 10.5,6.4 10.5,6 10.5,5.599 10.344,5.222 10.06,4.939 9.777,4.656 9.4,4.5 9,4.5 Z"
id="path1-4"
style="fill:#d9a520;fill-opacity:1" /><path
d="m 25.5,26.96 c 0.69,1.19 0.66,2.5 -0.05,2.91 -0.72,0.42 -1.86,-0.22 -2.55,-1.41 -0.193,-0.333 -0.31,-0.662 -0.388,-0.986 0.906,-0.338 1.709,-0.761 2.418,-1.258 0.205,0.216 0.403,0.457 0.57,0.744 z"
id="path2-7"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 9.488,27.474 C 9.41,27.798 9.293,28.127 9.1,28.46 8.41,29.65 7.27,30.29 6.55,29.87 5.84,29.46 5.81,28.15 6.5,26.96 c 0.167,-0.287 0.365,-0.528 0.57,-0.744 0.709,0.497 1.512,0.921 2.418,1.258 z"
id="path3-1"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 13.182,10.5 C 13.07,10.182 13,9.848 13,9.501 13,8.7 13.312,7.946 13.878,7.379 14.445,6.812 15.198,6.5 15.999,6.5 c 0,0 10e-4,0 10e-4,0 0.801,0 1.554,0.312 2.12,0.878 0.567,0.567 0.88,1.32 0.88,2.121 0,0.348 -0.069,0.683 -0.182,1.001 H 17.11 C 17.359,10.224 17.5,9.874 17.5,9.5 17.5,9.099 17.344,8.722 17.06,8.439 16.777,8.156 16.4,8 16,8 16,8 16,8 16,8 15.599,8 15.222,8.156 14.939,8.44 14.656,8.723 14.5,9.1 14.5,9.5 c 0,0.374 0.141,0.724 0.39,1 z"
id="path4-3"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 26.503,16.5 C 26.825,17.224 27,17.912 27,19 27,24.799 22.075,27 16,27 9.925,27 5,24.799 5,19 5,17.235 5.456,16.525 6.263,15 4,13 5,12 5,12 h 22 c 0,0 1,1 -1.263,3 H 8.75 C 8.336,15 8,15.336 8,15.75 8,16.164 8.336,16.5 8.75,16.5 Z"
id="path5-8"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 28.445,2.788 C 26.957,4.94 25.153,8.52 24.38,10.5 h -3 C 22.21,8.121 23.783,4.379 24.858,2.274 24.945,2.105 25.12,2 25.31,2 h 2.729 c 0.405,0 0.635,0.455 0.406,0.788 z"
id="path6-4"
style="fill:#d9a520;fill-opacity:1" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 9.2 KiB

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/autohebergement/slide169/slides-autohebergement-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: 28 KiB

View file

@ -0,0 +1,147 @@
<?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-autohebergement-1920-1080-jaune.svg"
xml:space="preserve"
inkscape:export-filename="slides-autohebergement-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="2560"
inkscape:window-height="999"
inkscape:window-x="0"
inkscape:window-y="73"
inkscape:window-maximized="0"
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(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
id="g4"
transform="translate(111.12506,-4.7624988)"
style="display:inline"><text
xml:space="preserve"
style="font-weight:500;font-size:12.7px;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:#1c1c1c;stroke:#d9a520;stroke-width:2.64583;stroke-linecap:round;stroke-linejoin:round"
x="-96.177681"
y="66.646446"
id="text1"><tspan
sodipodi:role="line"
id="tspan1"
style="font-size:12.7px;fill:#d9a520;fill-opacity:1;stroke:none;stroke-width:2.64583"
x="-96.177681"
y="66.646446">ATELIER AUTOHÉBERGEMENT</tspan></text><g
id="g2"
transform="matrix(1.0205689,0,0,1.0205689,12.748543,44.469461)"
style="fill:#d9a520;fill-opacity:1"><path
d="M 9,9 C 8.199,9 7.446,8.688 6.88,8.122 6.312,7.555 6,6.802 6,6.001 6,5.2 6.312,4.446 6.878,3.879 7.445,3.312 8.198,3 8.999,3 9,3 9,3 9,3 9.801,3 10.554,3.312 11.12,3.878 11.687,4.445 12,5.198 12,5.999 12,6.8 11.688,7.554 11.122,8.121 10.555,8.688 9.802,9 9.001,9 Z M 9,4.5 c 0,0 0,0 0,0 C 8.599,4.5 8.222,4.656 7.938,4.94 7.656,5.223 7.5,5.6 7.5,6 7.5,6.401 7.656,6.778 7.94,7.061 8.223,7.344 8.6,7.5 9,7.5 c 0,0 0,0 0,0 0.401,0 0.778,-0.156 1.061,-0.44 C 10.344,6.777 10.5,6.4 10.5,6 10.5,5.599 10.344,5.222 10.06,4.939 9.777,4.656 9.4,4.5 9,4.5 Z"
id="path1"
style="fill:#d9a520;fill-opacity:1" /><path
d="m 25.5,26.96 c 0.69,1.19 0.66,2.5 -0.05,2.91 -0.72,0.42 -1.86,-0.22 -2.55,-1.41 -0.193,-0.333 -0.31,-0.662 -0.388,-0.986 0.906,-0.338 1.709,-0.761 2.418,-1.258 0.205,0.216 0.403,0.457 0.57,0.744 z"
id="path2"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 9.488,27.474 C 9.41,27.798 9.293,28.127 9.1,28.46 8.41,29.65 7.27,30.29 6.55,29.87 5.84,29.46 5.81,28.15 6.5,26.96 c 0.167,-0.287 0.365,-0.528 0.57,-0.744 0.709,0.497 1.512,0.921 2.418,1.258 z"
id="path3"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 13.182,10.5 C 13.07,10.182 13,9.848 13,9.501 13,8.7 13.312,7.946 13.878,7.379 14.445,6.812 15.198,6.5 15.999,6.5 c 0,0 10e-4,0 10e-4,0 0.801,0 1.554,0.312 2.12,0.878 0.567,0.567 0.88,1.32 0.88,2.121 0,0.348 -0.069,0.683 -0.182,1.001 H 17.11 C 17.359,10.224 17.5,9.874 17.5,9.5 17.5,9.099 17.344,8.722 17.06,8.439 16.777,8.156 16.4,8 16,8 16,8 16,8 16,8 15.599,8 15.222,8.156 14.939,8.44 14.656,8.723 14.5,9.1 14.5,9.5 c 0,0.374 0.141,0.724 0.39,1 z"
id="path4"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 26.503,16.5 C 26.825,17.224 27,17.912 27,19 27,24.799 22.075,27 16,27 9.925,27 5,24.799 5,19 5,17.235 5.456,16.525 6.263,15 4,13 5,12 5,12 h 22 c 0,0 1,1 -1.263,3 H 8.75 C 8.336,15 8,15.336 8,15.75 8,16.164 8.336,16.5 8.75,16.5 Z"
id="path5"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 28.445,2.788 C 26.957,4.94 25.153,8.52 24.38,10.5 h -3 C 22.21,8.121 23.783,4.379 24.858,2.274 24.945,2.105 25.12,2 25.31,2 h 2.729 c 0.405,0 0.635,0.455 0.406,0.788 z"
id="path6"
style="fill:#d9a520;fill-opacity:1" /></g><g
id="g3"
transform="matrix(1.0205689,0,0,1.0205689,-239.23189,44.469461)"
style="display:inline;fill:#d9a520;fill-opacity:1"><path
d="M 9,9 C 8.199,9 7.446,8.688 6.88,8.122 6.312,7.555 6,6.802 6,6.001 6,5.2 6.312,4.446 6.878,3.879 7.445,3.312 8.198,3 8.999,3 9,3 9,3 9,3 9.801,3 10.554,3.312 11.12,3.878 11.687,4.445 12,5.198 12,5.999 12,6.8 11.688,7.554 11.122,8.121 10.555,8.688 9.802,9 9.001,9 Z M 9,4.5 c 0,0 0,0 0,0 C 8.599,4.5 8.222,4.656 7.938,4.94 7.656,5.223 7.5,5.6 7.5,6 7.5,6.401 7.656,6.778 7.94,7.061 8.223,7.344 8.6,7.5 9,7.5 c 0,0 0,0 0,0 0.401,0 0.778,-0.156 1.061,-0.44 C 10.344,6.777 10.5,6.4 10.5,6 10.5,5.599 10.344,5.222 10.06,4.939 9.777,4.656 9.4,4.5 9,4.5 Z"
id="path1-4"
style="fill:#d9a520;fill-opacity:1" /><path
d="m 25.5,26.96 c 0.69,1.19 0.66,2.5 -0.05,2.91 -0.72,0.42 -1.86,-0.22 -2.55,-1.41 -0.193,-0.333 -0.31,-0.662 -0.388,-0.986 0.906,-0.338 1.709,-0.761 2.418,-1.258 0.205,0.216 0.403,0.457 0.57,0.744 z"
id="path2-7"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 9.488,27.474 C 9.41,27.798 9.293,28.127 9.1,28.46 8.41,29.65 7.27,30.29 6.55,29.87 5.84,29.46 5.81,28.15 6.5,26.96 c 0.167,-0.287 0.365,-0.528 0.57,-0.744 0.709,0.497 1.512,0.921 2.418,1.258 z"
id="path3-1"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 13.182,10.5 C 13.07,10.182 13,9.848 13,9.501 13,8.7 13.312,7.946 13.878,7.379 14.445,6.812 15.198,6.5 15.999,6.5 c 0,0 10e-4,0 10e-4,0 0.801,0 1.554,0.312 2.12,0.878 0.567,0.567 0.88,1.32 0.88,2.121 0,0.348 -0.069,0.683 -0.182,1.001 H 17.11 C 17.359,10.224 17.5,9.874 17.5,9.5 17.5,9.099 17.344,8.722 17.06,8.439 16.777,8.156 16.4,8 16,8 16,8 16,8 16,8 15.599,8 15.222,8.156 14.939,8.44 14.656,8.723 14.5,9.1 14.5,9.5 c 0,0.374 0.141,0.724 0.39,1 z"
id="path4-3"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 26.503,16.5 C 26.825,17.224 27,17.912 27,19 27,24.799 22.075,27 16,27 9.925,27 5,24.799 5,19 5,17.235 5.456,16.525 6.263,15 4,13 5,12 5,12 h 22 c 0,0 1,1 -1.263,3 H 8.75 C 8.336,15 8,15.336 8,15.75 8,16.164 8.336,16.5 8.75,16.5 Z"
id="path5-8"
style="fill:#d9a520;fill-opacity:1" /><path
d="M 28.445,2.788 C 26.957,4.94 25.153,8.52 24.38,10.5 h -3 C 22.21,8.121 23.783,4.379 24.858,2.274 24.945,2.105 25.12,2 25.31,2 h 2.729 c 0.405,0 0.635,0.455 0.406,0.788 z"
id="path6-4"
style="fill:#d9a520;fill-opacity:1" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 9.2 KiB