-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (32 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
<html>
<head>
<title>Profile Lukas Bertram</title>
<meta name="description" content="Lukas from Cologne">
<meta charset="utf-8">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.2/css/all.css">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<div class="card">
<h1>Hi, I'm Lukas 👋🏼</h1>
<h2>Programmer 💻</h2>
<img id="profile-pic" class="img-circle" src="images/IMG_0541.JPG" alt="Picture of Lukas" width="200px">
<p>I love doing sports like running or cycling.</p>
<br>
<a class="button-blue" href="https://www.lewagon.com/de" target="_blank">Le Wagon</a>
<br>
<br>
</div>
<div class="card">
<h3>Follow me</h3>
<a class="social-links" href="https://www.linkedin.com/in/lukasbertram/" target="_blank"><i class="fa-brands fa-linkedin"></i></a>
<a class="social-links" href="https://github.com/Lukas-Bertram" target="_blank"><i class="fa-brands fa-github"></i></i></a>
</div>
</div>
</body>
</html>