-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (43 loc) · 1.68 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
<!DOCTYPE html>
<html>
<head>
<title >Portfolio de FATOU BINTOU DIOP</title>
<link rel="icon" href="C:\Users\user\Downloads\Premium Vector _ Software development, programming language, coding.jpg">
<meta charset="UTF-8"/>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#acceuil">Acceuil</a></li>
<li><a href="./Apropos.html">A propos</a></li>
<li><a href="./travail.html">Travail</a></li>
<li><a href="#CV">CV</a></li>
<li><a href="./contact.html">Contact</a></li>
<li><a href="./Article.html">Article</a></li>
</ul>
</nav>
</header>
<div>
<h1 title="this is a subheading">
<strong id="three">
PORT <span>FOLIO</span>
</strong>
</h1>
<br>
<h2 class="four">FATOU BINTOU <span id="five">DIOP</span></h2>
<p class="six"><i>Bonjour et bienvenue, je suis votre développeuse web qui vous aidera<br> à créer et développer vos sites web en fonction de vos besoins</i></p>
<br>
<section>
<a class="curriculum" href="file:///C:/Users/user/Downloads/cv%20fatou%20bintou%20diop%20(2).pdf">Télécharger le CV</a>
</section><br>
<br>
</div>
<footer style="padding-top: 150px;">
copyright,2023 auteur:Fatou Bintou Diop,développeuse web
</footer>
</body>
</html>
</body>
</html>