152 lines
4.3 KiB
HTML
152 lines
4.3 KiB
HTML
<!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'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 (^0^)ノ</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/12/22</span>
|
||
<a href="/post/2023/12/22/doctor-who-and-steven-moffats-fascinations/">“Doctor Who and Steven Moffats fascinations”</a>
|
||
</li>
|
||
|
||
<li>
|
||
<span class="date">2023/10/24</span>
|
||
<a href="/post/2023/10/24/me-on-switching-to-lightmode/">“Me on switching to lightmode”</a>
|
||
</li>
|
||
|
||
<li>
|
||
<span class="date">2023/09/01</span>
|
||
<a href="/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/">“My thoughts on Tears of the Kingdom”</a>
|
||
</li>
|
||
|
||
<li>
|
||
<span class="date">2023/04/18</span>
|
||
<a href="/post/2023/04/18/legal-name-changed/">“Legal name changed”</a>
|
||
</li>
|
||
|
||
<li>
|
||
<span class="date">2023/04/08</span>
|
||
<a href="/post/2023/04/08/writing/">“Writing”</a>
|
||
</li>
|
||
|
||
<li>
|
||
<span class="date">2023/03/25</span>
|
||
<a href="/post/2023/03/25/i-got-a-bl%C3%A5haj/">“I got a Blåhaj”</a>
|
||
</li>
|
||
|
||
<li>
|
||
<span class="date">2023/03/04</span>
|
||
<a href="/post/2023/03/04/i-am-bad-at-reading/">“I am bad at reading”</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>
|
||
|