-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
165 lines (162 loc) · 7.59 KB
/
index.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
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Examen du cours d'HTML de la formation de Développeur Web et Web Mobile dispensé par Yohann MOY au S.J.T de Soissons">
<title>Examen HTML - Florian CHARPENTIER</title>
<link rel="shortcut icon" href="./assets/images/light-2729771.svg" type="image/x-icon">
</head>
<body>
<header>
<h1>HTML dans sa globalité</h1>
</header>
<main>
<article>
<div>
<h2>Bonjour !</h2>
<p>Je me présente, je m'appelle <strong>Florian CHARPENTIER</strong>, j'ai <strong>42 ans</strong> dont
13 ans d'expérience professionnelle en tant qu'Administrateur Système ce qui m'a apporté de grosses
connaissances dans divers domaine informatique. Mes centres d'intêrets principaux sont la
<strong>veille informatique et la mise en pratique</strong>, <strong>le dépannage hardware et
software</strong> et <strong>le monde de Minecraft</strong> (gestion de serveurs, le modding,
les modpacks).
</p>
</div>
<hr>
<div>
<h2>Mon parcours</h2>
<ul>
<li>2020 : Formation PHP</li>
<li>2019 - 2020 : N-CSS</li>
<li>2007 - 2018 : GIE CONVERGENCE</li>
<li>2001 : BAC Électronique</li>
</ul>
</div>
<div>
<h2>Mes compétences en web</h2>
<table border="2">
<thead>
<tr>
<th><b>Technologie</b></th>
<th><b>Débutant</b></th>
<th><b>Moyen</b></th>
<th><b>Bon</b></th>
<th><b>Expert</b></th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="./assets/images/html.svg" alt="Logo représentant la technologie HTML"
width="100" height="100"></td>
<td></td>
<td></td>
<td>X</td>
<td></td>
</tr>
<tr>
<td><img src="./assets/images/css.svg" alt="Logo représentant la technologie css"
width="100" height="100"></td>
<td></td>
<td>X</td>
<td></td>
<td></td>
</tr>
<tr>
<td><img src="./assets/images/js.svg" alt="Logo représentant la technologie JavaScript"
width="100" height="100"></td>
<td>X</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td><img src="./assets/images/php.svg" alt="Logo représentant la technologie PHP"
width="100" height="100"></td>
<td>X</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td><img src="./assets/images/sql.svg" alt="Logo représentant la technologie SQL"
width="100" height="100"></td>
<td></td>
<td></td>
<td>X</td>
<td></td>
</tr>
</tbody>
</table>
</div>
<hr>
<div>
<h2>Me contacter</h2>
<div><a href="tel:0672122611" title="Joindre Florian CHARPENTIER par téléphone" rel="nofollow">Par
Téléphone</a></div>
<div><a href="mailto:[email protected]" title="Joindre Florian CHARPENTIER par email"
rel="nofollow">Par Email</a></div>
</div>
<h3>Formulaire de contact</h3>
<form action="#" method="post">
<div>
<label for="man">Homme ♂</label>
<input type="radio" name="genre" id="man">
</div>
<div>
<label for="women">Femme ♀</label>
<input type="radio" name="genre" id="women">
</div>
<div>
<label for="name">Nom & Prénom : </label>
<input type="text" name="identite" id="name" placeholder="ex : Didiers Deschamps">
</div>
<div>
<label for="age">Age : </label>
<input type="number" name="age" id="age" placeholder="ex : 52">
<label for="age"> ans</label>
</div>
<div>
<label for="mail">Email : </label>
<input type="email" name="email" id="mail" placeholder="ex : [email protected]">
</div>
<div>
<label for="subject">Sujet : </label>
<select name="sujet" id="subject">
<option value="" selected>Choisissez</option>
<option value="renseignements">Demande de renseignements</option>
<option value="devis">Demande de Devis</option>
</select>
</div>
<div>
<label for="msg">Votre Message :</label>
</div>
<div>
<textarea name="message" id="msg" cols="50" rows="5"
placeholder="ex : Madame, Monsieur ..."></textarea>
</div>
<div>
<input type="checkbox" name="rgpd" id="rgpd">
<label for="rgpd">En cochant cette case j'accepte les conditions relatives à l'utilisation de mes
données personnelles décrites dans les <a href="#"
title="Lien de redirection vers les mentions légales">mentions légales</a>.</label>
</div>
<div>
<input type="submit" value="Envoyer le message">
</div>
</form>
<hr>
<h2>Mon secteur d'activité</h2>
<iframe title="Secteur de déplacement maximum où Florian CHARPENTIER exerce"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d41563.3199702203!2d3.2884412729418364!3d49.37660736919368!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e85eb79c9276c1%3A0x42a89b5db10348eb!2s02200%20Soissons!5e0!3m2!1sfr!2sfr!4v1676542823125!5m2!1sfr!2sfr"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</article>
</main>
<footer>
<p>Merci d'avoir lu ma présentation.</p>
</footer>
</body>
</html>