aboutsummaryrefslogtreecommitdiff
path: root/html/blog/July_5th_Update.tmpl.html
diff options
context:
space:
mode:
authorthinkpadmaster <a.scerba02@gmail.com>2023-08-29 17:15:26 -0500
committerAlex Scerba <alex@scerba.org>2024-10-29 13:19:57 -0400
commit74fee3bd97de12cc090702a6b8cd6285e7e1e6f5 (patch)
tree700fd85cc66e3c4bb61c9e82285869c803019ffb /html/blog/July_5th_Update.tmpl.html
parentb56e200279475e1dbe138ed24afb565571b6fe28 (diff)
Update to use new style elements.
Diffstat (limited to 'html/blog/July_5th_Update.tmpl.html')
-rw-r--r--html/blog/July_5th_Update.tmpl.html34
1 files changed, 18 insertions, 16 deletions
diff --git a/html/blog/July_5th_Update.tmpl.html b/html/blog/July_5th_Update.tmpl.html
index cd40fc4..2c65c38 100644
--- a/html/blog/July_5th_Update.tmpl.html
+++ b/html/blog/July_5th_Update.tmpl.html
@@ -5,22 +5,24 @@
{{define "main"}}
<h1>Blog</h1>
- <article class="postContent">
- <h2>{{.Post.Title}}</h2>
- <p>Much progress has been made in the last week, and the site is now pretty usable with its new CSS. There are still some large things to take care of before it can be called "done," and they are the following in no particular order:</p>
- <ul>
- <li>Tile 'Projects' thumbnails so that they look consistent and take advantage of landscape displays.</li>
- <li>Display 'Project' or 'Blog' (anything) instead of 'Post' when you are viewing a project or blog entry.</li>
- <li>Create or find a new background image that has more contrast for the white text.</li>
- <li>Find a better way to display figures in regular content (such as the 'about' page).</li>
- <li>Change thumbnail image aspect ratio (possibly).</li>
- <li>Server side scripts and updates:</li>
+ <div class="postBackground">
+ <article class="postContent">
+ <h2>{{.Post.Title}}</h2>
+ <p>Much progress has been made in the last week, and the site is now pretty usable with its new CSS. There are still some large things to take care of before it can be called "done," and they are the following in no particular order:</p>
<ul>
- <li>Markdown to HTML shell script via <a href="https://pandoc.org" target="_blank" rel="noopener noreferrer">Pandoc</a>.</li>
- <li>Implement new file naming and/or directory structure to make searching more efficient.</li>
- <li>Make thumbnail display more efficient by only reading the thumbnail content section.</li>
+ <li>Tile 'Projects' thumbnails so that they look consistent and take advantage of landscape displays.</li>
+ <li>Display 'Project' or 'Blog' (anything) instead of 'Post' when you are viewing a project or blog entry.</li>
+ <li>Create or find a new background image that has more contrast for the white text.</li>
+ <li>Find a better way to display figures in regular content (such as the 'about' page).</li>
+ <li>Change thumbnail image aspect ratio (possibly).</li>
+ <li>Server side scripts and updates:</li>
+ <ul>
+ <li>Markdown to HTML shell script via <a href="https://pandoc.org" target="_blank" rel="noopener noreferrer">Pandoc</a>.</li>
+ <li>Implement new file naming and/or directory structure to make searching more efficient.</li>
+ <li>Make thumbnail display more efficient by only reading the thumbnail content section.</li>
+ </ul>
</ul>
- </ul>
- <p>Uploaded: <time datetime="2022-07-05">2022-07-05</time></p>
- </article>
+ <p>Uploaded: <time datetime="2022-07-05">2022-07-05</time></p>
+ </article>
+ </div>
{{end}} \ No newline at end of file