blog/public/index.html

142 lines
3.9 KiB
HTML
Raw Normal View History

2023-03-04 12:44:01 +00:00
<!DOCTYPE html>
<html lang="en-us">
<head>
2023-09-01 14:41:43 +00:00
<meta name="generator" content="Hugo 0.111.3">
2023-03-04 12:44:01 +00:00
<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" />
2023-03-04 12:52:23 +00:00
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
2023-03-04 12:44:01 +00:00
<header>
<nav>
<ul>
<li class="pull-left current">
2023-03-04 12:52:23 +00:00
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
2023-03-04 12:44:01 +00:00
</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>
2023-03-05 19:31:45 +00:00
<p><img
id="foxy"
width="200"
src="/images/nor.png"
alt="My profile pic"></p>
2023-03-04 22:08:38 +00:00
<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>
2023-03-05 19:31:45 +00:00
<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>
2023-03-04 12:44:01 +00:00
<hr>
2023-03-04 17:21:00 +00:00
<h2 id="posts">Posts</h2>
2023-03-04 12:44:01 +00:00
<ul>
2023-09-01 14:41:43 +00:00
<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>
2023-04-18 17:53:02 +00:00
<li>
<span class="date">2023/04/18</span>
<a href="/post/2023/04/18/legal-name-changed/">&ldquo;Legal name changed&rdquo;</a>
</li>
2023-04-08 13:57:33 +00:00
<li>
<span class="date">2023/04/08</span>
<a href="/post/2023/04/08/writing/">&ldquo;Writing&rdquo;</a>
</li>
2023-03-25 17:47:12 +00:00
<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>
2023-03-04 17:21:00 +00:00
<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>
2023-03-04 12:44:01 +00:00
</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>