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
19
src="https://tauon.dev/images/88x31/lily.png"
20
alt="Lily"
21
title="Lily"
22
width="88"
23
height="31"
24
style="image-rendering: pixelated"
25
/>
26
</a>
27
<a href="https://dimden.dev/">
28
<img
29
src="https://dimden.dev/services/images/88x31.gif"
30
width="88"
31
height="31"
32
alt="dimden"
33
title="dimden"
34
/>
35
</a>
36
<a href="https://nekoweb.org/">
37
<img
38
alt="Nekoweb"
39
src="https://nekoweb.org/assets/buttons/button5.gif"
40
width="88"
41
height="31"
42
/>
43
</a>
44
<a href="https://districts.nekoweb.org/">
45
<img
46
alt="Nekoweb Districts"
47
src="https://districts.nekoweb.org/img/districts002.png"
48
height="31"
49
width="88"
50
/>
51
</a>
52
<a href="https://gen1x.is-a.dev/">
53
<img
54
alt="Gen1x/G1nx"
55
src="/buttons/Gen1x.webp"
56
height="31"
57
width="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/">
67
Andrea Borman
68
</a>
69
</div>
70
</div>
71
{% endblock %}
72