]> git.quilime.com - plog.git/commitdiff
Added about and some CSS changes
authorGabriel Dunne <gdunne@quilime.com>
Wed, 27 Feb 2013 21:33:59 +0000 (13:33 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Wed, 27 Feb 2013 21:33:59 +0000 (13:33 -0800)
css/style.css
lib/config.ini
pages/about [moved from pages/cv with 99% similarity]
pages/contact
templates/index.html.tpl
templates/nav.html.tpl
templates/single.html.tpl

index 2cb7b325d6f9202318d4c3d1f8c966f4df6483f2..f11e331b9ac545b592e91e71165b7378010e901c 100644 (file)
@@ -13,7 +13,6 @@ body {
 a {
   border: 0pt none;
   color:#000;
-  text-decoration: underline;
 
   /*font-weight:bold;*/ }
   a img {
@@ -31,6 +30,7 @@ h1, h2, h3, h4, h5, h6 {
   font-size:1em; }
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
   color:#000;
+  text-decoration: none;
 }
 h1 {
   font-size: 218%;
@@ -50,7 +50,7 @@ h6 {
 }
 
 input[type="text"], textarea {
-  color:#000;
+  color:#888;
   padding:0.5em;
 }
 
@@ -138,9 +138,10 @@ table, td, tr {
 
 
 #nav {
-  margin-bottom:4em; }
+  margin-bottom:4em; 
+}
 #nav a {
-  font-weight:bold;
+
 }
 #nav a.mute {  font-weight: normal }
 #nav li, ul.nav {
@@ -149,8 +150,11 @@ table, td, tr {
   margin:0;
 }
 #nav li {
+line-height:2.25em;  
   }
   #nav .nav a {
+
+  font-size:130%;    
     text-decoration:none;
   }
   #nav .nav a:hover {
@@ -174,7 +178,7 @@ color:#f00;
 
 
 .entries li {
-  margin:0.5em 0;
+line-height:2.25em;
 }
 
 
