From b593afc0fd6899fab2b66f3b5caa9735110637e7 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Mon, 11 Jun 2018 20:33:09 -0500 Subject: 2018-06-11 20:33 --- public/index.html | 44 ++++++++++++++++++++++++++++++++------------ public/style.css | 33 ++++++++++++--------------------- 2 files changed, 44 insertions(+), 33 deletions(-) diff --git a/public/index.html b/public/index.html index 6652c7d..97f3cfe 100644 --- a/public/index.html +++ b/public/index.html @@ -2,22 +2,42 @@ - - Plain HTML site using GitLab Pages + blaise.zone - +

blaise.zone

-

Hello World!

+ 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

+ CV
+ LinkedIn
+ ORCID
+ Google Scholar
+ +

personal

+ Mastodon
+ Steam
+ +

development

+ GitHub
+ GitLab
+ PyPI
+ Read the Docs
+ Stack Exchange
+ +

projects

+ WrightTools
+ Wright Group
+ yaq
+ tidy_headers
+ gitsieve
+ WrightSim
-

- This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator. -

- diff --git a/public/style.css b/public/style.css index 3eae408..b9970fe 100644 --- a/public/style.css +++ b/public/style.css @@ -1,24 +1,15 @@ -body { - font-family: sans-serif; - margin: auto; - max-width: 1280px; +a { + text-decoration : none } -.navbar { - background-color: #313236; - border-radius: 2px; - max-width: 800px; -} - -.navbar a { - color: #aaa; - display: inline-block; - font-size: 15px; - padding: 10px; - text-decoration: none; -} - -.navbar a:hover { - color: #ffffff; +body { + font-family: sans-serif; + margin: 40px auto; + max-width: 650px; + line-height:1.6; + font-size:16px; + backgroud-color:#ffffff; + color:#454545; + padding:0 10px; + text-align:left; } - -- cgit v1.2.3