-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (66 loc) · 2.44 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Site</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body class="fontimage imgfont">
<header>
<label for="menu-toggle">☰ </label>
<input type="checkbox" id="menu-toggle" class="btn1">
<div id="sidebar">
<br><br><br><br>
<center>
<img src="tof.jpeg" class="iconimg">
<h3 class="text-light">NDEYE FATOU Mbengue</h3>
</center>
<center>
<h4 class="text-light">LISTE DES TP</h4>
<ul>
<li class="list"><button><a href="Tp1/index.html" class="text-orange">TP1</a></button></li>
<li class="list"><button><a href="TP2/TP2.html" class="text-orange">TP2</a></button></li>
<li class="list"><button><a href="TP3/index.html" class="text-orange">TP3</a></button></li>
<li class="list"><button><a href="TP4/TP4.html" class="text-orange">TP4</a></button></li>
<li class="list"><button><a href="TP5/TP5.html" class="text-orange">TP5</a></button></li>
<li class="list"><button><a href="TP6/TP6.html" class="text-orange">TP6</a></button></li>
<li class="list"><button><a href="TP7/index3.html" class="text-orange">TP7</a></button></li>
</ul>
</center>
</div>
<div class="menuprincipale">
<h1 class="text-light">ODC/P5 DEVDATA</h1>
<span> <a href="https://orangedigitalcenter.sn/" target="_blank"> <img src="logo_SA.jpeg" align="right" width="100" height="100" style="padding-right: 50px;"></a></span>
<div class="posButton">
<input type="checkbox" id="modal">
<label for="modal" class="example-label">A propos de moi</label>
<label for="modal" class="modal-background"></label>
<div class="modal">
<div class="modal-header">
<h3 >Informations</h3>
<label for="modal"><h3 class="text-light">❌ </h3></label>
</div>
<table>
<thead >
<h3 align="left">FATOU MBENGUE</h3>
<h4 align="left">Developpeuse Data</h4>
</thead>
<tr>
<td><b align="left"></b>Github</b> </td>
<td><a href="https://github.com/fatuumb" class="text-info">Lien Github</a></td>
</tr>
<tr>
<td><b>Mail</b></td>
<td><a href="mailto:ndeyefatoumbengue20@gmail.com" class="text-info">Envoyer un mail</a></td>
</tr>
</table>
</div>
</div>
</div>
</header>
<div class="contenu">
<br><br>
</div>
</body>
</html>