diff options
author | Squibid <me@zacharyscheiman.com> | 2023-07-15 04:41:40 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-07-15 04:41:40 -0400 |
commit | 81e150fbd84e0bff8a5d4b80f93a128cabeb4433 (patch) | |
tree | 6931c2c515632488cc83990bdd0a6234cbf197d6 /blog.html | |
parent | 224a8f75949ecfeec9ef6dc4cd822abb9a6ffed6 (diff) | |
download | site-81e150fbd84e0bff8a5d4b80f93a128cabeb4433.tar.gz site-81e150fbd84e0bff8a5d4b80f93a128cabeb4433.tar.bz2 site-81e150fbd84e0bff8a5d4b80f93a128cabeb4433.zip |
new genblog script, remove old gen scripts new blog layout
Diffstat (limited to '')
-rw-r--r-- | blog.html | 37 |
1 files changed, 19 insertions, 18 deletions
@@ -7,32 +7,33 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <style type="text/css"> - p { - font-size: 2.5vw; + #bloglist { + text-align: left; + font-size: 2ch; } - #date { - font-size: 1.5vw; + p#bloglist span { float: right; color: white; } - #svg { - display: block; - margin-left: auto; - margin-right: auto; - width: 50%; - max-height: 1.5em; - max-width: 1.5em; - } </style> - <body> - <div class="master"> + <body style="background-color: #161617;"> + <div id="master"> <header> - <h1 id="font"><a href="https://squi.bid">Squibid's</a> Blog</h1> + <h1 id="font", style="margin-bottom: 0"> + <a href="https://squi.bid">Squibid's</a> Blog + </h1> </header> <hr style="color: #f7f7f7;"> - <p> <!-- script marker blog --> - </p> <!-- script marker blog --> - <a href="https://squi.bid/blog/rss.xml"><img id="svg" src="pics/rss.svg" alt="rss feed"></a> + <p id="bloglist"> + <!-- b script marker blog --> +<a href="/blog/librex-and-dots"> librex and dots</a><span>2023/06/27</span><br> +<a href="/blog/It's-Alive!"> It's Alive!</a><span>2023/05/01</span><br> +<a href="/blog/state-of-the-site"> state of the site</a><span>2023/03/11</span><br> + <!-- e script marker blog --> + </p> + <h2 id="font" style="text-align: center; margin-top: 0;"> + <a href="/blog/rss.xml", title="rss">subscribe</a> + </h2> </div> </body> </html> |