Rony Murat's CV
Author
Rony Murat
Last Updated
5 years ago
License
LaTeX Project Public License 1.3c
Abstract
Rony Murat's CV; adapted from the Infographics CV by Jan Küster. Feel free to use.
Rony Murat's CV; adapted from the Infographics CV by Jan Küster. Feel free to use.
%-----------------------------------------------------------------------------------------------------------------------------------------------%
% The MIT License (MIT)
%
% Copyright (c) 2016 Jan Küster
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
% of this software and associated documentation files (the "Software"), to deal
% in the Software without restriction, including without limitation the rights
% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
% copies of the Software, and to permit persons to whom the Software is
% furnished to do so, subject to the following conditions:
%
% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
% THE SOFTWARE.
%
% ************* RESOURCES USED ********************
%
% http://tex.stackexchange.com/questions/5718/package-for-pie-charts
% http://tex.stackexchange.com/questions/183087/draw-colored-world-us-map-in-latex#183138
% http://www.texample.net/tikz/examples/simple-flow-chart/
% http://vizualize.me/#
% http://devnet.kentico.com/getattachment/fd511a92-e164-40f5-ba51-07c228a49fed/Kentico_fortune500_infographics_FINAL.png
%
%-----------------------------------------------------------------------------------------------------------------------------------------------%
%============================================================================%
%
% DOCUMENT DEFINITION
%
%============================================================================%
%we use article class because we want to fully customize the page
\documentclass[10pt,A4]{article}
%----------------------------------------------------------------------------------------
% ENCODING
%----------------------------------------------------------------------------------------
%we use utf8 since we want to build from any machine
\usepackage[utf8]{inputenc}
%----------------------------------------------------------------------------------------
% LOGIC
%----------------------------------------------------------------------------------------
\usepackage{xifthen}
\usepackage{calc}
%----------------------------------------------------------------------------------------
% FONT
%----------------------------------------------------------------------------------------
% some tex-live fonts - choose your own
%\usepackage[defaultsans]{droidsans}
%\usepackage[default]{comfortaa}
%\usepackage{cmbright}
\usepackage[default]{raleway}
%\usepackage{fetamont}
%\usepackage[default]{gillius}
%\usepackage[light,math]{iwona}
%\usepackage[thin]{roboto}
% set font default
\renewcommand*\familydefault{\sfdefault}
\usepackage[T1]{fontenc}
% more font size definitions
\usepackage{moresize}
%----------------------------------------------------------------------------------------
% PAGE LAYOUT DEFINITIONS
%----------------------------------------------------------------------------------------
\usepackage[thinlines]{easytable}
%debug page outer frames
%\usepackage{showframe}
%define page styles using geometry
\usepackage[a4paper]{geometry}
% for example, change the margins to 2 inches all round
\geometry{top=1cm, bottom=1cm, left=1cm, right=1cm}
% use customized header
\usepackage{fancyhdr}
\pagestyle{fancy}
%less space between header and content
\setlength{\headheight}{-5pt}
% customize header entries
\lhead{}
\rhead{}
\chead{}
%indentation is zero
\setlength{\parindent}{0mm}
%----------------------------------------------------------------------------------------
% TABLE /ARRAY DEFINITIONS
%----------------------------------------------------------------------------------------
%extended aligning of tabular cells
\usepackage{array}
% custom column width
\newcolumntype{x}[1]{%
>{\raggedleft\hspace{0pt}}p{#1}}%
%----------------------------------------------------------------------------------------
% GRAPHICS DEFINITIONS
%----------------------------------------------------------------------------------------
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{fancybox}
\usepackage{eso-pic,transparent}
% for drawing graphics and charts
\usepackage{tikz}
\usetikzlibrary{shapes, backgrounds}
% use to vertically center content
% credits to: http://tex.stackexchange.com/questions/7219/how-to-vertically-center-two-images-next-to-each-other
\newcommand{\vcenteredinclude}[1]{\begingroup
\setbox0=\hbox{\includegraphics{#1}}%
\parbox{\wd0}{\box0}\endgroup}
% use to vertically center content
% credits to: http://tex.stackexchange.com/questions/7219/how-to-vertically-center-two-images-next-to-each-other
\newcommand*{\vcenteredhbox}[1]{\begingroup
\setbox0=\hbox{#1}\parbox{\wd0}{\box0}\endgroup}
%----------------------------------------------------------------------------------------
% ICON-SET EMBEDDING
%----------------------------------------------------------------------------------------
% at this point we simplify our icon-embedding by simply referring to a set of png images.
% if you find a good way of including svg without conflicting with other packages you can
% replace this part
\newcommand{\icons}{icons/} %path to your icon lib
\newcommand{\icon}[2]{\colorbox{debugcol0}{\includegraphics[height=#2]{\icons#1}}} %icon shortcut
\newcommand{\icontext}[3]{ %icon with text shortcut
\vcenteredhbox{\icon{#1}{#2}} \vcenteredhbox{\textcolor{textcol}{#3}}
}
%----------------------------------------------------------------------------------------
% Color DEFINITIONS
%----------------------------------------------------------------------------------------
\usepackage{color}
%main color
\definecolor{maincol}{RGB}{150,150,150}
%secondary colors
\definecolor{secondcol}{RGB}{0,0,255}
\definecolor{thirdcol}{RGB}{255,0,255}
\definecolor{fourthcol}{RGB}{255,0,0}
\definecolor{fifthcol}{RGB}{0,255,255}
\definecolor{sixthcol}{RGB}{255,255,0}
%background color
\definecolor{bgcol}{RGB}{255,255,255}
%textcolor
\definecolor{textcol}{RGB}{0,0,0}
%sectioncolor
\definecolor{sectcol}{RGB}{255,223,0}
\definecolor{sectbackcol}{RGB}{0,0,0}
\definecolor{titlecol}{RGB}{153,101,21}
%debugcolors
\definecolor{debugcol0}{RGB}{255,0,255}
\definecolor{debugcol1}{RGB}{0,255,255}
\definecolor{debugcol2}{RGB}{150,150,150}
\definecolor{debugcol3}{RGB}{255,255,0}
\definecolor{debugcol4}{RGB}{255,0,0}
% desactivate debug colors
\definecolor{debugcol0}{RGB}{255,255,255}
\definecolor{debugcol1}{RGB}{255,255,255}
\definecolor{debugcol2}{RGB}{255,255,255}
\definecolor{debugcol3}{RGB}{255,255,255}
\definecolor{debugcol4}{RGB}{255,255,255}
%set a background col for whole page
\pagecolor{bgcol}
%----------------------------------------------------------------------------------------
% HEADER
%----------------------------------------------------------------------------------------
% remove top header line
\renewcommand{\headrulewidth}{0pt}
%remove botttom header line
\renewcommand{\footrulewidth}{0pt}
%remove pagenum
\renewcommand{\thepage}{}
%remove section num
\renewcommand{\thesection}{}
%----------------------------------------------------------------------------------------
%
% TIKZ GRAPHICS
%
%----------------------------------------------------------------------------------------
% a six pointed arrow poiting to the left
\newcommand{\tzlarrow}{(0,0) -- (0.2,0) -- (0.3,0.2) -- (0.2,0.4) -- (0,0.4) -- (0.1,0.2) -- cycle;}
% a six pointed arrow poiting to the right
\newcommand{\tzrarrow}{ (0,0.2) -- (0.1,0) -- (0.3,0) -- (0.2,0.2) -- (0.3,0.4) -- (0.1,0.4) -- cycle;}
% include the left arrow into a tikz picture
% param1: fill color
%
\newcommand{\larrow}[1]
{\begin{tikzpicture}[scale=0.58]
\filldraw[fill=#1!100,draw=#1!100!black] \tzlarrow
\end{tikzpicture}
}
% include the right arrow into a tikz picture
% param1: fill color
%
\newcommand{\rarrow}[1]
{\begin{tikzpicture}[scale=0.58]
\filldraw[fill=#1!100,draw=#1!100!black] \tzrarrow
\end{tikzpicture}
}
% the chart graphics are outsourced into own files
%----------------------------------------------------------------------------------------
% PIE CHART
%----------------------------------------------------------------------------------------
\input{./modules/chart.tex}
%----------------------------------------------------------------------------------------
% BAR CHART
%----------------------------------------------------------------------------------------
\input{./modules/barchart.tex}
%----------------------------------------------------------------------------------------
% BUBBLE CHART
%----------------------------------------------------------------------------------------
\input{./modules/bubbles.tex}
%----------------------------------------------------------------------------------------
% SQUARE CHART
%----------------------------------------------------------------------------------------
\input{./modules/squares.tex}
%----------------------------------------------------------------------------------------
% TIMELINE CHART
%----------------------------------------------------------------------------------------
\input{./modules/timeline.tex}
%----------------------------------------------------------------------------------------
% FACT BUBBLE
%----------------------------------------------------------------------------------------
\input{./modules/factbubble.tex}
%----------------------------------------------------------------------------------------
% custom sections
%----------------------------------------------------------------------------------------
% create a coloured box with arrow and title as cv section headline
% param 1: section title
%
\newcommand{\cvsection}[2] {
\textcolor{sectcol}{\uppercase{\textbf{#1}}}
}
\newcommand{\cvsect}[4]{
\textcolor{#3}{\hrule}
\colorbox{#3}{ {\cvsection{#1}{#4}}}
}
% create a coloured arrow with title as cv meta section section
% param 1: meta section title
%
\newcommand{\metasection}[2] {
\begin{tabular*}{1\textwidth}{ l l }
#1\\[12pt]
\end{tabular*}
}
%----------------------------------------------------------------------------------------
% CV EVENT
%----------------------------------------------------------------------------------------
% creates a stretched box as
\newcommand{\cveventmeta}[2] {
\mbox{\mystrut \hspace{87pt}\textit{#1}}\\
#2
}
%----------------------------------------------------------------------------------------
% STRUTS AND RULES
%----------------------------------------- -----------------------------------------------
% custom strut
\newcommand{\mystrut}{\rule[-.3\baselineskip]{0pt}{\baselineskip}}
% colored rule and text for chart legends, wrapped in parbox
% param 1: text
% param 2: width in cm or pt, em ...
% param 3: color
\newcommand{\legend}[3]{\parbox{#2}{\textcolor{#3}{\rule{#2}{4pt}}\\#1}}
%----------------------------------------------------------------------------------------
% CUSTOM LOREM IPSUM
%----------------------------------------------------------------------------------------
\newcommand{\lorem}{I enjoy designing simple and reliable computer science powered solutions to solve challenging problems for industrial applications.}
%----------------------------------------------------------------------------------------
% MAIN DOCUMENT
%----------------------------------------------------------------------------------------
\newcommand{\headersize}{18pt}
\newcommand\BackgroundPic{%
\put(0, 0){%
\parbox[b][\paperheight]{\paperwidth}{%
%\vfill
%\centering
\includegraphics[width=\paperwidth,height=\paperheight,% keepaspectratio]{images/shadow}%
%\vfill
}}}
\begin{document}
\AddToShipoutPictureBG*{%
\transparent{0.92}\includegraphics[width=18.15cm,height=25.75cm]{images/shadow.png}%
}
%\AddToShipoutPictureBG{\BackgroundPic}
%use our custom fancy header definitions
\pagestyle{fancy}
%----------------------------
% TITLE HEADLINE
%----------------------------
\mystrut
\vspace{-20pt}
%\begin{tabular*}{1\textwidth}{c c c}
\colorbox{debugcol1}{
\parbox[c]{0.19\linewidth}{
\includegraphics[width=3.5cm]{images/photo.jpg}
}
\parbox[c]{0.48\linewidth}{
\colorbox{sectbackcol}{\HUGE{\textcolor{white}{\textbf{\uppercase{Rony Murat}}} }}%
\texttt{\tiny { edited via LaTeX}}\\
\Large{\textcolor{titlecol}{\normalsize 3D " Machine Learning " Backend " Games}}\\
\Large{\textcolor{titlecol}{\textsc{Software Engineer}}}\\
\textcolor{textcol}{\footnotesize \textbf{I enjoy designing simple and reliable computer science powered}}\\
\textcolor{textcol}{\footnotesize \textbf{solutions to solve challenging problems for industrial applications.}}
}
\parbox{0.25\textwidth}{
\icontext{location_waze_225}{\headersize}{Paris 20e, France}\\
\icontext{tel2_225}{\headersize}{(+00)0 00 00 00 00}\\
\icontext{gmail_225}{\headersize}{rony.murat@gmail.com}\\
\icontext{github_225}{\headersize}{github.com/highronn}\\
}
}
%\end{tabular*}
% manage space by reducing font size
\small
\vspace{-1pt}
\begin{minipage}{0.59\textwidth}
%----------------------------------------------------------------------------------------
% NOTES
%----------------------------------------------------------------------------------------
\cvsect{LOGBOOK}{0.5}{sectbackcol}{textcol}\\[4pt]
\noindent\fcolorbox{debugcol1}{debugcol3}{
\parbox[c][2cm][c]{1\textwidth}{
\textit{“There have to be reasons that you get up in the morning and you want to live. Why do you want to live? What's the point? What inspires you? What do you love about the future? If the future does not include being out there among the stars and being a multi-planet species, I find that incredibly depressing.”}\\
\textbf{- Elon Musk}
}
}
%------------------------------------
\vspace{10pt}
%------------------------------------
%----------------------------------------------------------------------------------------
% CORE COMPETENCIES
%----------------------------------------------------------------------------------------
\cvsect{CODE OF CONDUCT}{0.5}{sectbackcol}{textcol}\\[4pt]
\noindent\fcolorbox{debugcol1}{debugcol3}{
\parbox[c][3cm][c]{1.05\textwidth}{
\textbf{I love to learn} new things by myself and from other people.\\
If I can't do something? I will learn how to \textbf{do it efficiently}.\\
As a lazy guy, I \textbf{automatize routine tasks}.\\
Whenever I'm stuck, I pull my head \textbf{out of the box}.\\
I whip myself to \textbf{minimize} as much as possible \textbf{technical debt} when I code-craft.\\
I'm a perfectionist and I know when \textbf{"Time To Production"} primes.\\
In order to avoid any stress, I use \textbf{automatic tests} to validate every delivery.\\
I feel proud when the \textbf{end user likes the product} I've contributed to.
}
}
%------------------------------------
\vspace{13pt}
%------------------------------------
%----------------------------------------------------------------------------------------
% SKILLS AND TECHNOLOGIES
%----------------------------------------------------------------------------------------
\cvsect{TECHNOLOGIES}{0.5}{sectbackcol}{textcol}\\[4pt]
%\vspace{1pt}
%\colorbox{debugcol1}{
\fbox{\includegraphics[width=10cm]{images/technologies.png}}
%}
%------------------------------------
\vspace{5pt}
%------------------------------------
%----------------------------
% LANGUAGES
%---------------------------
\fboxsep=1.4pt
\fboxrule=0.5pt
\def\bordercolor{white}
\def\backgroundcolor{white}
\cornersize{15}
\newcommand{\langbox}[1]{
\fcolorbox{\bordercolor}{\backgroundcolor}{\textcolor{blue}{\textsf{\underline{#1}}}}
}
\cvsect{LANGUAGES (ISO 639-1) PROFICIENCY}{0.5}{sectbackcol}{textcol}\\[4pt]
\parbox{\textwidth}{
\begin{tabular}{r l}
\textcolor{textcol}{rudimentary} & \langbox{AR}\\
\textcolor{textcol}{elementary} & \langbox{PT} \langbox{JA}\\
\textcolor{textcol}{\textbf{full professional working}} & \langbox{EN}\\
\textcolor{textcol}{\textbf{native or bilingual}} & \langbox{FR}
\end{tabular}\\
}
%------------------------------------
\vspace{6pt}
%------------------------------------
%----------------------------------------------------------------------------------------
% SHARPNESS
%----------------------------------------------------------------------------------------
% height
\newcommand{\hobbysa}{4.4cm}
% length
\newcommand{\hobbysbleft}{2.3cm}
\newcommand{\hobbysbmiddle}{3.9cm}
\newcommand{\hobbysbright}{4.7cm}
\newcommand{\sharpalign}{-10pt}
% Define box and box title style
\tikzstyle{internbox} = [draw=red, fill=white, very thick, rectangle, rounded corners, inner sep=10pt, inner ysep=9pt]
\tikzstyle{externbox} = [draw=red, fill=white, very thick, rectangle, rounded corners, inner sep=10pt, inner ysep=9pt]
\tikzstyle{commitbox} = [draw=red, fill=white, very thick, rectangle, rounded corners, inner sep=10pt, inner ysep=9pt]
\tikzstyle{fancytitle} =[fill=black, text=white]
\cvsect{HOW I TRAIN MY BRAIN}{0.5}{sectbackcol}{textcol}\\[4pt]
\vspace{6pt}
\colorbox{debugcol1}{
\mbox{
% PHYSICAL
\begin{tikzpicture}
\node [internbox] (box){%
\hspace{\sharpalign}
\begin{minipage}{0.19\textwidth}
\begin{tabular}{@{$\bullet$ }ll}
\texttt{\small Kitesurf}\\
\texttt{\small Skydive}\\
\texttt{\small Rollerskate}\\
\texttt{\small Snowboard}\\
\texttt{\small Basket}\\
\texttt{\small Trickz}\\
\texttt{\small Capoeira}\\
\texttt{\small (Speedriding)}\\
\texttt{\small (Wingsuit)}
\end{tabular}
\end{minipage}
};
\node[fancytitle, rounded corners, right=11pt] at (box.north west) {EXTERNAL};
\end{tikzpicture}
\hspace{1pt}
% MENTAL
\begin{tikzpicture}
\node [externbox] (box){%
\hspace{\sharpalign}
\begin{minipage}{0.33\textwidth}
\begin{tabular}{@{$\bullet$ }ll}
\texttt{\small Online courses}\\
\texttt{\small Industry events}\\
\texttt{\small Hackathons}\\
\texttt{\small Game Jams}\\
\texttt{\small Programming contests}\\
\texttt{\small Online tech groups}\\
\texttt{\small Books, Comics, Mangas}\\
\texttt{\small Board \& Video Games}\\
\texttt{\small Personal side projects}
\end{tabular}
\end{minipage}
};
\node[fancytitle, rounded corners, right=31pt] at (box.north west) {INTERNAL};
\end{tikzpicture}
\hspace{1pt}
% OBJECTIVES
\begin{tikzpicture}
\node [commitbox] (box){%
\hspace{\sharpalign}
\begin{minipage}{0.41\textwidth}
\begin{tabular}{@{$\bullet$ }ll}
\texttt{\small Teaching}\\
\texttt{\small Open Source contribution}\\
\texttt{\small Robot competition}\\
\texttt{\small Self-driving drone racing}\\
\texttt{\small Trading bot}\\
\texttt{\small Quantum computing}\\
\texttt{\small Reading music}\\
\texttt{\small Learning foreign languages}\\
\texttt{\small qwertee.com shirts drawings}
\end{tabular}
\end{minipage}
};
\node[fancytitle, rounded corners, right=36pt] at (box.north west) {COMMITMENT};
\end{tikzpicture}
}
}
%------------------------------------
\vspace{4pt}
%------------------------------------
\newcommand{\infosize}{11pt}
\colorbox{debugcol1}{
\parbox{1.05\textwidth}{
\icontext{info}{\infosize}{"jokes" based on ethnic, social or gender stereotypes do not make me laugh.}\\
\icontext{radioactive}{\infosize}{Radiates good vibrations when placed in a team.}
}
}
\end{minipage}
\begin{minipage}{0.05\textwidth}
\begin{center}
%\begin{tikzpicture}
%\draw[draw=sectcol,dashed, opacity=0.5] (0,-12) -- (0,12);
%\end{tikzpicture}
\end{center}
\end{minipage}
\begin{minipage}{0.4\textwidth}
%--------------------------------------
% Experience and education
%--------------------------------------
\cvsect{FLIGHT PLAN}{0.4}{sectbackcol}{textcol}\\[16pt]
\hspace{60pt}\mbox{\legend{Job}{1.65cm}{thirdcol} \legend{Formation}{1.65cm}{fifthcol}}
\vspace{-15pt}
\newcommand{\eugenmsg}{Porting \uppercase{\textbf{scripts}} based AI behaviors \uppercase{\textbf{into C++}} to achieve \uppercase{\textbf{performance gains}} on console versions of R.U.S.E.}
\newcommand{\ktmsga}{\uppercase{\textbf{Augmented Reality plugin}} development/integration into a cross-platform \uppercase{\textbf{home-made game engine}} performing live pattern recognition and 3D mesh integration onto a webcam based video rendering.}
\newcommand{\ktmsgb}{\textbf{REAL-TIME} player \textbf{MOVEMENTS DETECTION/SCORING} from an \textbf{APPROXIMATED SKELETAL TRACKING INPUT} with correction/adaptation/reproduction on a \textbf{3D HUMANOID} avatar \textbf{SKELETON}.}
\newcommand{\cyanidemsg}{\textbf{REAL TIME SHADER BASED} football field \textbf{lighted/animated GRASS RENDERING}. Intuitive/tweakable/scalable ingame visual \uppercase{\textbf{UI/FX SPAWNING SYSTEM}} conception and implementation to address \textbf{GRAPHICS DESIGNERS NEEDS}.}
\newcommand{\etherealmsg}{\uppercase{\textbf{Start-up creation}} first experience to develop a phone/web based \uppercase{\textbf{online role playing game}} with a \uppercase{\textbf{persistent world}}.}
\newcommand{\sgmsg}{\uppercase{\textbf{Very low latency network connectors}} development performing order passing and price fluctuations reporting over world-around market places.}
\newcommand{\mappymsg}{Maintenance/evolution of a graph based \uppercase{\textbf{european roads network trip calculator}} backend service for millions of users. France vehicle roads closing time series events \uppercase{\textbf{data-mining}} and analysis for \uppercase{\textbf{traffic prediction}}.}
\newcommand{\jobsize}{2cm}
\newcommand{\frmsize}{0.95cm}
%\begin{center}
\begin{cvtimeline}{2008}{2020}{20}{\linewidth}
\cvevent{2008-2011 }{9/2011}{I.M.A.C Engineer School}{Computer Science Engineer Degree}{badge}{fifthcol}{7/2008}{{}}{\frmsize}
\cvevent{04 months}{9/2010}{Eugen Systems}{Gameplay Programmer Trainee}{tools}{thirdcol}{8/2009}{\eugenmsg}{\jobsize}
\cvevent{06 months}{9/2011}{Kylotonn Games}{Computer Vision R\&D Engineer}{tools}{thirdcol}{1/2011}{\ktmsga}{\jobsize}
\cvevent{09 months}{8/2012}{Kylotonn Games}{Gameplay Engineer}{tools}{thirdcol}{6/2012}{\ktmsgb}{\jobsize}
\cvevent{12 months}{11/2013}{Cyanide Studio}{3D Rendering Engineer}{tools}{thirdcol}{11/2013}{\cyanidemsg}{\jobsize}
\cvevent{12 months}{02/2015}{Ethereal Games}{Co-Founder \& 2D GFX Programmer}{tools}{thirdcol}{4/2015}{\etherealmsg}{\jobsize}
\cvevent{36 months}{01/2018}{Société Générale Investment}{Backend Software Programmer}{tools}{thirdcol}{9/2016}{\sgmsg}{\jobsize}
\cvevent{19 months}{02/2020}{Mappy}{Backend Software Engineer}{tools}{thirdcol}{2/2018}{\mappymsg}{\jobsize}
\cvevent{03 months}{7/2019}{Coursera}{Machine Learning}{badge}{fifthcol}{3/2019}{{}}{\frmsize}
\cvevent{-> 10/2019}{10/2019}{Coursera}{Deep Learning Specialization}{badge}{fifthcol}{12/2019}{{}}{\frmsize}
\end{cvtimeline}
%\end{center}
\end{minipage}
%--------------------------------------
% Footer fancy question
%--------------------------------------
\definecolor{hirecol}{RGB}{255,0,0}
\tikzstyle{hirebutton} =[fill=hirecol, text=white]
\fancyfoot[CE,CO]{
\underline{\leftmark My life purpose? Live long enough in order to participate in humanity space expansion.}
\hfill
\begin{tikzpicture}
\node[hirebutton, rounded corners] at (box.north west) {\textbf{HIRE ME}};
\end{tikzpicture}
}
\end{document}