-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.pug
193 lines (176 loc) · 9.26 KB
/
index.pug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
mixin progress(progress)
.extra-details
.extra-details_progress(style={width: progress})
mixin skill(title)
.extra
.extra-info
b.d-block= title
block
//- +progress(progress)
mixin stylesheet(href)
link(rel='stylesheet' href=href)
mixin linkout(href)
a(rel='noopener noreferrer nofollow' style='text-decoration:none;color:navy' href=href)
block
doctype html
html(lang='fr')
head
meta(charset='utf-8')
meta(name='viewport' content='width=device-width')
title CV Benjamin Bordes
link(rel='icon' href='/images/favicon.svg')
//- +stylesheet('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.2.3/css/bootstrap.min.css')
//- +stylesheet('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/fontawesome.min.css')
+stylesheet('/css/fontawesome.min.css')
+stylesheet('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/solid.min.css')
//- +stylesheet('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/regular.min.css')
+stylesheet('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/brands.min.css')
//- +stylesheet('https://cdnjs.cloudflare.com/ajax/libs/paper-css/0.4.1/paper.min.css')
+stylesheet('/css/paper.min.css')
+stylesheet('/css/styles.min.css')
+stylesheet('/css/styles.css')
body.A4.flex-column
.sheet
button.btn.btn-print.btn-sm.btn-light(onClick='window.print()' style='top:1rem;right:1rem')
| #[i.fa-solid.fa-print] Print
a.btn.btn-print.btn-sm.btn-light(href='/CV Benjamin Bordes 2024.pdf' style='top:3.2rem;right:1rem')
| #[i.fa-solid.fa-file-pdf] PDF
a.btn.btn-print.btn-light.p-1(href='/en' style='top:.5rem;left:.5rem;height:2.125rem')
img(src='/images/FR flag.svg' style='height: 1.5rem')
img.img-hover(src='/images/UK flag.svg' style='height: 1.5rem')
.resume
#sidebar(style='width:30%')
a#profile(href='https://bbordes.fr')
img(src='/images/Benjamin%20Bordes.jpg' alt='Benjamin Bordes')
h3.bandeau.text-center Benjamin Bordes
.text-center
.info-item
span.info-label
i.fa-solid.fa-location-arrow
span Versailles, France
.info-item
span.info-label
i.fa-solid.fa-envelope
+linkout('mailto:[email protected]') [email protected]
.info-item
span.info-label
i.fa-solid.fa-phone
+linkout('tel:+33760342726') +33 7 60 34 27 26
.info-item
span.info-label
i.fa-brands.fa-linkedin
+linkout('https://www.linkedin.com/in/benjamin-bordes') Benjamin-Bordes
p.mb-0 22 ans
//- p.mb-0 Nationalité française
p.mb-0 Permis B
h5.bandeau #[i.fa-solid.fa-laptop-code] COMPÉTENCES
div.px-3
+skill('Cloud')
small Kubernetes · Helm · AWS · GCP
+skill('DevOps')
small Docker · Proxmox · Harbor · Nexus · Ansible · Terraform · Shell · CI/CD
+skill('Cybersécurité')
small Nmap · Wireshark · Metasploit
+skill('Développement Web')
small SvelteKit · React · Nest · React Native · Symfony · Express · Tailwind
//- · HTML-CSS-JS · PHP
//- small Préprocesseurs : Pug · Stylus · Sass
//- small Librairies : Jquery · Bootstrap · Twig
+skill('Base de données')
small PostgreSQL · MongoDB · MariaDB
//- +skill('Data science')
+skill('Autres langages et logiciels')
small Java · C# · Markdown · Confluence · Python · Blender · Unity · Jamf Pro
//- code versioning/version control
+skill('Gestion de version')
small Git · GitHub · GitLab
+skill('Systèmes d\'exploitation')
small #[i.fa-brands.fa-linux] #[b Linux] · #[i.fa-brands.fa-windows] Windows · #[i.fa-brands.fa-apple] Mac OS
<!--I use Arch btw!-->
h5.bandeau #[i.fa-solid.fa-earth-americas] LANGUES
div.px-3
.extra
b Français
small (natif)
+progress('100%')
.extra
b Anglais
small (Bilingue, TOEIC 960/990)
+progress('99%')
.extra
b Espagnol
small (B2)
+progress('50%')
.p-3(style='width:70%')
.resume_content
p.mb-2 Bilingue anglais et passionné par les sciences et l’informatique, j’ai un
| #[br]bon esprit d’analyse, un grand souci du détail et une forte adaptabilité
| #[br]face aux évolutions technologiques.
h5.title EXPÉRIENCES PROFESSIONNELLES
.flex-row.experiences
.col-2
img.ms-1(src='/images/anfsi.jpg' alt='' height='70')
img.mb-3(src='/images/je.jpg' alt='' height='60')
img.mb-4(src='/images/cardy.png' alt='' height='32')
img.mb-3(src='/images/enoria.png' alt='' height='30')
img(src='/images/LIL.jpg' alt='' height='40')
.col
small septembre 2023 - à ce jour
p.mb-2 #[b Ingénieur Plateforme/DevOps en alternance à l'ANFSI]#[small (Agence du Numérique des Forces de Sécurité Intérieure)]
small 2022 - à ce jour
p.mb-2 #[b Consultant Junior ISEP] : solutions web et logiciels sur mesure
| #[br]Développement d'une PWA de recrutement en ReactJS et NestJS
small Mai - Juillet 2022
p.mb-2 #[b Stage de Développement Full Stack] de modules Prestashop en Symfony pour les différents sites web de Cardy
small Juin - Juillet 2021
p.mb-2 #[b Stage de Développement Full Stack], Symfony et Bootstrap de nouvelles fonctionnalités sur l’application Enoria
small Juin - Juillet 2019
p.mb-2 #[b Stage au service informatique] du Lycée International de Londres
//- Gestion des réseaux et des iPads de l'établissement. Avec le logiciel Jamf Pro pour les iPads. Configuration et réparation des ordinateurs et des iPads.
small 2017 - Août 2018
p Récolte de fonds, suivie d’une mission humanitaire en Équateur
h5.title FORMATIONS
.flex-row
.col-2(style='width:13%')
img.mt-3(src='/images/isep.png' alt='' width='55')
img.mt-1(src='/images/st-ex.webp' alt='' width='65')
img(src='/images/LIL.jpg' alt='' width='60')
.col
p.mb-2 #[b Cycle ingénieur, ISEP École d’ingénieurs du numérique] #[small (2022-2025)]
p.mb-0 #[b Prépa intégrée, ISEP et Wrexham Glyndŵr University] #[small (2020-2022)]
p.mb-0 Cycle Intégré International Anglophone ; un semestre à Wrexham :
p.mb-2 Développement d’applications Windows (C#) et Android (Java)
p.mb-0 #[b Lycée Saint-Exupéry] #[small (2019-2020)] Montigny-le-Bretonneux, France
p.mb-2 Baccalauréat S spécialité ISN (Informatique et Sciences du Numérique)
p #[b Lycée International de Londres] #[small (2017-2019)] Wembley, Royaume-Uni
//- SJA ?
h5.title CERTIFICATIONS
p.mb-0 #[small Mai 2022 :] #[a(href='https://www.credly.com/badges/9cdcef02-4de8-4a72-ae7d-4dd4cffef94c/public_url' style='text-decoration:none;color:navy') #[b AWS Certified Solution Architect] - Associate]
p #[small Juillet 2021 :] #[b Junior ISEP Académie] création et développement d'une application pour iOS et Android en React Native avec un backend en Symfony
//- p #[small Mai 2018 :] #[b ISE II], Speaking & Listening (Integrated Skills in English)
h5.title HACKATHONS ET CTFs
p.mb-0 #[small Avril 2023 :] #[b Wave Game] Challenge Cyber technique offensif et défensif sur AWS
//- Wavestone
p.mb-0 #[small Mars 2023 :] #[b Master Dev France] le plus grand Concours de code live de France
p.mb-0 #[small Octobre 2022 :] #[b CTF Break the Code IDF] sur le thème du numérique responsable
//- Sopra Steria
p #[small Octobre 2022 :] #[b Hackathon Green Code] Développement logiciel Eco-responsable
//- JE, 3DS outscale, Sagemcom
h5.title.mb-0 LOISIRS
.flex-row.text-center
.col
img(src='/images/programming.svg' alt='' height='50')
p.small Programmation et nouvelles technologies
.col
img(src='/images/climbing.svg' alt='' height='50')
p.small Escalade
.col
img.p-1(src='/images/bulb.png' alt='' height='50')
p.small Résolution de problèmes
.col
img.p-1(src='/images/hackathon.png' alt='' height='50')
p.small Hackathons #[br]et CTFs
//- .col
img(src='/images/skiing.svg' alt='' height='50')
br
p.small Ski