Skip to content

Commit e4cfaf6

Browse files
committed
fix: english resume
1 parent 37cefb9 commit e4cfaf6

2 files changed

Lines changed: 353 additions & 0 deletions

File tree

en_backend/en_backend_style.css

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
.detail {
2+
display: flex;
3+
flex-direction: row;
4+
width: 95%;
5+
justify-content: space-between;
6+
margin-top: 5px;
7+
line-height: 18px;
8+
}
9+
10+
#right .intro {
11+
margin-top: -10px;
12+
margin-bottom: -5px;
13+
width: 95%;
14+
}
15+
16+
.bubble-skills p {
17+
font-size: 14px;
18+
background-color: #00243f;
19+
color: #fff;
20+
border-radius: 7px;
21+
padding: 2px 5px 2px 5px;
22+
margin-right: 10px;
23+
}
24+
25+
.bubble-skills {
26+
margin-bottom: -16px;
27+
}
28+
29+
.bubble {
30+
margin-top: 5px;
31+
font-size: 14px;
32+
}
33+
34+
.group-bubble {
35+
display: ruby;
36+
}
37+
38+
.bubble-framework {
39+
font-size: 12px;
40+
}
41+
42+
#my-title {
43+
font-size: 18px;
44+
}
45+
46+
li {
47+
font-size: 14px;
48+
padding-left: -12px;
49+
list-style-type: '- ';
50+
}
51+
52+
ul {
53+
margin-top: 1px;
54+
margin-bottom: -10px;
55+
}
56+
57+
.detail {
58+
margin-top: 5px;
59+
margin-bottom: 2px;
60+
}
61+
62+
#right {
63+
padding-right: 15px;
64+
}
65+
66+
h2 {
67+
margin-top: 22px;
68+
}
69+
70+
#left h2 {
71+
margin-top: 20px;
72+
}
73+
74+
#right .date {
75+
color: rgb(0 0 0 / 50%);
76+
}
77+
78+
#right a {
79+
color: black;
80+
}
81+
82+
#link {
83+
font-size: 12px;
84+
color: #2675b1;
85+
}

en_backend/index.html

