-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (63 loc) · 1.89 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>10000codeurs</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="shortcut icon" type="x-icon" href="10000codeursIcon.png">
</head>
<body>
<div class="container">
<header class="header">
<nav class="navbar">
<ul>
<li> <a href="index.html">Accueil</a></li>
<li> <a href="TP_LOGIN/login.html"> TP-login</a></li>
<li> <a href="E:/Spéciale/10000 CODEURS\TP_10K/Tp-objis-front-end/TP_Html_CSS/indexTp.html"> TP-CSS</a></li>
<li> <a href="TP_JavaScript/"> TP-JavaScript</a></li>
<li> <a href="TP_BOOTSTRAP/installation.html">TP-BOOTSTRAP</a></li>
</ul>
</nav>
</header>
<div class="head">
<h1>10000 Codeurs : autonomiser Jeunes Hommes et Femmes par le Numérique</h1>
<p>
<img src="10000codeurs.jpeg"> <p>En parallèle de notre développement commercial en Afrique, nous souhaitons avoir un impact <a href="">social sur ce Continent</a></p>
<p><strong>Objis est le sponsor historique du programme</strong> <a>10.000 codeurs</a></p>
</p>
<p>Découvrez son conseil aux jeunes 15-35 ans du Continent.
</p>
</div>
<div>
<!--Partie informations plus sur 10000codeurs-->
<div class="discusions">
<h1>Ils en parlent</h1>
<ul>
<li>ORANGE :<a> « Objis, training center for developers in Africa »</a></li>
<li>TV5 MONDE : <a href="https://10000codeurs.com">présentation 10000codeurs</a></li>
</ul>
</div>
<div class="table_">
<table>
<tr>
<th class="col">Nom</th>
<th class="col">Prenom</th>
<th class="col">Mail</th>
</tr>
<tr>
<td>Giraud</td>
<td>Pierre</td>
<td>[email protected]</td>
</tr>
<tr>
<td>Pauline</td>
<td>Joly</td>
<td>[email protected]</td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>