<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE</filename>
    </added>
    <added>
      <filename>javascripts/github.js</filename>
    </added>
    <added>
      <filename>stylesheets/home.css</filename>
    </added>
    <added>
      <filename>stylesheets/pages.css</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,6 @@
 var Quirkey = {
 	initialize: function() {
 		this.quirkey_nav.initialize();
-		this.github.initialize();
 	},
 	quirkey_nav: {
 		opened: false,
@@ -32,42 +31,6 @@ var Quirkey = {
 			$('#quirkey_nav').slideUp(400);
 			this.opened = false;
 		}
-	},
-	github: {
-		initialize: function () {
-			this.fetch();
-		},
-		fetch: function() {
-			$.getJSON('http://github.com/api/v1/json/quirkey?callback=?', Quirkey.github.load);
-		},
-		load: function(github_data) {
-			var gh = Quirkey.github;
-			var repositories = github_data.user.repositories;
-			repositories.sort(function(a,b) {
-				return (a.watchers + a.forks) - (b.watchers + b.forks);
-			});
-			$('.project_holder').hide();
-			$.each(repositories, function(i, repository) {
-				if (!repository.fork &amp;&amp; !repository.private) {
-					if (repository.watchers &gt; 2) {
-						// popular
-						gh.displayRepository('popular', repository, true);
-					} else {
-						// other
-						gh.displayRepository('other', repository, false);
-					}
-				}
-			});
-		},
-		displayRepository: function(inside, repo, show_stats) {
-			var repo_html = '&lt;div class=&quot;repo&quot;&gt;&lt;h3&gt;&lt;a href=&quot;' + repo.url + '&quot;&gt;' + repo.name + '&lt;/a&gt;';
-			if (show_stats) {
-				repo_html += ' (' + repo.watchers + ')';
-			}
-			repo_html += '&lt;/h3&gt;';
-			repo_html += '&lt;p&gt;' + repo.description + '&lt;/p&gt;&lt;/div&gt;';
-			$('#projects_' + inside).prepend(repo_html);
-		}
 	}
 };
 </diff>
      <filename>javascripts/quirkey.js</filename>
    </modified>
    <modified>
      <diff>@@ -129,44 +129,3 @@ a img {
 	color: #72391E;
 }
 
-#projects_popular {
-	
-}
-#projects_other {
-	
-}
-#projects_popular .repo {
-	
-}
-#projects_popular .repo h3 {
-	color: #CCC;
-}
-#projects_popular .repo h3 a {
-	font-size: 22px;
-	color:#996328;
-	text-decoration:none;
-}
-#projects_popular .repo h3 a:hover {
-	color:#333;
-}
-
-#projects_popular .repo p {
-	font-size: 18px;
-	color:#666;
-}
-.repo {
-	width: 50%;
-	float:left;
-}
-#projects_other .repo h3 {
-	margin-bottom: 0px;
-}
-#projects_other .repo h3 a {
-	text-decoration: none;
-}
-#projects_other .repo p {
-	font-size: 14px;
-	color:#666;
-}
-
-</diff>
      <filename>stylesheets/quirkey.css</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>License.txt</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>badc1b7ca7136db011cf12f65a1bbc6560b45d94</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Quint</name>
    <email>aaron@quirkey.com</email>
  </author>
  <url>http://github.com/quirkey/quirkey.github.com/commit/24c04eb4cec140688c1eae3536ee1ae368c88a47</url>
  <id>24c04eb4cec140688c1eae3536ee1ae368c88a47</id>
  <committed-date>2009-03-02T10:59:18-08:00</committed-date>
  <authored-date>2009-03-02T10:59:18-08:00</authored-date>
  <message>Refactoring/making more modular for jekyll</message>
  <tree>27bdcd6c7875f81614404da2d73f2d781c5617df</tree>
  <committer>
    <name>Aaron Quint</name>
    <email>aaron@quirkey.com</email>
  </committer>
</commit>
