]> git.quilime.com - plog.git/commitdiff
about page updates
authorGabriel Dunne <gdunne@quilime.com>
Wed, 29 Sep 2010 21:50:11 +0000 (14:50 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Wed, 29 Sep 2010 21:50:11 +0000 (14:50 -0700)
pages/about
public/css/style.css
templates/nav.html.tpl

index 2e5fbf2089fc7ad491b3267129b0dbd75b095cef..f6f91a57df54228f2cb22feacccd09df888e0826 100644 (file)
@@ -1,12 +1,12 @@
 title = about
 --
-A codification of exploration, process, and resources.
-
-**author**: Gabriel Dunne ([www](http://gabrieldunne.com), [email](&#x6d;&#x61;&#x69;&#108;&#x74;&#111;&#x3a;&#x67;&#x64;&#x75;&#x6e;&#110;&#x65;&#x40;&#x71;&#117;&#105;&#x6c;&#x69;&#x6d;&#101;&#x2e;&#x63;&#111;&#x6d;))  
-**elsewhere**: 
+quilime.com is a codification of creative process and resources  
+ by **Gabriel Dunne** ([www](http://gabrieldunne.com), [email](&#x6d;&#x61;&#x69;&#108;&#x74;&#111;&#x3a;&#x67;&#x64;&#x75;&#x6e;&#110;&#x65;&#x40;&#x71;&#117;&#105;&#x6c;&#x69;&#x6d;&#101;&#x2e;&#x63;&#111;&#x6d;))  
+elsewhere: 
 [flickr](http://flickr.com/photos/quilime/), 
 [delicious](http://delicious.com/quilime/), 
 [vimeo](http://vimeo.com/quilime/), 
+[soundcloud](http://soundcloud.com/quilime), 
 [github](http://github.com/quilime/)
 
-[rss](http://quilime.com/.rss)
\ No newline at end of file
+<a href="http://quilime.com/.rss" class="rss">rss</a>
index 194312da1fc99706950904741eac8b98b02fdfc5..12669d34484b4ce88a0aa477f09be351781fb1ac 100644 (file)
@@ -1,13 +1,12 @@
 body { margin:80px 100px 50px 40px; }
 html, body, table { font-family: sans-serif; font-size:12px; line-height:1.4em; color:#44d ; }
 
-
 ::-moz-selection {background: #08f !important; color:#fff;} 
 ::selection {background: #08f !important; color:#fff;} 
 
 a { color:#000; border:0; padding:0.2em 0.1em 0 0;  }
 a img { border:0; }
-a.mute { text-decoration:none !important; }
+a.mute { text-decoration:none !important; font-weight:normal;}
 a:hover, a.mute:hover { color:#d15; text-decoration:none; }
 
 h1, h2, h3, h4, h5, h6 {  font-size:1em; }
@@ -23,15 +22,15 @@ ol li { list-style-type:decimal; }
 blockquote { font-family:times; background:#000; color:#aaa;
 margin:0; font-size:15px; line-height:1.4em; padding:2em 4em; font-style:italic; line-height:1.45em; max-width:600px;}
 
-#content { margin-left:120px; min-width:500px; position:absolute; top:20px; padding-bottom:200px; z-index:10;}
+#content { margin-left:160px; min-width:500px; position:absolute; top:20px; padding-bottom:200px; z-index:10;}
 #content p:first-child { margin-top:0; }
 p { max-width:720px; }
 
-
 .nav { position:absolute; z-index:1; top:20px; left:30px;  }
 .nav a { text-decoration:none; font-weight:bold;}
+.nav a.mute { font-weight:normal;}
 .nav ul { margin-left:1em; }
-.nav h1 {  }
+.nav h1 { }
     
 .entry { margin-bottom:100px; }
 .entry h2 { padding-bottom:4px; font-size:1.3em;}
@@ -45,13 +44,22 @@ p { max-width:720px; }
 table { margin:0; padding:0; border:0;  }
 table .column { padding-right:100px; min-width:120px; max-width:400px; }
 table .column h2 a { text-decoration:none; }
-table h2, table h3 { margin-bottom:2em;}
+table h2, table h3 { margin-bottom:2em; }
 table .video li, table .image li { margin-bottom:2em; }
 table .reader li, table .bookmarks li { margin-bottom:1em; padding-bottom:1em;  border-bottom:1px dotted #ddd; }
 .reader_links li, .bookmark_links li { padding-top:.75em; margin-bottom:.75em; }
 .bookmark_links li a { display:block; }
 .bookmark_links li span { font-style: italic; color:#444; }
-.image li a { background:none;}
+.image li a { background:none; }
 
 #footer {  margin-top:120px; }    
-#footer .copy a { text-decoration:none; }
\ No newline at end of file
+#footer .copy a { text-decoration:none; }
+
+a.rss {
+    background:url("/img/rss-icon.png") no-repeat scroll right center transparent;
+    padding:0 1.3em 0 0;
+}
+a.external {
+    background:url("/img/external-icon.png") no-repeat scroll right center transparent;
+    padding:0 1.3em 0 0;    
+}
\ No newline at end of file
index a4d5841610ea5ead60f13df6ce3960b82a345745..ce2d37019437bcd4254f0ede0f6f719c327c10b3 100644 (file)
@@ -1,8 +1,8 @@
 <ul class="nav">          
 
-       <li><h1><a href="/"><?=SITE_TITLE;?></a></h1></li>
-
+       <li><strong><a href="/"><?=SITE_TITLE;?></a></strong></li>
 
+    <li><br /></li>
 
        <? $dirs = get_dirs("", array('recursive' => 1)); ?>
        <? foreach($dirs as $dir) : ?>