-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathParcours.html
42 lines (37 loc) · 1.6 KB
/
Parcours.html
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My 2D Game</title>
<link rel="stylesheet" type="text/css" href="Style.css">
</head>
<body>
<header>
<section>
<div class="row">
<div class="col" id="Colonne">
<a href="index.html"><h3 style="color:white">Accueil</h3></a>
</div>
<div class="col" id="Colonne">
<a href="Parcours.html"><h3 style="color:white">Parcours</h3></a>
</div>
<div class="col" id="Colonne">
<a href="CV.html"><h3 style="color:white">Curriculum vitae</h3></a>
</div>
</div>
</section>
</header>
<br />
<section>
<div>
<br />
<h1>Un Grand passionné de développement</h1>
<p style="color: white; width: 75%; padding-left:10%;">Tout a commencé lorsque l'envie de créer un jeu vidéo m'a traversé l'esprit, ce qui ma permit de découvrir le monde de la programmation à travers Unreal Engine et Visual Studio. Depuis une passion est née et me voilà maintenant dans une formation à Afip formation à Lyon en première année de Bachelor Concepteur développeur de nouvelle technologie pour ensuite continuer dans un Master.</p>
<br />
<img src="Environnement\Dev-Illustration.jpg" width="35%" height="35%"/>
<br />
</div>
</section>
<br />
</body>
</html>