Misc best-practice fixes

This commit is contained in:
Garrett Mills 2025-03-18 10:28:43 -04:00
parent da1aa660ca
commit de8cbb7af1
3 changed files with 93 additions and 92 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

View File

@ -1,5 +1,6 @@
doctype html doctype html
head html(lang="en")
head
style. style.
body { body {
--background: #111; --background: #111;
@ -78,7 +79,7 @@ head
//link(rel='icon' type='image/png' sizes='16x16' href=asset('favicon/favicon-16x16.png')) //link(rel='icon' type='image/png' sizes='16x16' href=asset('favicon/favicon-16x16.png'))
//link(rel='shortcut icon' href=asset('favicon/favicon.ico')) //link(rel='shortcut icon' href=asset('favicon/favicon.ico'))
body body
.wrapper .wrapper
header.hero glm. header.hero glm.
nav nav
@ -92,13 +93,13 @@ body
li li
a(href='/feed') Notes a(href='/feed') Notes
li li
a(href='/links') Bookmarks <img class="inline-markmark-logo" src="#{asset('markmark-light.svg')}"/> a(href='/links') Bookmarks <img class="inline-markmark-logo" src="#{asset('markmark-light.svg')}" alt="MarkMark logo"/>
block content block content
footer footer
.obsidian glm. .obsidian glm.
p &copy 2015-#{(new Date).getFullYear()} Garrett Mills — <a href="/technical">More Info</a> p &copy 2015-#{(new Date).getFullYear()} Garrett Mills — <a href="/technical">Technical Info</a>
if user() if user()
p &nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; p &nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
a(href="/dash") Dashboard a(href="/dash") Dashboard

View File

@ -2,7 +2,7 @@ extends template_bam
block content block content
section#about section#about
img(style="height: 250px;" src=asset('img/01-self-portrait-bw.jpg')) img(style="height: 250px;" src=asset('img/01-self-portrait-bw.webp') alt="Self-portrait photo of Garrett Mills")
p.italic Hi, I'm Garrett. p.italic Hi, I'm Garrett.
p I'm a computer scientist and software engineer. Professionally, I design and build flexible, scalable software systems. Personally, I study programming languages, libre software, visual design, and the small web. p I'm a computer scientist and software engineer. Professionally, I design and build flexible, scalable software systems. Personally, I study programming languages, libre software, visual design, and the small web.
p Other things I like: self-hosting, RSS, photography, cooking, and really good fonts. p Other things I like: self-hosting, RSS, photography, cooking, and really good fonts.