@@ -300,7 +304,7 @@ ul.image {
 .tags {
   display:inline-block;
   font-style: italic;
-  font-size:10px;
+  border-top:1px solid #000;
 }
 .tags .tag {
   margin:0.3em 0;
@@ -313,34 +317,30 @@ ul.image {
   }
 
 
-        ul.tags {
-            margin-right:5em;
-            float:left;
-            margin-bottom:2em;
-        }
-        ul.tags a {
-        }
-        ul.tags li.sel a{
-            font-weight:bold;
-            text-decoration: underline;
-        }
-        ul.tags li.sel {
-            color:#777;
-        }
-        ul.entries {
-            float:left;
-            font-size: 130%;
-        }
-        ul.entries li {
-            margin-bottom:1em;
-            text-transform: capitalize;
-        }
-        ul.entries li a {
-            text-decoration: none;
-        }
-        ul.entries li a:hover {
-            text-decoration: underline;
-        }
+ul.tags {
+    margin-bottom:2em;
+}
+ul.tags a {
+}
+ul.tags li.sel a{
+    font-weight:bold;
+    text-decoration: underline;
+}
+ul.tags li.sel {
+    color:#777;
+}
+ul.entries {
+    font-size: 130%;
+}
+ul.entries li {
+    text-transform: capitalize;
+}
+ul.entries li a {
+    text-decoration: none;
+}
+ul.entries li a:hover {
+    text-decoration: underline;
+}
 
 
 
index e49c6139f876666640655207183007b4fa31be61..57f69af10466dc0c1b005e97b5df41e607638a0d 100644 (file)
@@ -1,5 +1,5 @@
 ; settings
-site_title  = GABRIEL LABOV DUNNE
+site_title  = Gabriel Dunne
 clean_urls  = 1
 limit       = 10
 ; http://php.net/manual/en/function.date.php
similarity index 99%
rename from pages/cv
rename to pages/about
index fa89131336c6542c0aacc7d8d2d7f6edf55b3335..336c35e82a32610823d347e3ca646b67f5a9264a 100644 (file)
--- a/pages/cv
@@ -1,4 +1,4 @@
-title = c/v
+title = About
 --
 
 b.1981, San Francisco
index 9d491598c22e1514ed956013d8fdf9da011d5a8c..fbe055586e08bb62596337a22b5a536d29e75ea1 100755 (executable)
@@ -1,13 +1,20 @@
 template = page\r
+title = Contact\r
 --\r
 \r
-[studio@gabrieldunne.com](studio@gabrieldunne.com)  \r
+studio  \r
 \r
-email list\r
-<input type="text">\r
+1242 Market St, FL 2  \r
+San Francisco, CA USA 94102  \r
++1 415 493 8496   \r
+\r
+[studio@gabrieldunne.com](mailto:studio@gabrieldunne.com)  \r
+\r
+\r
+email list  \r
+<input type="text" value="you@email.com" onClick="this.value=''">\r
 <input type="button" value="subscribe">\r
 <input type="button" value="unsubscribe">\r
 \r
 <a href="http://quilime.com">blog</a>  \r
-<a href="http://media.quilime.com/aggregate/">image aggregate</a>\r
 \r
index 4636bf79e1131acb7700d7c1941682d360702d3e..823fbe1c7bdd3b1ab1185c1395734a737cfa0ad4 100644 (file)
@@ -8,16 +8,22 @@
 </head>
 <body>
 
-    <? $this->include_template('nav.html.tpl') ?>
+    <? $this->include_template('nav.html.tpl', array('index' => true)) ?>
 
 <div id="content">
 
-    <ul class="tags">
+<!--     <ul class="tags">
     <? $tags = get_tags('/'); ksort($tags); ?>
     <? foreach($tags as $t => $count) : ?>
         <li class="tag <?=$tag == $t?'sel':''?>"><a href="<?=WEB_ROOT?>?tag=<?=$t?>"><?=$t?></a></li>
     <? endforeach; ?>
-    </ul>   
+    </ul>    -->
+
+    <? if(isset($tag)): ?>
+    <ul class="tags">
+        <li class="tag"><?=$tag?></li>
+    </ul>
+    <? endif; ?>
 
     <ul class="entries">
     <? foreach($entries as $entry): ?>
         <? endforeach; ?>
     </ul>
 
+    <? if(!isset($tag)): ?>
+    <br /><br /><br />
+    <ul class="tags">
+    <? $tags = get_tags('/'); ksort($tags); ?>
+    <? foreach($tags as $tag => $count) : ?>
+    <li class="tag"><a href="<?=WEB_ROOT?>?tag=<?=$tag?>"><?=$tag?></a> &times; <?=$count?></li>
+    <? endforeach; ?>
+    </ul>  
+    <? endif; ?>  
+
 </div>
 
     <? $this->include_template('footer.html.tpl') ?>
index 8155b8b4373ad7f3c0179ec2846186fdfada0ed2..66f543165b2eba4b80700b631e0614f78b0187d8 100644 (file)
@@ -3,6 +3,7 @@
     <ul class="nav">
 
     <li class="home"><a href="<?=WEB_ROOT?>"><?=SITE_TITLE?></a></li>
+    <? if (isset($index) && $index && !isset($tag)) : ?>
     <? $en = get_pages('', $args = array(
         'recursive' => false, 
         'order_by' => 'alpha',
@@ -14,6 +15,7 @@
     <!-- <li>
     <? $this->include_template('nextprev.html.tpl') ?>
     </li> -->
+    <? endif; ?>
     </ul>
 
     
index 0d85c7bcd27e729f384f860bafb92f260a0b741c..6daf7d30533c48e9d5596775289c6917c3fdfaa2 100644 (file)
@@ -16,9 +16,9 @@
 
 <div id="content" class="single entry">
 
-           <div class="entry">
-           <? $this->include_template('entry.html.tpl', array('entry' => $entry, 'single' => true)); ?>
-           </div>
+    <div class="entry">
+    <? $this->include_template('entry.html.tpl', array('entry' => $entry, 'single' => true)); ?>
+    </div>
         
 </div>