From 6c2c7b91a766648d7de0b81366c9f710e696e287 Mon Sep 17 00:00:00 2001 From: Scott Chacon Date: Mon, 29 Jun 2009 22:13:59 -0700 Subject: [PATCH] homepage relayout --- TODO | 10 ++++++++++ public/css/style.css | 2 ++ public/index.html | 11 +++++++---- 3 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..2093a5a --- /dev/null +++ b/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?) diff --git a/public/css/style.css b/public/css/style.css index c9c9f46..ddc01a2 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,3 +1,5 @@ +body { font-size: 1.1em } + a { color: #000; } #welcome h1 { diff --git a/public/index.html b/public/index.html index 9d5ff86..d294643 100644 --- a/public/index.html +++ b/public/index.html @@ -47,7 +47,7 @@

Welcome to the GitHub Contest

-
+

The Contest

The contest is pretty simple. You download our sample data which includes a file containing which users are watching which repostitories, @@ -71,7 +71,7 @@

The Contest

-
+

The Prize

@@ -82,7 +82,7 @@

The Prize

-
+

The Data

The sample data consists of 440,237 entries - each identifying a single user who has watched a single repository. This data contains:

@@ -91,6 +91,9 @@

The Data

  • 120,867 unique repositories
  • 56,555 unique users + +

    You may download the dataset + here

    We include in seperate files the names and calculated language breakdowns for each repository @@ -101,7 +104,7 @@

    The Data

  • -
    +

    The Rules

    • All the code used to generate your results.txt file must be included in your repository