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