-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (69 loc) · 3.31 KB
/
index.html
File metadata and controls
81 lines (69 loc) · 3.31 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Openclassrooms | Mon CV</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<!-- Corps de la page -->
<body>
<!-- Section En tete -->
<div>
<nav>
<figure>
<a href="https://openclassrooms.com/fr/courses/1603881-apprenez-a-creer-votre-site-web-avec-html5-et-css3" target="_blank"><img class="nav_img" src="image/Logo_OpenClassrooms.jpg" title="OpenClassrooms" alt="Openclassrooms"></a>
<figcaption>Apprenez le HTML</figcaption> <br/><br/><br/><br/>
<img class="nav_img" src="image/pub.gif" title="Ads" alt="ads">
<figcaption>Publicité</figcaption>
</figure>
</nav>
</div>
<div>
<!-- Section En tete -->
<header>
<div id="presentation">
<h1>Doudou Jeyda</h1>
<p>Je suis Informaticien, web développeur et étudiant sur OpenClassrooms.</p>
</div>
<div>
<a href="image/doudou_large.jpg"><img src="image/doudou_mini.jpg" title="Doudou Jeyda" class="imageflottante" alt="Doudou Jeyda"></a>
</div>
</header>>
<div class="section1">
<!-- Section Expérience -->
<section>
<h2> Mon expérience</h2>
<ul>
<li><strong>De 2018 a 2019</strong> : J'ai participé, et réalisé des projets web Voici quelques exemples : </li>
<ol>
<li><a href="https://www.haitibiznews.com" target="_blank">Haiti biz news</a></li>
<li><a href="https://haipro.solutions" target="_blank">Haipro Solution</a></li>
<li><a href="https://www.haitianunitedfront.org" target="_blank">Haitian United Front</a></li>
</ol>
</ul>
</section>
<!-- Section Compétences -->
<section>
<h2> Mes compétences</h2>
<ul>
<li>HTML5 et CSS3</li>
<li>SQL</li>
<li>JavaScript</li>
<li>WordPress</li>
<li>Github</li>
</ul>
</section>
<!-- Section Formation -->
<section>
<h2> Ma formation</h2>
<ul>
<li><strong>En 2013</strong> : J'ai terminé mes études classiques</li>
<li><strong>De 2013 a 2017</strong> : J'ai terminé mes études universitaires </li>
<li><strong>De 2017 a 2018</strong> : J'ai obtenu ma licence</li>
<li><strong>De 2018 a 2019</strong> : Employé chez Haipro en tant que <em> WordPress web Developer Back/front End</em> et étudiant sur OpenClassrooms</li>
</ul>
</section>
</div>
</div>
</body>
</html>