-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (35 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Bungee+Shade&family=Cabin+Sketch:wght@400;700&family=Montserrat:wght@400;600&family=Rajdhani:wght@400;600&display=swap" rel="stylesheet">
</head>
<body>
<div class="section">
<h1>Hello, I'm Mael !</h1>
<h2>Soon to be a dev...</h2>
<a class="btn" href="https://www.youtube.com/watch?v=hpb4wPzJ-Dw">Get a beer!</a>
</div>
<div class="section">
<ul>
<li><img class ="hobbies" src="images/travel.png"></li>
<li><img class ="hobbies" src="images/mha.jpg" alt=""></li>
<li><img class ="hobbies" src="images/coctail.png"></li>
</ul>
<p>
Travel & drink
</p>
</div>
<div class="section" id="footer">
<h2>Follow me:</h2>
<ul id="socials">
<li><a class = "social" href="https://github.com/mael-ha" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a class = "social" href="https://www.instagram.com/ifyouhigh/" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a class = "social" href="https://www.linkedin.com/in/mharnois/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</body>
</html>