]> git.quilime.com - plog_bk.git/commitdiff
template editing
authorGabriel Dunne <quilime@monkey.dreamhost.com>
Wed, 27 Jan 2010 21:53:01 +0000 (13:53 -0800)
committerGabriel Dunne <quilime@monkey.dreamhost.com>
Wed, 27 Jan 2010 21:53:01 +0000 (13:53 -0800)
css/style.css
index.php
templates/about.html
templates/code.html
templates/nav.html

index 2e115172356f5cbdbc877767e2045d660fca8250..770517030cc1dbd1cbbbcaaec2ab49057686ec2e 100644 (file)
@@ -53,7 +53,8 @@ table .reader li, table .bookmarks li { margin-bottom:1em; padding-bottom:1em;
 #content { margin-left:120px; min-width:500px; }
     #content p {  }
     ul.inline_content { }
-    ul.inline_content li { margin:0 0 50px 0; padding-bottom:75px;  }    
+    ul.inline_content li { margin:0 0 50px 0; padding-bottom:75px; }
+    ul.inline_content ol li { margin:0; padding:0; }
     ul.thumbnails    { }
     ul.thumbnails li { display:inline-block; margin: 0px 60px 60px 0px; }
     ul.thumbnails .thumbnail { width:160px; height:120px; text-align:center; background:#888; }
@@ -71,6 +72,8 @@ table .reader li, table .bookmarks li { margin-bottom:1em; padding-bottom:1em;
     .text { font-family:serif; font-size:15px; line-height:2.2em;  margin-top:80px;}
     .indent { text-indent:3em; }
     
+
+
 .nav { position:fixed; top:1em; left:1em; line-height:1.1em;}
 .nav ul { margin-left:1em; }
 .nav li a { background:#ffe; font-weight:bold; }
index 9a64b05bac19db5a0340bf1618e931337fd15cef..c1385689456c0cc38840b852278f41f7998f05f4 100644 (file)
--- a/index.php
+++ b/index.php
@@ -24,6 +24,7 @@
         }
     }
     
+    header("Location: /log/");
     include ( TEMPLATE_DIR . 'index.html' );
                                                                                                                  
 ?>
index 81ba936b556d1ff9fd55a7fbde8579b824a720bc..4e5d96c49fb8d08f65b5674f1bf6850991326099 100644 (file)
     <?php include_template('nav.html'); ?>
 
     <div id="content">
+        
+        <p>
+            <strong>quilime</strong>is an ongoing collection of my process, notes, 
+            sights, sounds, thoughts, sketches, collections, and everything else that's worth documenting or sharing. 
+            I've used this URL since about 1999.
+        </p>
+       email <a href="&#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;">&#x67;&#x64;&#x75;&#x6e;&#110;&#x65;&#x40;&#x71;&#117;&#105;&#x6c;&#x69;&#x6d;&#101;&#x2e;&#x63;&#111;&#x6d;</a>
+       <br/>           
+       &copy; 1997&mdash;<?= date('Y'); ?> <a href="http://gabrieldunne.com">gabriel dunne</a>
 
-       &copy; 1997&mdash;<?= date('Y'); ?> <a href="http://gabrieldunne.com">gabriel dunne</a>. All rights reserved.
-    <br/> 
-<br/>          
-       email: <a href="&#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;">&#x67;&#x64;&#x75;&#x6e;&#110;&#x65;&#x40;&#x71;&#117;&#105;&#x6c;&#x69;&#x6d;&#101;&#x2e;&#x63;&#111;&#x6d;</a>
        
 
     </div>
index 9a16cbbe7e3252d22b91614bcc56304685768f9b..b7b367a01e49f1d05e0c3cc22e81af0e06ef6bf1 100644 (file)
@@ -38,7 +38,6 @@
 
                    <h1><a href="/code/">code</a> / <?php echo $items['title']; ?>   <small class="medium">[<?php echo $items['medium']; ?>]</small></h1>
 
-               
             <div class="content">
                 <?php 
                     $base_dir = $items['base_dir'];
@@ -48,9 +47,6 @@
                    
        
         <?php elseif ($inline): ?>
-
-            <h1>code (view <a class="func" href="/code/">list</a>)</h1>         
-            
             <ul class="inline_content">
             <?php foreach($items_list as $items): ?>
                    <li>
             <?  endforeach; ?>
             </ul>        
             
-            
-            
+            <a class="func" href="/code/">archive</a>            
 
         <?php else: ?>
 
-    
-
-            
-            <h1>code (view <a href="/code/?inline=1">inline</a>)</h1>    
-            
            
             <table class="archive" cellspacing="0" cellpadding="0">
+                <tr>
+                    <td><a class="func" href="?order=lang">language</a></td>
+                    <td><a class="func" href="?order=name">name</a></td>
+                </tr>
                 <?php
                 $c = 1; 
                 foreach($items_list as $items): ?>
                        <tr>
-                    <td style="text-align:right; padding-right:1em;">
+                    <td style="padding-right:1em;">
                         <strong class="medium"><?php echo $items['medium']; ?></strong>
                     </td>
                     <td>
                     </tr>
                 <? $c++;  endforeach; ?>
             </table>          
+            
+            <br/>
+            <p>
+            <a class="func" href="/code/?inline=1">view inline</a>            
+            </p>
 
         <?php endif; ?>
         
index 8c91bdb0a20044e8e1f014c0fbf2bb37fd3bec95..ea36937f0502f6d65d65fc5f1a70c4dd7904cf8e 100644 (file)
@@ -3,18 +3,15 @@
     <h3>
         <strong><a class="mute" href="/"><?= SITE_TITLE ?></a></strong>
     </h3>
-    by gabriel dunne
+    projects, process<br/>
+    by <a href="http://gabrieldunne.com">g.dunne</a>
 
     <br/>
     <br/>    
 
-    <li><a href="/log/">log</a></li>
-    <li><a href="/projects/">projects</a></li>
-    <li><a href="/code/">code</a></li>
+    <li><a href="/">home</a></li>
+    <li><a href="/code/?inline=1">code</a></li>
     <li><a href="/img/">img</a></li>    
-
-    <br/>
-    
     <li><a href="/agg/">aggregate</a></li>
     <li><a href="/links/">links</a></li>
     <li><a href="/about/">about</a></li>