From 523a960d94c4be5cb13c4d04ab2d8102e9f0b878 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Thu, 5 Jan 2012 18:53:27 -0800 Subject: [PATCH] peace troll --- app/views/home/_ilya.html.haml | 64 ---------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 app/views/home/_ilya.html.haml diff --git a/app/views/home/_ilya.html.haml b/app/views/home/_ilya.html.haml deleted file mode 100644 index 3e6f3c587..000000000 --- a/app/views/home/_ilya.html.haml +++ /dev/null @@ -1,64 +0,0 @@ -#landing_content - .ilya - =link_to image_tag("seed.jpg"), "https://joindiaspora.com/u/ilya" - .memory - %h1 Ilya Zhitomirskiy - %h2 1989-2011 - - =link_to "Thank you Neal Fowler for being part of the Commons", "http://www.flickr.com/photos/31878512@N06/5093998704/", :class => "attribution", :target => :blank -:css - body{ - background-color:#0A0000; - padding : 0; - } - .container { - width : 100%; - } - .span-24.last { - width : 100%; - } - #landing_content{ - margin-top:-6px; - } - #landing_content img { - width : 100%; - } - .ilya { - position : relative; - } - - .memory { - position: absolute; - top: 90px; - right : 90px; - text-align : right; - } - - #landing_content h1 { - font-weight: 200; - font-size: 38px; - color: #D5D5D5; - letter-spacing: 0.03em; - } - - #landing_content h2 { - font-weight: lighter; - font-size: 25px; - color: #D5D5D5; - letter-spacing: 0.05em; - } - - footer .container { - margin-top: 0; - border-top : none; - } - .attribution { - position : absolute; - bottom : 8px; - left : 8px; - color : #777; - } - .attribution:hover { - text-decoration : none; - color : #666; - }