Skip to content

Commit

Permalink
homepage relayout
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Jun 30, 2009
1 parent 3fc2979 commit 6c2c7b9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
10 changes: 10 additions & 0 deletions TODO
@@ -0,0 +1,10 @@
TODO:

* look for results.txt blob sha, only process if it is there and has changed

* add error field to score, fill out with 0 score if there was an error
- display on the score page

* setup a forwarding A record

* simplify the home page a bit? (all one column, perhaps?)
2 changes: 2 additions & 0 deletions public/css/style.css
@@ -1,3 +1,5 @@
body { font-size: 1.1em }

a { color: #000; }

#welcome h1 {
Expand Down
11 changes: 7 additions & 4 deletions public/index.html
Expand Up @@ -47,7 +47,7 @@ <h1>Welcome to the GitHub Contest</h1>
</p>
</div>

<div class="span-11">
<div class="span-15">
<h2>The Contest</h2>
<p>The contest is pretty simple. You download our sample data which
includes a file containing which users are watching which repostitories,
Expand All @@ -71,7 +71,7 @@ <h2>The Contest</h2>
<div class="button red"><a href="/register">Get started now!</a></div>
</div>

<div class="span-10 last">
<div class="span-6 last">
<h2>The Prize</h2>

<center><img height="280" src="images/pappy.jpg"></center>
Expand All @@ -82,7 +82,7 @@ <h2>The Prize</h2>

</div>

<div class="span-11">
<div class="span-21 last">
<h2>The Data</h2>
<p>The sample data consists of 440,237 entries - each identifying a single user
who has watched a single repository. This data contains:</p>
Expand All @@ -91,6 +91,9 @@ <h2>The Data</h2>
<li>120,867 unique repositories
<li>56,555 unique users
</ul>

<p>You may download the dataset
<a href="https://github.s3.amazonaws.com/data/download.tar.bz2">here</a></p>

<p>We include in seperate files the names and
calculated language breakdowns for each repository
Expand All @@ -101,7 +104,7 @@ <h2>The Data</h2>

</div>

<div class="span-10 last">
<div class="span-21 last">
<h2>The Rules</h2>
<ul>
<li> All the code used to generate your <code>results.txt</code> file must be included in your repository
Expand Down

0 comments on commit 6c2c7b9

Please sign in to comment.