-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (31 loc) · 1.75 KB
/
index.html
File metadata and controls
48 lines (31 loc) · 1.75 KB
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>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"> <meta content="utf-8" http-equiv="encoding">
<html>
<head>
<link rel="icon" type="image/png" href="images/pfp.png">
<link rel="stylesheet" type="text/css" href="style.css">
<title>main</title>
</head>
<body>
<header>
<nav class="flex-nav">
<a class='flex-item' href="index.html">main </a>
<a class='flex-item' href="links.html">links </a>
<a class='flex-item' href="https://rant.li/at3rdwrldbathhaus/">blog </a>
<a class='flex-item' href="about.html">about </a>
<a class='flex-item' href="music.html">music </a>
</nav>
</header>
<div class="text-body">
<h1 class="flex-header">You found me!</h1>
<p>Welcome to my personal website! I try to consolidate my whole online life on this site, so most places I exist on the internet should be able to be found here.</p>
<br>
<p>I've had a personal site since around 2020 or so. I figured webpage writing and basic site setup might be a decent tool to have in the belt, and so far it's benefitted me in a few ways. Honestly though, I mostly just thought it would be cool to do. I always wanted a place online that was solely mine when I was younger, so this is largely just realizing that vision.</p>
<br>
<p> I have found that a personal website serves as an excellent digital business card. Some people get linktrees to serve this purpose- and while you will find essentially a linktree here too, I wanted something I could change however I want <em>if</em> I wanted to. </p>
<br>
<p>Aliases I use online include but are not limited to "3rdwrldbathhaus" and "zero image". If you've seen me anywhere online recently, it's probably under one or both of these names.</p>
<br>
</div>
</body>
</html>