From 495cd8a7751308128a08fb2e57179264aced1d53 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sun, 24 Feb 2019 20:02:12 -0600 Subject: clickable headers --- public/index.html | 14 +++++++------- public/style.css | 3 ++- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/public/index.html b/public/index.html index 5a4b92e..32b3061 100644 --- a/public/index.html +++ b/public/index.html @@ -29,7 +29,7 @@ blaise.zone
-

EDUCATION

+

EDUCATION

University of Wisconsin-Madison @@ -48,7 +48,7 @@ GPA: 3.19 - transcript
-

EXPERIENCE

+

EXPERIENCE

Instrumentation Technologist @@ -109,7 +109,7 @@ For more information, see my thesis: PUBLICATIONS

+

PUBLICATIONS

    @@ -292,7 +292,7 @@ Journal of the Americal Chemical Society (2014)
-

PRESENTATIONS

+

PRESENTATIONS

    @@ -326,7 +326,7 @@ Madison, WI USA
-

TEACHING EXPERIENCE

+

TEACHING EXPERIENCE

Graduate Chemical Instrumentation:
Design & Control
@@ -397,7 +397,7 @@ Madison, WI USA

  • Attended regular meetings to share teaching strategies with other peer leaders.
  • -

    AWARDS

    +

    AWARDS

    Roger Carlson Award @@ -423,7 +423,7 @@ Selected by Bates College faculty as most deserving of aid in furthering his or

    Awarded by Bates College faculty and staff to 20 students in each graduating class based on academic standing, character, campus and community service, leadership, and future promise. -

    SERVICE

    +

    SERVICE

    Wisconsin Middle School Science Bowl diff --git a/public/style.css b/public/style.css index 5895c04..d211515 100644 --- a/public/style.css +++ b/public/style.css @@ -10,6 +10,7 @@ h2 { color: #f0c674; line-height: 0.1em; margin: 30px 0 20px; + padding-top: 20px; } h3 { @@ -37,7 +38,7 @@ body{ font-size:16px; font-family: Sans-Serif; background-color: #1d1f21; - color: #969896; + color: #969896; padding: 0 10px; text-align: left; } -- cgit v1.2.3