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.github.io/" /> 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/" target="_blank"> 18<img 19src="https://tauon.dev/images/88x31/lily.png" 20alt="Lily" 21title="Lily" 22width="88" 23height="31" 24style="image-rendering: pixelated" 25/> 26</a> 27<a href="https://dimden.dev/"> 28<img 29src="https://dimden.dev/services/images/88x31.gif" 30width="88" 31height="31" 32alt="dimden" 33title="dimden" 34/> 35</a> 36<a href="https://nekoweb.org/"> 37<img 38alt="Nekoweb" 39src="https://nekoweb.org/assets/buttons/button5.gif" 40width="88" 41height="31" 42/> 43</a> 44<a href="https://districts.nekoweb.org/"> 45<img 46alt="Nekoweb Districts" 47src="https://districts.nekoweb.org/img/districts002.png" 48height="31" 49width="88" 50/> 51</a> 52<a href="https://gen1x.is-a.dev/"> 53<img 54alt="Gen1x/G1nx" 55src="/buttons/Gen1x.webp" 56height="31" 57width="88" 58/> 59</a> 60</div> 61</div> 62<strong>Without a Button</strong> 63<p>If you're in here and you do have a button, email me!</p> 64<div class="ticker-wrapper pauseonhover ticker-reversed"> 65<div class="ticker cool-people-prj-no-bttn"> 66<a href="https://andreaborman2.blogspot.com/"> 67Andrea Borman 68</a> 69</div> 70</div> 71{% endblock %} 72