A mirror of my website's source code.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 index.html

View raw Download
text/html • 5.02 kiB
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.nekoweb.org/" />
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 &amp; Projects!</h2>
15
<div class="ticker-wrapper pauseonhover">
16
<div class="ticker cool-people-prj">
17
<a href="https://tauon.dev/">
18
<img
19
src="https://tauon.dev/images/88x31/lily.png"
20
alt="Lily" title="Lily"
21
width="88" height="31"
22
/>
23
</a>
24
<a href="https://dimden.dev/">
25
<img
26
src="https://dimden.dev/services/images/88x31.gif"
27
width="88" height="31"
28
alt="dimden" title="dimden"
29
/>
30
</a>
31
<a href="https://nekoweb.org/">
32
<img
33
src="https://nekoweb.org/assets/buttons/button5.gif"
34
width="88" height="31" alt="Nekoweb"
35
/>
36
</a>
37
<a href="https://districts.nekoweb.org/">
38
<img
39
src="https://districts.nekoweb.org/img/districts002.png"
40
height="31" width="88" alt="Nekoweb Districts"
41
/>
42
</a>
43
<a href="https://gen1x.is-a.dev/">
44
<img
45
alt="Gen1x/G1nx"
46
src="/buttons/Gen1x.webp"
47
height="31" width="88"
48
/>
49
</a>
50
<a href="http://devilmayquake.com">
51
<img
52
alt="Ultrakill"
53
src="/buttons/UltrakillButton.webp"
54
height="31" width="88"
55
/>
56
</a>
57
<a href="https://x.com/Garn47">
58
<img
59
alt="Garn47's Cool House"
60
src="/buttons/garn47scoolhouse.webp"
61
height="31" width="88"
62
/>
63
</a>
64
<a href="https://kinggizzardandthelizardwizard.com/">
65
<img
66
alt="King Gizzard and the Lizard Wizard"
67
src="/buttons/Gizzard.webp"
68
height="31" width="88"
69
/>
70
</a>
71
<a href="https://andreaborman2.blogspot.com/">
72
<img
73
alt="Andrea Sites."
74
src="/buttons/AndreaSites.webp"
75
width="88" height="31"
76
/>
77
</a>
78
<a href="https://breakfast.pages.gay">
79
<img
80
src="https://breakfast.pages.gay/media/buttons/breakfast.png"
81
width="81" height="33"
82
alt="the breakfast house" title="the breakfast house"
83
/>
84
</a>
85
<a href="https://wiki.nekoweb.org/">
86
<img
87
src="https://wiki.nekoweb.org/button.png"
88
width="81" height="33" alt="Nekoweb Wiki"
89
/>
90
</a>
91
</div>
92
</div>
93
<h2>Webrings</h2>
94
<table class="ZeroGreatnessWebring">
95
<tr>
96
<td>
97
<a
98
href="https://steve0greatness.github.io/webring/sites/steve0greatness/prev.xhtml"
99
>Prev</a>
100
</td>
101
<td>
102
<a
103
href="https://steve0greatness.github.io/webring"
104
>
105
<img
106
src="0GreatnessWebring.png"
107
width="100"
108
height="42"
109
alt="0Greatness Webring"
110
/>
111
</a>
112
</td>
113
<td>
114
<a
115
href="https://steve0greatness.github.io/webring/sites/steve0greatness/next.xhtml"
116
>Next</a>
117
</td>
118
</tr>
119
</table>
120
<h2>Some other cool stuff</h2>
121
<iframe width="90" height="90" style="border:none" src="https://dimden.neocities.org/navlink/" name="neolink"></iframe>
122
<h2>My button!</h2>
123
<p>Link to my site with this silly little button!</p>
124
<a href="https://steve0greatness.nekoweb.org">
125
<img
126
src="/button.webp"
127
title="Steve0Greatness"
128
alt="Steve0Greatness"
129
width="88"
130
height="31"
131
style="image-rendering: pixelated"
132
/>
133
</a>
134
<textarea
135
class="button-hotlink"
136
readonly="readonly"
137
placeholder="button hotlink"
138
name="button-hotlink"
139
><a href="https://steve0greatness.nekoweb.org">
140
<img
141
src="https://steve0greatness.nekoweb.org/button.webp"
142
title="Steve0Greatness"
143
alt="Steve0Greatness"
144
width="88"
145
height="31"
146
style="image-rendering: pixelated"
147
/>
148
</a></textarea>
149
{% endblock %}
150