-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (58 loc) · 1.65 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=VT323&display=swap" rel="stylesheet">
<title>Ben's Profile</title>
</head>
<body>
<div id="header">
<h1>Hey, I'm <em>Ben</em> 🌱</h1>
<img src="images/BEST ONE.jpg" alt="Profile Picture">
</div>
<p>
Diving into programming...
</p>
<div>
<p>
Currently I'm really inspired by the Green Web Foundation, check it <a href="https://www.thegreenwebfoundation.org/" target="blank">here</a>.
</p>
</div>
<div>
<h3>
<u>1</u>
</h3>
<p>
Previously I've been working for a young organisation called <a href="https://www.climatefarmers.org" target="blank">Climate Farmers</a>
</p>
</div>
<div>
<h3>
<u>2</u>
</h3>
<p>
I like sharing music with people as a DJ <a href="https://soundcloud.com/benflock1" target="blank">tune in here</a>
</p>
</div>
<div>
<h3>
<u>3</u>
</h3>
<p>
Sometimes I enjoy doing random artworks under the moniker <a href="https://www.instagram.com/benbaumann.xyz/" target="blank">benbaumann.xyz</a>
</p>
</div>
<div id="socials">
<p>
🌈🌈🌈👇🏼🌈🌈🌈
</p>
<a href="https://www.linkedin.com/in/benedikt-flock/" target="blank">Connect with me here </a>
<p>
🌈🌈🌈☝🏼🌈🌈🌈
</p>
</div>
</body>
</html>