diff --git a/src/app/resources/assets/main-70s.css b/src/app/resources/assets/main-70s.css index cf6da9b..e014e6e 100644 --- a/src/app/resources/assets/main-70s.css +++ b/src/app/resources/assets/main-70s.css @@ -8,7 +8,15 @@ font-family: "Lora"; src: url("/assets/font/lora/static/Lora-Regular.ttf"); 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 */ /* Purple & blue: */ @@ -116,6 +124,9 @@ --c-line-2: #b3b5f1; --c-line-1: #efe2df; }*/ +b { + font-weight: bold; +} .section-border { width: 100vw; position: absolute; @@ -456,8 +467,8 @@ footer .auth-container .profile { padding: 20px 0 0; } h2 { - font-size: 48pt; - line-height: 1.2em; + font-size: 36pt; + line-height: 1.6em; } } .hero { @@ -675,6 +686,7 @@ section#auth h3 { padding: 0; list-style-type: none; display: flex; + flex-wrap: wrap; } .inline-nav .button { background-color: var(--c-font); diff --git a/src/app/resources/views/welcome.pug b/src/app/resources/views/welcome.pug index aa21ef8..e6c6fdd 100644 --- a/src/app/resources/views/welcome.pug +++ b/src/app/resources/views/welcome.pug @@ -16,8 +16,9 @@ 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, 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. + p Hi, I'm Garrett. Welcome to my corner of the internet. + p I'm a computer scientist and software engineer specializing in software/systems architectures and programming languages. Some of my more recent projects include the Swarm programming language, the Extollo framework, and the CoreID SSO server. + p I sometimes write blog posts and publish code from my projects. .section-border.odd .section-border-inner-1 .section-border-inner-2