-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (48 loc) · 1.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zoe8338</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<p>Status of my homelab management board:</p> <img src="https://status.unifiedberets.com/api/badge/1/status?style=plastic">
<header>
<h1>Welcome to Zoe8338's Page</h1>
</header>
<section id="bio">
<h2>About Me</h2>
<p>Hello, I am Zoe8338!</p>
<p>I like to play videoames and watch youtube in my spare time. Currently I am also reading a book called "Democracy Hacked". </p>
<p>I own some cool stuff like a DJI Mini 2SE and a 3D Printer. If you'd like me to do something for you with any of those two feel free to fill <a href="https://drive.unifiedberets.com/apps/forms/s/LW8sXtHCEZwNzRrSYswG8qQc">this</a> form.</p>
<p>I am also somewhat interested in eletronic and eletrical components.</p>
</section>
<section id="Links">
<h2>Important Links</h2>
<ul>
<li><a href="https://rant.li/zoe8338/">Writefreely</a></li>
<li><a href="https://masto.pt/@unifiedberets">Mastodon</a></li>
</ul>
</section>
<section id="interests">
<h2>Interests</h2>
<ul>
<li>.</li>
<li>.</li>
<li>.</li>
<li>.</li>
<li>.</li>
<li>.</li>
</ul>
</section>
<section id="pictures">
</section>
<footer>
<p>Connect with me:
<a href="https://www.youtube.com/user/Zoe8338">YouTube</a> |
<a href="https://linkstack.page/zoe8338">LinkStack</a>
</p>
</footer>
</body>
</html>