<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>images/wwr.jpg</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en-us&quot;&gt;
 &lt;head&gt;
    &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
-   &lt;title&gt;{{ page.title }}&lt;/title&gt;
+   &lt;title&gt;Keep Learning - {{ page.title }}&lt;/title&gt;
    &lt;meta name=&quot;author&quot; content=&quot;Lucas H&#250;ngaro&quot; /&gt;
    &lt;link href=&quot;http://feeds.feedburner.com/lucashungaro&quot; rel=&quot;alternate&quot; title=&quot;Lucas H&#250;ngaro&quot; type=&quot;application/atom+xml&quot; /&gt;
 
@@ -18,7 +18,8 @@
 
 &lt;div class=&quot;site&quot;&gt;
   &lt;div class=&quot;title&quot;&gt;
-    &lt;a href=&quot;/&quot;&gt;home&lt;/a&gt;
+    &lt;a href=&quot;/&quot; class=&quot;main_title&quot;&gt;Keep Learning, by Lucas H&#250;ngaro&lt;/a&gt;
+    &lt;span class=&quot;subtitle&quot;&gt;Knowledge is never enough&lt;/span&gt;
     &lt;a class=&quot;extra&quot; href=&quot;/about.html&quot;&gt;About me&lt;/a&gt;
   &lt;/div&gt;
 </diff>
      <filename>_layouts/default.html</filename>
    </modified>
    <modified>
      <diff>@@ -115,6 +115,7 @@ ul.posts {
     color: #aaa;
     text-decoration: none;
     margin-left: 1em;
+    float: right;
   }
 
   .site .title a.extra:hover {
@@ -152,6 +153,32 @@ ul.posts {
         border: 0;
       }
 
+.main_title {
+  font-size: 125%;
+  margin-bottom: 0.2em;
+  display: block;
+}
+
+.subtitle {
+  font-size: 90%;
+  margin-bottom: 0.2em;
+  color:#AAAAAA;
+}
+
+.banner {
+  margin-left: 490px;
+  position: absolute;
+}
+
+img.wwr {
+  border: 1px solid #ddd;
+}
+
+h1.oss {
+  margin-top: 5.5em;
+}
+
+
 /*****************************************************************************/
 /*
 /* Posts</diff>
      <filename>css/screen.css</filename>
    </modified>
    <modified>
      <diff>@@ -5,13 +5,18 @@ title: Lucas H&#250;ngaro
 
 &lt;div id=&quot;home&quot;&gt;
   &lt;h1&gt;Blog Posts&lt;/h1&gt;
+  &lt;span class=&quot;banner&quot;&gt;
+      &lt;a rel=&quot;external&quot; target=&quot;_blank&quot; href=&quot;http://workingwithrails.com/recommendation/new/person/9370-lucas-h-ngaro&quot;&gt;
+          &lt;img src=&quot;/images/wwr.jpg&quot; title=&quot;Recommend me on WWR&quot; alt=&quot;Recommend me on WWR&quot; class=&quot;wwr&quot;/&gt;
+      &lt;/a&gt;
+  &lt;/span&gt;
   &lt;ul class=&quot;posts&quot;&gt;
     {% for post in site.posts %}
       &lt;li&gt;&lt;span&gt;{{ post.date | date_to_string }}&lt;/span&gt; &amp;raquo; &lt;a href=&quot;{{ post.url }}&quot;&gt;{{ post.title }}&lt;/a&gt;&lt;/li&gt;
     {% endfor %}
   &lt;/ul&gt;
 
-  &lt;h1&gt;Open Source Projects&lt;/h1&gt;
+  &lt;h1 class=&quot;oss&quot;&gt;Open Source Projects&lt;/h1&gt;
   &lt;ul class=&quot;posts&quot;&gt;
     &lt;li&gt;&lt;a href=&quot;http://github.com/lucashungaro/codeformatting-tmbundle/&quot;&gt;codeformatting-tmbundle&lt;/a&gt;: A custom TextMate bundle with code formatting commands and macros.&lt;/li&gt;
     &lt;li&gt;&lt;a href=&quot;http://github.com/lucashungaro/reserved_attributes/&quot;&gt;reserved_attributes&lt;/a&gt;: Rails plugin that checks your ActiveRecord models for attributes with names that are reserved words in Ruby or Rails.&lt;/li&gt;</diff>
      <filename>index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>14b7959f73efe19b6417abe2238ed15f6b442d65</id>
    </parent>
  </parents>
  <author>
    <name>Lucas H&#250;ngaro</name>
    <email>lucashungaro@gmail.com</email>
  </author>
  <url>http://github.com/lucashungaro/lucashungaro.github.com/commit/af85d25b5feb183d06efe7ad87d4f460a2626989</url>
  <id>af85d25b5feb183d06efe7ad87d4f460a2626989</id>
  <committed-date>2009-05-11T23:36:14-07:00</committed-date>
  <authored-date>2009-05-11T23:36:14-07:00</authored-date>
  <message>Layout and title</message>
  <tree>c55b819b6bffee229f98cf8fcf4848964a9499f2</tree>
  <committer>
    <name>Lucas H&#250;ngaro</name>
    <email>lucashungaro@gmail.com</email>
  </committer>
</commit>
