Add consulting links
This commit is contained in:
parent
ffc057c2c5
commit
1babc89ded
@ -52,22 +52,24 @@ body
|
||||
a(href='/#about') about me
|
||||
li
|
||||
a(href='/#work') what I'm working on
|
||||
.col
|
||||
ul.links
|
||||
li
|
||||
a(href='/#contact') get in touch
|
||||
.col
|
||||
ul.links
|
||||
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
|
||||
.col
|
||||
ul.links
|
||||
li
|
||||
a(href='/technical') technical info
|
||||
li
|
||||
a(href='https://glmdev.tech' target='_blank') consulting
|
||||
if user()
|
||||
li
|
||||
a(href='/dash') dashboard
|
||||
|
@ -11,7 +11,7 @@ block content
|
||||
.img
|
||||
img(src="/assets/img/profile.jpg" width=300 height=300)
|
||||
.about
|
||||
p Hi! My name is Garrett. Welcome to my corner of the internet. I'm a computer scientist, software engineer, and speaker. I like to build software to improve the developer/user experience. I created the <a href="https://extollo.garrettmills.dev" target="_blank">Extollo</a> framework, <a href="https://code.garrettmills.dev/Noded" target="_blank">Noded</a>, <a href="https://code.garrettmills.dev/starship/coreid" target="_blank">CoreID</a> authentication server, and a couple other projects. I love to communicate my work, and help others pursue their projects. I write blog posts, create video tutorials, hold talks, and publish code from my projects in the hope that others will find it useful.
|
||||
p Hi! My name is Garrett. Welcome to my corner of the internet. I'm a computer scientist, software engineer, and speaker. I like to build software to improve the developer/user experience. I created the <a href="https://extollo.garrettmills.dev" target="_blank">Extollo</a> framework, <a href="https://code.garrettmills.dev/Noded" target="_blank">Noded</a>, <a href="https://code.garrettmills.dev/starship/coreid" target="_blank">CoreID</a> authentication server, and a couple other projects. I love to communicate my work, and help others pursue their projects. I write <a href="/blog" target="_blank">blog posts</a>, hold talks, and publish code from my projects in the hope that others will find it useful. I also do a bit of <a href="https://glmdev.tech" target="_blank">consulting</a>.
|
||||
p A bit more background: I grew up in the rural mid-west, and I got started by teaching myself everything I know. I'm a big fan of learning to code this way. I completed a bachelor of science in computer science at the University of Kansas, and I'm currently a graduate student studying programming languages and formal methods at KU.
|
||||
|
||||
if workItemYears && workItemYears.length
|
||||
|
Loading…
Reference in New Issue
Block a user