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" 22title="Lily" 23width="88" 24height="31" 25style="image-rendering: pixelated" 26/> 27</a> 28<a href="https://dimden.dev/"> 29<img 30src="https://dimden.dev/services/images/88x31.gif" 31width="88" 32height="31" 33alt="dimden" 34title="dimden" 35/> 36</a> 37<a href="https://nekoweb.org/"> 38<img 39alt="Nekoweb" 40src="https://nekoweb.org/assets/buttons/button5.gif" 41width="88" 42height="31" 43/> 44</a> 45<a href="https://districts.nekoweb.org/"> 46<img 47alt="Nekoweb Districts" 48src="https://districts.nekoweb.org/img/districts002.png" 49height="31" 50width="88" 51/> 52</a> 53<a href="https://gen1x.is-a.dev/"> 54<img 55alt="Gen1x/G1nx" 56src="/buttons/Gen1x.webp" 57height="31" 58width="88" 59/> 60</a> 61<a href="http://devilmayquake.com"> 62<img 63alt="Ultrakill" 64src="/buttons/UltrakillButton.webp" 65height="31" 66width="88" 67/> 68</a> 69<a href="https://x.com/Garn47"> 70<img 71alt="Garn47's Cool House" 72src="/buttons/garn47scoolhouse.webp" 73height="31" 74width="88" 75/> 76</a> 77<a href="https://kinggizzardandthelizardwizard.com/"> 78<img 79alt="King Gizzard and the Lizard Wizard" 80src="/buttons/Gizzard.webp" 81height="31" 82width="88" 83/> 84</a> 85<a href="https://andreaborman2.blogspot.com/"> 86<img 87alt="Andrea Sites." 88src="/buttons/AndreaSites.webp" 89width="88" 90height="31" 91/> 92</a> 93<a href="https://breakfast.pages.gay"> 94<img 95src="https://breakfast.pages.gay/media/buttons/breakfast.png" 96alt="the breakfast house" 97title="the breakfast house" 98/> 99</a> 100</div> 101</div> 102<h2>Webrings</h2> 103<table class="ZeroGreatnessWebring"> 104<tr> 105<td> 106<a 107href="https://steve0greatness.github.io/webring/sites/steve0greatness/prev.xhtml" 108>Prev</a> 109</td> 110<td> 111<a 112href="https://steve0greatness.github.io/webring" 113> 114<img 115src="0GreatnessWebring.png" 116width="100" 117height="42" 118alt="0Greatness Webring" 119/> 120</a> 121</td> 122<td> 123<a 124href="https://steve0greatness.github.io/webring/sites/steve0greatness/next.xhtml" 125>Next</a> 126</td> 127</tr> 128</table> 129<h2>Some other cool stuff</h2> 130<iframe width="90" height="90" style="border:none" src="https://dimden.neocities.org/navlink/" name="neolink"></iframe> 131{% endblock %} 132