Skip to content

Commit d71a59c

Browse files
committed
new project page
1 parent 0f1dd68 commit d71a59c

File tree

4 files changed

+137
-67
lines changed

4 files changed

+137
-67
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
data.yml

Rakefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
task :default => :build
22

33
desc "Build my site, dammit!"
4-
task :build => [ :index, :projects, :contact, :talks, :about ]
4+
task :build => [ :index, :contact, :talks, :about ]
55

66
def build(page)
77
require 'yaml'
@@ -28,10 +28,6 @@ task :about do
2828
build :about
2929
end
3030

31-
task :projects do
32-
build :projects
33-
end
34-
3531
task :talks do
3632
build :talks
3733
end

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>Chris Wanstrath</h1>
2020

2121
<p>CEO and Co-Founder of <a href="http://github.com/defunkt">GitHub</a>.</p>
2222

23-
<p><a href="&#109;&#x61;&#105;&#108;&#x74;&#111;&#x3a;&#99;&#104;&#x72;&#105;&#x73;&#x40;&#119;&#x61;&#x6e;&#115;&#x74;&#114;&#97;&#116;&#x68;&#x2e;&#x63;&#x6f;&#109;">&#x63;&#104;&#x72;&#x69;&#x73;&#64;&#119;&#x61;&#110;&#115;&#x74;&#x72;&#97;&#116;&#104;&#46;&#x63;&#x6f;&#109;</a></p>
23+
<p><a href="&#x6d;&#x61;&#x69;&#x6c;&#116;&#111;&#x3a;&#x63;&#x68;&#114;&#x69;&#115;&#x40;&#119;&#x61;&#x6e;&#115;&#116;&#x72;&#x61;&#x74;&#x68;&#46;&#99;&#111;&#x6d;">&#99;&#x68;&#114;&#x69;&#115;&#64;&#119;&#x61;&#x6e;&#115;&#x74;&#114;&#x61;&#x74;&#104;&#x2e;&#x63;&#111;&#x6d;</a></p>
2424

2525
<p><a href="/projects">projects</a> |
2626
<a href="/talks">talks</a> |

projects.html

Lines changed: 134 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -3,83 +3,156 @@
33
<head>
44
<title> projects </title>
55
<link href="/css/reset.css" rel="stylesheet" type="text/css" />
6-
<link href="/css/defunkt.css" rel="stylesheet" type="text/css" />
7-
<style>.row { width: 4968px; }</style>
6+
<style>
7+
body {
8+
background-color: #00ffff;
9+
font-family: Helvetica Neue, Arial, sans-serif;
10+
margin-left: 15px;
11+
}
12+
h1 { font-size: 120px; float: right; }
13+
h2 { font-size: 60px; margin-top: 20px; }
14+
li { font-size: 50px; margin-top: 10px; }
15+
a { color: white; font-weight: bold; text-decoration: none; }
16+
.back { margin-top: 30px; font-size: 100px; }
17+
.back a:hover { color: red; }
18+
19+
.row > :nth-child(6n+1) a:hover {
20+
color: #FFFF00;
21+
}
22+
23+
.row > :nth-child(6n+2) a:hover {
24+
color: #FF0000;
25+
}
26+
27+
.row > :nth-child(6n+3) a:hover {
28+
color: #00FF00;
29+
}
30+
31+
.row > :nth-child(6n+4) a:hover {
32+
color: #FF00FF;
33+
}
34+
35+
.row > :nth-child(6n+5) a:hover {
36+
color: #0000FF;
37+
}
38+
39+
.row > :nth-child(6n+6) a:hover {
40+
color: #FF8000;
41+
}
42+
</style>
843
</head>
944

1045
<body>
1146
<h1> projects </h1>
1247

