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 38src="https://nekoweb.org/assets/buttons/button5.gif" 39width="88" 40height="31" 41/> 42</a> 43<a href="https://districts.nekoweb.org/"> 44<img 45alt="Nekoweb Districts" 46src="https://districts.nekoweb.org/img/districts002.png" 47height="31" 48width="88" 49/> 50</a> 51<a href="https://gen1x.is-a.dev/"> 52<img 53alt="Gen1x/G1nx" 54src="/buttons/Gen1x.webp" 55height="31" 56width="88" 57/> 58</a> 59</div> 60</div> 61<strong>Without a Button</strong> 62<p>If you're in here and you do have a button, email me!</p> 63<div class="ticker-wrapper pauseonhover ticker-reversed"> 64<div class="ticker cool-people-prj-no-bttn"> 65<a href="https://andreaborman2.blogspot.com/"> 66Andrea Borman 67</a> 68</div> 69</div> 70{% endblock %} 71