-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (36 loc) · 1.47 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
<!DOCTYPE html>
<html>
<head>
<title>My profile - HB</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="card">
<h1>Hello, I'm Helena Badaoui</h1>
<h2>And I'm a developer in the making 👩🏼💻</h2>
<img src="images/profile_helena.png" alt="Profile Picture">
<p id="paragraph-withmargin">I love to watch tv shows 💻, (<a id ="video" href="https://www.youtube.com/watch?v=8GMZ2DEUE6c" target="_blank">best tv show moment of all time</a>) travelling ✈️ and everything related to food 🍕</p>
<a class="btn-follow" href="https://www.tvtime.com/en/user/3267549/profile" target="_blank">Go to my TV TIME</a>
</div>
<div class="card">
<h2>Stalk me on my socials (I've probably already done it on yours)</h2>
<ul id="list-inline">
<li>
<a href="https://www.instagram.com/helenabdw/" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/h%C3%A9l%C3%A9na-badaoui-7a27aa15a/" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</body>
</html>