13-
<div class="row">
14-
<a href="http://github.com" class="block">
15-
<h2> github </h2>
16-
<p> Social coding. </p>
17-
</a>
18-
<a href="http://github.com/defunkt/resque" class="block">
19-
<h2> resque </h2>
20-
<p> A Redis-backed Ruby library for queueing and working. </p>
48+
<h2> sites </h2>
49+
<ul class="row">
50+
<li>
51+
<a href="http://github.com">
52+
github
2153
</a>
22-
<a href="http://defunkt.github.com/mustache" class="block">
23-
<h2> mustache </h2>
24-
<p> Logic-less templates. </p>
25-
</a>
26-
<a href="http://github.com/defunkt/pystache" class="block">
27-
<h2> pystache </h2>
28-
<p> Mustache in Python </p>
29-
</a>
30-
<a href="http://github.com/defunkt/hub" class="block">
31-
<h2> hub </h2>
32-
<p> hub introduces git to GitHub </p>
33-
</a>
34-
<a href="http://github.com/defunkt/repl" class="block">
35-
<h2> repl </h2>
36-
<p> sometimes you need a repl </p>
37-
</a>
38-
<a href="http://github.com/defunkt/gist" class="block">
39-
<h2> gist </h2>
40-
<p> Absolutely the best command line gister. </p>
41-
</a>
42-
<a href="http://defunkt.github.com/gem-man/" class="block">
43-
<h2> gem-man </h2>
44-
<p> View a RubyGem's man page </p>
54+
</li>
55+
56+
<li>
57+
<a href="http://ozmm.org">
58+
blog
4559
</a>
46-
<a href="http://hurl.it/" class="block">
47-
<h2> hurl </h2>
48-
<p> Hurl makes HTTP requests </p>
60+
</li>
61+
62+
<li>
63+
<a href="http://hurl.it">
64+
hurl
4965
</a>
50-
<a href="http://github.com/defunkt/coffee-mode" class="block">
51-
<h2> coffee-mode </h2>
52-
<p> CoffeeScript major mode for Emacs. </p>
66+
</li>
67+
68+
<li>
69+
<a href="http://cheat.errtheblog.com">
70+
cheat
5371
</a>
54-
<a href="http://github.com/defunkt/textmate.el" class="block">
55-
<h2> textmate.el </h2>
56-
<p> Basic emulation of awesome TextMate features for Emacs. </p>
72+
</li>
73+
</ul>
74+
75+
<h2> tools </h2>
76+
<ul class="row">
77+
<li>
78+
<a href="http://defunkt.github.com/hub/hub.1.html">
79+
hub
80+
</a>
81+
</li>
82+
<li>
83+
<a href="http://defunkt.github.com/repl/">
84+
repl
85+
</a>
86+
</li>
87+
<li>
88+
<a href="http://defunkt.github.com/gist/">
89+
gist
90+
</a>
91+
</li>
92+
<li>
93+
<a href="http://gist.github.com/318247">
94+
browser
95+
</a>
96+
</li>
97+
</ul>
98+
99+
<h2> ruby </h2>
100+
<ul class="row">
101+
<li>
102+
<a href="http://github.com/defunkt/resque#readme">
103+
resque
57104
</a>
58-
<a href="http://github.com/defunkt/gist.el" class="block">
59-
<h2> gist.el </h2>
60-
<p> Yet another Emacs paste mode, this one for Gist. </p>
105+
</li>
106+
107+
<li>
108+
<a href="http://mustache.github.com">
109+
mustache
61110
</a>
62-
<a href="http://github.com/defunkt/cijoe" class="block">
63-
<h2> cijoe </h2>
64-
<p> A simple Continuous Integration server. </p>
111+
</li>
112+
113+
<li>
114+
<a href="http://github.com/defunkt/rip">
115+
rip
65116
</a>
66-
<a href="http://hellorip.com" class="block">
67-
<h2> rip </h2>
68-
<p> A next generation packaging system for Ruby. </p>
117+
</li>
118+
119+
<li>
120+
<a href="http://defunkt.github.com/gem-man/">
121+
gem-man
69122
</a>
70-
<a href="http://github.com/defunkt/github-markup" class="block">
71-
<h2> github-markup </h2>
72-
<p> The code we use to render README.your_favorite_markup </p>
123+
</li>
124+
</ul>
125+
126+
<h2> emacs </h2>
127+
<ul class="row">
128+
<li>
129+
<a href="http://github.com/defunkt/textmate.el">
130+
textmate.el
73131
</a>
74-
<a href="http://github.com/defunkt/fakefs" class="block">
75-
<h2> fakefs </h2>
76-
<p> A fake filesystem. Use it in your tests. </p>
132+
</li>
133+
134+
<li>
135+
<a href="http://github.com/defunkt/coffee-mode">
136+
coffee-mode
77137
</a>
78-
<a href="http://github.com/defunkt/facebox" class="block">
79-
<h2> facebox </h2>
80-
<p> Facebook-style lightbox, built in jQuery </p>
138+
</li>
139+
140+
<li>
141+
<a href="http://github.com/defunkt/gist.el">
142+
gist.el
81143
</a>
82-
</div>
144+
</li>
145+
146+
</ul>
147+
148+
<h2> python </h2>
149+
<ul class="row">
150+
<li>
151+
<a href="http://github.com/defunkt/pystache">
152+
pystache
153+
</a>
154+
</li>
155+
</ul>
83156

84157
<div class="back">
85158
<a href="/">

0 commit comments

Comments
 (0)