blog/public/index.html
2023-09-01 16:41:43 +02:00

142 lines
3.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.111.3">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Nor Führ, or Pingu or any other penguin related name&#39;s, blog about anything and everything.">
<title>Home | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
<header>
<nav>
<ul>
<li class="pull-left current">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
</li>
<li class="pull-left ">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left ">
<a href="/tags/">~/tags</a>
</li>
<li class="pull-right">
<a href="/index.xml">~/subscribe</a>
</li>
</ul>
</nav>
</header>
</head>
<body>
<br/>
<div class="content-wrapper">
<h2 id="welcome-to-this-little-corner-of-the-web-">Welcome to this little corner of the web. 💜</h2>
<p><img
id="foxy"
width="200"
src="/images/nor.png"
alt="My profile pic"></p>
<p>Hi (^^)</p>
<p>I am Nor, or Pingu as some people call me.
I think I finally have a good way to update this site so maybe I will make posts every now and then.</p>
<p>My pronouns are either <strong>She/Her</strong> or <strong>They/Them</strong> and I am a fan of the Swedish pronoun <strong>Hen</strong> (fight me).
I attend university at Chalmers in Gothenburg Sweden where I mostly just fuck around doing stuff that I find interesting.
That includes playing social games, such as tabletop but social deduction is where my heart lies.
I am right now a part of the committee known as <a href="https://wiki.dtek.se/wiki/DHack">dHack</a> where we are trying to migrate servers at the moment.</p>
<hr>
<h2 id="posts">Posts</h2>
<ul>
<li>
<span class="date">2023/09/01</span>
<a href="/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/">&ldquo;My thoughts on Tears of the Kingdom&rdquo;</a>
</li>
<li>
<span class="date">2023/04/18</span>
<a href="/post/2023/04/18/legal-name-changed/">&ldquo;Legal name changed&rdquo;</a>
</li>
<li>
<span class="date">2023/04/08</span>
<a href="/post/2023/04/08/writing/">&ldquo;Writing&rdquo;</a>
</li>
<li>
<span class="date">2023/03/25</span>
<a href="/post/2023/03/25/i-got-a-bl%C3%A5haj/">&ldquo;I got a Blåhaj&rdquo;</a>
</li>
<li>
<span class="date">2023/03/04</span>
<a href="/post/2023/03/04/i-am-bad-at-reading/">&ldquo;I am bad at reading&rdquo;</a>
</li>
</ul>
</div>
<footer>
<script>
(function() {
function center_el(tagName) {
var tags = document.getElementsByTagName(tagName), i, tag;
for (i = 0; i < tags.length; i++) {
tag = tags[i];
var parent = tag.parentElement;
if (parent.childNodes.length === 1) {
if (parent.nodeName === 'A') {
parent = parent.parentElement;
if (parent.childNodes.length != 1) continue;
}
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
}
}
}
var tagNames = ['img', 'embed', 'object'];
for (var i = 0; i < tagNames.length; i++) {
center_el(tagNames[i]);
}
})();
</script>
<hr/>
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
</footer>
</body>
</html>