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; }
}
}
+ 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/',
<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>
<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/>
?>
<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/>
<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 →</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; ?>