Update about me text and fix some mobile styles on the blog
This commit is contained in:
parent
73d0c5df40
commit
d78b47f190
@ -8,7 +8,15 @@
|
|||||||
font-family: "Lora";
|
font-family: "Lora";
|
||||||
src: url("/assets/font/lora/static/Lora-Regular.ttf");
|
src: url("/assets/font/lora/static/Lora-Regular.ttf");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-display: swap;
|
font-style: normal;
|
||||||
|
/*font-display: swap;*/
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Lora";
|
||||||
|
src: url("/assets/font/lora/static/Lora-Bold.ttf");
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: normal;
|
||||||
|
/*font-display: swap;*/
|
||||||
}
|
}
|
||||||
/* These get injected by the view template */
|
/* These get injected by the view template */
|
||||||
/* Purple & blue: */
|
/* Purple & blue: */
|
||||||
@ -116,6 +124,9 @@
|
|||||||
--c-line-2: #b3b5f1;
|
--c-line-2: #b3b5f1;
|
||||||
--c-line-1: #efe2df;
|
--c-line-1: #efe2df;
|
||||||
}*/
|
}*/
|
||||||
|
b {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
.section-border {
|
.section-border {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -456,8 +467,8 @@ footer .auth-container .profile {
|
|||||||
padding: 20px 0 0;
|
padding: 20px 0 0;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 48pt;
|
font-size: 36pt;
|
||||||
line-height: 1.2em;
|
line-height: 1.6em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.hero {
|
.hero {
|
||||||
@ -675,6 +686,7 @@ section#auth h3 {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
.inline-nav .button {
|
.inline-nav .button {
|
||||||
background-color: var(--c-font);
|
background-color: var(--c-font);
|
||||||
|
@ -16,8 +16,9 @@ block content
|
|||||||
.img
|
.img
|
||||||
img(src="/assets/img/profile.jpg" width=300 height=300)
|
img(src="/assets/img/profile.jpg" width=300 height=300)
|
||||||
.about
|
.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 <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 Hi, I'm Garrett. Welcome to my corner of the internet.
|
||||||
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.
|
p I'm a computer scientist and software engineer specializing in software/systems architectures and programming languages. Some of my more recent projects include <a href="https://github.com/swarmlang/swarm" target="_blank">the Swarm programming language</a>, <a href="https://extollo.garrettmills.dev" target="_blank">the Extollo framework</a>, and <a href="https://code.garrettmills.dev/Starship/CoreID" target="_blank">the CoreID SSO server</a>.
|
||||||
|
p I sometimes write <a href="#{named('blog')}">blog posts</a> and <a href="https://code.garrettmills.dev/garrettmills" target="_blank">publish code</a> from my projects.
|
||||||
.section-border.odd
|
.section-border.odd
|
||||||
.section-border-inner-1
|
.section-border-inner-1
|
||||||
.section-border-inner-2
|
.section-border-inner-2
|
||||||
|
Loading…
Reference in New Issue
Block a user