-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
70 lines (63 loc) · 2.64 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tags</title>
<link rel="stylesheet" href="/global.css">
</head>
<body>
<div id="center-content">
<div id="content-left">
<div id="introduce" class="container">
<h1>haii! i'm tags!</h1>
<h3>he/they | dutch | pan</h3>
</div>
<div id="introduce" class="container">
<h1><a href="/blog/">Blog</a></h1>
<span>* it's empty</span>
</div>
</div>
<div id="content-middle">
<div id="main-content" class="container">
<h1>welcome to my website!</h1>
<p>
<b>!!! this website is still a large work-in-progress, so it's kinda empty rn</b>
<br /><br />
i'm tags & i'm from rotterdam, the netherlands. in my free time i like to travel & make games
(altough the 2nd part is still a wip).
this website is made for posting about places i've been, cool things i found
there & also game development things. (it's also for motivation to do those things.) you can find my
socials on the right-hand
side of the website.
</p>
</div>
</div>
<div id="content-right">
<div id="navigation" class="container">
<h1>navigation</h1>
<ul>
<li><a href="/travel">travel</a></li>
<li><a href="/gamedev">gamedev</a></li>
</div>
<div id="navbar" class="container">
<h1>socials</h1>
<ul>
<li><a href="https://twitter.com/tagsdev">twitter</a> - my random thoughts</li>
<li><a href="https://itch.io/tagsdev">itch.io</a> - my games (i participated in <a
href="https://tagsdev.itch.io/lost-dog">gmtk2023</a>!)</li>
<li><a href="https://github.com/zTags/">github.com</a> - some of my previous projects</li>
<!-- <li><a href="https://www.youtube.com/@tagsdev">youtube.com</a> - i sometimes post videos</li> -->
<li>My discord: tagsdev</li>
</ul>
</div>
<div id="updates" class="container">
<h1>updates</h1>
<ul>
<li>25/07/2024 - published the website</li>
</ul>
</div>
</div>
</div>
</body>
</html>