Skip to content

Commit 719b639

Browse files
committed
me
1 parent 13422c0 commit 719b639

File tree

7 files changed

+38
-12
lines changed

7 files changed

+38
-12
lines changed

about.html

+9-2
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,24 @@
99
p {
1010
margin-left: 200px;
1111
}
12+
img {
13+
position: absolute;
14+
right: 0px;
15+
top: 0px;
16+
}
1217
</style>
1318
</head>
1419

1520
<body>
1621
<h1> chris w. </h1>
1722

23+
<img src="/img/me.jpg">
24+
1825
<p>cofounded <a href="http://github.com">GitHub</a>.</p>
19-
<p>used to work at <a href="http://en.wikipedia.org/wiki/CNET_Networks">CNET</a>.</p>
2026
<p>lives in <a href="http://www.flickr.com/search/?q=dolores+park">San Francisco, CA</a>.</p>
2127
<p>grew up in <a href="http://www.flickr.com/search/?q=cincinnati%20bengals">Cincinnati, OH</a>.</p>
22-
<p>loves <a href="http://en.wikipedia.org/wiki/A_Song_of_Ice_and_Fire">George R. R. Martin</a> books.</p>
28+
<p>reads <a href="http://en.wikipedia.org/wiki/A_Song_of_Ice_and_Fire">George R. R. Martin</a>.</p>
29+
<p>listens to <a href="http://en.wikipedia.org/wiki/Colors_(Between_the_Buried_and_Me_album)">Colors</a>.</p>
2330
<p>can be emailed at <a href="mailto:chris@ozmm.org">chris@ozmm.org</a>.</p>
2431
<div class="back">
2532
<a href="/">

contact.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ <h2> twitter </h2>
3333
<h2> blog </h2>
3434
<p> ones zeros majors and minors </p>
3535
</a>
36-
<a href="http://flickr.com/photos/ozmm" class="block">
37-
<h2> flickr </h2>
38-
<p> iphone photos </p>
39-
</a>
4036
<a href="http://defunktionjunktion.typepad.com/blog/" class="block">
4137
<h2> defunktion junktion </h2>
4238
<p> tumblin&#8217; </p>
4339
</a>
40+
<a href="http://flickr.com/photos/ozmm" class="block">
41+
<h2> flickr </h2>
42+
<p> iphone photos </p>
43+
</a>
4444
<a href="http://baconfile.com/defunkt/" class="block">
4545
<h2> baconfile </h2>
4646
<p> tasty files </p>

img/me.jpg

35.8 KB
Loading

index.html

+13-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
list-style-type: none;
2525
}
2626

27+
.bottom {
28+
position: absolute;
29+
bottom: 10px;
30+
left: 850px;
31+
}
32+
2733
a {
2834
color: #444;
2935
line-height: 18px;
@@ -40,9 +46,15 @@
4046
</head>
4147
<body>
4248
<div class="links">
43-
<a href="about.html">about</a> |
49+
<a href="contact.html">contact</a> |
4450
<a href="projects.html">projects</a> |
4551
<a href="talks.html">talks</a>
4652
</div>
53+
54+
<div class="bottom">
55+
<a href="about.html">
56+
about chris wanstrath
57+
</a>
58+
</div>
4759
</body>
4860
</html>

pages/about.mustache

+7
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,19 @@
99
p {
1010
margin-left: 200px;
1111
}
12+
img {
13+
position: absolute;
14+
right: 0px;
15+
top: 0px;
16+
}
1217
</style>
1318
</head>
1419

1520
<body>
1621
<h1> chris w. </h1>
1722

23+
<img src="/img/me.jpg">
24+
1825
{{#about}}
1926
<p>{{{fact}}}</p>
2027
{{/about}}

pages/about.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
about:
33
- fact: cofounded <a href="http://github.com">GitHub</a>.
4-
- fact: used to work at <a href="http://en.wikipedia.org/wiki/CNET_Networks">CNET</a>.
54
- fact: lives in <a href="http://www.flickr.com/search/?q=dolores+park">San Francisco, CA</a>.
65
- fact: grew up in <a href="http://www.flickr.com/search/?q=cincinnati%20bengals">Cincinnati, OH</a>.
7-
- fact: loves <a href="http://en.wikipedia.org/wiki/A_Song_of_Ice_and_Fire">George R. R. Martin</a> books.
6+
- fact: reads <a href="http://en.wikipedia.org/wiki/A_Song_of_Ice_and_Fire">George R. R. Martin</a>.
7+
- fact: listens to <a href="http://en.wikipedia.org/wiki/Colors_(Between_the_Buried_and_Me_album)">Colors</a>.
88
- fact: can be emailed at <a href="mailto:chris@ozmm.org">chris@ozmm.org</a>.
99
width: 1756
1010
---

pages/contact.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ contact:
1212
- name: blog
1313
url: http://ozmm.org
1414
description: ones zeros majors and minors
15-
- name: flickr
16-
url: http://flickr.com/photos/ozmm
17-
description: iphone photos
1815
- name: defunktion junktion
1916
url: http://defunktionjunktion.typepad.com/blog/
2017
description: tumblin&#8217;
18+
- name: flickr
19+
url: http://flickr.com/photos/ozmm
20+
description: iphone photos
2121
- name: baconfile
2222
url: http://baconfile.com/defunkt/
2323
description: tasty files

0 commit comments

Comments
 (0)