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