-
Notifications
You must be signed in to change notification settings - Fork 0
/
apropos.html
36 lines (34 loc) · 1.46 KB
/
apropos.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact</title>
<link rel="stylesheet" href="bootstrap.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div>
<h6 style="font-size: 2.5rem; color: beige;"><span style="color: rgb(146, 22, 130);">S</span>ANGANA <span style="color: rgb(146, 22, 130);">B</span>EYA</h6>
</div>
<nav>
<a href="index.html">Accueil</a>
<a href="article.html">Articles</a>
<a href="contact.html">Contact</a>
<a href="apropos.html">A propos</a>
<a href="login.html">Connexion</a>
</nav>
</header>
<section style="display: flex; justify-content: center;">
<div style="width: 30%; border: 1px solid black; border-radius: 5px; margin-top: 20px; background-color: rgba(240, 255, 255, 0.534);">
<h1 style="text-align: center; margin-bottom: 30px; text-decoration: underline;">A propos</h1>
<div style="width: 65%; margin: 30px auto;">
<p style="text-align: center;">ce site a été developpé par SANGANA BEYA pour le Travail pratique dans cadre de cours de la programmation web 1 dispensé par l'assistant Didi TSHIMPANGA</p>
</div>
</div>
</section>
<script src="bootstrap.bundle.js"></script>
<script src="bootstrap.js"></script>
</body>
</html>