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