aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2019-02-24 20:02:12 -0600
committerBlaise Thompson <blaise@untzag.com>2019-02-24 20:02:12 -0600
commit495cd8a7751308128a08fb2e57179264aced1d53 (patch)
treebd9730b9a89cd072da549243e52f9a8fafcade17
parent973cb98090cf2a73fafa51fb310791fb3de814e6 (diff)
clickable headers
-rw-r--r--public/index.html14
-rw-r--r--public/style.css3
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 @@
<a href="http://blaise.zone"> blaise.zone </a> <br>
</center>
-<h2><span>EDUCATION</span></h2>
+<h2 id="education"><span><a href="#education" style=color:#f0c674>EDUCATION</a></span></h2>
<header><h3><p>
<span>University of Wisconsin-Madison</span>
@@ -48,7 +48,7 @@
<em>GPA: 3.19 - <a href="bates-transcript.pdf">transcript</a></em>
<br>
-<h2 id="experience"><span>EXPERIENCE</span></h2>
+<h2 id="experience"><span><a href="#experience" style=color:#f0c674>EXPERIENCE</a></span></h2>
<header><h3><p>
<span>Instrumentation Technologist</span>
@@ -109,7 +109,7 @@ For more information, see my thesis: <a href="https://drive.google.com/open?id=1
<li>Inserted plasmid into yeast.</li>
</ul>
-<h2 id="publications"><span>PUBLICATIONS</span></h2>
+<h2 id="publications"><span><a href="#publications" style=color:#f0c674>PUBLICATIONS</a></span></h2>
<ol reversed>
@@ -292,7 +292,7 @@ Journal of the Americal Chemical Society (2014)
</ol>
-<h2 id="presentations"><span>PRESENTATIONS</span></h2>
+<h2 id="presentations"><span><a href="#presentations" style=color:#f0c674>PRESENTATIONS</a></span></h2>
<ol reversed>
@@ -326,7 +326,7 @@ Madison, WI USA
</ol>
-<h2 id="teaching"><span>TEACHING EXPERIENCE</span></h2>
+<h2 id="teaching"><span><a href="#teaching" style=color:#f0c674>TEACHING EXPERIENCE</a></span></h2>
<header><h3><p>
<span>Graduate Chemical Instrumentation:<br>Design & Control</span>
@@ -397,7 +397,7 @@ Madison, WI USA
<li>Attended regular meetings to share teaching strategies with other peer leaders.</li>
</ul>
-<h2 id="awards"><span>AWARDS</span></h2>
+<h2 id="awards"><span><a href="#awards" style=color:#f0c674>AWARDS</a></span></h2>
<header><h3><p>
<span>Roger Carlson Award</span>
@@ -423,7 +423,7 @@ Selected by Bates College faculty as most deserving of aid in furthering his or
</p></h3>
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.
-<h2 id="service"><span>SERVICE</span></h2>
+<h2 id="service"><span><a href="#service" style=color:#f0c674>SERVICE</a></span></h2>
<header><h3><p>
<span>Wisconsin Middle School Science Bowl</span>
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;
}