-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (44 loc) · 1.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="Personal website of kosta.lol" />
<meta name="author" content="kosta.lol" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Chrome -->
<meta name="theme-color" content="#3d72d0" />
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<title>kosta.lol</title>
<link rel="stylesheet" href="styles.css" />
<link rel="icon" type="image/jpg" href="./assets/pic.jpg">
</head>
<body>
<main>
<span class="intro">Hi, I'm Kosta!</span>
<div class="infos">
<span>👉 Software Engineer from Stuttgart, Germany</span>
<span>👉 10+ yrs with Kotlin, Java and JavaScript</span>
</div>
<section>
<span>Socials</span>
<div class="btns">
<a href="https://bsky.app/profile/did:plc:5g32vtnbky72tjbhnhheqin2" target="_blank" rel="me">Bluesky</a>
<a href="https://outerheaven.club/kosta" target="_blank" rel="me">Fediverse</a>
<a href="mailto:[email protected]?subject=Hello!" rel="me">Mail</a>
</div>
</section>
<section>
<a href="https://fediring.net/">Fediring</a>
<div class="btns">
<a href="https://fediring.net/previous?host=kosta.lol">◄</a>
<a href="https://fediring.net/random">RANDOM</a>
<a href="https://fediring.net/next?host=kosta.lol">►</a>
</div>
</section>
</main>
<script src="./oneko.js"></script>
</body>
</html>