From 70f88e4d34cb18ddf75f56c14e4aa2531b694952 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Wed, 15 Apr 2020 19:16:54 -0500 Subject: update style --- public/index.html | 17 ++++++++++++++++- public/style.css | 8 +++++--- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 53e9860..ed1fa27 100644 --- a/public/index.html +++ b/public/index.html @@ -2,35 +2,50 @@ - + blaise.zone

blaise.zone

+
+

Welcome to Blaise Thompson's personal website!
This page simply links to all of my public profiles & projects.
Thanks for stopping by! —Blaise (pronoun.is/he) +

professional

+

curriculum vitae
LinkedIn
ORCID
Google Scholar
Chemistry Electronics Shop
+

personal

+

agenda
blog
memories
Mastodon
Steam
+

development

+

GitHub
GitLab
PyPI
Read the Docs
+

projects

+

yaq
WrightTools
mechatronics
+

+
+

+ CC0: no copyright +

diff --git a/public/style.css b/public/style.css index 8a1a7d6..9cff696 100644 --- a/public/style.css +++ b/public/style.css @@ -4,13 +4,15 @@ a { } body { - font-family: sans-serif; + font-family: 'DejaVu Sans Mono', monospace; margin: 40px auto; - max-width: 650px; - line-height: 1.6; + min-width: 80ch; + max-width: 80ch; + line-height: 1.5; font-size: 16px; background-color: #1d1f21; color: #c5c8c6; padding: 0 10px; text-align: left; + overflow-y: scroll; } -- cgit v1.2.3