<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,20 +10,25 @@
 	&lt;style type=&quot;text/css&quot;&gt;
 		body {
   		margin-top: 1.0em;
-  		background-color: #3c1115;
+  		background-color: #ddd;
 		  font-family: &quot;helvetica&quot;; 
-  		color: #ffffff;
+  		color: #222;
     }
     #container {
+      background: #eee;
+      padding: 1em;
       margin: 0 auto;
       width: 700px;
     }
-		h1 { font-size: 3.8em; color: #c3eeea; margin-bottom: 3px; }
+		h1 { font-size: 2.8em; color: #114; margin-bottom: 3px; }
 		h1 .small { font-size: 0.4em; }
 		h1 a { text-decoration: none }
-		h2 { font-size: 1.5em; color: #c3eeea; }
-    h3 { text-align: center; color: #c3eeea; }
-    a { color: #c3eeea; }
+		h2 { font-size: 1.5em; color: #224; }
+    h3 { text-align: center; color: #114; }
+    a { color: #334; }
+    a:hover { color: #223; }
+    
+    .code { background: #FAFEDE;}
     .description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
     .download { float: right; }
 		pre { background: #000; color: #fff; padding: 15px;}
@@ -36,53 +41,61 @@
 &lt;body&gt;
   &lt;a href=&quot;http://github.com/daeltar/arcade_raptor&quot;&gt;&lt;img style=&quot;position: absolute; top: 0; right: 0; border: 0;&quot; src=&quot;http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png&quot; alt=&quot;Fork me on GitHub&quot; /&gt;&lt;/a&gt;
   
-  &lt;div id=&quot;container&quot;&gt;
-
-    &lt;div class=&quot;download&quot;&gt;
-      &lt;a href=&quot;http://github.com/daeltar/arcade_raptor/zipball/master&quot;&gt;
-        &lt;img border=&quot;0&quot; width=&quot;90&quot; src=&quot;http://github.com/images/modules/download/zip.png&quot;&gt;&lt;/a&gt;
-      &lt;a href=&quot;http://github.com/daeltar/arcade_raptor/tarball/master&quot;&gt;
-        &lt;img border=&quot;0&quot; width=&quot;90&quot; src=&quot;http://github.com/images/modules/download/tar.png&quot;&gt;&lt;/a&gt;
-    &lt;/div&gt;
-      
-    &lt;h1&gt;&lt;a href=&quot;http://github.com/daeltar/arcade_raptor&quot;&gt;arcade_raptor&lt;/a&gt; 
-      &lt;span class=&quot;small&quot;&gt;by &lt;a href=&quot;http://github.com/daeltar&quot;&gt;daeltar&lt;/a&gt;&lt;/span&gt;&lt;/h1&gt;
-
-    &lt;div class=&quot;description&quot;&gt;
-      Variation of space shooter game written in C++ with SDL lib.
-    &lt;/div&gt;
+&lt;div id=&quot;container&quot;&gt;
 
-    &lt;p&gt;Shoot as much enemies as you can before they shoot you.&lt;/p&gt;&lt;h2&gt;Dependencies&lt;/h2&gt;
-&lt;p&gt;For OS X: bundled SDL
-For Linux: libsdl, sdl_ttf, sdl_image&lt;/p&gt;
-&lt;h2&gt;Install&lt;/h2&gt;
-&lt;p&gt;1) Get source: git clone git://github.com/daeltar/arcade_raptor.git
-2) make OSTYPE=linux or make Raptor.app on OS X
-3) run ./raptor or on OS X doubleclick Raptor.app&lt;/p&gt;
-&lt;h2&gt;License&lt;/h2&gt;
-&lt;p&gt;MIT&lt;/p&gt;
-&lt;h2&gt;Authors&lt;/h2&gt;
-&lt;p&gt;Luk&#225;&#353; Konarovsk&#253; (daeltar@gmail.com)&lt;br/&gt;&lt;br/&gt;      &lt;/p&gt;
-&lt;h2&gt;Contact&lt;/h2&gt;
-&lt;p&gt; (daeltar@gmail.com)&lt;br/&gt;      &lt;/p&gt;
+  &lt;div class=&quot;download&quot;&gt;
+    &lt;a href=&quot;http://github.com/daeltar/arcade_raptor/zipball/master&quot;&gt;
+      &lt;img border=&quot;0&quot; width=&quot;90&quot; src=&quot;http://github.com/images/modules/download/zip.png&quot;&gt;&lt;/a&gt;
+    &lt;a href=&quot;http://github.com/daeltar/arcade_raptor/tarball/master&quot;&gt;
+      &lt;img border=&quot;0&quot; width=&quot;90&quot; src=&quot;http://github.com/images/modules/download/tar.png&quot;&gt;&lt;/a&gt;
+  &lt;/div&gt;
+    
+  &lt;h1&gt;&lt;a href=&quot;http://github.com/daeltar/arcade_raptor&quot;&gt;arcade_raptor&lt;/a&gt; 
+    &lt;span class=&quot;small&quot;&gt;by &lt;a href=&quot;http://github.com/daeltar&quot;&gt;daeltar&lt;/a&gt;&lt;/span&gt;&lt;/h1&gt;
 
+  &lt;div class=&quot;description&quot;&gt;
+    Variation of space shooter game written in C++ with SDL lib.
+  &lt;/div&gt;
 
-    &lt;h2&gt;Download&lt;/h2&gt;
-    &lt;p&gt;
-      You can download this project in either
-      &lt;a href=&quot;http://github.com/daeltar/arcade_raptor/zipball/master&quot;&gt;zip&lt;/a&gt; or
-      &lt;a href=&quot;http://github.com/daeltar/arcade_raptor/tarball/master&quot;&gt;tar&lt;/a&gt; formats.
-    &lt;/p&gt;
-    &lt;p&gt;You can also clone the project with &lt;a href=&quot;http://git-scm.com&quot;&gt;Git&lt;/a&gt;
-      by running:
-      &lt;pre&gt;$ git clone git://github.com/daeltar/arcade_raptor&lt;/pre&gt;
-    &lt;/p&gt;
+  &lt;p&gt;Shoot as much enemies as you can before they shoot you.&lt;/p&gt;
+  
+  &lt;h2&gt;Dependencies&lt;/h2&gt;
+  &lt;p&gt;
+    For OS X: bundled SDL
+  &lt;/p&gt;&lt;p&gt;
+    For Linux: libsdl, sdl_ttf, sdl_image
+  &lt;/p&gt;
+  
+  &lt;h2&gt;Download&lt;/h2&gt;
+  &lt;p&gt;
+    You can download this project in either
+    &lt;a href=&quot;http://github.com/daeltar/arcade_raptor/zipball/master&quot;&gt;zip&lt;/a&gt; or
+    &lt;a href=&quot;http://github.com/daeltar/arcade_raptor/tarball/master&quot;&gt;tar&lt;/a&gt; formats.
+  &lt;/p&gt;
+  
+  &lt;p&gt;You can also clone the project with &lt;a href=&quot;http://git-scm.com&quot;&gt;Git&lt;/a&gt;
+    by running:
+    &lt;pre&gt;$ git clone git://github.com/daeltar/arcade_raptor&lt;/pre&gt;
+  &lt;/p&gt;
+  
+  &lt;h2&gt;Build &amp;amp; Install&lt;/h2&gt;
+  &lt;ol&gt;
+    &lt;li&gt;&lt;span class=&quot;code&quot;&gt;make OSTYPE=linux&lt;/span&gt; or &lt;span class=&quot;code&quot;&gt;make Raptor.app&lt;/span&gt; on OS X&lt;/li&gt;
+    &lt;li&gt;run &lt;span class=&quot;code&quot;&gt;./raptor&lt;/span&gt; or on OS X doubleclick Raptor.app&lt;/li&gt;
+  &lt;/ol&gt;
+  
+  &lt;h2&gt;License&lt;/h2&gt;
+  &lt;p&gt;MIT&lt;/p&gt;
+  
+  &lt;h2&gt;Author and Contact&lt;/h2&gt;
+  &lt;p&gt;&lt;a href=&quot;http://daeltar.org&quot;&gt;daeltar&lt;/a&gt; (daeltar@gmail.com)
+  &lt;/p&gt;
       
-    &lt;div class=&quot;footer&quot;&gt;
-      get the source code on GitHub : &lt;a href=&quot;http://github.com/daeltar/arcade_raptor&quot;&gt;daeltar/arcade_raptor&lt;/a&gt;
-    &lt;/div&gt;
-    
+  &lt;div class=&quot;footer&quot;&gt;
+    get the source code on GitHub : &lt;a href=&quot;http://github.com/daeltar/arcade_raptor&quot;&gt;daeltar/arcade_raptor&lt;/a&gt;
   &lt;/div&gt;
+  
+&lt;/div&gt;
 
   
 &lt;/body&gt;</diff>
      <filename>index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>00683eb1c64a5ac28be39008f30082d7108ba747</id>
    </parent>
  </parents>
  <author>
    <name>Luk&#225;&#353; Konarovsk&#253;</name>
    <email>daeltar@gmail.com</email>
  </author>
  <url>http://github.com/daeltar/arcade_raptor/commit/9f4b900b79f645899562f55a6c2ec163dd550f82</url>
  <id>9f4b900b79f645899562f55a6c2ec163dd550f82</id>
  <committed-date>2009-06-07T14:10:47-07:00</committed-date>
  <authored-date>2009-06-07T14:10:47-07:00</authored-date>
  <message>Github page done right.</message>
  <tree>703e22f7a67e7343445a216e8e70d8078ac12ce6</tree>
  <committer>
    <name>Luk&#225;&#353; Konarovsk&#253;</name>
    <email>daeltar@gmail.com</email>
  </committer>
</commit>
