-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (47 loc) · 1.67 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
<!DOCTYPE html>
<html lang="FR">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Profil de Nicolas</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.2/css/all.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container"></div>
<div class= "card-section" class="text-center">
<h1> Bienvenue sur mon profil 🚀</h1>
<img src="images/ProfilNico.png" alt="Nico logo" class="img-circle">
<p>Actuellement en reconversion au Wagon pour devenir developpeur Web. J'adore apprendre de nouvelles compétences dans un domaine.</p>
<a href="https://github.com/Deuvigenius" target="_blank" class= "btn-grey">
Mes projets
</a>
</div>
<div class= "card-section">
<h2>Mes passions 🚵♂️ </h2>
<p>J'adore m'aventurer en nature pour faire de la randonnée/trek et aussi du trail 🗻 </p>
</div>
<div class= "card-section">
<h2>Suivez moi 😎</h2>
<ul class="list-inline" id="footer">
<li>
<a href="https://www.linkedin.com/in/nicolas-belin-15041bb4/" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://github.com/Deuvigenius" target="_blank">
<i class="fab fa-github-square"></i>
</a>
</li>
<li>
<a href="https://lewagon-alumni.slack.com/team/U07SQHHQW68" target="_blank">
<i class="fab fa-slack"></i>
</a>
</li>
</ul>
</div>
</div>
</body>
</html>