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