]> git.quilime.com - plog_bk.git/commitdiff
template changes gabrieldunne.com
authorGabriel Dunne <quilime@monkey.dreamhost.com>
Sun, 24 Jan 2010 08:32:44 +0000 (00:32 -0800)
committerGabriel Dunne <quilime@monkey.dreamhost.com>
Sun, 24 Jan 2010 08:32:44 +0000 (00:32 -0800)
css/style.css
lib/output.php
templates/contact.html
templates/cv.html
templates/links.html
templates/projects.html

index 1b52effbc6ede97438c21c4a4aa98285495549b0..f1856b9bdc9c4f55792437a5228fe071dd644174 100644 (file)
@@ -39,7 +39,7 @@ p { max-width:720px; }
 ul { margin:0; padding:0; list-style-type:none; }
 li { margin-bottom:1px; padding:1px; }
 
-#content { margin-left:200px; }
+#content { margin-left:100px; }
     #content p {  }
     ul.inline_content li { margin:50px 0; padding-bottom:20px; }    
     ul.inline_content li div.content li { padding:0; border:0; margin:0; }
index 2d82d831714404c9c23ddedcf1b0a8573fec3077..bf8f6c6d8b36b2a43df25765f7c4f0c8836dd8bc 100644 (file)
        }
     }
     
+    function gallery( $path )
+    {
+        $images = array();
+        $glob = glob( '/home/quilime/gabrieldunne.com/' . $path . '/*' );
+        
+        
+        
+        foreach ($glob as $i) {
+            
+            generate_thumbs($i, '/home/quilime/gabrieldunne.com/' . $path . '/t/', 200, 200);
+            
+            echo '<li>' . $i . '</li>';
+        }
+    }
+    
     if(false)
         generate_thumbs(
             '/home/quilime/gabrieldunne.com/dev/projects/bay_area_transit/images/',
index 8d220b82fc88df019d2c0ad7a7b3be61d93a7180..b638ed69899901f59845435718f86f09f65a4375 100644 (file)
@@ -17,8 +17,8 @@
                <h1>contact</h1>
 
         <p>
-            <a href="mailto:studio@gabrieldunne.com">studio@gabrieldunne.com</a><br/>
-        </p>
+            <a href="javascript:location='mailto:\u0073\u0074\u0075\u0064\u0069\u006f\u0040\u0067\u0061\u0062\u0072\u0069\u0065\u006c\u0064\u0075\u006e\u006e\u0065\u002e\u0063\u006f\u006d';void 0"><script type="text/javascript">document.write('\u0073\u0074\u0075\u0064\u0069\u006f\u0040\u0067\u0061\u0062\u0072\u0069\u0065\u006c\u0064\u0075\u006e\u006e\u0065\u002e\u0063\u006f\u006d')</script></a><br/>
+        </p>        
 
     </div>
     
index e573ddd251771f128ff5ba59cc5de3d3694037c3..deb03a2a16b6dd1a12548d53456609a000921f0e 100644 (file)
@@ -42,6 +42,7 @@ Motion Theory
 <br/><br/><br/>
 
 <h3>selected exhibitions / conferences</h3>
+Prototype, Gray Area Foundation for the Arts, San Francisco<br/>
 Design and the Elastic Mind, MoMA NYC (w/Stamen Design. Permanent Collection)<br/>
 Interferenze: Naturalis Electronica, Valle Caudina, Italy <br/>
 Japan Media Arts Festival, Tokyo, Japan (collab.) <br/>
index 36aba4382e4e6be5c008b326da55640366f06403..88dc3ce7c1880632a805c4ddb8a6da697b02267a 100644 (file)
@@ -53,7 +53,7 @@
         ?>
         
         <ul>
-            <li><a href="http://quilime.com">www.quilime.com</a></li>
+            <li>projects, process, experiments: <a href="http://quilime.com">quilime.com</a></li>
         </ul>
         
         <br/><br/>
index 69c2b008991fc90081199194a5db61e808c10236..b1db189633da6aa6403aee56c748cf5fbc032033 100644 (file)
         
              <h1>projects</h1>
 
-            <ul>
-            <?php foreach($projects_list as $project): ?>
-                   <li>
-                    <a href="<?php echo $project['href']?>"><?php echo $project['title']; ?></a>
-                </li>
-            <? endforeach; ?>
-            </ul>
+               <ul class="thumbnails">
 
-            <br/> 
-            <br/> 
-            <br/>             
-            <br/>                         
-            <br/> 
-                        
-            <h1>archive</h1>            
+               <?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>
+                   </li>
+               <? endforeach; ?>
+
+             </ul>   
+             
+
+             <a href="http://quilime.com">current experiments &rarr;</a>
+             
+            <h2>project archive</h2>            
              <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>
+             <a href="http://portfolio.quilime.com/recent.html">2004 - 2006</a><br/>
+             <a href="http://portfolio.quilime.com/archive/">1999 - 2004</a>
+             <br/><br/>
+
 
             
         <?php endif; ?>