aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2018-11-07 20:09:53 -0600
committerBlaise Thompson <blaise@untzag.com>2018-11-07 20:09:53 -0600
commit240f81af53b0619fd4e8d727442cfbd507f07a1f (patch)
tree162907717b781d44fd28a4d78b5f48b3db49f8b4
parent639bcd5d9d0caa2eb1725fdb4c3c49486f327c31 (diff)
2018-11-07 20:09
-rw-r--r--public/index.html4
-rw-r--r--public/style.css15
2 files changed, 9 insertions, 10 deletions
diff --git a/public/index.html b/public/index.html
index b80674b..2ecad61 100644
--- a/public/index.html
+++ b/public/index.html
@@ -9,7 +9,7 @@
<body>
<h1>blaise.zone</h1>Welcome to Blaise Thompson's personal website!<br>
This page simply links to all of my public profiles & projects.<br>
- Thanks for stopping by! —Blaise (<a href="http://pronoun.is/he">pronoun.is/he</a>)
+ Thanks for stopping by! —Blaise (<a href="http://pronoun.is/he">pronoun.is/he</a>)
<h2>professional</h2><a href="http://cv.blaise.zone"><i>curriculum vitae</i></a><br>
<a href="https://www.linkedin.com/in/untzag/">LinkedIn</a><br>
<a href="https://orcid.org/0000-0002-3845-824X">ORCID</a><br>
@@ -23,10 +23,8 @@
<a href="https://readthedocs.org/profiles/untzag/">Read the Docs</a><br>
<a href="https://stackexchange.com/users/3410439/untzag">Stack Exchange</a><br>
<h2>projects</h2><a href="http://wright.tools">WrightTools</a><br>
- <a href="https://wright.chem.wisc.edu">Wright Group</a><br>
<a href="https://github.com/wright-group/yaq">yaq</a><br>
<a href="https://github.com/untzag/tidy_headers">tidy_headers</a><br>
<a href="https://github.com/untzag/gitsieve">gitsieve</a><br>
- <a href="https://github.com/wright-group/wrightsim">WrightSim</a><br>
</body>
</html>
diff --git a/public/style.css b/public/style.css
index b9970fe..8a1a7d6 100644
--- a/public/style.css
+++ b/public/style.css
@@ -1,15 +1,16 @@
a {
- text-decoration : none
+ text-decoration: none;
+ color: #81a2be;
}
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;
+ line-height: 1.6;
+ font-size: 16px;
+ background-color: #1d1f21;
+ color: #c5c8c6;
+ padding: 0 10px;
+ text-align: left;
}