-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (30 loc) · 906 Bytes
/
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>
<title>Christoph Nickel</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="img/chris_pixel.png">
</head>
<body>
<header>
<h1>Hi, I'm Christoph.</h1>
</header>
<main>
<img src="img/chris_pixel.png" alt="Profile picture" class="chris-pixel"/>
<div class="socials">
<article>
<h2>Bluesky</h2>
<a href="https://bsky.app/profile/christophnickel.com"><img src="img/icons/square-bluesky-brands-solid.svg" alt="Bluesky icon" />@christophnickel.com</a>
</article>
<article>
<h2>GitHub</h2>
<a href="https://github.com/chrisinick"><img src="img/icons/square-github-brands-solid.svg" alt="GitHub icon" />chrisinick</a>
</article>
</div>
</main>
<footer>
</footer>
</body>
</html>