-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
391 lines (323 loc) · 18.7 KB
/
index.html
File metadata and controls
391 lines (323 loc) · 18.7 KB
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- ===== CSS ===== -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- ===== BOX ICONS ===== -->
<link href='https://unpkg.com/boxicons@2.1.2/css/boxicons.min.css' rel='stylesheet'>
<title>Alexandre Roosens | Mon portofolio</title>
</head>
<body>
<!--===== HEADER =====-->
<header class="l-header">
<nav class="nav bd-grid">
<div class="nav_toggle" id="nav-toggle">
<i class="bx bx-menu"></i>
</div>
<div>
<a href="#home" class="nav_logo">Alexandre</a>
</div>
<div class="nav_menu" id="nav-menu">
<div class="nav_close" id="nav-close">
<i class="bx bx-x"></i>
</div>
<ul class="nav_list">
<li class="nav_item"><a href="#home" class="nav_link active">Accueil</a></li>
<li class="nav_item"><a href="#about" class="nav_link">À propos</a></li>
<li class="nav_item"><a href="#skills" class="nav_link">Compétences</a></li>
<!-- <li class="nav_item"><a href="#services" class="nav_link">Services</a></li> -->
<li class="nav_item"><a href="#works" class="nav_link">Mes projets</a></li>
<li class="nav_item"><a href="#contact" class="nav_link">Me contacter</a></li>
</ul>
</div>
</nav>
</header>
<main class="l-main">
<!--===== HOME =====-->
<section class="home" id="home">
<div class="home_container bd-grid">
<div class="home_data">
<div class="home_img">
<img src="assets/img/profil.png" alt="profil image">
</div>
<h1 class="home_title">Alexandre Roosens</h1>
<span class="home_profession">Apprenti Developpeur Frontend</span>
<div class="home_social">
<a href="https://www.linkedin.com/in/alexandre-roosens-aa8592235/" target="_blank" class="home_social-link"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/Foxenz" target="_blank" class="home_social-link"><i class='bx bxl-github'></i></a>
</div>
<a href="assets/mon_cv.pdf" target="_blank" class="button home_button">Voir mon cv</a>
<div class="home_darkTheme">
<i class='changeThemeButton home_social-link bx bx-moon'></i>
</div>
</div>
</div>
</section>
<!--===== ABOUT =====-->
<section class="about section" id="about">
<span class="section-subtitle">Mon intro</span>
<h2 class="section-title">À propos de moi</h2>
<div class="about_container bd-grid">
<div class="about-data">
<p class="about_description">
Je suis un étudiant en période de changement de type d’étude. J’ai fait 2 ans de bachelier en informatique de gestion à
l’Henallux dans le but de devenir analyste programmeur. Cepandant la façon d’apprendre ne me correspondait pas, et je me plaisais
plus dans mes études.
</br></br>
Dans mon cursus, il y a eu un cours qui m’a énormément fait de l’œil. Il s’agit de mon cours de
développement web. Je m'y suis pris de passion et c'est à ce moment-là que j'ai su que je voulais devenir développeur web.
</br></br>
J’ai donc décidé de me réorienter dans une alternance en développement web frontend via l’IFAPME, dans le but de rentrer dans
un travail plus concret. Je profite donc de cette pause d’étude pour pouvoir me former un maximum en ligne pour prendre du
niveau et de l’expérience dans le domaine.
</p>
</div>
<div>
<div class="about_information">
<h3 class="about_information-title">Informations</h3>
<div class="about_information-data">
<i class="bx bx-user about_information-icon"></i>
<span>Alexandre Roosens</span>
</div>
<div class="about_information-data">
<i class="bx bx-phone about_information-icon"></i>
<span>0470 17 64 36</span>
</div>
<div class="about_information-data">
<i class="bx bx-envelope about_information-icon"></i>
<span>roosensalexandre@gmail.com</span>
</div>
</div>
<div class="about_information">
<h3 class="about_information-title">Expériences</h3>
<div class="about_information-data">
<i class="bx bx-medal about_information-icon"></i>
<div>
<span class="about_information-subtitle"><a title="Cliquez pour voir l'image" href="assets/img/certificationHackaton.jpg" target="_blank">Citizens Of Wallonia | Hackaton 2022</a></span>
<span class="about_information-subtitle-small">
Nominé pour 3 prix :<br>
- Prix des territoires intelligents<br>
- Prix de l'innovation techno<br>
- Prix data<br>
Gagnant du prix des territoires intelligents
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!--===== SKILLS =====-->
<section class="skills section" id="skills">
<span class="section-subtitle">Pourquoi me choisir</span>
<h2 class="section-title">Mes compétences</h2>
<div class="skills_container bd-grid">
<div class="skills_content">
<h3 class="skills_subtitle">Front-end</h3>
<div class="skills_data">
<span class="skills_name">HTML</span>
<span class="number">75%</span>
<span class="skills_bar skills_html"></span>
</div>
<div class="skills_data">
<span class="skills_name">CSS</span>
<span class="number">75%</span>
<span class="skills_bar skills_css"></span>
</div>
<div class="skills_data">
<span class="skills_name">Javascript</span>
<span class="number">50%</span>
<span class="skills_bar skills_js"></span>
</div>
</div>
<div class="skills_content">
<h3 class="skills_subtitle">Back-end</h3>
<div class="skills_data">
<span class="skills_name">PHP</span>
<span class="number">25%</span>
<span class="skills_bar skills_php"></span>
</div>
<div class="skills_data">
<span class="skills_name">MYSQL</span>
<span class="number">25%</span>
<span class="skills_bar skills_mysql"></span>
</div>
<div class="skills_data">
<span class="skills_name">Github</span>
<span class="number">50%</span>
<span class="skills_bar skills_github"></span>
</div>
</div>
</div>
</section>
<!--===== STRONGS POINTS =====-->
<section class="strongsPoints section">
<span class="section-subtitle">Pourquoi me choisir</span>
<h2 class="section-title">Mes points forts</h2>
<div class="strongsPoints_container bd-grid">
<div class="strongsPoints_content">
<i class="bx bx-happy strongsPoints_icon"></i>
<h3 class="strongsPoints_title">Motivé</h3>
<p class="strongsPoints_description">J'ai hâte de rejoindre une équipe pour apprendre tout en étant accompagné</p>
</div>
<div class="strongsPoints_content">
<i class="bx bx-buildings strongsPoints_icon"></i>
<h3 class="strongsPoints_title">Ambitieux</h3>
<p class="strongsPoints_description">Je souhaite toujours dépasser mes limites et atteindre des objectifs toujours plus grand</p>
</div>
<div class="strongsPoints_content">
<i class="bx bx-bot strongsPoints_icon"></i>
<h3 class="strongsPoints_title">Autonome</h3>
<p class="strongsPoints_description">La plupart des connaissances que j'ai en développement web ont été acquise de moi même grâce à de multitude formation en ligne.</p>
</div>
</div>
</section>
<!--===== EDUCATION =====-->
<section class="education section">
<span class="section-subtitle">Qualification</span>
<h2 class="section-title">Mes Études</h2>
<div class="education_container bd-grid">
<div class="education_content">
<div>
<h3 class="education_year">2022 - 2024</h3>
<span class="education_university">IFAPME</span>
</div>
<div class="education_time">
<span class="education_rounder"></span>
<span class="education_line"></span>
</div>
<div>
<h3 class="education_race">En recherche d'alternance</h3>
<span class="education_speciality">Développement web frontend</span>
</div>
</div>
<div class="education_content">
<div>
<h3 class="education_year">2019 - 2022</h3>
<span class="education_university">Haute école de Namur-Liège-Luxembourg</span>
</div>
<div class="education_time">
<span class="education_rounder"></span>
<span class="education_line"></span>
</div>
<div>
<h3 class="education_race">Changement d'étude</h3>
<span class="education_speciality">Informatique de gestion</span>
</div>
</div>
<div class="education_content">
<div>
<h3 class="education_year">2015 - 2019</h3>
<span class="education_university">Institut Saint-Jean-Berchmans</span>
</div>
<div class="education_time">
<span class="education_rounder"></span>
<span class="education_line"></span>
</div>
<div>
<h3 class="education_race">CESS</h3>
<span class="education_speciality">Transition informatique</span>
</div>
</div>
<div class="education_content">
<div>
<h3 class="education_year">2013 - 2015</h3>
<span class="education_university">Collège Sainte-Véronique</span>
</div>
<div class="education_time">
<span class="education_rounder"></span>
<span class="education_line"></span>
</div>
<div>
<h3 class="education_race">CE1D</h3>
<span class="education_speciality">Général</span>
</div>
</div>
</div>
</section>
<!--===== WORKS =====-->
<section class="works section" id="works">
<span class="section-subtitle">Mon portofolio</span>
<h2 class="section-title">Projets récents</h2>
<div class="works_container bd-grid">
<div class="works_img">
<img src="assets/img/projets/portofolio.png" alt="Work 1">
<div class="works_data">
<a href="#home" class="works_link"><i class="bx bx-link-alt"></i></a>
<span class="works_title">Portfolio</span>
</div>
</div>
<div class="works_img">
<img src="assets/img/projets/snake.png" alt="Work 2">
<div class="works_data">
<a href="assets/projets/Jeu Serpent/index.html" target="_blank" class="works_link"><i class="bx bx-link-alt"></i></a>
<span class="works_title">Jeu du serpent</span>
</div>
</div>
<div class="works_img">
<img src="assets/img/projets/meteo.png" alt="Work 3">
<div class="works_data">
<a href="assets/projets/Application météo/index.html" target="_blank" class="works_link"><i class="bx bx-link-alt"></i></a>
<span class="works_title">Météo géolocalisé</span>
</div>
</div>
<div class="works_img">
<img src="assets/img/projets/travelAgency.png" alt="Work 4">
<div class="works_data">
<a href="assets/projets/Travel Agency/index.html" target="_blank" class="works_link"><i class="bx bx-link-alt"></i></a>
<span class="works_title">Site d'agence de voyage</span>
</div>
</div>
<div class="works_img">
<img src="assets/img/projets/citation.png" alt="Work 5">
<div class="works_data">
<a href="assets/projets/Générateur de citation/index.html" target="_blank" class="works_link"><i class="bx bx-link-alt"></i></a>
<span class="works_title">Générateur de citation</span>
</div>
</div>
</div>
</section>
<!--===== CONTACT =====-->
<section class="contact section" id="contact">
<span class="section-subtitle">Contact</span>
<h2 class="section-title">Me contacter</h2>
<div class="contact_container bd-grid">
<!-- <form class="contact_form">
<div class="contact_inputs">
<input name="nom" type="text" placeholder="Nom" class="contact_input" required>
<input name="email" type="email" placeholder="Email" class="contact_input" required>
</div>
<input name="objet" type="text" placeholder="Objet" class="contact_input" required>
<textarea name="message" cols="0" rows="10" placeholder="Message" class="contact_input" required></textarea>
<input type="submit" value="Envoyer" class="button contact_button">
</form> -->
<div class="contact_info">
<h3 class="contact_subtitle">Téléphone</h3>
<span class="contact_text">0470 17 64 36</span>
</div>
<div class="contact_info">
<h3 class="contact_subtitle">E-mail</h3>
<span class="contact_text">roosensalexandre@gmail.com</span>
</div>
</div>
</section>
</main>
<!--===== FOOTER =====-->
<footer class="footer section">
<div class="footer_container bd-grid">
<h1 class="footer_title">Alexandre</h1>
<p class="footer_description">Je suis Alexandre, voici mes réseaux sociaux, consultez-moi ici :</p>
<div class="footer_social">
<a href="https://www.facebook.com/alexandre.roosens/" target="_blank" class="footer_link"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/alexandre_rsn/" target="_blank" class="footer_link"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/in/alexandre-roosens-aa8592235/" target="_blank" class="footer_link"><i class="bx bxl-linkedin"></i></a>
</div>
<p class="footer_copy">All right reserved by Alexandre Roosens - 2022</p>
</div>
</footer>
<!--===== MAIN JS =====-->
<script src="assets/js/main.js"></script>
</body>
</html>