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,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 © 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()
|
if user()
|
||||||
p |
|
p |
|
||||||
a(href="/dash") Dashboard
|
a(href="/dash") Dashboard
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user