-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (44 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" type="image/png" href="images/favicon.png">
<meta name="viewport" content="width=device-width">
<meta name="generator" content="Astro v2.1.0">
<title>Aoki <3</title>
<link rel="stylesheet" href="style.css" /></head>
<body>
<div id="header">
<img src="images/otterlook.png" alt="Krüemmelchen" class="headerImage">
<div id="title">
<h1>Aoki is otter (or not)</h1>
</div>
<div class="headerImage"></div>
</div>
<div id="aboutme">
<h3>
Hello there, im Aoki.<br>
I'm a tech enthusiast and I like programming<br>
in various different programming languages.<br>
I like to play games like dbd and Beat Saber <br>
but I also like to just chill with friends (or maybe with you?) <br>
<br>
I'm always open to meeting new people and trying out new things,<br>
so don't hesitate to say hello if you see me around. <br>
Feel free to use any pronouns :3 <br>
I use arch btw <br>
Thank you for taking the time to read this <3
</h3>
</div>
<div id="socials">
<h2>VRChat: Aoki the otter</h2>
<h2>Discord: kruemmelbande</h2>
<h2>
Github: <a href="https://github.com/kruemmelbande">kruemmelbande</a>
</h2>
<h2>
Ko-fi: <a href="https://ko-fi.com/aokiuwu">aokiuwu</a>
</h2>
</div>
</body>
</html>