66 lines
2.6 KiB
Plaintext
66 lines
2.6 KiB
Plaintext
|
doctype html
|
||
|
head
|
||
|
block meta
|
||
|
meta(charset='utf-8')
|
||
|
meta(name='viewport' content='width=device-width, initial-scale=1, shrink-to-fit=no')
|
||
|
meta(http-equiv='x-ua-compatible' content='ie=edge')
|
||
|
meta(name='description' content='Hi, there! My name is Garrett. I am a self-taught software developer and speaker.')
|
||
|
meta(name='keywords' content='garrett mills glmdev developer speaker flitter extollo student')
|
||
|
meta(name='author' content=config('app.name', 'Garrett Mills'))
|
||
|
meta(name='robots' content='index, follow')
|
||
|
|
||
|
block title
|
||
|
title #{config('app.name', 'Garrett Mills')} | Developer, Speaker, Designer
|
||
|
|
||
|
block style
|
||
|
link(rel='stylesheet' href=asset('main.css'))
|
||
|
|
||
|
link(rel='author' href='humans.txt')
|
||
|
link(rel="alternate" href="/feed/atom.xml" title="Garrett Mills - Posts & Updates" type="application/atom+xml")
|
||
|
link(rel="alternate" href="/feed/rss.xml" title="Garrett Mills - Posts & Updates" type="application/rss+xml")
|
||
|
|
||
|
body
|
||
|
block content
|
||
|
|
||
|
footer
|
||
|
.ff-tag(style="margin-right: 80px")
|
||
|
a(href="https://www.mozilla.org/en-US/firefox/browsers/" target="_blank")
|
||
|
img(src="/assets/ffox.png" width="75" style="margin-top: -1px")
|
||
|
.by-line garrettmills
|
||
|
.copy#tagline(title="my, aren't you curious...") copyright © #{(new Date()).getFullYear()} garrett mills
|
||
|
if false
|
||
|
div.auth-container
|
||
|
div.profile
|
||
|
img(src=user.profile_url width=50 style="border-radius: 50%")
|
||
|
p Welcome, #{user.first_name} #{user.last_name} | <a href="/auth/logout">Log out</a>
|
||
|
.col
|
||
|
ul.links
|
||
|
li
|
||
|
a(href='/#home') home
|
||
|
li
|
||
|
a(href='/#about') about me
|
||
|
li
|
||
|
a(href='/#work') what I'm working on
|
||
|
.col
|
||
|
ul.links
|
||
|
li
|
||
|
a(href='/#contact') get in touch
|
||
|
li
|
||
|
a(href='/#recent') latest updates
|
||
|
li
|
||
|
a(href='https://static.garrettmills.dev/Resume.pdf' target='_blank') résumé
|
||
|
.col
|
||
|
ul.links
|
||
|
li
|
||
|
a(href='/blog') blog
|
||
|
li
|
||
|
a(href='https://code.garrettmills.dev/garrettmills' target='_blank') my code
|
||
|
li
|
||
|
a(href='/technical') technical info
|
||
|
if false
|
||
|
li
|
||
|
a(href='/dash/main') dashboard
|
||
|
|
||
|
block script
|
||
|
script(src=asset('welcome.js'))
|