+++ /dev/null
-title = Cabspotting
---
-Cabspotting
\ No newline at end of file
+++ /dev/null
-title = Icarus & Deadalus
---
-Icarus & Deadalus
\ No newline at end of file
+++ /dev/null
-title = Rattles
---
-Software Rattles
\ No newline at end of file
+title = projects
+template = index
+++ /dev/null
-title = boat
-data = 2010
---
-
-<?php
-$w = 535;
-$h = 374;
-?>
-
-
-<object classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" id="qt_object" width="<?=$w?>" height="<?=$h?>" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0">
-<param name="type" value="video/quicktime">
-<param name="name" value="qt_object">
-<param name="nocache" value="true">
-<param name="autoplay" value="true">
-<param name="kioskmode" value="true">
-<param name="controller" value="true">
-<param name="loop" value="true">
-<param name="bgcolor" value="#000000">
-<param name="src" value="<?=$data['media']?>/boat.mov">
-<param name="pluginspage" value="http://www.apple.com/quicktime/download/indext.html">
-<embed name = "qt_object" width="<?=$w?>" height="<?=$h?>" controller="true" loop="true" autoplay="true" src="<?=$data['media']?>/boat.mov" kioskmode="true" nocache="true" type="video/quicktime" bgcolor="#000000" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html" enablejavascript="true">
-</embed>
-</object><br />
-<span class="caption">photo timelapse</span>
--- /dev/null
+template = thumbs
--- /dev/null
+title = clmpr
+date = 2011
+--
+bookmarking
--- /dev/null
+title = Beck: Girl
+--
+beck girl folding stuff
--- /dev/null
+title = Budweiser JayZ
+--
--- /dev/null
+title = Budweiser Magic
+--
+Bud
--- /dev/null
+template = thumbs
--- /dev/null
+title = HP It Consolidates
+--
+HP
--- /dev/null
+title = HP Pharrel
+--
+HP
--- /dev/null
+title = ModestMouse
+--
+Modest
--- /dev/null
+title = Papa Roach : G.A.W.M.
+--
+CAT Title seaquence w/Mekanism
title = projects
-template = projects
\ No newline at end of file
+template = thumbs
--- /dev/null
+title = Comic Serif
+desc = font
+date = 08/03/2007
+--
--- /dev/null
+template = thumbs
--- /dev/null
+title = Here Right Now
+desc = font
+date = 08/03/2007
+--
--- /dev/null
+title = okaynokay
+date = 2009
+--
color: #555555;
font-family: sans-serif;
font-size: 12px;
- line-height: 1.5em;
-}
+ line-height: 1.5em; }
body {
- margin: 20px auto;
-}
+ margin: 20px auto; }
a {
border: 0pt none;
- color: #000000;
-}
+ text-decoration:none;
+ color: #000000; }
a img {
- border: 0pt none;
-}
+ border: 0pt none; }
a.mute {
- text-decoration: none ! important;
-}
+ text-decoration: none ! important; }
a:hover, a.mute:hover {
border: medium none;
- color: #0000FF;
-}
+ color: #0000FF; }
p {
margin: 20px auto;
}
#content {
- left: 300px;
- padding: 0pt 20px;
position: absolute;
+ left: 150px;
top: 20px;
+ padding: 0pt 20px;
padding-bottom:50px;
}
margin-top: 0pt;
}
-.projects {
+.thumbs {
}
-.projects li {
- display: inline-block;
+.thumbs li {
+ display: inline-block;
margin: 0pt 20px 40px;
+ text-transform:lowercase;
}
-.projects li {
-
-}
-
-.projects li a.thumb {
+.thumbs li a.thumb {
border: 0pt none;
display: block;
height: 120px;
width: 200px;
}
-.projects li img {
+.thumbs li img {
height: 100%;
width: 100%;
}
-.projects li a {
- color: #999999;
+.thumbs li a {
text-decoration: none;
}
-title = cv
--
-**gabriel dunne**
-1242 Market Street, FL 2
-San Francisco, CA 94102
-+ 1 415 493 8496
-studio@gabrieldunne.com
-<br />
-<br />
+**born**
+1981 08 24
**education**
2003 BA Design | Media Arts — University of California Los Angeles, USA
<br />
-**worked with / for**
-Gray Area Foundation for the Arts
-Bay Area Video Coalition
+**worked with**
+Tessellated Group
Google
+Gray Area Foundation
+Bay Area Video Coalition
Stamen Design
Motion Theory
+Mekanism
Obscura Digital
The Green Eyl
+UCLA DMA
+
<br />
--- /dev/null
+title = contact
+--
+1242 Market Street, FL 2
+San Francisco, CA 94102
+
+ + 1 415 493 8496
+
+studio@gabrieldunne.com
--- /dev/null
+<html>
+<head>
+
+ <? $this->include_template('head-inc.html.tpl') ?>
+
+ <title><?=SITE_TITLE?>: <?=$page_title?></title>
+
+</head>
+<body>
+
+ <? $this->include_template('nav.html.tpl') ?>
+
+<div id="content">
+
+ <ul class="projects">
+ <? foreach($data as $entry): ?>
+ <li>
+ <a href="<?=$entry['url']?>" class="thumb">
+ <img src="<?=$entry['thumb']?>" /><br/>
+ </a>
+ <a href="<?=$entry['url']?>"><?=$entry['title']?></a>
+ </li>
+ <? endforeach; ?>
+ </ul>
+
+</div>
+
+ <? $this->include_template('footer.html.tpl') ?>
+
+</body>
+</html>
<? $this->include_template('nav.html.tpl') ?>
-<div id="content"><pre>>>> Hello World</pre></div>
+ <div id="content"></div>
<? $this->include_template('footer.html.tpl') ?>
<ul id="nav">
- <li><strong><a href="/cv">gabriel dunne — art/design</a></strong></li>
+ <li><strong><a href="/">gabriel dunne</a></strong></li>
<br />
- <li><a href="/">index</a></li>
+
+ <li><a href="/projects">projects</a></li>
+<!--
+ <select>
+ <? $dirs = get_dirs(''); ?>
+ <? foreach($dirs as $dir) : ?>
+ <option value="<?=$dir['url']?>"><?=$dir['name']?></option>
+ <? endforeach; ?>
+ </select>
+-->
+ <li><a href="/">blog</a></li>
+
<br />
- <li><a href="/art/">art</a></li>
- <li><a href="/design/">design</a></li>
- <li><a href="/commercial/">commercial</a></li>
+
+ <li><a href="/bio">bio</a></li>
+ <li><a href="/contact">contact</a></li>
+
+
+<br />
+<br />
+
<!--
<br /><br />
-
<li><a href="/"><em>recent</em></a></li>
-
<br />
<? list($entries, $total) = get_entries('/'); ?>
<? $c = 0; foreach($entries as $p) : $c++; ?>
<li><a href="<?=$p['url']?>"><?=$p['title']?></a></li>
<? if ($c > 10) break; endforeach; ?>
-
<br /><br />
-
<li><a href="/archive/"><em>archive</em></a></li>
-
<br />
<? $dirs = get_dirs('projects/'); ?>
<? foreach($dirs as $dir) : ?>
<div id="content">
- <ul class="projects">
+ <ul class="thumbs">
<? foreach($data as $entry): ?>
<li>
- <a href="<?=$entry['url']?>" class="thumb">
+ <a href="<?=$entry['url']?>" class="thumb">
<img src="<?=$entry['thumb']?>" /><br/>
</a>
<a href="<?=$entry['url']?>"><?=$entry['title']?></a>
--- /dev/null
+<html>
+<head>
+
+ <? $this->include_template('head-inc.html.tpl') ?>
+
+ <title><?=SITE_TITLE?>: <?=$page_title?></title>
+
+</head>
+<body>
+
+ <? $this->include_template('nav.html.tpl') ?>
+
+<div id="content">
+
+ <ul class="thumbs">
+ <? foreach($data as $entry): ?>
+ <li>
+ <a href="<?=$entry['url']?>" class="thumb">
+ <img src="<?=$entry['thumb']?>" /><br/>
+ </a>
+ <a href="<?=$entry['url']?>"><?=$entry['title']?></a>
+ </li>
+ <? endforeach; ?>
+ </ul>
+
+</div>
+
+ <? $this->include_template('footer.html.tpl') ?>
+
+</body>
+</html>