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