c58f58fecd31

Rochester Made
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 04 Feb 2012 15:55:06 -0500
parents c908ad6d0972
children e4616e4c85ea
branches/tags (none)
files layout/skeleton/_base.html media/css/sjl.less

Changes

--- a/layout/skeleton/_base.html	Sat Feb 04 01:38:27 2012 -0500
+++ b/layout/skeleton/_base.html	Sat Feb 04 15:55:06 2012 -0500
@@ -103,14 +103,18 @@
             <div class="hrb">&nbsp;</div>
 
             <footer>
-                I'm also on
-                <a href="http://bitbucket.org/sjl/">BitBucket</a>,
-                <a href="http://github.com/sjl/">GitHub</a>,
-                <a href="http://twitter.com/stevelosh/">Twitter</a>,
-                <a href="http://forrst.com/people/stevelosh/">Forrst</a>
-                and
-                <a href="http://flickr.com/photos/sjl7678/">Flickr</a>.
-                I've got <a href="#" class="rhythm">rhythm</a>.
+                <p>
+                    I'm also on
+                    <a href="http://bitbucket.org/sjl/">BitBucket</a>,
+                    <a href="http://github.com/sjl/">GitHub</a>,
+                    <a href="http://twitter.com/stevelosh/">Twitter</a>,
+                    <a href="http://forrst.com/people/stevelosh/">Forrst</a>
+                    and
+                    <a href="http://flickr.com/photos/sjl7678/">Flickr</a>.
+                    I've got <a href="#" class="rhythm">rhythm</a>.
+                </p>
+
+                <a class="rochester-made" href="http://rochestermade.com" title="Rochester Made"><img src="http://rochestermade.com/media/images/rochester-made-dark-on-light.png" alt="Rochester Made" title="Rochester Made" /></a>
             </footer>
         </div>
     </body>
--- a/media/css/sjl.less	Sat Feb 04 01:38:27 2012 -0500
+++ b/media/css/sjl.less	Sat Feb 04 15:55:06 2012 -0500
@@ -141,10 +141,19 @@
             background: transparent url('/media/images/hrb.png') top left no-repeat;
         }
         footer {
-            font-size: 14px;
-            font-style: italic;
-            line-height: 50px;
             text-align: center;
+
+            p {
+                font-size: 14px;
+                font-style: italic;
+                line-height: 50px;
+                margin-bottom: 0px;
+            }
+            .rochester-made {
+                img {
+                    padding: 5px 20px;
+                }
+            }
         }
     }
 }