|
3 | 3 | <head>
|
4 | 4 | <title> projects </title>
|
5 | 5 | <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> |
8 | 43 | </head>
|
9 | 44 |
|
10 | 45 | <body>
|
11 | 46 | <h1> projects </h1>
|
12 | 47 |
|
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 |
21 | 53 | </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 |
45 | 59 | </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 |
49 | 65 | </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 |
53 | 71 | </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 |
57 | 104 | </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 |
61 | 110 | </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 |
65 | 116 | </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 |
69 | 122 | </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 |
73 | 131 | </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 |
77 | 137 | </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 |
81 | 143 | </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> |
83 | 156 |
|
84 | 157 | <div class="back">
|
85 | 158 | <a href="/">
|
|
0 commit comments