-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.7 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="google-site-verification" content="j5ltTZWlqH0k6Q0RQKQ35SMJSu9KP9vbNZ9md_UdcNs" />
<link href="src/css/styles.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="icon" type="image/jpeg" href="src/images/pfp.jpeg?v=1.0">
<title>natawie</title>
</head>
<body class="bg-neutral-900">
<div class="flex w-screen h-screen">
<div class="bg-neutral-700 bg-opacity-50 m-auto backdrop-blur-xl w-auto h-auto rounded-lg font-mono p-4 px-18 md:px-24 space-y-2.5 text-white text-center">
<img src="src/images/pfp.png" class="rounded-full w-28 m-auto">
<p class="text-xl md:text-3xl text-white">natawie</p>
<p class="text-sm md:text-lg lg:text-lg text-gray-300">16 | 🏳️⚧️ | objectively terrible</p>
<p class="text-lg md:text-xl">
<a href="https://github.com/natawie"><i class="fab fa-github"></i></a>
<a href="https://twitter.com/_natawie"><i class="fab fa-twitter"></i></a>
<!--<a rel="me" href="https://mastodon.lol/@natawie"><i class="fab fa-mastodon"></i></a>-->
<a href="https://steamcommunity.com/id/natawiee"><i class="fab fa-steam"></i></a>
<a href="https://twitch.tv/nnatawie"><i class="fab fa-twitch"></i></a>
</p>
<p class="text-neutral-600 text-xs"><3 tailwind css</p>
</div>
</div>
</body>
</html>