Misc best-practice fixes
This commit is contained in:
parent
da1aa660ca
commit
de8cbb7af1
BIN
src/app/resources/assets/img/01-self-portrait-bw.webp
Normal file
BIN
src/app/resources/assets/img/01-self-portrait-bw.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
@ -1,4 +1,5 @@
|
||||
doctype html
|
||||
html(lang="en")
|
||||
head
|
||||
style.
|
||||
body {
|
||||
@ -92,13 +93,13 @@ body
|
||||
li
|
||||
a(href='/feed') Notes
|
||||
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
|
||||
|
||||
footer
|
||||
.obsidian glm.
|
||||
p © 2015-#{(new Date).getFullYear()} Garrett Mills — <a href="/technical">More Info</a>
|
||||
p © 2015-#{(new Date).getFullYear()} Garrett Mills — <a href="/technical">Technical Info</a>
|
||||
if user()
|
||||
p |
|
||||
a(href="/dash") Dashboard
|
||||
|
@ -2,7 +2,7 @@ extends template_bam
|
||||
|
||||
block content
|
||||
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 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.
|
||||
|
Loading…
Reference in New Issue
Block a user