-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.18 KB
/
Copy pathindex.html
File metadata and controls
36 lines (36 loc) · 1.18 KB
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
<html>
<head>
<title>Francois Adrien's profile page</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<link rel = "stylesheet"
type = "text/css"
href = "style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body class="container">
<div class="card_white">
<h1>Hey, I'm François 👨🌾</h1>
<img src="images/IMG_0607.jpg" alt="profile picture" class="img_circle">
<p>
Hi! I'm François, I come from France and I learnt to code at Le Wagon
</p>
<a href="https://www.google.fr/" target="_blank" class="btn_blue">
Contact me
</a>
</div>
<div class="card_white">
<h3>Follow Me</h3>
<ul id = "social_media">
<li><a href="https://www.facebook.com/profile.php?id=669912596" target="_blank">
<i class="fab fa-facebook"></i></a>
</li>
<li><a href="https://www.instagram.com/fs_adrien/" target="_blank"><i class="fab fa-instagram"></i></a>
</li>
<li><a href="https://www.linkedin.com/in/francoisadrien/" target="_blank">
<i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</body>
</html>