Skip to content

Commit

Permalink
Split intro in 2 blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardbosch committed Sep 10, 2024
1 parent 5f65149 commit 18912ec
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -438,18 +438,22 @@
% Background image
\node[anchor=north west, inner sep=0] at (0,0) {
% \includegraphics[trim=0 30 0 10, clip, width=\linewidth]{header-mountain_75.jpg} % Galicia
\includegraphics[trim=20 25 0 98, clip, width=1.3\linewidth]{header-flatiron_75.jpg} % Flatiron NY
\includegraphics[trim=28 25 0 98, clip, width=173mm]{header-flatiron_75.jpg} % Flatiron NY
};

% Color box node relative to the minipage top left
\node[anchor=north west, fill=introcolor, inner sep=6pt, opacity=0.85, text opacity=1, text width=79mm, align=center] at (50.5mm, -5mm) {
\node[anchor=north west, fill=introcolor, inner sep=4pt, opacity=0.80, text opacity=1, text width=79mm, align=center] at (51mm, -5mm) {
\setlength{\spaceskip}{2pt} % compact text a little

\larrow{sectcol}\textcolor{white}{
Enthusiast about Functional Programming, software engineering/craftsmanship, clean code, architectural/ design patterns and programming languages theory.
}
};

% Color box node relative to the minipage top left
\node[anchor=north west, fill=introcolor, inner sep=4pt, opacity=0.80, text opacity=1, text width=79mm, align=center] at (51mm, -25mm) {
\setlength{\spaceskip}{2pt} % compact text a little

\vspace{8pt}
\larrow{sectcol}\textcolor{white}{
Good at identifying inefficiencies, \textcolor{Gold1}{finding solutions} and \textcolor{Gold1}{improving processes}. I enjoy collaborating with diverse teams to solve challenging problems.
}
Expand Down

0 comments on commit 18912ec

Please sign in to comment.