-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (38 loc) · 1.29 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hello it's me</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,700|Poppins:300,400,500,700" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="banner">
<h1>Coucou toi! Moi c'est Marceau</h1>
</div>
<div class="container">
<div class="card-white">
<img src="images/photodemoi.jpg" width="200px" alt="photo de ceaumar" id='img-circle'>
<h2>Entrepreneur! Enfin...bientôt</h2>
<p>Sympa le html et le css... Mais j'avoue que je préfère le back end... :D</p>
</div>
<div class="card-white">
<h2>Follow me</h2>
<ul class="inline-list">
<li>
<a href="https://www.facebook.com/marceau.tassin" target="_blank">
<i class="fab fa-facebook-square"></i>
</a>
</li>
<li>
<a href="https://github.com/marceau21/" target="_blank">
<i class="fab fa-github-square"></i>
</a>
</li>
</ul>
</div>
</div>
</body>
</html>