Add 'friends' section to index.php

This commit is contained in:
Jacob 2023-08-29 23:10:52 +02:00
parent 83688b94c8
commit b2ec927423
2 changed files with 94 additions and 90 deletions

BIN
img/snowcake-button.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

184
index.php
View file

@ -12,96 +12,100 @@
<div class="content">
<h2>Hello world!</h2>
<p>Hello, I'm speedie. This is my personal website and blog. I work on software projects such as <a href="https://spmenu.speedie.site">spmenu</a>, <a href="https://git.speedie.site/speedie/fontctrl">fontctrl</a> and preservation projects like <a href="https://github.com/ForwarderFactory/hbc-archive">my Homebrew Channel archive</a> and <a href="https://github.com/ForwarderFactory/wii">my Wii Homebrew archive</a> occasionally, and write about topics that interest me. Take a look around!</p>
<h3>Links</h3>
<div class="links">
<ul>
<li>
<img src="img/aboutme.png" width="16" height="16">
<a href="about-me.php">About me</a>
<p>Learn more about me.</p>
</li>
<li>
<img src="img/blog.png" width="16" height="16">
<a href="blog.php">Blog</a>
<p>Read my blog posts.</p>
</li>
<li>
<img src="img/rss.svg" width="16" height="16">
<a href="rss.xml">RSS feed</a>
<p>Read my blog posts using your favorite RSS reader.</p>
</li>
<li>
<img src="img/updates.png" width="16" height="16">
<a href="updates.xml">RSS project updates</a>
<p>RSS feed, subscribe for project updates.</p>
</li>
<li>
<img src="img/opinions.png" width="16" height="16">
<a href="opinions.php">Opinions</a>
<p>A short list of a few of my opinions.</p>
</li>
<li>
<img src="img/based.png" width="16" height="16">
<a href="based.php">Based</a>
<p>Awesome things I've read that you should read too.</p>
</li>
<li>
<img src="img/rocks.png" width="16" height="16">
<a href="/rocks">Rocks</a>
<p>Things that rock.</p>
</li>
<li>
<img src="img/sucks.png" width="16" height="16">
<a href="/sucks">Sucks</a>
<p>Things that suck.</p>
</li>
<li>
<img src="img/ideas.png" width="16" height="16">
<a href="ideas.php">Ideas</a>
<p>Software and general ideas I have.</p>
</li>
<li>
<img src="img/projects.png" width="16" height="16">
<a href="/projects">Projects</a>
<p>Projects I've worked on.</p>
</li>
<li>
<img src="img/philosophy.png" width="16" height="16">
<a href="philosophy.php">Design philosophy</a>
<p>Design philosophy behind this website.</p>
</li>
</ul>
</div>
<h3>Contact</h3>
<p>If you need to contact me for any reason, my contact information can be found below.</p>
<div class="links">
<ul>
<li>
<img src="img/chat.png" width="16" height="16">
<a href="https://matrix.speedie.site">Matrix space</a>
</li>
<li>
<img src="img/mastodon.svg" width="16" height="16">
<a href="https://mastodon.sdf.org/@speedie">Mastodon</a>
</li>
<li>
<img src="img/git.svg" width="16" height="16">
<a href="https://git.speedie.site/speedie">Git</a>
</li>
<li>
<img src="img/github.svg" width="16" height="16">
<a href="https://github.com/speediegq">GitHub</a>
</li>
<li>
<img src="img/email.png" width="16" height="16">
<a href="mailto:speedie@speedie.site">Email me</a>
</li>
</ul>
</div>
<h3>PGP</h3>
<p>My public GPG key is available <a href="https://ls.speedie.site/pubkey.asc">here</a>.</p>
<p>Fingerprint: <code>AE46 FBEA 635C 56F2 B212 D036 CEB8 63B8 30D1 318A</code></p>
<p>Convenient command: <code>gpg --recv-keys CEB863B830D1318A</code></p>
<h3>Links</h3>
<div class="links">
<ul>
<li>
<img src="img/aboutme.png" width="16" height="16">
<a href="about-me.php">About me</a>
<p>Learn more about me.</p>
</li>
<li>
<img src="img/blog.png" width="16" height="16">
<a href="blog.php">Blog</a>
<p>Read my blog posts.</p>
</li>
<li>
<img src="img/rss.svg" width="16" height="16">
<a href="rss.xml">RSS feed</a>
<p>Read my blog posts using your favorite RSS reader.</p>
</li>
<li>
<img src="img/updates.png" width="16" height="16">
<a href="updates.xml">RSS project updates</a>
<p>RSS feed, subscribe for project updates.</p>
</li>
<li>
<img src="img/opinions.png" width="16" height="16">
<a href="opinions.php">Opinions</a>
<p>A short list of a few of my opinions.</p>
</li>
<li>
<img src="img/based.png" width="16" height="16">
<a href="based.php">Based</a>
<p>Awesome things I've read that you should read too.</p>
</li>
<li>
<img src="img/rocks.png" width="16" height="16">
<a href="/rocks">Rocks</a>
<p>Things that rock.</p>
</li>
<li>
<img src="img/sucks.png" width="16" height="16">
<a href="/sucks">Sucks</a>
<p>Things that suck.</p>
</li>
<li>
<img src="img/ideas.png" width="16" height="16">
<a href="ideas.php">Ideas</a>
<p>Software and general ideas I have.</p>
</li>
<li>
<img src="img/projects.png" width="16" height="16">
<a href="/projects">Projects</a>
<p>Projects I've worked on.</p>
</li>
<li>
<img src="img/philosophy.png" width="16" height="16">
<a href="philosophy.php">Design philosophy</a>
<p>Design philosophy behind this website.</p>
</li>
</ul>
</div>
<h3>Contact</h3>
<p>If you need to contact me for any reason, my contact information can be found below.</p>
<div class="links">
<ul>
<li>
<img src="img/chat.png" width="16" height="16">
<a href="https://matrix.speedie.site">Matrix space</a>
</li>
<li>
<img src="img/mastodon.svg" width="16" height="16">
<a href="https://mastodon.sdf.org/@speedie">Mastodon</a>
</li>
<li>
<img src="img/git.svg" width="16" height="16">
<a href="https://git.speedie.site/speedie">Git</a>
</li>
<li>
<img src="img/github.svg" width="16" height="16">
<a href="https://github.com/speediegq">GitHub</a>
</li>
<li>
<img src="img/email.png" width="16" height="16">
<a href="mailto:speedie@speedie.site">Email me</a>
</li>
</ul>
</div>
<h3>PGP</h3>
<p>My public GPG key is available <a href="https://ls.speedie.site/pubkey.asc">here</a>.</p>
<p>Fingerprint: <code>AE46 FBEA 635C 56F2 B212 D036 CEB8 63B8 30D1 318A</code></p>
<p>Convenient command: <code>gpg --recv-keys CEB863B830D1318A</code></p>
<h3>Friends</h3>
<a href="https://snowcake.me">
<img src="img/snowcake-button.png" width="88" height="31">
</a>
</div>
</body>
<footer>