-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
66 lines (66 loc) · 3.49 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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Brottweiler’s Webzone</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Brottweiler’s Webzone</h1>
<nav>
<p>
<a href="/">Home</a>
<a href="/links">Links</a>
<a href="https://blog.brottsie.eu/blog/">Blog</a>
</p>
</nav>
</header>
<main>
<section>
<h2>About me</h2>
<p>
My name is <strong>Christoffer</strong>, or <em>“Brottweiler”</em> and I am a <a href="https://en.wikipedia.org/wiki/Hacker_culture">computer fan</a> from <img src="img/icons/se.png" alt="Icon of Swedish Flag"> Sweden.
I play with my computers running <img src="img/icons/tux.png" alt="Icon of Tux, the mascot of Linux"> Linux, and I also like to play computer games.
</p>
<p>
I administer the <a href="https://projectenyo.eu">Project Enyo</a> & <a href="https://oc.tc">oc.tc</a> Minecraft servers, and you can <img src="img/icons/rss.png" alt="RSS icon"> <a href="https://blog.brottsie.eu/feed/">subscribe</a> to my blog if you are interested in following my thoughts.
You may <strong>block me</strong> on all social media.
</p>
<p>
You can find me on IRC or email me at <a href="mailto:[email protected]">[email protected]</a>.
</p>
<h2>About this webzone</h2>
<p>
I made this static webpage because I like the old web. It is made with only HTML & CSS and have dark mode support.
Feel free to <a href="https://github.com/Brottweiler/brottweiler.github.io">fork</a> it.
The webpage is hosted for free via <a href="https://pages.github.com">GitHub Pages</a>, with a custom domain.
My blog runs on <a href="https://bearblog.dev">Bear Blog</a> which is a very small and simple blogging service that's free with no ads.
</p>
</section>
</main>
<footer>
<hr>
<p>
<a href="https://kernel.org/"><img src="img/buttons/gnu-linux.gif" alt="Made on GNU/Linux."></a>
<a href="https://getfirefox.org"><img src="img/buttons/firefox4.gif" alt="Tested on Firefox."></a>
<a href="https://usemumble.neocities.org/"><img src="img/buttons/discord-no-way.gif" alt="Discord? No way!"></a>
<a href="https://www.gimp.org/"><img src="img/buttons/gimp.gif" alt="Graphics by Gimp"></a>
<a href="https://oldminecraft.neocities.org/"><img src="img/buttons/minecraft.gif" alt="Minecraft"></a>
<a href="https://projectenyo.eu"><img src="img/buttons/project-enyo-animated.gif" alt="Project Enyo"></a>
<a href="https://live.brottsie.eu"><img src="img/buttons/twitch.gif" alt="Twitch"></a>
<a href="https://github.com/Brottweiler"><img src="img/buttons/git.gif" alt="GitHub"></a>
<a href="xmpp://[email protected]"><img src="img/buttons/xmpp.gif" alt="Jabber/XMPP"></a>
<a href="mailto:[email protected]"><img src="img/buttons/e-mail.gif" alt="E-Mail"></a>
<a href="https://blog.brottsie.eu/feed/"><img src="img/buttons/rss-button.gif" alt="RSS Feed"></a>
<img src="img/buttons/HAND_CODED.gif" alt="This website is hand coded">
<img src="img/buttons/anybrowser.png" alt="Viewable with any browser">
<a href="https://no-js.club"><img src="img/buttons/js.png" alt="No javascript"></a>
<a href="https://lynx.invisible-island.net"><img src="img/buttons/kendrick.gif" alt="Lynx compatible"></a>
<img src="img/buttons/nocookie.png" alt="No cookies">
</p>
</footer>
</body>
</html>