-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
322 lines (308 loc) · 17.3 KB
/
Copy pathindex.html
File metadata and controls
322 lines (308 loc) · 17.3 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/lenis@1.3.21/dist/lenis.css">
<link rel="shortcut icon" href="/assets/favicon.ico" type="image/x-icon">
<title>Portfolio</title>
</head>
<body>
<div id="loader">
<l-quantum size="45" speed="1.75" color="white"></l-quantum>
</div>
<div id="tsparticles"></div>
<div class="cursor-dot" aria-hidden="true"></div>
<div class="cursor-ring" aria-hidden="true"></div>
<header>
<button class="menu-toggle" type="button" aria-label="Ouvrir le menu" aria-expanded="false"
aria-controls="site-nav">
<span></span>
<span></span>
<span></span>
</button>
<nav class="links" id="site-nav">
<a href="#about" class="links-item"><span class="secondary-color">00.</span> A propos</a>
<a href="#education" class="links-item"><span class="secondary-color">01.</span> Parcours</a>
<a href="#projects" class="links-item"><span class="secondary-color">02.</span> Projets</a>
<a href="#contact" class="links-item"><span class="secondary-color">03.</span> Contact</a>
</nav>
</header>
<main>
<div class="text-container">
<h1 id="typewriter"></h1>
<h2>Je m'appelle <span class="secondary-color">Florent</span>,</h2>
<p>Futur développeur web, actuellement étudiant en BUT <strong>M</strong>étiers du
<strong>M</strong>ultimédia
et de l'<strong>I</strong>nternet. (MMI) <br>
<b>Je suis à la recherche d'une alternance !</b>
</p>
</div>
</main>
<section id="about">
<div class="about-wrapper">
<h2 class="section-title">À propos de moi</h2>
<p class="about-text">J'ai 21 ans et je suis passionné de développement web.
J'aime créer des sites web à partir de zéro, en apprenant chaque jour un peu plus sur ce domaine, que
ce
soit par de nouvelles technologies ou bien de nouveaux projets. J'ai pour ambition de devenir
développeur
web full-stack, afin de pouvoir répondre au besoin de n'importe qui. Que ce soit un simple site vitrine
ou
une application web complète, en passant par une base de données ou des APIs, je souhaite en apprendre
un
maximum pour étendre mon domaine d'expertise.</p>
</div>
</section>
<div class="divider"></div>
<section id="education">
<div class="education-container shadow">
<h2 class="section-title">Parcours scolaire</h2>
<div class="education-list">
<div class="education-item">
<h4>BUT MMI</h4>
<span>Université de Haute Alsace, Mulhouse | 2025 - 2028</span>
<p>Spécialisation dans le développement web, en recherche d'une alternance pour les 2 prochaines
années</p>
</div>
<div class="education-item">
<h4>Licence Mathématiques Informatique</h4>
<span>Université de Haute Alsace, Mulhouse | 2023 - 2025</span>
<p>Licence d'informatique pendant laquelle j'ai pu apprendre les bases de la programmation orientée objet en C++</p>
</div>
<div class="education-item">
<h4>Baccalauréat général</h4>
<span>Lycée Louis Armand, Mulhouse | 2021 - 2023</span>
<p>Obtention du baccalauréat mention assez bien, avec NSI et LLCER anglais en enseignements de
spécialité</p>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<section id="projects">
<div class="projects-container">
<h2 class="section-title">Mes projets</h2>
<div class="projects-grid">
<div class="projects-card shadow">
<h3>SAE 203 (Wiki evangelion)</h3>
<div class="project-media">
<img src="assets/img/203.png" class="project-img"
alt="Image d'illustration de mon projet de SAE 203" width="500">
<div class="projects-btn-container project-overlay">
<a href="https://nge.noblexecutor.xyz/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<g fill="none" fill-rule="evenodd">
<path
d="M18 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8c0-1.1.9-2 2-2h5M15 3h6v6M10 14L20.2 3.8" />
</g>
</svg></a>
<a href="https://github.com/NobleExecutor/SAE203" target="_blank">
<img src="assets/img/github.png" alt="" width="30">
</a>
</div>
</div>
<p>Un projet universitaire dans lequel je dois créer un site web reliée à une base de données contenant un minimum de 3 tables distinctes, liées entre elles.</p>
<div class="badges-container">
<div class="tech-badge php">PHP</div>
<div class="tech-badge mysql">MySQL</div>
<div class="tech-badge js">JS</div>
</div>
</div>
<div class="projects-card shadow">
<h3>Quick Notes App</h3>
<div class="project-media">
<img src="assets/img/notes.png" class="project-img"
alt="Image d'illustration de mon application de prise de note rapide" width="500">
<div class="projects-btn-container project-overlay">
<a href="https://nobleexecutor.github.io/notes-app/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<g fill="none" fill-rule="evenodd">
<path
d="M18 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8c0-1.1.9-2 2-2h5M15 3h6v6M10 14L20.2 3.8" />
</g>
</svg></a>
<a href="https://github.com/NobleExecutor/notes-app" target="_blank">
<img src="assets/img/github.png" alt="" width="30">
</a>
</div>
</div>
<p>Une simple application de prise de note rapide, avec stockage persistant dans le naviguateur.</p>
<div class="badges-container">
<div class="tech-badge html">HTML5</div>
<div class="tech-badge css">CSS3</div>
<div class="tech-badge js">JS</div>
</div>
</div>
<div class="projects-card shadow">
<h3>Site Web ADF</h3>
<div class="project-media">
<img src="assets/img/adf.png" class="project-img" alt="Image d'illustration du site ADF"
width="500">
<div class="projects-btn-container project-overlay">
<a href="https://adf.noblexecutor.xyz/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<g fill="none" fill-rule="evenodd">
<path
d="M18 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8c0-1.1.9-2 2-2h5M15 3h6v6M10 14L20.2 3.8" />
</g>
</svg>
</a>
</div>
</div>
<p>Un site web réalisé pour un projet de classe, dans lequel nous devions créer une campagne de
communication a 360° pour une association de self défense pour les femmes.</p>
<div class="badges-container">
<div class="tech-badge wp">Wordpress</div>
<div class="tech-badge js">JS</div>
<div class="tech-badge hb">Hébergement</div>
</div>
</div>
<div class="projects-card shadow">
<h3>Film Search App</h3>
<div class="project-media">
<img src="assets/img/movies.png" class="project-img"
alt="Image d'illustration de mon application de recherche de film" width="500">
<div class="projects-btn-container project-overlay">
<a href="https://github.com/NobleExecutor/film-search-app" target="_blank">
<img src="assets/img/github.png" alt="" width="30">
</a>
</div>
</div>
<p>Une application web pour rechercher des films. Débuts avec React, familiarisation avec JSX
et les hooks.</p>
<div class="badges-container">
<div class="tech-badge react">React</div>
<div class="tech-badge node">Node.js</div>
<div class="tech-badge api">API</div>
</div>
</div>
<div class="projects-card shadow">
<h3>Portfolio</h3>
<div class="project-media">
<img src="assets/img/portfolio.png" class="project-img"
alt="Image d'illustration de mon portfolio" width="500">
<div class="projects-btn-container project-overlay">
<a href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<g fill="none" fill-rule="evenodd">
<path
d="M18 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8c0-1.1.9-2 2-2h5M15 3h6v6M10 14L20.2 3.8" />
</g>
</svg>
</a>
<a href="https://github.com/NobleExecutor/bio" target="_blank">
<img src="assets/img/github.png" alt="" width="30">
</a>
</div>
</div>
<p>Premier portfolio en ligne, utilisation de plusieurs librairies javascript et mise en ligne
automatique grâce aux Actions Github.</p>
<div class="badges-container">
<div class="tech-badge html">HTML5</div>
<div class="tech-badge js">JS</div>
<div class="tech-badge gsap">GSAP</div>
</div>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<section id="contact">
<div class="contact-container shadow">
<h2 class="section-title">Me contacter</h2>
<div class="contact-wrapper">
<div class="form-container">
<form action="https://formsubmit.co/noblexecutor@duck.com" method="POST" class="contact-form">
<label for="name">Nom
<input id="name" type="text" name="name" placeholder="Comment devrais-je vous appeler ?" required>
</label>
<label for="mail">Mail
<input id="mail" type="email" name="mail" placeholder="Pour pouvoir vous répondre :)"
required>
</label>
<label for="message">Message
<textarea id="message" type="text" name="message" placeholder="Votre message..."
required></textarea>
</label>
<button id="submitBtn" type="submit">Envoyer</button>
</form>
</div>
<div class="info-container">
<div class="info-wrapper">
<div class="info-item">
<h4>Email</h4>
<div class="mail-container">
<a href="mailto:noblexecutor.xyz">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path
d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
</path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
<span>noblexecutor@duck.com</span>
</a>
</div>
</div>
<div class="info-item">
<h4>Localisation</h4>
<a href="https://maps.app.goo.gl/YcXgwgtxZ6E5M4yq6" target="_blank"><span>Mulhouse,
France</span></a>
</div>
<div class="info-item">
<h4>Réseaux sociaux</h4>
<div class="socials-list">
<a href="https://www.linkedin.com/in/florent-skamba/" target="_blank"
class="socials-item"><img src="assets/img/linkedin.png" alt="linkedin logo"
width="30"></a>
<a href="https://github.com/NobleExecutor" target="_blank" class="socials-item"><img
src="assets/img/github.png" alt="github logo" width="30"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="divider-small"></div>
<footer>
<span>© 2026 NobleExecutor. Tout droit réservé. Fait avec ❤️ — Code source disponible <a
href="https://github.com/NobleExecutor/bio" target="_blank">ici</a></span>
</footer>
<div id="backtotop">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 15l-6-6-6 6" />
</svg>
</div>
<script
src="https://cdn.jsdelivr.net/npm/tsparticles-preset-links@2.12.0/tsparticles.preset.links.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.14.2/dist/gsap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.14.2/dist/ScrollTrigger.min.js"></script>
<script src="https://unpkg.com/lenis@1.3.21/dist/lenis.min.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/ldrs/dist/auto/quantum.js"></script>
<script src="js/loader.js"></script>
<script src="js/particles.js"></script>
<script src="js/backtotop.js"></script>
<script src="js/typewriter.js"></script>
<script src="js/script.js"></script>
<script src="js/anim.js"></script>
<script src="js/scroll.js"></script>
</body>
</html>