]> git.quilime.com - plog_bk.git/commitdiff
updates
authorGabriel Dunne <quilime@monkey.dreamhost.com>
Wed, 13 Jan 2010 22:58:42 +0000 (14:58 -0800)
committerGabriel Dunne <quilime@monkey.dreamhost.com>
Wed, 13 Jan 2010 22:58:42 +0000 (14:58 -0800)
css/style.css
index.php
templates/contact.html
templates/cv.html
templates/links.html
templates/projects.html

index de26c061a82e7adecc31612d6bce1c1fa500b591..1b52effbc6ede97438c21c4a4aa98285495549b0 100644 (file)
@@ -1,21 +1,21 @@
 
-body { background:#232323; margin:10px 100px 50px 40px; }
-html, body, table { font-family: verdana; font-size:11px; line-height:1.6em; color:#ddd; }
+body { background:#fff; margin:10px 100px 50px 40px; }
+html, body, table { font-family: arial; font-size:11px; letter-spacing:0.04em; line-height:1.6em; color:#888; }
 
 /*selection*/
-::-moz-selection {background: #dd8 !important; color:#777; } 
-::selection {background: #dd8 !important; color:#000;} 
+::-moz-selection {background: #00f !important; color:#fff; } 
+::selection {background: #00f !important; color:#fff;} 
 
 /*links*/
-a { color:#f25; background:#000; border:0; text-decoration:none; padding:1px; }
+a { color:#777; font-weight:bold;  border:0; text-decoration:none; padding:1px; }
 a img { border:0; }
 a.mute { color:#555; text-decoration:none; }
-a:hover, a.mute:hover { background:#180012; color:#dd8;  text-decoration:none;  }
+a:hover, a.mute:hover {  color:#f25;  text-decoration:none;  }
 .caption a { color:#888;}
 .caption a:hover { color:#dd8;}
 
 /*headings*/
-h1, h2, h3, h4, h5, h6 { color:#777; font-size:1em; }
+h1, h2, h3, h4, h5, h6 { color:#999; font-size:1em; }
 h1 { margin:0 0 3em 0; }
 h2 { margin:4em 0 0.5em 0; }
 h3 { font-size:1em; margin:0; }
@@ -45,23 +45,15 @@ li { margin-bottom:1px; padding:1px; }
     ul.inline_content li div.content li { padding:0; border:0; margin:0; }
     ul.thumbnails    { }
     ul.thumbnails li { float:left; margin: 0px 60px 60px 0px; }
-    ul.thumbnails li a { background:none; }
     ul.thumbnails li img { width:160px; height:240px; }
     ul.thumbnails .thumbnail { width:160px; height:240px; text-align:center; background:#000; float:left; }
-    ul.thumbnails a:hover img { 
-        filter:alpha(opacity=60);
-        -moz-opacity:0.60;
-        -khtml-opacity: 0.60;
-        opacity: 0.60;
-        
-    }     
     ul.thumbnails a { text-decoration:none;  }   
     ul.thumbnails .title {  }
 
     .text { font-family:serif; font-size:15px; line-height:2.2em;  margin-top:80px;}
     .indent { text-indent:3em; }
     
-.nav { position:absolute; top:1em; left:1em; font-weight:bold;}
+.nav { position:fixed; top:1em; left:1em; font-weight:bold;}
 .nav h3 { margin-bottom:0.4em; }
     
 .caption { margin-top:5px; color:#888; font-style:italic;}
index 872da1dc0f88b75fd65d7cf419509ac3586f444c..62a71f853d4805e185a11bfd3c30c206d25c6abb 100644 (file)
--- a/index.php
+++ b/index.php
@@ -20,5 +20,6 @@
     }
     
     include ( TEMPLATE_DIR . 'index.html' );
+    
                                                                                                                  
 ?>
index bbc21452e6482051161da49e7b1bda622e6f2870..8d220b82fc88df019d2c0ad7a7b3be61d93a7180 100644 (file)
@@ -18,7 +18,6 @@
 
         <p>
             <a href="mailto:studio@gabrieldunne.com">studio@gabrieldunne.com</a><br/>
-            +1 415 493 8496            
         </p>
 
     </div>
index bc98061e2e039e4c8d233395a09f56ecca292a5c..e573ddd251771f128ff5ba59cc5de3d3694037c3 100644 (file)
@@ -24,7 +24,7 @@
     <br/><br/>
 
 <h3>cv</h3>
-Gray Area (residency)</br>
+Gray Area</br>
 Tessellated Group</br>
 Stamen Design</br>
 Google, Inc</br>
@@ -37,7 +37,7 @@ Motion Theory
 <br/>
 2002 Pont Avent School of Art, France
 <br/>
-1999 Architecture, Art Foundation, College of Marin
+1999 Architecture, Art, College of Marin
 
 <br/><br/><br/>
 
index e2329219119748d9c2f43c8fdef93e4b9983c783..36aba4382e4e6be5c008b326da55640366f06403 100644 (file)
         ?>
         
         <ul>
-            <li>experiments: <a href="http://quilime.com">quilime.com</a></li>
+            <li><a href="http://quilime.com">www.quilime.com</a></li>
         </ul>
         
         <br/><br/>
     
-
+<!--
         <ul style="list-style-type:none;";>
             <?php linklist($links); ?>
         </ul>
+        
+-->
 
     </div>
     
index b6230c13afac9269e9205243a2adcab17f62f616..69c2b008991fc90081199194a5db61e808c10236 100644 (file)
@@ -19,7 +19,7 @@
 
     <?php include_template('header-src.html'); ?>
     
-    <title><?php echo SITE_TITLE; ?> :projects<?php if ($single)  : ?>: <? echo $project['title']; ?> <?php endif; ?></title>
+    <title><?php echo SITE_TITLE; ?> projects<?php if ($single)  : ?>/ <? echo $project['title']; ?> <?php endif; ?></title>
     
 </head>
 
@@ -31,7 +31,7 @@
         
         <?php if ($single) : ?>
 
-           <h1><a href="<?php echo get_base_dir(); ?>/projects">projects:</a> <?php echo $project['title']; ?></h1>    
+           <h1><a href="<?php echo get_base_dir(); ?>/projects">projects/</a> <?php echo $project['title']; ?></h1>    
             <?php 
                 $base_dir = $project['base_dir']; 
                 include_once($project['content']); 
         
              <h1>projects</h1>
 
-            <ul class="thumbnails">
+            <ul>
             <?php foreach($projects_list as $project): ?>
                    <li>
-                    <div class="thumbnail" title="<? echo $project['title'] ?>">
-                        <a href="<?php echo $project['href']?>"><img src="<?php echo $project['base_dir']; ?>/thumb.png" /></a>
-                    </div>
-                    <div class="title"><? echo $project['title']; ?></div>
-                    
+                    <a href="<?php echo $project['href']?>"><?php echo $project['title']; ?></a>
                 </li>
             <? endforeach; ?>
-            </ul>     
+            </ul>
+
+            <br/> 
+            <br/> 
+            <br/>             
+            <br/>                         
+            <br/> 
+                        
+            <h1>archive</h1>            
+             <a href="http://portfolio.quilime.com/2008/">2008</a><br/>
+             <a href="http://portfolio.quilime.com/new/port.php">2007</a><br/>            
+             <a href="http://portfolio.quilime.com/recent.html">2004 - 2006</a>
+
             
         <?php endif; ?>