-
- <% sorted_articles[0..9].each do |article| %>
- <% post_date = WezM::Helpers.post_date(article) %>
-
- - - <%= post_date.day %> - <%= post_date.strftime('%b') %> - <%= post_date.year %> - - <%= article[:title] %> - - <% end %> -
+
+
+ Geeky
+-
+ <% sorted_articles[0..9].each do |article| %>
+ <% post_date = WezM::Helpers.post_date(article) %>
+
- + + <%= post_date.day %> + <%= post_date.strftime('%b') %> + <%= post_date.year %> + + <%= article[:title] %> + + <% end %> +
+
+
+ Non-Geeky
+-
+ <% sorted_articles[0..9].each do |article| %>
+ <% post_date = WezM::Helpers.post_date(article) %>
+
- + + <%= post_date.day %> + <%= post_date.strftime('%b') %> + <%= post_date.year %> + + <%= article[:title] %> + + <% end %> +
+
+
+
Tweets
+-
+ <% sorted_articles[0..9].each do |article| %>
+ <% post_date = WezM::Helpers.post_date(article) %>
+
- + + <%= post_date.day %> + <%= post_date.strftime('%b') %> + <%= post_date.year %> + + <%= article[:title] %> + + <% end %> +
« Newer
diff --git a/output/css/style.css b/output/css/style.css
index f0adb4d..c7a41e3 100644
--- a/output/css/style.css
+++ b/output/css/style.css
@@ -98,6 +98,7 @@ pre {
font-size: 1.8em;
color: white;
padding: 0.5em;
+ margin-right: 1em;
-webkit-border-bottom-right-radius: 1em;
-moz-border-bottom-right-radius: 1em;
border-bottom-right-radius: 1em;
@@ -130,6 +131,7 @@ ul#menu li {
color: gray;
border-top: 1px solid gray;
margin: 1em;
+ clear: both;
}
#footer .copyright {
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
@@ -143,3 +145,19 @@ ul#menu li {
display: none;
text-align: center;
}
+
+.column {
+ width: 30%;
+ float: left;
+}
+
+.flickr {
+ clear: both;
+}
+.flickr ul {
+ list-style: none;
+ margin: 0;
+}
+.flickr li {
+ display: inline;
+}