index.html
HTML document, ASCII text, with very long lines (390)
1{% extends "_layout.html" %} 2{% block Head %} 3{{super()}} 4<link rel="stylesheet" href="/src/0greatnesswebring.css" defer="defer" /> 5<meta property="og:title" content="Index" /> 6<meta property="og:type" content="website" /> 7<meta property="og:url" content="https://steve0greatness.nekoweb.org/" /> 8{% endblock %} 9{% block title %}Homepage{% endblock %} 10{% block breadcrumbs %}{% endblock %} 11{% block content %} 12<h1>Steve0Greatness</h1> 13<p>Hey there! I'm <i>Steve0Greatness</i>(<a href="/blog/name.html">About my username</a>). Welcome to my website!</p> 14<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> 15<h2 id="cool-people-projects">Cool People & Projects!</h2> 16<div class="ticker-wrapper pauseonhover"> 17<div class="ticker cool-people-prj"> 18<a href="https://tauon.dev/"> 19<img 20src="https://tauon.dev/images/88x31/lily.png" 21alt="Lily" title="Lily" 22width="88" height="31" 23/> 24</a> 25<a href="https://dimden.dev/"> 26<img 27src="https://dimden.dev/services/images/88x31.gif" 28width="88" height="31" 29alt="dimden" title="dimden" 30/> 31</a> 32<a href="https://nekoweb.org/"> 33<img 34src="https://nekoweb.org/assets/buttons/button5.gif" 35width="88" height="31" alt="Nekoweb" 36/> 37</a> 38<a href="https://districts.nekoweb.org/"> 39<img 40src="https://districts.nekoweb.org/img/districts002.png" 41height="31" width="88" alt="Nekoweb Districts" 42/> 43</a> 44<a href="https://gen1x.is-a.dev/"> 45<img 46alt="Gen1x/G1nx" 47src="/buttons/Gen1x.webp" 48height="31" width="88" 49/> 50</a> 51<a href="http://devilmayquake.com"> 52<img 53alt="Ultrakill" 54src="/buttons/UltrakillButton.webp" 55height="31" width="88" 56/> 57</a> 58<a href="https://x.com/Garn47"> 59<img 60alt="Garn47's Cool House" 61src="/buttons/garn47scoolhouse.webp" 62height="31" width="88" 63/> 64</a> 65<a href="https://kinggizzardandthelizardwizard.com/"> 66<img 67alt="King Gizzard and the Lizard Wizard" 68src="/buttons/Gizzard.webp" 69height="31" width="88" 70/> 71</a> 72<a href="https://andreaborman2.blogspot.com/"> 73<img 74alt="Andrea Sites." 75src="/buttons/AndreaSites.webp" 76width="88" height="31" 77/> 78</a> 79<a href="https://breakfast.pages.gay"> 80<img 81src="https://breakfast.pages.gay/media/buttons/breakfast.png" 82width="81" height="33" 83alt="the breakfast house" title="the breakfast house" 84/> 85</a> 86<a href="https://wiki.nekoweb.org/"> 87<img 88src="https://wiki.nekoweb.org/button.png" 89width="81" height="33" alt="Nekoweb Wiki" 90/> 91</a> 92</div> 93</div> 94<h2>Webrings</h2> 95<table class="ZeroGreatnessWebring"> 96<tr> 97<td> 98<a 99href="https://steve0greatness.github.io/webring/sites/steve0greatness/prev.xhtml" 100>Prev</a> 101</td> 102<td> 103<a 104href="https://steve0greatness.github.io/webring" 105> 106<img 107src="0GreatnessWebring.png" 108width="100" 109height="42" 110alt="0Greatness Webring" 111/> 112</a> 113</td> 114<td> 115<a 116href="https://steve0greatness.github.io/webring/sites/steve0greatness/next.xhtml" 117>Next</a> 118</td> 119</tr> 120</table> 121<h2>Some other cool stuff</h2> 122<iframe width="90" height="90" style="border:none" src="https://dimden.neocities.org/navlink/" name="neolink"></iframe> 123{% endblock %} 124