Skip to content

Commit ba5c23f

Browse files
committed
Style, mostly responsive and bullet points
Thanks elipapa/markdown-cv#58 for responsive
1 parent 2b8d88a commit ba5c23f

File tree

4 files changed

+77
-25
lines changed

4 files changed

+77
-25
lines changed

Diff for: _layouts/cv.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<!doctype html>
22
<html>
33
<head>
4-
<meta charset=utf-8 />
4+
<meta charset=utf-8 lang="fr" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
56
<title> {% if page.title %} {{ page.title }} | {% endif %} CV</title>
67
<link href="media/{{ site.style }}-screen.css" type="text/css" rel="stylesheet" media="screen">
78
<link href="media/{{ site.style }}-print.css" type="text/css" rel="stylesheet" media="print">
@@ -13,4 +14,4 @@
1314
</div>
1415
</div>
1516
</body>
16-
</html>
17+
</html>

Diff for: index.md

+15-13
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Alexandre Bulté
44
reference: https://github.com/elipapa/markdown-cv
55
---
66
# Alexandre Bulté
7-
Computer Scientist <span style="font-style: normal">🧑‍🔬🧙‍♂️</span>
7+
Computer Scientist <span style="font-style: normal">🧑‍🔬🧙‍♂️🇫🇷</span>
88

99
<div id="webaddress">
1010
@@ -32,7 +32,7 @@ A partir de 2020, j'ai travaillé au service du public chez [Etalab](https://www
3232

3333
### Etalab — DINUM
3434

35-
`2020-2023`
35+
`2020 - 2023`
3636
**Directeur Technique**
3737
- Responsable de la plateforme [data.gouv.fr](https://www.data.gouv.fr) et de ses satellites : lead technique, recrutement, pilotage des prestations et du budget (+1M€) — [data.gouv.fr](https://www.data.gouv.fr) reçoit 18 millions de visites en 2021 et les services sont développés et infogérés en interne ;
3838
- Gestion des outils et infrastructures mutualisées du département [Etalab](https://www.etalab.gouv.fr), en appliquant un principe de souveraineté numérique, tant sur les moyens employés (internalisation des compétences) que les outils (respect du RGPD et _stacks open source_) ;
@@ -41,31 +41,33 @@ A partir de 2020, j'ai travaillé au service du public chez [Etalab](https://www
4141

4242
### _Freelance_
4343

44-
`2012-2020`
44+
`2012 - 2020`
4545
**Développement web et mobile, conseil**
46-
- Etalab — évolutions, maintenance et organisation de [data.gouv.fr](https://www.data.gouv.fr)
47-
- Mober — architecture de la refonte du système d'information
48-
- Institut Montaigne — simulateurs des systèmes de retraite et d'assurance maladie
49-
- Magency — développeur backend sur un outil de formation
50-
- Ayudo — site web et applications mobiles de géolocalisation du personnel en zone à risque
51-
- Sparted — consultant sur la refonte du backoffice et des applications mobiles
52-
- AmiAmi — développement des applis mobiles et du site Web
53-
- WeSumOne — direction technique des équipes Wesumone
46+
- _Etalab_&nbsp;: évolutions, maintenance et organisation de [data.gouv.fr](https://www.data.gouv.fr)
47+
- _Mober_&nbsp;: architecture de la refonte du système d'information
48+
- _Institut Montaigne_&nbsp;: simulateurs des systèmes de retraite et d'assurance maladie
49+
- _Magency_&nbsp;: développeur backend sur un outil de formation
50+
- _Ayudo_&nbsp;: site web et applications mobiles de géolocalisation du personnel en zone à risque
51+
- _Sparted_&nbsp;: consultant sur la refonte du backoffice et des applications mobiles
52+
- _AmiAmi_&nbsp;: développement des applis mobiles et du site Web
53+
- _WeSumOne_&nbsp;: direction technique des équipes Wesumone
5454

5555
Technologies : Python (Flask, Django), Javascript (Vue.js, AngularJS), PHP (Drupal), mobile (Phonegap, Cordova, Ionic), BDD (PostgreSQL, MongoDB, MySQL), ops (Linux, Docker, AWS, Heroku)
5656

5757
### Alterway
5858

59-
`2009-2012`
59+
`2009 - 2012`
6060
**Responsable avant-vente**
61+
6162
- Pilotage des propositions techniques et commerciales d'Alterway Solutions (branche ingénierie logicielle)
6263

6364
**Chef de projet**
65+
6466
- France Télévisions, CEMS, ACAT
6567

6668
### Unilog / Logica
6769

68-
`2006-2009`
70+
`2006 - 2009`
6971
**Expert technique**
7072
- VIRGIN Mobile, ALCAN, EADS Astrium
7173

Diff for: media/davewhipp-print.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ code {
7474
font-size: 90%;
7575
/*line-height: 1em;*/
7676
font-family: Monaco,Menlo,monospace,sans-serif;
77-
color: #ccc;
77+
color: #555;
7878
}
7979

8080
p code {
@@ -93,11 +93,11 @@ ul {
9393
}
9494

9595
/*uncomment to get dashes in the list*/
96-
/*li:before {
96+
li:before {
9797
content: "-";
9898
position: relative;
9999
left: -0.25em;
100-
}*/
100+
}
101101

102102
li {
103103
/*second line indent*/

Diff for: media/davewhipp-screen.css

+56-7
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ code {
7474
font-size: 90%;
7575
/*line-height: 1em;*/
7676
font-family: Monaco,Menlo,monospace,sans-serif;
77-
color: #aaa;
77+
color: #555;
7878
}
7979

8080
p code {
@@ -93,11 +93,11 @@ ul {
9393
}
9494

9595
/*uncomment to get dashes in the list*/
96-
/*li:before {
96+
li:not(:only-child):before {
9797
content: "-";
9898
position: relative;
9999
left: -0.25em;
100-
}*/
100+
}
101101

102102
li {
103103
/*second line indent*/
@@ -189,7 +189,56 @@ strong {
189189

190190

191191

192-
/*
193-
@media only screen and (max-width: 480px) {
194-
make one column somehow...
195-
}*/
192+
/* This hack fixes scrollable on x for tablets */
193+
@media only screen and (max-width: 1024px) {
194+
body {
195+
overflow-x: hidden;
196+
}
197+
}
198+
199+
/* Mobile styling, starting at iPad portrait size */
200+
@media only screen and (max-width: 768px) {
201+
h1,
202+
h2,
203+
h3,
204+
h4,
205+
p,
206+
ul,
207+
code,
208+
#webaddress {
209+
position: static;
210+
width: 100%;
211+
text-align: left;
212+
}
213+
214+
code {
215+
width: auto;
216+
}
217+
218+
h1 {
219+
margin-bottom: 0.1em;
220+
}
221+
222+
h2 {
223+
margin-top: 1em;
224+
font-size: 1.5em;
225+
}
226+
227+
h3 {
228+
font-weight: bold;
229+
font-size: 1.2em;
230+
}
231+
232+
body {
233+
margin-top: 0;
234+
margin-left: 0;
235+
padding: 1em;
236+
}
237+
238+
p code {
239+
position: static;
240+
margin-right: auto;
241+
display: block;
242+
text-align: left;
243+
}
244+
}

0 commit comments

Comments
 (0)