diff --git a/README.md b/README.md index 4aacbf9..2fe822f 100644 --- a/README.md +++ b/README.md @@ -1,99 +1,3 @@ -

- - AwesomeCV - -
- Awesome CV -

+# My CV(Curriculum Vitae) -

- LaTeX template for your outstanding job application -

- -
- - CircleCI - - - Example Resume - - - Example CV - - - Example Coverletter - -
- -
- -## What is Awesome CV? - -**Awesome CV** is LaTeX template for a **CV(Curriculum Vitae)**, **Résumé** or **Cover Letter** inspired by [Fancy CV](https://www.sharelatex.com/templates/cv-or-resume/fancy-cv). It is easy to customize your own template, especially since it is really written by a clean, semantic markup. - - -## Preview - -#### Résumé - -You can see [PDF](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume.pdf) - -| Page. 1 | Page. 2 | -|:---:|:---:| -| [![Résumé](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume-0.png)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume.pdf) | [![Résumé](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume-1.png)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume.pdf) | - -#### Cover Letter - -You can see [PDF](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/coverletter.pdf) - -| Without Sections | With Sections | -|:---:|:---:| -| [![Cover Letter(Traditional)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/coverletter-0.png)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/coverletter.pdf) | [![Cover Letter(Awesome)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/coverletter-1.png)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/coverletter.pdf) | - - -## Quick Start - -* [**Edit Résumé on OverLeaf.com**](https://www.overleaf.com/latex/templates/awesome-cv/tvmzpvdjfqxp) -* [**Edit Résumé on ShareLaTeX.com**](https://www.sharelatex.com/templates/cv-or-resume/awesome-cv) -* [**Edit Cover Letter on OverLeaf.com**](https://www.overleaf.com/latex/templates/awesome-cv-cover-letter/pfzzjspkthbk) -* [**Edit Cover Letter on ShareLaTeX.com**](https://www.sharelatex.com/templates/cover-letters/awesome-cv-cover-letter) - -**_Note:_ Above services do not guarantee up-to-date source code of Awesome CV** - - -## How to Use - -#### Requirements - -A full TeX distribution is assumed. [Various distributions for different operating systems (Windows, Mac, \*nix) are available](http://tex.stackexchange.com/q/55437) but TeX Live is recommended. -You can [install TeX from upstream](http://tex.stackexchange.com/q/1092) (recommended; most up-to-date) or use `sudo apt-get install texlive-full` if you really want that. (It's generally a few years behind.) - -#### Usage - -At a command prompt, run - -```bash -$ xelatex {your-cv}.tex -``` - -This should result in the creation of ``{your-cv}.pdf`` - - -## Credit - -[**LaTeX**](http://www.latex-project.org) is a fantastic typesetting program that a lot of people use these days, especially the math and computer science people in academia. - -[**LaTeX FontAwesome**](https://github.com/furl/latex-fontawesome) is bindings for FontAwesome icons to be used in XeLaTeX. - -[**Roboto**](https://github.com/google/roboto) is the default font on Android and ChromeOS, and the recommended font for Google’s visual language, Material Design. - -[**Source Sans Pro**](https://github.com/adobe-fonts/source-sans-pro) is a set of OpenType fonts that have been designed to work well in user interface (UI) environments. - - -## Contact - -You are free to take my `.tex` file and modify it to create your own resume. Please don't use my resume for anything else without my permission, though! - -If you have any questions, feel free to join me at [`#posquit0` on Freenode](irc://irc.freenode.net/posquit0) and ask away. Click [here](https://kiwiirc.com/client/irc.freenode.net/posquit0) to connect. - -Good luck! +PDF file available in [French](https://github.com/BastienM/my-curriculum/blob/master/cv/french/cv.pdf) and [English](https://github.com/BastienM/my-curriculum/blob/master/cv/english/cv.pdf). diff --git a/circle.yml b/circle.yml deleted file mode 100644 index 35c83a9..0000000 --- a/circle.yml +++ /dev/null @@ -1,14 +0,0 @@ -## Customize the test machine -machine: - timezone: - Asia/Seoul - - services: - - docker - -## Customize compile commands -test: - override: - - docker run --rm -w "/doc" -v "$PWD":/doc thomasweise/texlive make - post: - - mv examples/*.pdf $CIRCLE_ARTIFACTS/ \ No newline at end of file diff --git a/cv/english/awesome-cv.cls b/cv/english/awesome-cv.cls new file mode 120000 index 0000000..5ee1a6c --- /dev/null +++ b/cv/english/awesome-cv.cls @@ -0,0 +1 @@ +../../awesome-cv.cls \ No newline at end of file diff --git a/cv/english/content/committees.tex b/cv/english/content/committees.tex new file mode 100644 index 0000000..41f452d --- /dev/null +++ b/cv/english/content/committees.tex @@ -0,0 +1,48 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Program Committees} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cvhonors} + +%--------------------------------------------------------- + \cvhonor + {Problem Writer} % Position + {2016 CODEGATE Hacking Competition World Final} % Committee + {S.Korea} % Location + {2016} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Organizer \& Co-director} % Position + {1st POSTECH Hackathon} % Committee + {S.Korea} % Location + {2013} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Staff} % Position + {7th Hacking Camp} % Committee + {S.Korea} % Location + {2012} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Problem Writer} % Position + {1st Hoseo University Teenager Hacking Competition} % Committee + {S.Korea} % Location + {2012} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Staff \& Problem Writer} % Position + {JFF(Just for Fun) Hacking Competition} % Committee + {S.Korea} % Location + {2012} % Date(s) + +%--------------------------------------------------------- +\end{cvhonors} diff --git a/cv/english/content/education.tex b/cv/english/content/education.tex new file mode 100644 index 0000000..7e8d4a6 --- /dev/null +++ b/cv/english/content/education.tex @@ -0,0 +1,20 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Education} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cventries} + +%--------------------------------------------------------- + \cventry + {Master degree in Computer Science, Cloud \& Mobility major} % Degree + {INSSET (Institut Supérieur des Sciences Et Techniques)} % Institution + {Saint-Quentin, Picardie, France} % Location + {Sept. 2014 - Sept. 2016} % Date(s) + {} +%--------------------------------------------------------- +\end{cventries} diff --git a/cv/english/content/experience.tex b/cv/english/content/experience.tex new file mode 100644 index 0000000..024e267 --- /dev/null +++ b/cv/english/content/experience.tex @@ -0,0 +1,63 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Experience} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cventries} + +%--------------------------------------------------------- + \cventry + {Cloud \& Automation Consultant} % Job title + {D2SI} % Organization + {Paris, France} % Location + {Oct. 2016 - PRESENT} % Date(s) + { + \begin{cvitems} % Description(s) of tasks/responsibilities + \item {Provided devops and Docker training as well as support} + \item {Deployed many infrastructures on Amazon Web Services (EC2, DynamoDB, ECS, ECR, Lambda ...)} + \item {Designed Docker solutions for development, continuous integration and production environment} + \item {Automated infrastructures using mainly Terraform, Packer and Bash. But also Ansible and Python} + \item {Realized continuous integration/deployment platforms with Jenkins (pipeline mode), ContinuousPHP and Drone.io} + \item {Managed an intern working on Docker related themes such as Data persistency and orchestration solutions benchmarking} + \end{cvitems} + } + +%--------------------------------------------------------- + \cventry + {Cloud Engineer (Trainee)} % Job title + {Linagora} % Organization + {Puteaux, France} % Location + {Oct. 2015 - Exp. Oct. 2016} % Date(s) + { + \begin{cvitems} % Description(s) of tasks/responsibilities + \item {Built multiple docker-compose's and images for different in-house projects} + \item {Deployed a Ceph cluster (made of 3 nodes) and integrated it to OpenStack's Cinder storage service} + \item {Automated a Kubernetes infrastructure on OVH's public cloud platform, based on Terraform and CoreOS} + \item {Installed a DevStack instance as a quick'n'dirty testing platform} + \item {Provided Docker 101 formations and support to the other teams} + \item {Created a private Docker registry using Port.us} + \end{cvitems} + } + +%--------------------------------------------------------- + \cventry + {Developer Engineer (Trainee)} % Job title + {Thales Services} % Organization + {Velizy, France} % Location + {Sept. 2014 - Exp. Sept. 2015} % Date(s) + { + \begin{cvitems} % Description(s) of tasks/responsibilities + \item {Research and development on the RBAC pattern and introducing it to the team} + \item {Built a Restful API based on Symfony 2 and a web client using AngularJS 1.4} + \item {Continuous integration and deployment with Jenkins, SonarQube and Capistrano} + \item {Researched on the DevOps methodologies and started promoting it to the team} + \item {Deployed a reverse-proxy for our software factory using HAProxy} + \end{cvitems} + } + +%--------------------------------------------------------- +\end{cventries} diff --git a/cv/english/content/extracurricular.tex b/cv/english/content/extracurricular.tex new file mode 100644 index 0000000..2289fd4 --- /dev/null +++ b/cv/english/content/extracurricular.tex @@ -0,0 +1,39 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Extracurricular Activity} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cventries} + +%--------------------------------------------------------- + \cventry + {Master helper} % Affiliation/role + {Techage.fr - official community of PcUpdate and Hardware magazines} % Organization/group + {} % Location + {Jan. 2014 - PRESENT} % Date(s) + { + \begin{cvitems} % Description(s) of experience/contributions/knowledge + \item {My main task is to help out members and readers seeking advices or answer to their questions, be it hardware or software related} + \end{cvitems} + } + +%--------------------------------------------------------- + \cventry + {Admin} % Affiliation/role + {Homelab} % Organization/group + {} % Location + {2016 - PRESENT} % Date(s) + { + \begin{cvitems} % Description(s) of experience/contributions/knowledge + \item {Self-hosted cloud for all my experimentations.} + \item {Currently runs two Dell Rx10 units and one Xeon D based server} + \item {Using FreeNAS 9.10 as storage solution and XenServer 7.2 as virtualization hypervisor} + \end{cvitems} + } + +%--------------------------------------------------------- +\end{cventries} diff --git a/cv/english/content/honors.tex b/cv/english/content/honors.tex new file mode 100644 index 0000000..2cb53c0 --- /dev/null +++ b/cv/english/content/honors.tex @@ -0,0 +1,118 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Honors \& Awards} + + +%------------------------------------------------------------------------------- +% SUBSECTION TITLE +%------------------------------------------------------------------------------- +\cvsubsection{International} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cvhonors} + +%--------------------------------------------------------- + \cvhonor + {Finalist} % Award + {DEFCON 25th CTF Hacking Competition World Final} % Event + {Las Vegas, U.S.A} % Location + {2017} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Finalist} % Award + {DEFCON 22nd CTF Hacking Competition World Final} % Event + {Las Vegas, U.S.A} % Location + {2014} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Finalist} % Award + {DEFCON 21st CTF Hacking Competition World Final} % Event + {Las Vegas, U.S.A} % Location + {2013} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Finalist} % Award + {DEFCON 19th CTF Hacking Competition World Final} % Event + {Las Vegas, U.S.A} % Location + {2011} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {6th Place} % Award + {SECUINSIDE Hacking Competition World Final} % Event + {Seoul, S.Korea} % Location + {2012} % Date(s) + +%--------------------------------------------------------- +\end{cvhonors} + + +%------------------------------------------------------------------------------- +% SUBSECTION TITLE +%------------------------------------------------------------------------------- +\cvsubsection{Domestic} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cvhonors} + +%--------------------------------------------------------- + \cvhonor + {3rd Place} % Award + {WITHCON Hacking Competition Final} % Event + {Seoul, S.Korea} % Location + {2015} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Silver Prize} % Award + {KISA HDCON Hacking Competition Final} % Event + {Seoul, S.Korea} % Location + {2013} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {2nd Award} % Award + {HUST Hacking Festival} % Event + {S.Korea} % Location + {2013} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {3rd Award} % Award + {HUST Hacking Festival} % Event + {S.Korea} % Location + {2010} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {3rd Award} % Award + {Holyshield 3rd Hacking Festival} % Event + {S.Korea} % Location + {2012} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {2nd Award} % Award + {Holyshield 3rd Hacking Festival} % Event + {S.Korea} % Location + {2011} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {5th Place} % Award + {PADOCON Hacking Competition Final} % Event + {Seoul, S.Korea} % Location + {2011} % Date(s) + +%--------------------------------------------------------- +\end{cvhonors} diff --git a/cv/english/content/output/experience.fdb_latexmk b/cv/english/content/output/experience.fdb_latexmk new file mode 100644 index 0000000..4fe7691 --- /dev/null +++ b/cv/english/content/output/experience.fdb_latexmk @@ -0,0 +1,13 @@ +# Fdb version 3 +["xdvipdfmx"] 0 "output/experience.xdv" "output/experience.pdf" "output/experience" 0 + "output/experience.xdv" 0 -1 0 "xelatex" + (generated) + "output/experience.pdf" +["xelatex"] 1504637972 "experience.tex" "output/experience.xdv" "experience" 1504637973 + "/usr/share/texmf-dist/web2c/texmf.cnf" 1501615481 32585 d82bbcf7626b7842c87671687479e852 "" + "/var/lib/texmf/web2c/xetex/xelatex.fmt" 1504604848 4066390 3bb9a5d5d0bcc1cea6c447317773003a "" + "experience.tex" 1504637971 2993 a1905a4f58e5ce8c1893d1da307426bc "" + "output/experience.aux" 1504637932 8 a94a2480d3289e625eea47cd1b285758 "" + (generated) + "output/experience.log" + "output/experience.xdv" diff --git a/cv/english/content/presentation.tex b/cv/english/content/presentation.tex new file mode 100644 index 0000000..f2a1193 --- /dev/null +++ b/cv/english/content/presentation.tex @@ -0,0 +1,37 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Presentation} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cventries} + +%--------------------------------------------------------- + \cventry + {Presenter for } % Role + {6th CodeEngn (Reverse Engineering Conference)} % Event + {Seoul, S.Korea} % Location + {Jul. 2012} % Date(s) + { + \begin{cvitems} % Description(s) + \item {Introduced CTF(Capture the Flag) hacking competition and advanced techniques and strategy for CTF} + \end{cvitems} + } + +%--------------------------------------------------------- + \cventry + {Presenter for } % Role + {6th Hacking Camp - S.Korea} % Event + {S.Korea} % Location + {Sep. 2012} % Date(s) + { + \begin{cvitems} % Description(s) + \item {Introduced basic procedure for penetration testing and how to use Metasploit} + \end{cvitems} + } + +%--------------------------------------------------------- +\end{cventries} diff --git a/cv/english/content/skills.tex b/cv/english/content/skills.tex new file mode 100644 index 0000000..5b7844e --- /dev/null +++ b/cv/english/content/skills.tex @@ -0,0 +1,38 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Skills} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cvskills} + +%--------------------------------------------------------- + \cvskill + {Cloud} % Category + {Docker, AWS, Terraform, Packer, Jenkins, Openstack, Kubernetes, Consul, Ceph, Nomad} % Skills + +%--------------------------------------------------------- + \cvskill + {System} % Category + {Archlinux, Alpine Linux, CoreOS, RHEL, KVM, XenServer, OpenSSL, SSH, DNS, SystemV, SystemD} % Skills + +%--------------------------------------------------------- + \cvskill + {Network} % Category + {OSI, TCP/IP, VLAN, VoIP, pfSense} % Skills + +%--------------------------------------------------------- + \cvskill + {Programming} % Category + {Bash, Python, PHP, Symfony 2, Zendframework 2, AngularJS} % Skills + +%--------------------------------------------------------- + \cvskill + {Languages} % Category + {French, English} % Skills + +%--------------------------------------------------------- +\end{cvskills} diff --git a/cv/english/content/writing.tex b/cv/english/content/writing.tex new file mode 100644 index 0000000..7817c75 --- /dev/null +++ b/cv/english/content/writing.tex @@ -0,0 +1,37 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Writing} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cventries} + +%--------------------------------------------------------- + \cventry + {Founder \& Writer} % Role + {A Guide for Developers in Start-up} % Title + {Facebook Page} % Location + {Jan. 2015 - PRESENT} % Date(s) + { + \begin{cvitems} % Description(s) + \item {Drafted daily news for developers in Korea about IT technologies, issues about start-up.} + \end{cvitems} + } + +%--------------------------------------------------------- + \cventry + {Undergraduate Student Reporter} % Role + {AhnLab} % Title + {S.Korea} % Location + {Oct. 2012 - Jul. 2013} % Date(s) + { + \begin{cvitems} % Description(s) + \item {Drafted reports about IT trends and Security issues on AhnLab Company magazine.} + \end{cvitems} + } + +%--------------------------------------------------------- +\end{cventries} diff --git a/cv/english/cv.pdf b/cv/english/cv.pdf new file mode 100644 index 0000000..9b43407 Binary files /dev/null and b/cv/english/cv.pdf differ diff --git a/cv/english/cv.tex b/cv/english/cv.tex new file mode 100644 index 0000000..e5bad7a --- /dev/null +++ b/cv/english/cv.tex @@ -0,0 +1,104 @@ +%!TEX TS-program = xelatex +%!TEX encoding = UTF-8 Unicode +% Awesome CV LaTeX Template for CV/Resume +% +% This template has been downloaded from: +% https://github.com/posquit0/Awesome-CV +% +% Author: +% Claud D. Park +% http://www.posquit0.com +% +% Template license: +% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/) +% + + +%------------------------------------------------------------------------------- +% CONFIGURATIONS +%------------------------------------------------------------------------------- +% A4 paper size by default, use 'letterpaper' for US letter +\documentclass[11pt, a4paper]{awesome-cv} + +% Configure page margins with geometry +\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm} + +% Specify the location of the included fonts +\fontdir[fonts/] + +% Color for highlights +% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange +% awesome-nephritis, awesome-concrete, awesome-darknight +\colorlet{awesome}{awesome-darknight} +% Uncomment if you would like to specify your own color +% \definecolor{awesome}{HTML}{CA63A8} + +% Colors for text +% Uncomment if you would like to specify your own color +% \definecolor{darktext}{HTML}{414141} +% \definecolor{text}{HTML}{333333} +% \definecolor{graytext}{HTML}{5D5D5D} +% \definecolor{lighttext}{HTML}{999999} + +% Set false if you don't want to highlight section with awesome color +\setbool{acvSectionColorHighlight}{true} + +% If you would like to change the social information separator from a pipe (|) to something else +\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad} + + +%------------------------------------------------------------------------------- +% PERSONAL INFORMATION +% Comment any of the lines below if they are not required +%------------------------------------------------------------------------------- +% Available options: circle|rectangle,edge/noedge,left/right +% \photo{./examples/profile.png} +\name{Bastien}{Mennesson} +\position{Cloud Engineer{\enskip\cdotp\enskip}Cloud Architect} +\address{25 Rue Georges Guynemer, Second étage Porte Face Gauche, Asnières-Sur-Seine 92600} + +\mobile{(+33) 06.45.37.40.34} +\email{bastien@mennesson.email} +%\homepage{www.posquit0.com} +\github{BastienM} +\linkedin{bastienmennesson} +% \gitlab{gitlab-id} +% \stackoverflow{SO-id}{SO-name} +% \twitter{@twit} +% \skype{skype-id} +% \reddit{reddit-id} +% \extrainfo{extra informations} + +\quote{``Keep Calm \& Automate Everything"} + + +%------------------------------------------------------------------------------- +\begin{document} + +% Print the header with above personal informations +% Give optional argument to change alignment(C: center, L: left, R: right) +\makecvheader + +% Print the footer with 3 arguments(,
, ) +% Leave any of these blank if they are not needed +\makecvfooter + {\today} + {Bastien Mennesson~~·~~Curriculum Vitae} + {\thepage} + + +%------------------------------------------------------------------------------- +% CV/RESUME CONTENT +% Each section is imported separately, open each file in turn to modify content +%------------------------------------------------------------------------------- +\input{content/skills.tex} +\input{content/experience.tex} +\input{content/education.tex} +\input{content/extracurricular.tex} +%\input{content/honors.tex} +%\input{content/presentation.tex} +%\input{content/writing.tex} +%\input{content/committees.tex} + +%------------------------------------------------------------------------------- +\end{document} diff --git a/cv/english/fonts b/cv/english/fonts new file mode 120000 index 0000000..8b289e2 --- /dev/null +++ b/cv/english/fonts @@ -0,0 +1 @@ +../../fonts \ No newline at end of file diff --git a/cv/english/output/cv.fdb_latexmk b/cv/english/output/cv.fdb_latexmk new file mode 100644 index 0000000..fdc2c5e --- /dev/null +++ b/cv/english/output/cv.fdb_latexmk @@ -0,0 +1,161 @@ +# Fdb version 3 +["xdvipdfmx"] 1504640126 "output/cv.xdv" "output/cv.pdf" "output/cv" 1504640126 + "output/cv.xdv" 1504640126 37748 a784497fb8b518d70f921a6c52d98727 "xelatex" + (generated) + "output/cv.pdf" +["xelatex"] 1504640124 "cv.tex" "output/cv.xdv" "cv" 1504640126 + "/usr/share/texmf-dist/fonts/map/fontname/texfonts.map" 1501615455 3287 e6b82fe08f5336d4d5ebc73fb1152e87 "" + "/usr/share/texmf-dist/fonts/tfm/adobe/zapfding/pzdr.tfm" 1501615458 1528 f853c4d1b4e0550255e02831fdc8496f "" + "/usr/share/texmf-dist/fonts/tfm/public/cm/cmmi10.tfm" 1501615461 1528 abec98dbc43e172678c11b3b9031252a "" + "/usr/share/texmf-dist/fonts/tfm/public/cm/cmmi5.tfm" 1501615461 1508 3b32edd0d68f6498a5a375e78f9edc5e "" + "/usr/share/texmf-dist/fonts/tfm/public/cm/cmmi7.tfm" 1501615461 1528 e2423ae06dc7dee599cceb79d1c9dc32 "" + "/usr/share/texmf-dist/fonts/tfm/public/cm/cmr10.tfm" 1501615461 1296 45809c5a464d5f32c8f98ba97c1bb47f "" + "/usr/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty" 1501615467 1458 43ab4710dc82f3edeabecd0d099626b2 "" + "/usr/share/texmf-dist/tex/generic/oberdiek/gettitlestring.sty" 1501615467 8237 3b62ef1f7e2c23a328c814b3893bc11f "" + "/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty" 1501615467 185082 1fb09d7d24834377f95006300bc91fd2 "" + "/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty" 1501615467 70864 bcd5b216757bd619ae692a151d90085d "" + "/usr/share/texmf-dist/tex/generic/oberdiek/ifluatex.sty" 1501615467 7324 2310d1247db0114eb4726807c8837a0e "" + "/usr/share/texmf-dist/tex/generic/oberdiek/ifpdf.sty" 1501615467 1251 d170e11a3246c3392bc7f59595af42cb "" + "/usr/share/texmf-dist/tex/generic/oberdiek/ifvtex.sty" 1501615467 6797 90b7f83b0ad46826bc16058b1e3d48df "" + "/usr/share/texmf-dist/tex/generic/oberdiek/stringenc.sty" 1501615467 21411 4c6135fd98dd4f5499becbfc9a323deb "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex" 1501615467 1006 b103be0bfc8c1682ff1fa9760697a329 "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex" 1501615467 43226 167a99346bfe2676e3efcdde2d81fe45 "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex" 1501615467 19302 4f089dc590e71f7331e6d5b5ea85273b "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex" 1501615467 6068 edae1e768a7d8d8f0f00e953d2b0153e "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex" 1501615467 7041 a891ad72049e17c4e366c40ca37b0ccb "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex" 1501615467 4625 40c07e9f6f2f7c674704b3f2055560ce "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex" 1501615467 2631 7eefa6cdbefd8d4e2bad7262cf1094cd "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex" 1501615467 43477 81143b33d9ebafdeead07ede13372427 "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex" 1501615467 17436 8d99d4113be311daf23deff86991ee7d "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex" 1501615467 20772 c57e34db4aa7b1da013169d04b743eac "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex" 1501615467 9641 711f0edc22c180a5caf168b6e8970057 "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex" 1501615467 34516 658a71478d21df554bce9d9cd436203a "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex" 1501615467 3052 e5672c657232fd63b0a9853b0746297c "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex" 1501615467 16669 4ec6e40088fc6de6334b443fe2dc59f0 "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex" 1501615467 21541 4cd19f8ff7dd74d5aa7d803a6397af84 "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex" 1501615467 19998 d77fef95c7369827753d17fd11be19c4 "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex" 1501615467 8943 2e2495b057f8f0035b5568394d489963 "" + "/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex" 1501615466 11599 d694704a88e2f9007c996d3a6a4d629c "" + "/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex" 1501615466 176652 1c2926908e2b356d454795c35385d580 "" + "/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex" 1501615466 32969 dbcfd5a7de6a0f7255c333ef60287d59 "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex" 1501615466 454 9e9e7c99f4da4f41698be21eaef4938e "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex" 1501615466 13416 940ea6971d7a65dc440d3479939c66ae "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex" 1501615466 94097 62ac62cda46eb715560dc27f9ed6e8b1 "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex" 1501615466 9375 5adc70f722abd29fc250d59e0694b548 "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex" 1501615466 22069 7c21c42b15718ce922f36235be360490 "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex" 1501615466 8210 a7be5b52ef3d2c087b7dc3d52898b67e "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex" 1501615466 3534 c7f28fbac13616513e513efe93b8569b "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex" 1501615466 3167 7c9394e79aac27db96a92f9b2792b858 "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex" 1501615466 9289 261407875b9dbb0194691c3eb893610f "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex" 1501615466 7078 946ddf4a7e57219b6afdbad98eb6731b "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex" 1501615466 2688 139c6abc86761a6190c2f4bef5d752be "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex" 1501615466 92284 dcf023dbaa84e6c50e11c2f79fe8cfa6 "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex" 1501615466 35430 046e15fbb65e74d8f0e7945f99741fdb "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex" 1501615466 7099 f44d505bae6c7c2b933cdd63441db4b9 "" + "/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex" 1501615466 20934 2328bd2e04520e1ab077ac4ee13b8935 "" + "/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex" 1501615466 16203 83cbe1220e389eeee283a6168f9a567b "" + "/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex" 1501615466 42906 d54376d96df1a2ae2d33fb722236d8e9 "" + "/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg" 1501615466 978 15af626ebd3d4d790aac19170dac04f2 "" + "/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def" 1501615466 5437 d91f93ed61ecdc57e119849b2d784a0b "" + "/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def" 1501615466 18422 182ea340fe384a783e6d99184fca680d "" + "/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-xetex.def" 1501615466 2854 4e3bebfa6c55ef2b7b032d020293758e "" + "/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex" 1501615466 35113 2ccc50c1c9573e4bac9230d030f9c67c "" + "/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex" 1501615466 1983 b5994ebbcee17f1ba3d29bb1bd696fcf "" + "/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex" 1501615466 7881 d459d6057e13d10ce7a227ae44b7295e "" + "/usr/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex" 1501615466 22211 d696ef78c12269178882d218b2cf191d "" + "/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex" 1501615466 36194 e194ef4e0b396b531a3891feb4b1cc22 "" + "/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex" 1501615466 33377 af391d6ad1bfcbe2278e191f48e43ba8 "" + "/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex" 1501615466 2536 a3b0529d815a2759ba157b56610a6377 "" + "/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex" 1501615466 6833 114eda2cf1d348e0e7e477a1a4dc1941 "" + "/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex" 1501615466 16501 ab0135765e27b6b8dae047831fe84818 "" + "/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def" 1501615466 5544 294baac9629ba59f675b1f2027ad7136 "" + "/usr/share/texmf-dist/tex/generic/unicode-data/CaseFolding.txt" 1501615466 78161 7893b6e005c5a521319a0d12062ae122 "" + "/usr/share/texmf-dist/tex/generic/unicode-data/SpecialCasing.txt" 1501615466 16830 e49d6f1fe536f43762ba1ecfe9e53e12 "" + "/usr/share/texmf-dist/tex/generic/unicode-data/UnicodeData.txt" 1501615466 1735010 2a52f30695dcc821f0f224650552beaf "" + "/usr/share/texmf-dist/tex/generic/xkeyval/xkeyval.tex" 1501615466 19231 26434a5656c684f5ffb1f26f98006baa "" + "/usr/share/texmf-dist/tex/generic/xkeyval/xkvutils.tex" 1501615466 7677 6f5ce7c1124cad7ec57d05b2562bd8fe "" + "/usr/share/texmf-dist/tex/latex/base/article.cls" 1501615465 19821 310da678527a7dfe2a02c88af38079b7 "" + "/usr/share/texmf-dist/tex/latex/base/fix-cm.sty" 1501615465 14742 ad7ac4c2db1d39579bbccd175cdf5ca9 "" + "/usr/share/texmf-dist/tex/latex/base/fontenc.sty" 1501615465 4571 13977df0eda144b93597fc709035ad1f "" + "/usr/share/texmf-dist/tex/latex/base/ifthen.sty" 1501615465 5159 a08c9bbd48fc492f15b22e458bef961f "" + "/usr/share/texmf-dist/tex/latex/base/size11.clo" 1501615465 8308 f91506bb4df6d8527331f7bbeaf0e63c "" + "/usr/share/texmf-dist/tex/latex/base/ts1enc.def" 1501615465 7767 aa88823823f5e767d79ea1166ab1ae74 "" + "/usr/share/texmf-dist/tex/latex/base/tuenc.def" 1501615465 27166 081ef1345bf363faf81b61c2450b871f "" + "/usr/share/texmf-dist/tex/latex/enumitem/enumitem.sty" 1501616974 42666 6fa770e3485520a6a5f2ea7d259c8f8d "" + "/usr/share/texmf-dist/tex/latex/environ/environ.sty" 1501616974 4378 f429f0da968c278653359293040a8f52 "" + "/usr/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty" 1501616974 42324 d951db30d0cb2b811f084fa3f92aec16 "" + "/usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty" 1501615465 10663 d7fcc0dc4f35e8998b8cfeef8407d37d "" + "/usr/share/texmf-dist/tex/latex/filehook/filehook.sty" 1501615465 12104 88bda8c1ae09e2b6dc29ed32629eafa1 "" + "/usr/share/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty" 1501615465 146096 c2d9ecfdced74621e63ce70548536938 "" + "/usr/share/texmf-dist/tex/latex/fontspec/fontspec.cfg" 1501615465 549 e7553134efaf62922106a54300834ab9 "" + "/usr/share/texmf-dist/tex/latex/fontspec/fontspec.sty" 1501615465 1704 99420c7de7dffd1524a92e1ce04ed1ba "" + "/usr/share/texmf-dist/tex/latex/geometry/geometry.sty" 1501615465 40502 e003406220954b0716679d7928aedd8a "" + "/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg" 1501615465 1213 620bba36b25224fa9b7e1ccb4ecb76fd "" + "/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg" 1501615465 1224 978390e9c2234eab29404bc21b268d1e "" + "/usr/share/texmf-dist/tex/latex/graphics-def/xetex.def" 1501615465 12707 672c620846df0fecf0a7a99fed83566d "" + "/usr/share/texmf-dist/tex/latex/graphics/graphics.sty" 1501615465 15275 7d676729b1bedd3e7f3c6717affb366c "" + "/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty" 1501615465 9066 649f2ccf62888e3d8c3e57256b70b8e1 "" + "/usr/share/texmf-dist/tex/latex/graphics/keyval.sty" 1501615465 2594 d18d5e19aa8239cf867fa670c556d2e9 "" + "/usr/share/texmf-dist/tex/latex/graphics/trig.sty" 1501615465 3980 0a268fbfda01e381fa95821ab13b6aee "" + "/usr/share/texmf-dist/tex/latex/hyperref/hxetex.def" 1501615465 45109 0d162ebe2b85589994e9a71add12b9b3 "" + "/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty" 1501615465 233808 b63d91422c362e723c6e8b1a2fffcba5 "" + "/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty" 1501615465 12949 81e4e808884a8f0e276b69410e234656 "" + "/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def" 1501615465 14098 7631f11156e5f9cd76010dbd230aa268 "" + "/usr/share/texmf-dist/tex/latex/hyperref/puenc.def" 1501615465 122411 7c1f7e015c7fc4bfb7dc052d55755ce3 "" + "/usr/share/texmf-dist/tex/latex/ifmtarg/ifmtarg.sty" 1501616974 438 4c0f57b7cba6e6ca9226b32da26f82e9 "" + "/usr/share/texmf-dist/tex/latex/l3kernel/expl3-code.tex" 1501615465 833222 92fa4359d309839fcd25bbcff3c76629 "" + "/usr/share/texmf-dist/tex/latex/l3kernel/expl3.sty" 1501615465 10066 81310c87328a0723256d5331915c1b5a "" + "/usr/share/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def" 1501615465 13800 e1d29cac0c5c8cdce426791a062cb58b "" + "/usr/share/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty" 1501615465 4568 d219da4b285eb13a91f2eaa62ab52236 "" + "/usr/share/texmf-dist/tex/latex/l3packages/xparse/xparse.sty" 1501615465 77101 a50d2bcd9e44b2458072e4b10910604e "" + "/usr/share/texmf-dist/tex/latex/latexconfig/hyperref.cfg" 1501615465 235 6031e5765137be07eed51a510b2b8fb7 "" + "/usr/share/texmf-dist/tex/latex/ms/everysel.sty" 1501615465 4623 936bfb87af7b91b6496a2317f80db16b "" + "/usr/share/texmf-dist/tex/latex/ms/everyshi.sty" 1501615465 3878 6aa7c08ff2621006e0603349e40a30a8 "" + "/usr/share/texmf-dist/tex/latex/ms/ragged2e.sty" 1501615465 9938 95cd4dc3edfd2c1a9e8f3f4cc43db1ce "" + "/usr/share/texmf-dist/tex/latex/oberdiek/auxhook.sty" 1501615465 3834 4363110eb0ef1eb2b71c8fcbcdb6c357 "" + "/usr/share/texmf-dist/tex/latex/oberdiek/kvoptions.sty" 1501615465 22417 1d9df1eb66848aa31b18a593099cf45c "" + "/usr/share/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty" 1501615465 9581 023642318cef9f4677efe364de1e2a27 "" + "/usr/share/texmf-dist/tex/latex/parskip/parskip.sty" 1501615464 2763 02a40cc5a32805c41d919cfbdba7e99a "" + "/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty" 1501615464 1197 8a80cdde14696a9198f1793a55dcf332 "" + "/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty" 1501615464 410 5bf12ea7330e5f12c445332a4fe9a263 "" + "/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty" 1501615464 21115 facf03b7dbe5ea2f5f1dce1ac84b5d05 "" + "/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty" 1501615464 1091 d9163d29def82ee90370c8a63667742c "" + "/usr/share/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty" 1501615464 339 592cf35cba3d400082b8a9a5d0199d70 "" + "/usr/share/texmf-dist/tex/latex/pgf/math/pgfmath.sty" 1501615464 306 0796eafca5e159e6ec2167a6d22d81b1 "" + "/usr/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty" 1501615464 443 0b2e781830192df35c0fd357cf13e26e "" + "/usr/share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty" 1501615464 348 8927fde343487e003b01a4c2ca34073b "" + "/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty" 1501615464 274 4cad6e665cc93ac2ac979039a94fa1e1 "" + "/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty" 1501615464 325 2bcd023400636339210573e2b3ee298b "" + "/usr/share/texmf-dist/tex/latex/setspace/setspace.sty" 1501615464 22913 a27d7908fc6f0385466454a966a316eb "" + "/usr/share/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty" 1501615858 6186 e6af49581c58f78ba167dc52b38a9495 "" + "/usr/share/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex" 1501616971 83505 c985cb88e38729c5849e6732b2bf69a7 "" + "/usr/share/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex" 1501616971 9020 17234f60abbe6a47a775620aac34e564 "" + "/usr/share/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty" 1501616971 82766 2ad4814f93bbc80078558d82fa6272f7 "" + "/usr/share/texmf-dist/tex/latex/tools/array.sty" 1501615464 12396 d41f82b039f900e95f351e54ae740f31 "" + "/usr/share/texmf-dist/tex/latex/tools/calc.sty" 1501615464 10214 d03d065f799d54f6b7e9b175f8d84279 "" + "/usr/share/texmf-dist/tex/latex/tools/verbatim.sty" 1501615464 7264 cf839ee7f0c2bfc711b0b88970764569 "" + "/usr/share/texmf-dist/tex/latex/trimspaces/trimspaces.sty" 1501616971 1380 971a51b00a14503ddf754cab24c3f209 "" + "/usr/share/texmf-dist/tex/latex/ucharcat/ucharcat.sty" 1501615464 1326 677dd10ab6c25ae5e6fd1d5fd23a9bb2 "" + "/usr/share/texmf-dist/tex/latex/unicode-math/unicode-math-table.tex" 1501615464 240211 56a1e386192fec8e561866f9e0844a4a "" + "/usr/share/texmf-dist/tex/latex/unicode-math/unicode-math-xetex.sty" 1501615464 68678 cbfca839d68762a1c16411de979fa422 "" + "/usr/share/texmf-dist/tex/latex/unicode-math/unicode-math.sty" 1501615464 47753 068de172225860995cab29eb2e3ab307 "" + "/usr/share/texmf-dist/tex/latex/url/url.sty" 1501615464 12796 8edb7d69a20b857904dd0ea757c14ec9 "" + "/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty" 1501615464 55589 34128738f682d033422ca125f82e5d62 "" + "/usr/share/texmf-dist/tex/latex/xifthen/xifthen.sty" 1501616971 5689 1bfa68243e89a54479e7d0580773c57e "" + "/usr/share/texmf-dist/tex/latex/xkeyval/xkeyval.sty" 1501615464 4962 9c1069474ff71dbc47d5006555e352d3 "" + "/usr/share/texmf-dist/web2c/texmf.cnf" 1501615481 32585 d82bbcf7626b7842c87671687479e852 "" + "/var/lib/texmf/web2c/xetex/xelatex.fmt" 1504604848 4066390 3bb9a5d5d0bcc1cea6c447317773003a "" + "awesome-cv.cls" 1504606185 25527 cbae9276a7e25d926f7a9c1ec839566a "" + "content/education.tex" 1504640120 784 3a79b9e1e4635ba8cf1f14bf5c40b130 "" + "content/experience.tex" 1504639366 3086 48941190a1a2e5a761791f9a4c6876a3 "" + "content/extracurricular.tex" 1504638870 1534 d4ef4cd3d557f85d94bb94b83782539a "" + "content/skills.tex" 1504619893 1302 e0e55912fd465c4692357085317128ba "" + "cv.tex" 1504639466 3524 a48c059832a963e11ca4619eaa46711c "" + "fontawesome.sty" 1504606185 98046 7347fb084abf1308033c4d26f24f7a42 "" + "output/cv.aux" 1504640126 665 82c456479ed516bc5a94b04c48282691 "" + "output/cv.out" 1504640126 0 d41d8cd98f00b204e9800998ecf8427e "" + (generated) + "output/cv.xdv" + "output/cv.log" + "output/cv.out" + "output/cv.aux" diff --git a/cv/english/output/cv.xdv b/cv/english/output/cv.xdv new file mode 100644 index 0000000..fa20289 Binary files /dev/null and b/cv/english/output/cv.xdv differ diff --git a/cv/french/awesome-cv.cls b/cv/french/awesome-cv.cls new file mode 120000 index 0000000..5ee1a6c --- /dev/null +++ b/cv/french/awesome-cv.cls @@ -0,0 +1 @@ +../../awesome-cv.cls \ No newline at end of file diff --git a/cv/french/content/committees.tex b/cv/french/content/committees.tex new file mode 100644 index 0000000..41f452d --- /dev/null +++ b/cv/french/content/committees.tex @@ -0,0 +1,48 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Program Committees} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cvhonors} + +%--------------------------------------------------------- + \cvhonor + {Problem Writer} % Position + {2016 CODEGATE Hacking Competition World Final} % Committee + {S.Korea} % Location + {2016} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Organizer \& Co-director} % Position + {1st POSTECH Hackathon} % Committee + {S.Korea} % Location + {2013} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Staff} % Position + {7th Hacking Camp} % Committee + {S.Korea} % Location + {2012} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Problem Writer} % Position + {1st Hoseo University Teenager Hacking Competition} % Committee + {S.Korea} % Location + {2012} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Staff \& Problem Writer} % Position + {JFF(Just for Fun) Hacking Competition} % Committee + {S.Korea} % Location + {2012} % Date(s) + +%--------------------------------------------------------- +\end{cvhonors} diff --git a/cv/french/content/education.tex b/cv/french/content/education.tex new file mode 100644 index 0000000..75b3e15 --- /dev/null +++ b/cv/french/content/education.tex @@ -0,0 +1,20 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Diplôme} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cventries} + +%--------------------------------------------------------- + \cventry + {Master Informatique, spécialité Cloud \& Mobility} % Degree + {INSSET (Institut Supérieur des Sciences Et Techniques)} % Institution + {Saint-Quentin, Picardie, France} % Location + {Sept. 2014 - Sept. 2016} % Date(s) + {} +%--------------------------------------------------------- +\end{cventries} diff --git a/cv/french/content/experience.tex b/cv/french/content/experience.tex new file mode 100644 index 0000000..c7fc5de --- /dev/null +++ b/cv/french/content/experience.tex @@ -0,0 +1,63 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Expériences} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cventries} + +%--------------------------------------------------------- + \cventry + {Consultant Cloud et Automatisation} % Job title + {D2SI} % Organization + {Paris, France} % Location + {Oct. 2016 - PRÉSENT} % Date(s) + { + \begin{cvitems} % Description(s) of tasks/responsibilities + \item {Support et formation sur Docker et le DevOps.} + \item {Deploiement d'infrastructures sur Amazon Web Services (EC2, DynamoDB, ECS, ECR, Lambda ...).} + \item {Mise en place de solutions Docker pour des environnements de développement, intégration et production.} + \item {Automatisation d'infrastructures à l'aide de Terraform, Packer et Bash. Mais aussi Ansible et Python.} + \item {Déploiement de plateformes d'intégration et déploiement continues se basant sur Jenkins, ContinuousPHP et Drone.io.} + \item {Suivi d'un stagiaire travaillant sur les problèmatiques de persistences de données et d'orchestration sous Docker.} + \end{cvitems} + } + +%--------------------------------------------------------- + \cventry + {Apprenti Ingénieur Cloud} % Job title + {Linagora} % Organization + {Puteaux, France} % Location + {Oct. 2015 - Oct. 2016} % Date(s) + { + \begin{cvitems} % Description(s) of tasks/responsibilities + \item {Création de multiple docker-composes et images pour des projets internes.} + \item {Déploiement d'un cluster Ceph (sur 3 noeuds) and intégration au sein du service de stockage d'Openstack, Cinder.} + \item {Automatisation du déploiement d'un cluster Kubernetes sur le cloud public d'OVH avec Terraform et CoreOS.} + \item {Installation d'une instance Devstack en tant que solution quick'n'dirty de test.} + \item {Formation Docker 101 en interne ainsi que du support.} + \item {Création d'une registry privée Docker à l'aide Port.us.} + \end{cvitems} + } + +%--------------------------------------------------------- + \cventry + {Apprenti Ingénieur Développeur} % Job title + {Thales Services} % Organization + {Velizy, France} % Location + {Sept. 2014 - Sept. 2015} % Date(s) + { + \begin{cvitems} % Description(s) of tasks/responsibilities + \item {R\&D sur le principe RBAC et présentation à l'équipe.} + \item {Développement d'une API Restful sous Symfony 2 et d'un client web avec AngularJS 1.4.} + \item {Intégration et déploiement continue avec Jenkins, SonarQube et Capistrano.} + \item {R\&D sur la méthodologie DevOps et mise en place au sein de l'équipe.} + \item {Déploiement d'un reverse-proxy pour l'usine logicielle avec HAProxy.} + \end{cvitems} + } + +%--------------------------------------------------------- +\end{cventries} diff --git a/cv/french/content/extracurricular.tex b/cv/french/content/extracurricular.tex new file mode 100644 index 0000000..2bfbe99 --- /dev/null +++ b/cv/french/content/extracurricular.tex @@ -0,0 +1,39 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Projets} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cventries} + +%--------------------------------------------------------- + \cventry + {Master helper} % Affiliation/role + {Techage.fr - communauté officielle de PcUpdate et Hardware magazine} % Organization/group + {} % Location + {Jan. 2014 - PRÉSENT} % Date(s) + { + \begin{cvitems} % Description(s) of experience/contributions/knowledge + \item {Mon rôle est d'assister les lecteurs et membres dans la résolution de le problème ou choix informatique, qu'ils soient matériel ou logiciel.} + \end{cvitems} + } + +%--------------------------------------------------------- + \cventry + {Admin} % Affiliation/role + {Homelab - Mini datacenter maison} % Organization/group + {} % Location + {2016 - PRÉSENT} % Date(s) + { + \begin{cvitems} % Description(s) of experience/contributions/knowledge + \item {Cloud auto-hébergé afin de mettre en place et tester des technologies.} + \item {Contient actuellement deux serveur Dell RX10 et un autre sous Xeon D.} + \item {Utilisation de FreeNAS comme solution de stockage et XenServer 7.2 comme hyperviseur.} + \end{cvitems} + } + +%--------------------------------------------------------- +\end{cventries} diff --git a/cv/french/content/honors.tex b/cv/french/content/honors.tex new file mode 100644 index 0000000..2cb53c0 --- /dev/null +++ b/cv/french/content/honors.tex @@ -0,0 +1,118 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Honors \& Awards} + + +%------------------------------------------------------------------------------- +% SUBSECTION TITLE +%------------------------------------------------------------------------------- +\cvsubsection{International} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cvhonors} + +%--------------------------------------------------------- + \cvhonor + {Finalist} % Award + {DEFCON 25th CTF Hacking Competition World Final} % Event + {Las Vegas, U.S.A} % Location + {2017} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Finalist} % Award + {DEFCON 22nd CTF Hacking Competition World Final} % Event + {Las Vegas, U.S.A} % Location + {2014} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Finalist} % Award + {DEFCON 21st CTF Hacking Competition World Final} % Event + {Las Vegas, U.S.A} % Location + {2013} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Finalist} % Award + {DEFCON 19th CTF Hacking Competition World Final} % Event + {Las Vegas, U.S.A} % Location + {2011} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {6th Place} % Award + {SECUINSIDE Hacking Competition World Final} % Event + {Seoul, S.Korea} % Location + {2012} % Date(s) + +%--------------------------------------------------------- +\end{cvhonors} + + +%------------------------------------------------------------------------------- +% SUBSECTION TITLE +%------------------------------------------------------------------------------- +\cvsubsection{Domestic} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cvhonors} + +%--------------------------------------------------------- + \cvhonor + {3rd Place} % Award + {WITHCON Hacking Competition Final} % Event + {Seoul, S.Korea} % Location + {2015} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Silver Prize} % Award + {KISA HDCON Hacking Competition Final} % Event + {Seoul, S.Korea} % Location + {2013} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {2nd Award} % Award + {HUST Hacking Festival} % Event + {S.Korea} % Location + {2013} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {3rd Award} % Award + {HUST Hacking Festival} % Event + {S.Korea} % Location + {2010} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {3rd Award} % Award + {Holyshield 3rd Hacking Festival} % Event + {S.Korea} % Location + {2012} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {2nd Award} % Award + {Holyshield 3rd Hacking Festival} % Event + {S.Korea} % Location + {2011} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {5th Place} % Award + {PADOCON Hacking Competition Final} % Event + {Seoul, S.Korea} % Location + {2011} % Date(s) + +%--------------------------------------------------------- +\end{cvhonors} diff --git a/cv/french/content/output/experience.fdb_latexmk b/cv/french/content/output/experience.fdb_latexmk new file mode 100644 index 0000000..4fe7691 --- /dev/null +++ b/cv/french/content/output/experience.fdb_latexmk @@ -0,0 +1,13 @@ +# Fdb version 3 +["xdvipdfmx"] 0 "output/experience.xdv" "output/experience.pdf" "output/experience" 0 + "output/experience.xdv" 0 -1 0 "xelatex" + (generated) + "output/experience.pdf" +["xelatex"] 1504637972 "experience.tex" "output/experience.xdv" "experience" 1504637973 + "/usr/share/texmf-dist/web2c/texmf.cnf" 1501615481 32585 d82bbcf7626b7842c87671687479e852 "" + "/var/lib/texmf/web2c/xetex/xelatex.fmt" 1504604848 4066390 3bb9a5d5d0bcc1cea6c447317773003a "" + "experience.tex" 1504637971 2993 a1905a4f58e5ce8c1893d1da307426bc "" + "output/experience.aux" 1504637932 8 a94a2480d3289e625eea47cd1b285758 "" + (generated) + "output/experience.log" + "output/experience.xdv" diff --git a/cv/french/content/presentation.tex b/cv/french/content/presentation.tex new file mode 100644 index 0000000..f2a1193 --- /dev/null +++ b/cv/french/content/presentation.tex @@ -0,0 +1,37 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Presentation} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cventries} + +%--------------------------------------------------------- + \cventry + {Presenter for } % Role + {6th CodeEngn (Reverse Engineering Conference)} % Event + {Seoul, S.Korea} % Location + {Jul. 2012} % Date(s) + { + \begin{cvitems} % Description(s) + \item {Introduced CTF(Capture the Flag) hacking competition and advanced techniques and strategy for CTF} + \end{cvitems} + } + +%--------------------------------------------------------- + \cventry + {Presenter for } % Role + {6th Hacking Camp - S.Korea} % Event + {S.Korea} % Location + {Sep. 2012} % Date(s) + { + \begin{cvitems} % Description(s) + \item {Introduced basic procedure for penetration testing and how to use Metasploit} + \end{cvitems} + } + +%--------------------------------------------------------- +\end{cventries} diff --git a/cv/french/content/skills.tex b/cv/french/content/skills.tex new file mode 100644 index 0000000..08eb109 --- /dev/null +++ b/cv/french/content/skills.tex @@ -0,0 +1,38 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Compétences} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cvskills} + +%--------------------------------------------------------- + \cvskill + {Cloud} % Category + {Docker, AWS, Terraform, Packer, Jenkins, Openstack, Kubernetes, Consul, Ceph, Nomad} % Skills + +%--------------------------------------------------------- + \cvskill + {System} % Category + {Archlinux, Alpine Linux, CoreOS, RHEL, KVM, XenServer, OpenSSL, SSH, DNS, SystemV, SystemD} % Skills + +%--------------------------------------------------------- + \cvskill + {Network} % Category + {OSI, TCP/IP, VLAN, VoIP, pfSense} % Skills + +%--------------------------------------------------------- + \cvskill + {Programming} % Category + {Bash, Python, PHP, Symfony 2, Zendframework 2, AngularJS} % Skills + +%--------------------------------------------------------- + \cvskill + {Languages} % Category + {French, English} % Skills + +%--------------------------------------------------------- +\end{cvskills} diff --git a/cv/french/content/writing.tex b/cv/french/content/writing.tex new file mode 100644 index 0000000..7817c75 --- /dev/null +++ b/cv/french/content/writing.tex @@ -0,0 +1,37 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Writing} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cventries} + +%--------------------------------------------------------- + \cventry + {Founder \& Writer} % Role + {A Guide for Developers in Start-up} % Title + {Facebook Page} % Location + {Jan. 2015 - PRESENT} % Date(s) + { + \begin{cvitems} % Description(s) + \item {Drafted daily news for developers in Korea about IT technologies, issues about start-up.} + \end{cvitems} + } + +%--------------------------------------------------------- + \cventry + {Undergraduate Student Reporter} % Role + {AhnLab} % Title + {S.Korea} % Location + {Oct. 2012 - Jul. 2013} % Date(s) + { + \begin{cvitems} % Description(s) + \item {Drafted reports about IT trends and Security issues on AhnLab Company magazine.} + \end{cvitems} + } + +%--------------------------------------------------------- +\end{cventries} diff --git a/cv/french/cv.pdf b/cv/french/cv.pdf new file mode 100644 index 0000000..17e14c3 Binary files /dev/null and b/cv/french/cv.pdf differ diff --git a/cv/french/cv.synctex.gz b/cv/french/cv.synctex.gz new file mode 100644 index 0000000..c7a46b3 Binary files /dev/null and b/cv/french/cv.synctex.gz differ diff --git a/cv/french/cv.tex b/cv/french/cv.tex new file mode 100644 index 0000000..7201e63 --- /dev/null +++ b/cv/french/cv.tex @@ -0,0 +1,104 @@ +%!TEX TS-program = xelatex +%!TEX encoding = UTF-8 Unicode +% Awesome CV LaTeX Template for CV/Resume +% +% This template has been downloaded from: +% https://github.com/posquit0/Awesome-CV +% +% Author: +% Claud D. Park +% http://www.posquit0.com +% +% Template license: +% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/) +% + + +%------------------------------------------------------------------------------- +% CONFIGURATIONS +%------------------------------------------------------------------------------- +% A4 paper size by default, use 'letterpaper' for US letter +\documentclass[11pt, a4paper]{awesome-cv} + +% Configure page margins with geometry +\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm} + +% Specify the location of the included fonts +\fontdir[fonts/] + +% Color for highlights +% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange +% awesome-nephritis, awesome-concrete, awesome-darknight +\colorlet{awesome}{awesome-darknight} +% Uncomment if you would like to specify your own color +% \definecolor{awesome}{HTML}{CA63A8} + +% Colors for text +% Uncomment if you would like to specify your own color +% \definecolor{darktext}{HTML}{414141} +% \definecolor{text}{HTML}{333333} +% \definecolor{graytext}{HTML}{5D5D5D} +% \definecolor{lighttext}{HTML}{999999} + +% Set false if you don't want to highlight section with awesome color +\setbool{acvSectionColorHighlight}{true} + +% If you would like to change the social information separator from a pipe (|) to something else +\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad} + + +%------------------------------------------------------------------------------- +% PERSONAL INFORMATION +% Comment any of the lines below if they are not required +%------------------------------------------------------------------------------- +% Available options: circle|rectangle,edge/noedge,left/right +% \photo{./examples/profile.png} +\name{Bastien}{Mennesson} +\position{Ingénieur Cloud{\enskip\cdotp\enskip}Architecte Cloud} +\address{25 Rue Georges Guynemer, Second étage Porte Face Gauche, Asnières-Sur-Seine 92600} + +\mobile{(+33) 06.45.37.40.34} +\email{bastien@mennesson.email} +%\homepage{www.posquit0.com} +\github{BastienM} +\linkedin{bastienmennesson} +% \gitlab{gitlab-id} +% \stackoverflow{SO-id}{SO-name} +% \twitter{@twit} +% \skype{skype-id} +% \reddit{reddit-id} +% \extrainfo{extra informations} + +\quote{``Keep Calm \& Automate Everything"} + + +%------------------------------------------------------------------------------- +\begin{document} + +% Print the header with above personal informations +% Give optional argument to change alignment(C: center, L: left, R: right) +\makecvheader + +% Print the footer with 3 arguments(,
, ) +% Leave any of these blank if they are not needed +\makecvfooter + {\today} + {Bastien Mennesson~~·~~Curriculum Vitae} + {\thepage} + + +%------------------------------------------------------------------------------- +% CV/RESUME CONTENT +% Each section is imported separately, open each file in turn to modify content +%------------------------------------------------------------------------------- +\input{content/skills.tex} +\input{content/experience.tex} +\input{content/education.tex} +\input{content/extracurricular.tex} +%\input{content/honors.tex} +%\input{content/presentation.tex} +%\input{content/writing.tex} +%\input{content/committees.tex} + +%------------------------------------------------------------------------------- +\end{document} diff --git a/cv/french/fonts b/cv/french/fonts new file mode 120000 index 0000000..8b289e2 --- /dev/null +++ b/cv/french/fonts @@ -0,0 +1 @@ +../../fonts \ No newline at end of file diff --git a/cv/french/output/cv.fdb_latexmk b/cv/french/output/cv.fdb_latexmk new file mode 100644 index 0000000..2ddc641 --- /dev/null +++ b/cv/french/output/cv.fdb_latexmk @@ -0,0 +1,163 @@ +# Fdb version 3 +["xdvipdfmx"] 1504644280 "output/cv.xdv" "output/cv.pdf" "output/cv" 1504644280 + "output/cv.xdv" 1504644280 38548 0c4915d27cd2cdf5fe5df4c68e780daf "xelatex" + (generated) + "output/cv.pdf" +["xelatex"] 1504644278 "cv.tex" "output/cv.xdv" "cv" 1504644280 + "/usr/share/texmf-dist/fonts/map/fontname/texfonts.map" 1501615455 3287 e6b82fe08f5336d4d5ebc73fb1152e87 "" + "/usr/share/texmf-dist/fonts/tfm/adobe/zapfding/pzdr.tfm" 1501615458 1528 f853c4d1b4e0550255e02831fdc8496f "" + "/usr/share/texmf-dist/fonts/tfm/public/cm/cmmi10.tfm" 1501615461 1528 abec98dbc43e172678c11b3b9031252a "" + "/usr/share/texmf-dist/fonts/tfm/public/cm/cmmi5.tfm" 1501615461 1508 3b32edd0d68f6498a5a375e78f9edc5e "" + "/usr/share/texmf-dist/fonts/tfm/public/cm/cmmi7.tfm" 1501615461 1528 e2423ae06dc7dee599cceb79d1c9dc32 "" + "/usr/share/texmf-dist/fonts/tfm/public/cm/cmr10.tfm" 1501615461 1296 45809c5a464d5f32c8f98ba97c1bb47f "" + "/usr/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty" 1501615467 1458 43ab4710dc82f3edeabecd0d099626b2 "" + "/usr/share/texmf-dist/tex/generic/oberdiek/gettitlestring.sty" 1501615467 8237 3b62ef1f7e2c23a328c814b3893bc11f "" + "/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty" 1501615467 185082 1fb09d7d24834377f95006300bc91fd2 "" + "/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty" 1501615467 70864 bcd5b216757bd619ae692a151d90085d "" + "/usr/share/texmf-dist/tex/generic/oberdiek/ifluatex.sty" 1501615467 7324 2310d1247db0114eb4726807c8837a0e "" + "/usr/share/texmf-dist/tex/generic/oberdiek/ifpdf.sty" 1501615467 1251 d170e11a3246c3392bc7f59595af42cb "" + "/usr/share/texmf-dist/tex/generic/oberdiek/ifvtex.sty" 1501615467 6797 90b7f83b0ad46826bc16058b1e3d48df "" + "/usr/share/texmf-dist/tex/generic/oberdiek/stringenc.sty" 1501615467 21411 4c6135fd98dd4f5499becbfc9a323deb "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex" 1501615467 1006 b103be0bfc8c1682ff1fa9760697a329 "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex" 1501615467 43226 167a99346bfe2676e3efcdde2d81fe45 "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex" 1501615467 19302 4f089dc590e71f7331e6d5b5ea85273b "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex" 1501615467 6068 edae1e768a7d8d8f0f00e953d2b0153e "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex" 1501615467 7041 a891ad72049e17c4e366c40ca37b0ccb "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex" 1501615467 4625 40c07e9f6f2f7c674704b3f2055560ce "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex" 1501615467 2631 7eefa6cdbefd8d4e2bad7262cf1094cd "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex" 1501615467 43477 81143b33d9ebafdeead07ede13372427 "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex" 1501615467 17436 8d99d4113be311daf23deff86991ee7d "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex" 1501615467 20772 c57e34db4aa7b1da013169d04b743eac "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex" 1501615467 9641 711f0edc22c180a5caf168b6e8970057 "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex" 1501615467 34516 658a71478d21df554bce9d9cd436203a "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex" 1501615467 3052 e5672c657232fd63b0a9853b0746297c "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex" 1501615467 16669 4ec6e40088fc6de6334b443fe2dc59f0 "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex" 1501615467 21541 4cd19f8ff7dd74d5aa7d803a6397af84 "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex" 1501615467 19998 d77fef95c7369827753d17fd11be19c4 "" + "/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex" 1501615467 8943 2e2495b057f8f0035b5568394d489963 "" + "/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex" 1501615466 11599 d694704a88e2f9007c996d3a6a4d629c "" + "/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex" 1501615466 176652 1c2926908e2b356d454795c35385d580 "" + "/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex" 1501615466 32969 dbcfd5a7de6a0f7255c333ef60287d59 "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex" 1501615466 454 9e9e7c99f4da4f41698be21eaef4938e "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex" 1501615466 13416 940ea6971d7a65dc440d3479939c66ae "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex" 1501615466 94097 62ac62cda46eb715560dc27f9ed6e8b1 "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex" 1501615466 9375 5adc70f722abd29fc250d59e0694b548 "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex" 1501615466 22069 7c21c42b15718ce922f36235be360490 "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex" 1501615466 8210 a7be5b52ef3d2c087b7dc3d52898b67e "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex" 1501615466 3534 c7f28fbac13616513e513efe93b8569b "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex" 1501615466 3167 7c9394e79aac27db96a92f9b2792b858 "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex" 1501615466 9289 261407875b9dbb0194691c3eb893610f "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex" 1501615466 7078 946ddf4a7e57219b6afdbad98eb6731b "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex" 1501615466 2688 139c6abc86761a6190c2f4bef5d752be "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex" 1501615466 92284 dcf023dbaa84e6c50e11c2f79fe8cfa6 "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex" 1501615466 35430 046e15fbb65e74d8f0e7945f99741fdb "" + "/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex" 1501615466 7099 f44d505bae6c7c2b933cdd63441db4b9 "" + "/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex" 1501615466 20934 2328bd2e04520e1ab077ac4ee13b8935 "" + "/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex" 1501615466 16203 83cbe1220e389eeee283a6168f9a567b "" + "/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex" 1501615466 42906 d54376d96df1a2ae2d33fb722236d8e9 "" + "/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg" 1501615466 978 15af626ebd3d4d790aac19170dac04f2 "" + "/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def" 1501615466 5437 d91f93ed61ecdc57e119849b2d784a0b "" + "/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def" 1501615466 18422 182ea340fe384a783e6d99184fca680d "" + "/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-xetex.def" 1501615466 2854 4e3bebfa6c55ef2b7b032d020293758e "" + "/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex" 1501615466 35113 2ccc50c1c9573e4bac9230d030f9c67c "" + "/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex" 1501615466 1983 b5994ebbcee17f1ba3d29bb1bd696fcf "" + "/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex" 1501615466 7881 d459d6057e13d10ce7a227ae44b7295e "" + "/usr/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex" 1501615466 22211 d696ef78c12269178882d218b2cf191d "" + "/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex" 1501615466 36194 e194ef4e0b396b531a3891feb4b1cc22 "" + "/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex" 1501615466 33377 af391d6ad1bfcbe2278e191f48e43ba8 "" + "/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex" 1501615466 2536 a3b0529d815a2759ba157b56610a6377 "" + "/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex" 1501615466 6833 114eda2cf1d348e0e7e477a1a4dc1941 "" + "/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex" 1501615466 16501 ab0135765e27b6b8dae047831fe84818 "" + "/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def" 1501615466 5544 294baac9629ba59f675b1f2027ad7136 "" + "/usr/share/texmf-dist/tex/generic/unicode-data/CaseFolding.txt" 1501615466 78161 7893b6e005c5a521319a0d12062ae122 "" + "/usr/share/texmf-dist/tex/generic/unicode-data/SpecialCasing.txt" 1501615466 16830 e49d6f1fe536f43762ba1ecfe9e53e12 "" + "/usr/share/texmf-dist/tex/generic/unicode-data/UnicodeData.txt" 1501615466 1735010 2a52f30695dcc821f0f224650552beaf "" + "/usr/share/texmf-dist/tex/generic/xkeyval/xkeyval.tex" 1501615466 19231 26434a5656c684f5ffb1f26f98006baa "" + "/usr/share/texmf-dist/tex/generic/xkeyval/xkvutils.tex" 1501615466 7677 6f5ce7c1124cad7ec57d05b2562bd8fe "" + "/usr/share/texmf-dist/tex/latex/base/article.cls" 1501615465 19821 310da678527a7dfe2a02c88af38079b7 "" + "/usr/share/texmf-dist/tex/latex/base/fix-cm.sty" 1501615465 14742 ad7ac4c2db1d39579bbccd175cdf5ca9 "" + "/usr/share/texmf-dist/tex/latex/base/fontenc.sty" 1501615465 4571 13977df0eda144b93597fc709035ad1f "" + "/usr/share/texmf-dist/tex/latex/base/ifthen.sty" 1501615465 5159 a08c9bbd48fc492f15b22e458bef961f "" + "/usr/share/texmf-dist/tex/latex/base/size11.clo" 1501615465 8308 f91506bb4df6d8527331f7bbeaf0e63c "" + "/usr/share/texmf-dist/tex/latex/base/ts1enc.def" 1501615465 7767 aa88823823f5e767d79ea1166ab1ae74 "" + "/usr/share/texmf-dist/tex/latex/base/tuenc.def" 1501615465 27166 081ef1345bf363faf81b61c2450b871f "" + "/usr/share/texmf-dist/tex/latex/enumitem/enumitem.sty" 1501616974 42666 6fa770e3485520a6a5f2ea7d259c8f8d "" + "/usr/share/texmf-dist/tex/latex/environ/environ.sty" 1501616974 4378 f429f0da968c278653359293040a8f52 "" + "/usr/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty" 1501616974 42324 d951db30d0cb2b811f084fa3f92aec16 "" + "/usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty" 1501615465 10663 d7fcc0dc4f35e8998b8cfeef8407d37d "" + "/usr/share/texmf-dist/tex/latex/filehook/filehook.sty" 1501615465 12104 88bda8c1ae09e2b6dc29ed32629eafa1 "" + "/usr/share/texmf-dist/tex/latex/fontawesome/fontawesome.sty" 1501615860 2757 ee97743276dc242c78f33fd622e260ea "" + "/usr/share/texmf-dist/tex/latex/fontawesome/fontawesomesymbols-generic.tex" 1501615860 33234 40b369fd6c8364bdcc88401c4c1db5bf "" + "/usr/share/texmf-dist/tex/latex/fontawesome/fontawesomesymbols-xeluatex.tex" 1501615860 45782 7166bfdff927bad3f81e302543d76c90 "" + "/usr/share/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty" 1501615465 146096 c2d9ecfdced74621e63ce70548536938 "" + "/usr/share/texmf-dist/tex/latex/fontspec/fontspec.cfg" 1501615465 549 e7553134efaf62922106a54300834ab9 "" + "/usr/share/texmf-dist/tex/latex/fontspec/fontspec.sty" 1501615465 1704 99420c7de7dffd1524a92e1ce04ed1ba "" + "/usr/share/texmf-dist/tex/latex/geometry/geometry.sty" 1501615465 40502 e003406220954b0716679d7928aedd8a "" + "/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg" 1501615465 1213 620bba36b25224fa9b7e1ccb4ecb76fd "" + "/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg" 1501615465 1224 978390e9c2234eab29404bc21b268d1e "" + "/usr/share/texmf-dist/tex/latex/graphics-def/xetex.def" 1501615465 12707 672c620846df0fecf0a7a99fed83566d "" + "/usr/share/texmf-dist/tex/latex/graphics/graphics.sty" 1501615465 15275 7d676729b1bedd3e7f3c6717affb366c "" + "/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty" 1501615465 9066 649f2ccf62888e3d8c3e57256b70b8e1 "" + "/usr/share/texmf-dist/tex/latex/graphics/keyval.sty" 1501615465 2594 d18d5e19aa8239cf867fa670c556d2e9 "" + "/usr/share/texmf-dist/tex/latex/graphics/trig.sty" 1501615465 3980 0a268fbfda01e381fa95821ab13b6aee "" + "/usr/share/texmf-dist/tex/latex/hyperref/hxetex.def" 1501615465 45109 0d162ebe2b85589994e9a71add12b9b3 "" + "/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty" 1501615465 233808 b63d91422c362e723c6e8b1a2fffcba5 "" + "/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty" 1501615465 12949 81e4e808884a8f0e276b69410e234656 "" + "/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def" 1501615465 14098 7631f11156e5f9cd76010dbd230aa268 "" + "/usr/share/texmf-dist/tex/latex/hyperref/puenc.def" 1501615465 122411 7c1f7e015c7fc4bfb7dc052d55755ce3 "" + "/usr/share/texmf-dist/tex/latex/ifmtarg/ifmtarg.sty" 1501616974 438 4c0f57b7cba6e6ca9226b32da26f82e9 "" + "/usr/share/texmf-dist/tex/latex/l3kernel/expl3-code.tex" 1501615465 833222 92fa4359d309839fcd25bbcff3c76629 "" + "/usr/share/texmf-dist/tex/latex/l3kernel/expl3.sty" 1501615465 10066 81310c87328a0723256d5331915c1b5a "" + "/usr/share/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def" 1501615465 13800 e1d29cac0c5c8cdce426791a062cb58b "" + "/usr/share/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty" 1501615465 4568 d219da4b285eb13a91f2eaa62ab52236 "" + "/usr/share/texmf-dist/tex/latex/l3packages/xparse/xparse.sty" 1501615465 77101 a50d2bcd9e44b2458072e4b10910604e "" + "/usr/share/texmf-dist/tex/latex/latexconfig/hyperref.cfg" 1501615465 235 6031e5765137be07eed51a510b2b8fb7 "" + "/usr/share/texmf-dist/tex/latex/ms/everysel.sty" 1501615465 4623 936bfb87af7b91b6496a2317f80db16b "" + "/usr/share/texmf-dist/tex/latex/ms/everyshi.sty" 1501615465 3878 6aa7c08ff2621006e0603349e40a30a8 "" + "/usr/share/texmf-dist/tex/latex/ms/ragged2e.sty" 1501615465 9938 95cd4dc3edfd2c1a9e8f3f4cc43db1ce "" + "/usr/share/texmf-dist/tex/latex/oberdiek/auxhook.sty" 1501615465 3834 4363110eb0ef1eb2b71c8fcbcdb6c357 "" + "/usr/share/texmf-dist/tex/latex/oberdiek/kvoptions.sty" 1501615465 22417 1d9df1eb66848aa31b18a593099cf45c "" + "/usr/share/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty" 1501615465 9581 023642318cef9f4677efe364de1e2a27 "" + "/usr/share/texmf-dist/tex/latex/parskip/parskip.sty" 1501615464 2763 02a40cc5a32805c41d919cfbdba7e99a "" + "/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty" 1501615464 1197 8a80cdde14696a9198f1793a55dcf332 "" + "/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty" 1501615464 410 5bf12ea7330e5f12c445332a4fe9a263 "" + "/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty" 1501615464 21115 facf03b7dbe5ea2f5f1dce1ac84b5d05 "" + "/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty" 1501615464 1091 d9163d29def82ee90370c8a63667742c "" + "/usr/share/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty" 1501615464 339 592cf35cba3d400082b8a9a5d0199d70 "" + "/usr/share/texmf-dist/tex/latex/pgf/math/pgfmath.sty" 1501615464 306 0796eafca5e159e6ec2167a6d22d81b1 "" + "/usr/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty" 1501615464 443 0b2e781830192df35c0fd357cf13e26e "" + "/usr/share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty" 1501615464 348 8927fde343487e003b01a4c2ca34073b "" + "/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty" 1501615464 274 4cad6e665cc93ac2ac979039a94fa1e1 "" + "/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty" 1501615464 325 2bcd023400636339210573e2b3ee298b "" + "/usr/share/texmf-dist/tex/latex/setspace/setspace.sty" 1501615464 22913 a27d7908fc6f0385466454a966a316eb "" + "/usr/share/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty" 1501615858 6186 e6af49581c58f78ba167dc52b38a9495 "" + "/usr/share/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex" 1501616971 83505 c985cb88e38729c5849e6732b2bf69a7 "" + "/usr/share/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex" 1501616971 9020 17234f60abbe6a47a775620aac34e564 "" + "/usr/share/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty" 1501616971 82766 2ad4814f93bbc80078558d82fa6272f7 "" + "/usr/share/texmf-dist/tex/latex/tools/array.sty" 1501615464 12396 d41f82b039f900e95f351e54ae740f31 "" + "/usr/share/texmf-dist/tex/latex/tools/calc.sty" 1501615464 10214 d03d065f799d54f6b7e9b175f8d84279 "" + "/usr/share/texmf-dist/tex/latex/tools/verbatim.sty" 1501615464 7264 cf839ee7f0c2bfc711b0b88970764569 "" + "/usr/share/texmf-dist/tex/latex/trimspaces/trimspaces.sty" 1501616971 1380 971a51b00a14503ddf754cab24c3f209 "" + "/usr/share/texmf-dist/tex/latex/ucharcat/ucharcat.sty" 1501615464 1326 677dd10ab6c25ae5e6fd1d5fd23a9bb2 "" + "/usr/share/texmf-dist/tex/latex/unicode-math/unicode-math-table.tex" 1501615464 240211 56a1e386192fec8e561866f9e0844a4a "" + "/usr/share/texmf-dist/tex/latex/unicode-math/unicode-math-xetex.sty" 1501615464 68678 cbfca839d68762a1c16411de979fa422 "" + "/usr/share/texmf-dist/tex/latex/unicode-math/unicode-math.sty" 1501615464 47753 068de172225860995cab29eb2e3ab307 "" + "/usr/share/texmf-dist/tex/latex/url/url.sty" 1501615464 12796 8edb7d69a20b857904dd0ea757c14ec9 "" + "/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty" 1501615464 55589 34128738f682d033422ca125f82e5d62 "" + "/usr/share/texmf-dist/tex/latex/xifthen/xifthen.sty" 1501616971 5689 1bfa68243e89a54479e7d0580773c57e "" + "/usr/share/texmf-dist/tex/latex/xkeyval/xkeyval.sty" 1501615464 4962 9c1069474ff71dbc47d5006555e352d3 "" + "/usr/share/texmf-dist/web2c/texmf.cnf" 1501615481 32585 d82bbcf7626b7842c87671687479e852 "" + "/var/lib/texmf/web2c/xetex/xelatex.fmt" 1504604848 4066390 3bb9a5d5d0bcc1cea6c447317773003a "" + "awesome-cv.cls" 1504606185 25527 cbae9276a7e25d926f7a9c1ec839566a "" + "content/education.tex" 1504644008 776 3ab36db95f901fd46227558badb7d966 "" + "content/experience.tex" 1504644172 3146 c6706a170128ece5fb8346ae731c54f4 "" + "content/extracurricular.tex" 1504644271 1595 6b5a5ab5191a764c1f2ec7fffe96b52a "" + "content/skills.tex" 1504644063 1308 c0d87bd0088802e7078007a3753ef6bb "" + "cv.tex" 1504643695 3527 cbd0c16abee869046fb4ef0707daefcb "" + "output/cv.aux" 1504644280 665 82c456479ed516bc5a94b04c48282691 "" + "output/cv.out" 1504644280 0 d41d8cd98f00b204e9800998ecf8427e "" + (generated) + "output/cv.aux" + "output/cv.xdv" + "output/cv.out" + "output/cv.log" diff --git a/cv/french/output/cv.xdv b/cv/french/output/cv.xdv new file mode 100644 index 0000000..6960439 Binary files /dev/null and b/cv/french/output/cv.xdv differ diff --git a/examples/coverletter.pdf b/examples/coverletter.pdf deleted file mode 100644 index bad8000..0000000 Binary files a/examples/coverletter.pdf and /dev/null differ diff --git a/examples/cv.pdf b/examples/cv.pdf deleted file mode 100644 index fe8f704..0000000 Binary files a/examples/cv.pdf and /dev/null differ diff --git a/examples/resume.pdf b/examples/resume.pdf deleted file mode 100644 index 7b81fb9..0000000 Binary files a/examples/resume.pdf and /dev/null differ diff --git a/icon.png b/icon.png deleted file mode 100644 index 332b635..0000000 Binary files a/icon.png and /dev/null differ