-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
36 lines (29 loc) · 1 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<title> Kirill Meisser</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A little about myself">
</head>
<body>
<header class="navbar">
<div class="title-div">
<div>
<a href="./">Kirill Meisser</a>
</div>
</div>
</header>
<div class="contactme-entry">
<h2>You can find me on:</h2>
<div class="space-maker"></div>
<a href="https://www.linkedin.com/in/kirill-meisser-01210b1a2/">LinkedIn</a>
<a href="https://github.com/kirillmeisser">GitHub</a>
<a href="https://www.instagram.com/kirillochirillo/">Instagram</a>
</div>
<footer>
<h3>© 2024 Kirill Meisser. All rights reserved.</h3>
</footer>
</body>
</html>