steve0greatness,
created on Tuesday, 16 July 2024, 13:15:44 (1721135744),
received on Tuesday, 16 July 2024, 13:16:31 (1721135791)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
c0dfb161b48e83e9fc423063fb16f75c7dc34d27
views/_layout.html
@@ -5,7 +5,7 @@
{% block Head %}
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Deprecated - {% block title %}{% endblock %} - S0G</title>
<title>{% block title %}{% endblock %} - S0G</title>
<style>
body {
background: black;
views/index.html
@@ -9,7 +9,116 @@
{% block title %}Homepage{% endblock %}
{% block breadcrumbs %}{% endblock %}
{% block content %}
<h1>Deprecated!</h1>
<p>I no longer use GitHub pages to distribute my website. In the future, please go to <a rel="me" href="https://steve0greatness.nekoweb.org/">steve0greatness.nekoweb.org</a>. Also, if you're subscribed to my blog using RSS, update that as well.</p>
<p>All links are kept here for historical purposes.</p>
<h1>Steve0Greatness</h1>
<p>Hey there! I'm <i>Steve0Greatness</i>(<a href="/blog/name.html">About my username</a>). Welcome to my website!</p>
<p>I'm a <i>human being</i> with an interest in full-stack web-dev. I'm also a proponent for <dfn id="floss"><abbr title="Free/Libre Open Source Software">FLOSS</abbr></dfn>. Despite this, I have a really bad hoarding problem, specifically for accounts on random websites I visit once every 5 years; because of this, I have a list of these: <a href="/list/link-tree.html">link tree</a>.</p>
<h2 id="cool-people-projects">Cool People & Projects!</h2>
<div class="ticker-wrapper pauseonhover">
<div class="ticker cool-people-prj">
<a href="https://tauon.dev/" target="_blank">
<img
src="https://tauon.dev/images/88x31/lily.png"
alt="Lily"
title="Lily"
width="88"
height="31"
style="image-rendering: pixelated"
/>
</a>
<a href="https://dimden.dev/">
<img
src="https://dimden.dev/services/images/88x31.gif"
width="88"
height="31"
alt="dimden"
title="dimden"
/>
</a>
<a href="https://nekoweb.org/">
<img
alt="Nekoweb"
src="https://nekoweb.org/assets/buttons/button5.gif"
width="88"
height="31"
/>
</a>
<a href="https://districts.nekoweb.org/">
<img
alt="Nekoweb Districts"
src="https://districts.nekoweb.org/img/districts002.png"
height="31"
width="88"
/>
</a>
<a href="https://gen1x.is-a.dev/">
<img
alt="Gen1x/G1nx"
src="/buttons/Gen1x.webp"
height="31"
width="88"
/>
</a>
<a href="http://devilmayquake.com">
<img
alt="Ultrakill"
src="/buttons/UltrakillButton.webp"
height="31"
width="88"
/>
</a>
<a href="https://x.com/Garn47">
<img
alt="Garn47's Cool House"
src="/buttons/garn47scoolhouse.webp"
height="31"
width="88"
/>
</a>
<a href="https://kinggizzardandthelizardwizard.com/">
<img
alt="King Gizzard and the Lizard Wizard"
src="/buttons/Gizzard.webp"
height="31"
width="88"
/>
</a>
<a href="https://andreaborman2.blogspot.com/">
<img
alt="Andrea Sites."
src="/buttons/AndreaSites.webp"
width="88"
height="31"
/>
</a>
</div>
</div>
<h2>Webrings</h2>
<table class="ZeroGreatnessWebring">
<tr>
<td>
<a
href="https://steve0greatness.github.io/webring/sites/steve0greatness/prev.xhtml"
>Prev</a>
</td>
<td>
<a
href="https://steve0greatness.github.io/webring"
>
<img
src="0GreatnessWebring.png"
width="100"
height="42"
alt="0Greatness Webring"
/>
</a>
</td>
<td>
<a
href="https://steve0greatness.github.io/webring/sites/steve0greatness/next.xhtml"
>Next</a>
</td>
</tr>
</table>
<h2>Some other cool stuff</h2>
<iframe width="90" height="90" style="border:none" src="https://dimden.neocities.org/navlink/" name="neolink"></iframe>
{% endblock %}