File tree 7 files changed +38
-12
lines changed
7 files changed +38
-12
lines changed Original file line number Diff line number Diff line change 9
9
p {
10
10
margin-left : 200px ;
11
11
}
12
+ img {
13
+ position : absolute;
14
+ right : 0px ;
15
+ top : 0px ;
16
+ }
12
17
</ style >
13
18
</ head >
14
19
15
20
< body >
16
21
< h1 > chris w. </ h1 >
17
22
23
+ < img src ="/img/me.jpg ">
24
+
18
25
< 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 >
20
26
< p > lives in < a href ="http://www.flickr.com/search/?q=dolores+park "> San Francisco, CA</ a > .</ p >
21
27
< 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 >
23
30
< p > can be emailed at < a href ="mailto:chris@ozmm.org "> chris@ozmm.org</ a > .</ p >
24
31
< div class ="back ">
25
32
< a href ="/ ">
Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ <h2> twitter </h2>
33
33
< h2 > blog </ h2 >
34
34
< p > ones zeros majors and minors </ p >
35
35
</ a >
36
- < a href ="http://flickr.com/photos/ozmm " class ="block ">
37
- < h2 > flickr </ h2 >
38
- < p > iphone photos </ p >
39
- </ a >
40
36
< a href ="http://defunktionjunktion.typepad.com/blog/ " class ="block ">
41
37
< h2 > defunktion junktion </ h2 >
42
38
< p > tumblin’ </ p >
43
39
</ a >
40
+ < a href ="http://flickr.com/photos/ozmm " class ="block ">
41
+ < h2 > flickr </ h2 >
42
+ < p > iphone photos </ p >
43
+ </ a >
44
44
< a href ="http://baconfile.com/defunkt/ " class ="block ">
45
45
< h2 > baconfile </ h2 >
46
46
< p > tasty files </ p >
Original file line number Diff line number Diff line change 24
24
list-style-type : none;
25
25
}
26
26
27
+ .bottom {
28
+ position : absolute;
29
+ bottom : 10px ;
30
+ left : 850px ;
31
+ }
32
+
27
33
a {
28
34
color : # 444 ;
29
35
line-height : 18px ;
40
46
</ head >
41
47
< body >
42
48
< div class ="links ">
43
- < a href ="about .html "> about </ a > |
49
+ < a href ="contact .html "> contact </ a > |
44
50
< a href ="projects.html "> projects</ a > |
45
51
< a href ="talks.html "> talks</ a >
46
52
</ div >
53
+
54
+ < div class ="bottom ">
55
+ < a href ="about.html ">
56
+ about chris wanstrath
57
+ </ a >
58
+ </ div >
47
59
</ body >
48
60
</ html >
Original file line number Diff line number Diff line change 9
9
p {
10
10
margin-left: 200px;
11
11
}
12
+ img {
13
+ position: absolute;
14
+ right: 0px;
15
+ top: 0px;
16
+ }
12
17
</style >
13
18
</head >
14
19
15
20
<body >
16
21
<h1 > chris w. </h1 >
17
22
23
+ <img src =" /img/me.jpg" >
24
+
18
25
{ {#about} }
19
26
<p >{ {{fact} }}</p >
20
27
{ {/about} }
Original file line number Diff line number Diff line change 1
1
---
2
2
about :
3
3
- 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>.
5
4
- fact : lives in <a href="http://www.flickr.com/search/?q=dolores+park">San Francisco, CA</a>.
6
5
- 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>.
8
8
- fact : can be emailed at <a href="mailto:chris@ozmm.org">chris@ozmm.org</a>.
9
9
width : 1756
10
10
---
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ contact:
12
12
- name : blog
13
13
url : http://ozmm.org
14
14
description : ones zeros majors and minors
15
- - name : flickr
16
- url : http://flickr.com/photos/ozmm
17
- description : iphone photos
18
15
- name : defunktion junktion
19
16
url : http://defunktionjunktion.typepad.com/blog/
20
17
description : tumblin’
18
+ - name : flickr
19
+ url : http://flickr.com/photos/ozmm
20
+ description : iphone photos
21
21
- name : baconfile
22
22
url : http://baconfile.com/defunkt/
23
23
description : tasty files
You can’t perform that action at this time.
0 commit comments