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