From 1babc89dedf4a24c3fde55a4e9e19312db0af40c Mon Sep 17 00:00:00 2001 From: garrettmills Date: Tue, 15 Nov 2022 01:28:34 -0600 Subject: [PATCH] Add consulting links --- src/app/resources/views/template_raj.pug | 10 ++++++---- src/app/resources/views/welcome.pug | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/resources/views/template_raj.pug b/src/app/resources/views/template_raj.pug index aa723b4..41d2a17 100644 --- a/src/app/resources/views/template_raj.pug +++ b/src/app/resources/views/template_raj.pug @@ -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 diff --git a/src/app/resources/views/welcome.pug b/src/app/resources/views/welcome.pug index f0d3cbf..15aa59e 100644 --- a/src/app/resources/views/welcome.pug +++ b/src/app/resources/views/welcome.pug @@ -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 Extollo framework, Noded, CoreID 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 Extollo framework, Noded, CoreID authentication server, and a couple other projects. I love to communicate my work, and help others pursue their projects. I write blog posts, hold talks, and publish code from my projects in the hope that others will find it useful. I also do a bit of consulting. 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