forked from rubyistdotjs/resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.pug
122 lines (113 loc) · 4.3 KB
/
resume.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
include mixins.pug
link(rel="stylesheet" href="./resume.css")
link(rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons")
link(rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:500,600,800|Lora:400i|Muli:400")
link(rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/brands.css" integrity="sha384-VGCZwiSnlHXYDojsRqeMn3IVvdzTx5JEuHgqZ3bYLCLUBV8rvihHApoA1Aso2TZA" crossorigin="anonymous")
link(rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/fontawesome.css" integrity="sha384-GVa9GOgVQgOk+TNYXu7S/InPTfSDTtBalSgkgqQ7sCik56N9ztlkoTr2f/T44oKV" crossorigin="anonymous")
.container
.w-two-third
header
h1 Romain Guilloteau
em.
Développeur full stack Ruby on Rails <br />et JavaScript (Node, React
& Vue)
.timeline
.mb-1
h2 Expérience
+timelineItem(
'Développeur Full Stack',
'Lunchr',
'octobre 2018',
"aujourd'hui"
)
+timelineItem(
'Lead developer & Software architect',
'Codeur SARL',
'janvier 2015',
'octobre 2018'
)
p.
Conception, développement et design de Graphiste.com, Facture.net
et quelques mini-sites marketing.
<br />
Assurer la maintenance et le développement de nouvelles
fonctionnalités pour les applications mentionnées ci-dessus ainsi
que Redacteur.com.
<br />
Développement de gems, utilisées par l'ensemble des applications de
l'entreprise, pour réduire le boilerplate.
+timelineItem(
'Lead developer',
'1Year1Book SARL',
'février 2013',
'septembre 2014'
)
p.
Conception, développement et design d'un réseau social privé SaaS
accompagné d'outils internes permettant de générer et configurer
une instance en fonction des exigences du client et de suivre son
état de santé.
+timelineItem('Freelance', null, 'juin 2012', 'février 2013')
p.
Appuyé par un graphiste, conception et développement d'applications
et d'outils intranet pour diverses entreprises et startups
parisiennes.
.mb-1
h2 Éducation
+timelineItem(
'Développeur Multimédia (Bac +3)',
"L'École Multimédia",
'2011',
'2014'
)
+timelineItem(
'Baccalauréat scientifique',
'Lycée Lamarck',
'2007',
'2010'
)
footer
p
| Consultez le code source de ce document :
a(href="https://github.com/rubyistdotjs/resume")
| github.com/rubyistdotjs/resume
.w-one-third
.mugshot
img(src='images/mugshot.jpg')
.mb-1
h2 Contact
ul.icon-list
+iconListItem('place')
| Montpellier, Hérault, France
+iconListItem('phone_android')
a(href="tel:+33600000000") +33 6 00 00 00 00
+iconListItem('mail')
a(href="mailto:[email protected]")
+iconListItem('skype', 'brand')
a(href="skype:anon?add") @Anon
+iconListItem('discord', 'brand')
| @Anon#1234
.mb-1
h2 Langues
ul.language-list
+languageListItem('fr', 'Français', 'Langue maternelle')
+languageListItem('uk', 'Anglais', 'Courant')
.mb-1
h2 Compétences
+skillList('Ruby on Rails', 'JavaScript', 'Node.js', 'React', 'Vue.js')
+skillList('PostgreSQL', 'MySQL', 'MongoDB', 'Redis')
+skillList('Stripe', 'Braintree', 'PayPal REST API')
+skillList('AWS', 'Firebase', 'Heroku', 'Capistrano')
div
h2 Liens
ul.icon-list
+iconListItem('link')
a(href="https://www.romainguilloteau.com/") romainguilloteau.com
+iconListItem('github', 'brand')
a(href="https://github.com/rubyistdotjs") github.com/rubyistdotjs
+iconListItem('gitlab', 'brand')
a(href="https://gitlab.com/rubyistdotjs") gitlab.com/rubyistdotjs
+iconListItem('linkedin', 'brand')
a(href="https://www.linkedin.com/in/romainguilloteau/")
| linkedin.com/in/romainguilloteau/