Lines changed: 268 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,268 @@
1+
<!DOCTYPE html>
2+
3+
<html lang="en">
4+
5+
<head>
6+
<meta charset="UTF-8">
7+
<title>CV</title>
8+
<link href="../style.css" rel="stylesheet">
9+
<link href="en_backend_style.css" rel="stylesheet">
10+
11+
</head>
12+
13+
<body>
14+
15+
<section id="left">
16+
<img id="profil" src="../img/Profil.jpg">
17+
<h1>Quentin</h1>
18+
<h1>Escudier</h1>
19+
<p id="my-title">Software engineer</p>
20+
<div class="comp">
21+
<img class="icons" src="../img/email.svg"></img>
22+
23+
</div>
24+
<div class="comp">
25+
<img class="icons" src="../img/phone.svg"></img>
26+
<a href="tel:+33610790767">+33 6 10 79 07 67</a>
27+
</div>
28+
<div class="comp">
29+
<img class="icons" src="../img/linkedin.svg"></img>
30+
<a href="https://www.linkedin.com/in/quentin-escudier/">linkedin.com/in/quentin-escudier</a>
31+
</div>
32+
<div class="comp">
33+
<img class="icons" src="../img/github.svg"></img>
34+
<a href="https://github.com/Eaviwolph/">github.com/Eaviwolph</a>
35+
</div>
36+
<div>
37+
<h2>LANGUAGES AND FRAMEWORKS</h2>
38+
<div class="group-bubble">
39+
<div class="bubble-skills">
40+
<p>Go</p>
41+
</div>
42+
<div class="bubble-skills">
43+
<p>C</p>
44+
</div>
45+
<div class="bubble-skills">
46+
<p>C++</p>
47+
</div>
48+
<div class="bubble-skills">
49+
<p>Rust</p>
50+
</div>
51+
<div class="bubble-skills">
52+
<p>Java <span class="bubble-framework">(Spring Boot, Android, Maven)</span></p>
53+
</div>
54+
<div class="bubble-skills">
55+
<p>C# <span class="bubble-framework">(.Net)</span></p>
56+
</div>
57+
<div class="bubble-skills">
58+
<p>Ruby on Rails</p>
59+
</div>
60+
<div class="bubble-skills">
61+
<p>Python <span class="bubble-framework">(Django, Flask, Fast)</span></p>
62+
</div>
63+
<div class="bubble-skills">
64+
<p>Javascript <span class="bubble-framework">(React, Next)</span></p>
65+
</div>
66+
<div class="bubble-skills">
67+
<p>SQL</p>
68+
</div>
69+
<div class="bubble-skills">
70+
<p>Mongo</p>
71+
</div>
72+
<div class="bubble-skills">
73+
<p>Redis</p>
74+
</div>
75+
<div class="bubble-skills">
76+
<p>ElasticSearch</p>
77+
</div>
78+
</div>
79+
<div>
80+
<h2>DEVOPS</h2>
81+
<div class="group-bubble">
82+
<div class="bubble-skills">
83+
<p>Docker</p>
84+
</div>
85+
<div class="bubble-skills">
86+
<p>CI/CD</p>
87+
</div>
88+
<div class="bubble-skills">
89+
<p>AWS</p>
90+
</div>
91+
<div class="bubble-skills">
92+
<p>Terraform</p>
93+
</div>
94+
<div class="bubble-skills">
95+
<p>Linux</p>
96+
</div>
97+
<div class="bubble-skills">
98+
<p>Windows</p>
99+
</div>
100+
<div class="bubble-skills">
101+
<p>Git <span class="bubble-framework">(GitHub, GitLab)</span></p>
102+
</div>
103+
</div>
104+
</div>
105+
<div>
106+
<h2>LANGUAGES</h2>
107+
<p class="language">French</p>
108+
<p class="sub-title">Native</p>
109+
<p class="language">English</p>
110+
<p class="sub-title">Professional</p>
111+
<p class="language">Spanish</p>
112+
<p class="sub-title">Basic</p>
113+
<p class="language">Russian</p>
114+
<p class="sub-title">Basic notions</p>
115+
<p class="language">Occitan</p>
116+
<p class="sub-title">Advanced</p>
117+
</div>
118+
</section>
119+
120+
<section id="right">
121+
<p class="intro">
122+
After graduating from EPITA as a Computer Science Engineer, I'm looking for a job as a Backend Software
123+
Developer.
124+
</p>
125+
126+
<div>
127+
<h2>PROFESSIONAL EXPERIENCE</h2>
128+
<div class="detail">
129+
<div>
130+
<p class="title">SII</p>
131+
<p class="description">Embedded System Software Engineer Consultant</p>
132+
133+
</div>
134+
<div>
135+
<p class="date">(Oct 2024 - Dec 2024)</p>
136+
</div>
137+
</div>
138+
<p class="resume">Development of a prediction model based on confidential customer data using Python,
139+
OpenStreetMap and OpenTopography.</p>
140+
<div class="detail">
141+
<div>
142+
<p class="title">Sagemcom</p>
143+
<p class="description">Embedded systems software engineer</p>
144+
</div>
145+
<div>
146+
<p class="date">(Feb 2024 - Aug 2024)</p>
147+
</div>
148+
</div>
149+
<p class="resume">End-of-studies internship covering a wide range of topics, including:
150+
<ul>
151+
<li>The development of an Android TV set-top box (STB) for a Dutch customer.</li>
152+
<li>A research project in audio signal processing with the aim of cancelling echo within the
153+
environment.</li>
154+
</ul>
155+
</p>
156+
<div class="detail">
157+
<div>
158+
<p class="title">Scalingo</p>
159+
<p class="description">Backend engineer</p>
160+
</div>
161+
<div>
162+
<p class="date">(Sep 2022 - Jan 2023)</p>
163+
</div>
164+
</div>
165+
<p class="resume">Internship focused on the development of a PaaS product built with Go and Ruby on Rails,
166+
organized into three major projects:
167+
<ul>
168+
<li>Handling problems related to the parallel management of customer actions.</li>
169+
<li>Implementing a prioritized communication channel between the client machine and its Docker
170+
container.</li>
171+
<li>Writing and publishing an article on the company's website: <br />
172+
<a href="https://scalingo.com/fr/blog/support-signaux-unix-pour-applications">
173+
<span id="link">https://scalingo.com/fr/blog/support-signaux-unix-pour-applications</span></a>
174+
</li>
175+
</ul>
176+
</p>
177+
</div>
178+
179+
<div>
180+
<h2>PERSONAL PROJECTS</h2>
181+
<div class="detail">
182+
<div>
183+
<p class="title"><a href="https://mademoiselleblossom.fr/">mademoiselleblossom.fr &#128279;</a></p>
184+
</div>
185+
<div>
186+
<p class="date">(Sep 2023 - Mar 2024)</p>
187+
</div>
188+
</div>
189+
<p class="resume">Design and production of a professional website for a florist. Realized in n-tier
190+
architecture with a MongoDB database, a Go backend and a React frontend. THE API is RESTful and hosted
191+
on an AWS EC2.
192+
</p>
193+
194+
<div class="detail">
195+
<div>
196+
<p class="title">OSDev Kernel</p>
197+
</div>
198+
<div>
199+
<p class="date">(Jan 2023 - Feb 2024)</p>
200+
</div>
201+
</div>
202+
<p class="resume">Development of a custom kernel for an arcade terminal, implemented in C and x86 Assembly,
203+
and emulated using the QEMU tool.</p>
204+
<div class="detail">
205+
<div>
206+
<p class="title">JackalAIRace</p>
207+
</div>
208+
<div>
209+
<p class="date">(May 2022 - In 1 day)</p>
210+
</div>
211+
</div>
212+
<p class="resume">An artificial intelligence for autonomous driving using a genetic model created on Unity
213+
and developed in C#.
214+
</p>
215+
</div>
216+
217+
<h2>SCHOOL PROJECTS</h2>
218+
<div class="detail">
219+
<div>
220+
<p class="title">Ping</p>
221+
</div>
222+
<div>
223+
<p class="date">(Jun 2022 - Jul 2022)</p>
224+
</div>
225+
</div>
226+
<p class="resume">A Web IDE inspired by VSCode to meet accessibility constraints. The backend is a RESTful API
227+
coded in Java. The front end is coded in HTML, CSS and JavaScript.</p>
228+
229+
<div class="detail">
230+
<div>
231+
<p class="title">OCR</p>
232+
</div>
233+
<div>
234+
<p class="date">(Sep 2020 - Dec 2020)</p>
235+
</div>
236+
237+
</div>
238+
<p class="resume">An Optical Character Recognition AI capable of extracting text from an image. The
239+
desktop client, developed in C, uses GTK for the interface.
240+
</p>
241+
242+
<div>
243+
<h2>EDUCATION</h2>
244+
<div class="detail">
245+
<div>
246+
<p class="title">EPITA</p>
247+
<p class="description">Software engineer</p>
248+
</div>
249+
<div>
250+
<p class="date">(Sep 2019 - Oct 2024)</p>
251+
<p class="location">Paris</p>
252+
</div>
253+
</div>
254+
<div class="detail">
255+
<div>
256+
<p class="title">Griffith College</p>
257+
<p class="description">Semester at an Irish university.</p>
258+
</div>
259+
<div>
260+
<p class="date">(Jan 2021 - Jun 2021)</p>
261+
<p class="location">Cork, Irlande</p>
262+
</div>
263+
</div>
264+
</div>
265+
</section>
266+
</body>
267+
268+
</html>

0 commit comments

Comments
 (0)