Skip to content

Commit d05e8bf

Browse files
committed
more text, less color
1 parent 3b839eb commit d05e8bf

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

favicon.ico

0 Bytes
Binary file not shown.

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@
44
---
55

66
<div class="content">
7-
Read my <a href="bike_tour/">US bike tour journal</a>.
7+
<p>I'm a programmer, cyclist, musician, baker (of sourdough), and lover of
8+
the outdoors.
9+
10+
<p>I'm on <a href="http://github.com/JStech>">GitHub</a>.
11+
12+
<p>I sing with the <a href="http://www.sdmasterchorale.org">San Diego Master
13+
Chorale</a>.
14+
15+
<p>In 2008 I bicycled from Baltimore to Laguna Beach, and kept a <a
16+
href="bike_tour/">journal</a> on the way.
817

918
<h3>Posts</h3>
1019
<div class="related">

style.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
11
body {
22
font-family: sans-serif;
3-
background-color: #1a1b27;
4-
color: #c8cbce;
53
width: 800px;
64
margin: 0 auto 0 auto;
75
line-height:130%;
86
}
97

108
a:link {
11-
color: #5499a4;
129
}
1310

1411
a:visited {
15-
color: #7b293d;
1612
}
1713

1814
h1 a:visited, h1 a:link {
19-
color: #c1ad97;
2015
text-decoration: none;
2116
}
2217

2318
h2, h3, h4, h5, h6 {
24-
color: #535f6f;
2519
}

0 commit comments

Comments
 (0)