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 • 8.4 kiB
HTML document, ASCII text
        
            
1
<!DOCTYPE html>
2
<html lang="en">
3
4
<head>
5
6
7
<meta charset="UTF-8" />
8
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9
<title>Blog Index - S0G</title>
10
<link rel="stylesheet" href="/src/global.css" />
11
12
<link rel="alternate" href="/blog/feed.rss" type="application/rss+xml" title="Steve0Greatness' Blog" />
13
<link rel="stylesheet" href="/src/blog.css" />
14
15
</head>
16
17
<body>
18
<header>
19
<h2><a href="/">Steve0Greatness</a></h2>
20
<nav>
21
<a href="/blog">Blog</a>
22
<a href="/link-tree.html">Link Tree</a>
23
</nav>
24
</header>
25
26
<ol role="navigation" class="breadcrumbs" aria-roledescription="Site breadcrumb">
27
<li>
28
<a href="/">Index</a>
29
</li>
30
31
<li aria-current="location">
32
33
Blog Index
34
35
</li>
36
37
</ol>
38
<main>
39
<h1>Blog Posts</h1>
40
<div role="toolbar" class="toolbar">
41
<a href="/blog/feed.rss"><img src="/rss-feed-icon-96-by-96.png" width="16" height="16" alt="RSS Feed"></a>
42
</div>
43
<table class="blog-list">
44
<tbody>
45
46
<tr class="blog-list-title-and-date">
47
<td>
48
<a href="/blog/singular-blog.html">My blog is now in one place</a>
49
</td>
50
<td>
51
<time>2024 Jan 1</time>
52
</td>
53
</tr>
54
55
<tr class="blog-list-title-and-date">
56
<td>
57
<a href="/blog/blog-ini.html">Blog Start</a>
58
</td>
59
<td>
60
<time>2023 Dec 29</time>
61
</td>
62
</tr>
63
64
<tr class="blog-list-title-and-date">
65
<td>
66
<a href="/blog/How-to-Store-Passwords.html">How to Store a Passwords</a>
67
</td>
68
<td>
69
<time>2023 Nov 2</time>
70
</td>
71
</tr>
72
73
<tr class="blog-list-title-and-date">
74
<td>
75
<a href="/blog/satisfactory-farming-idea.html">Satisfactory Concept: Farming</a>
76
</td>
77
<td>
78
<time>2023 Apr 16</time>
79
</td>
80
</tr>
81
82
<tr class="blog-list-title-and-date">
83
<td>
84
<a href="/blog/tf2-disguise-cmd.html">TF2 disguise Command</a>
85
</td>
86
<td>
87
<time>2022 Dec 17</time>
88
</td>
89
</tr>
90
91
<tr class="blog-list-title-and-date">
92
<td>
93
<a href="/blog/fortress-forever-on-linux.html">Fortress Forever on Linux!</a>
94
</td>
95
<td>
96
<time>2022 Dec 16</time>
97
</td>
98
</tr>
99
100
<tr class="blog-list-title-and-date">
101
<td>
102
<a href="/blog/macos-page-tab-nav.html">Page Keyboard Navigation on MacOS</a>
103
</td>
104
<td>
105
<time>2022 Feb 26</time>
106
</td>
107
</tr>
108
109
<tr class="blog-list-title-and-date">
110
<td>
111
<a href="/blog/fizzbuzz.html">The FizzBuzz Program</a>
112
</td>
113
<td>
114
<time>2022 Feb 20</time>
115
</td>
116
</tr>
117
118
<tr class="blog-list-title-and-date">
119
<td>
120
<a href="/blog/checkbox-custom-styles.html">Customize an HTML Checkbox</a>
121
</td>
122
<td>
123
<time>2022 Feb 19</time>
124
</td>
125
</tr>
126
127
<tr class="blog-list-title-and-date">
128
<td>
129
<a href="/blog/creatingaswitch.html">Creating a Switch in HTML and CSS</a>
130
</td>
131
<td>
132
<time>2022 Feb 11</time>
133
</td>
134
</tr>
135
136
<tr class="blog-list-title-and-date">
137
<td>
138
<a href="/blog/md.html">MD now works here :)</a>
139
</td>
140
<td>
141
<time>2022 Jan 20</time>
142
</td>
143
</tr>
144
145
<tr class="blog-list-title-and-date">
146
<td>
147
<a href="/blog/whyLocalVarCallLet.html">Why local variables are called "let"</a>
148
</td>
149
<td>
150
<time>2022 Jan 10</time>
151
</td>
152
</tr>
153
154
<tr class="blog-list-title-and-date">
155
<td>
156
<a href="/blog/The_song_that_we_didnt_get_in_undertale.html">The Song we didn't get in Undertale</a>
157
</td>
158
<td>
159
<time>2021 Dec 20</time>
160
</td>
161
</tr>
162
163
<tr class="blog-list-title-and-date">
164
<td>
165
<a href="/blog/creating_a_theme_switch.html">Creating a simple theme switcher</a>
166
</td>
167
<td>
168
<time>2021 Dec 08</time>
169
</td>
170
</tr>
171
172
<tr class="blog-list-title-and-date">
173
<td>
174
<a href="/blog/Is_Kris_the_Knight.html">Is Kris the Knight?</a>
175
</td>
176
<td>
177
<time>2021 Oct 23</time>
178
</td>
179
</tr>
180
181
<tr class="blog-list-title-and-date">
182
<td>
183
<a href="/blog/symbols.html">Symbols</a>
184
</td>
185
<td>
186
<time>2021 Oct 10</time>
187
</td>
188
</tr>
189
190
<tr class="blog-list-title-and-date">
191
<td>
192
<a href="/blog/Creating_HTML_DD_List.html">Creating a HTML drop-down list</a>
193
</td>
194
<td>
195
<time>2021 Oct 01</time>
196
</td>
197
</tr>
198
199
<tr class="blog-list-title-and-date">
200
<td>
201
<a href="/blog/Youtube_needs_a_Rest_API.html">YouTube needs to have an open REST API</a>
202
</td>
203
<td>
204
<time>2021 Sep 29</time>
205
</td>
206
</tr>
207
208
<tr class="blog-list-title-and-date">
209
<td>
210
<a href="/blog/How_To_Make_Tea.html">How to Make the perfect Tea.</a>
211
</td>
212
<td>
213
<time>2021 Sep 28</time>
214
</td>
215
</tr>
216
217
<tr class="blog-list-title-and-date">
218
<td>
219
<a href="/blog/Merging_Blog_to_the_main_site.html">Merging the Blog repo in the main one</a>
220
</td>
221
<td>
222
<time>2021 Sep 16</time>
223
</td>
224
</tr>
225
226
<tr class="blog-list-title-and-date">
227
<td>
228
<a href="/blog/Changing_the_Light-mode.html">Changing the light-mode</a>
229
</td>
230
<td>
231
<time>2021 Sep 11</time>
232
</td>
233
</tr>
234
235
<tr class="blog-list-title-and-date">
236
<td>
237
<a href="/blog/What-about-the-second-site.html">What about the second site?</a>
238
</td>
239
<td>
240
<time>2021 Sep 01</time>
241
</td>
242
</tr>
243
244
<tr class="blog-list-title-and-date">
245
<td>
246
<a href="/blog/dividing-by-0.html">Dividing by 0</a>
247
</td>
248
<td>
249
<time>2021 May 24</time>
250
</td>
251
</tr>
252
253
<tr class="blog-list-title-and-date">
254
<td>
255
<a href="/blog/Why-inspect-element-is-a-useful-tool.html">Why inspect-element is useful</a>
256
</td>
257
<td>
258
<time>2021 May 17</time>
259
</td>
260
</tr>
261
262
<tr class="blog-list-title-and-date">
263
<td>
264
<a href="/blog/How-to-copy-and-paste-on-mobile.html">How to Copy & Paste on mobile</a>
265
</td>
266
<td>
267
<time>2021 May 05</time>
268
</td>
269
</tr>
270
271
<tr class="blog-list-title-and-date">
272
<td>
273
<a href="/blog/How-To-make-mockups.html">How to make mockups</a>
274
</td>
275
<td>
276
<time>2021 Apr 22</time>
277
</td>
278
</tr>
279
280
</tbody>
281
</table>
282
</main>
283
<footer role="group">
284
<div class="footer-link-list-holder">
285
<span aria-hidden="true" id="footer-label-social-accounts" class="footer-link-list-label">Social Accounts</span>
286
<ol class="footer-link-list" aria-labelledby="footer-label-social-accounts">
287
<li><a href="https://mastodon.social/@S0G" rel="me">Mastodon</a></li>
288
<li><a href="https://youtube.com/@s0g">YouTube</a></li>
289
</ol>
290
</div>
291
</footer>
292
</body>
293
294
</html>