-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>My profile!</title>
</head>
<body>
<div class="container text-center">
<div class="card-white">
<h1>Hello, I'm Johan</h1>
<img src="images/31067065.jpeg" alt="Profile picture" class="img-circle img-large">
<p>I love programming 👨💻, video games 🎮 and investing 📈! I currently work at <a href="https://www.ecohotels.com">ecohotels.com</a> 🌳</p>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" class="btn-blue">My own website!!</a>
</div>
<div class="card-white">
<h2>Follow me</h2>
<ul class="list-inline">
<li><a href="https://github.com/Johanlynggaard/" target="_blank" class="social-logo"><i class="fab fa-github-square"></i></a></li>
<li><a href="https://www.instagram.com/johanlynggaard/" target="_blank" class="social-logo"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.facebook.com/johanlynggaard1" target="_blank" class="social-logo"><i class="fab fa-facebook"></i></a></li>
</ul>
</div>
</div>
</body>
</html>