+++ /dev/null
-title = Example
-date = october 12 2009
+++ /dev/null
-This is an example project
\ No newline at end of file
body { margin:10px 100px 50px 40px; }
-html, body, table { font-family: helvetica; font-size:12px; line-height:1.5em; color:#222; }
+html, body, table { font-family: helvetica; font-size:11px; line-height:1.5em; color:#222; }
/*selection*/
::-moz-selection {background: #08f !important; color:#fff;}
::selection {background: #08f !important; color:#fff;}
/*links*/
-a { color:#07e; border:0; }
+a { color:#07e; border:0; text-decoration:none; }
a img { border:0; }
-a.mute { color:#555; text-decoration:none; }
+a.mute { color:#555; }
a:hover, a.mute:hover { color:#fa4; background:#ffa; text-decoration:none; }
.caption a { color:#888;}
.caption a:hover { color:#905;}
/*headings*/
h1, h2, h3, h4, h5, h6 { color:#444; font-size:1em; }
+h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { background:#ffe; }
h1 { margin:0 0 3em 0; }
h2 { margin:4em 0 0.5em 0; }
h3 { font-size:1em; margin:0; }
/*code*/
-pre, .code { font-family: Monaco, monospace; font-size:11px; line-height:1.4em; background:#ddd; color:#50d; padding:1em 2em; }
-span.code { padding:0.1em 0.5em; }
+pre, .code { font-family: Monaco, monospace; font-size:11px; line-height:1.4em; background:#212121; color:#0f4; padding:1em 2em; }
+span.code { padding:0.5em 1em; }
blockquote { font-family:times; background:#000; color:#aaa;
margin:0; font-size:15px; line-height:1.4em; padding:2em 4em; font-style:italic; line-height:1.45em; max-width:600px;}
table { margin:0; padding:0; border:0; }
table .column { padding-right:100px; min-width:120px; max-width:275px; }
table .column h2 a { text-decoration:none; }
-table h2, table h3 { border-bottom:1px dotted #888; margin-bottom:1em;}
+table h2, table h3 { margin-bottom:2em;}
table .video li, table .image li { margin-bottom:2em; }
-table .reader li, table .bookmarks li { margin-bottom:1em; padding-bottom:1em; border-bottom:1px dotted #888; }
+table .reader li, table .bookmarks li { margin-bottom:1em; padding-bottom:1em; border-bottom:1px dotted #ddd; }
.reader_links li, .bookmark_links li { padding-top:.75em; margin-bottom:.75em; }
.bookmark_links li a { display:block; }
.bookmark_links li span { font-style: italic; color:#444; }
.image li a { background:none;}
-.c_pop { position:absolute; background:#fff; display:none; border:5px outset #ad4; padding:1em 2em; left:260px; z-index:5; }
+.c_pop { position:absolute; background:#fff; display:none; border:5px outset #000; padding:1em 2em; left:260px; z-index:5; }
.func { font-weight:bold; color:#444; }
#content { margin-left:120px; min-width:500px; }
#content p { }
ul.inline_content { }
- ul.inline_content li { margin:0 0 50px 0; padding-bottom:50px; border-bottom:1px dotted #888; }
- ul.inline_content li div.content li { padding:0; border:0; margin:0; }
- ul.inline_content .date { color:#999; font-size:10px;}
+ ul.inline_content li { margin:0 0 50px 0; padding-bottom:75px; }
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; }
}
ul.thumbnails a { text-decoration:none; }
ul.thumbnails .title { }
+
+ .date { font-weight:bold; }
.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; line-height:1.1em;}
+.nav { position:fixed; top:1em; left:1em; line-height:1.1em;}
.nav ul { margin-left:1em; }
+.nav li a { background:#ffe; font-weight:bold; }
.nav h3 { margin-bottom:0.4em; }
+
.caption { font-style:italic; margin-top:5px; color:#444; }
.more, .home { text-decoration:none; color:#999; }
$url_string = get_url_string();
if (is_string($url_string)) {
- if (is_file ( TEMPLATE_DIR . basename($url_string) . '.html' )) {
+
+ if ( basename($url_string) == "aggregate") {
+ header ("Location: http://quilime.com/aggregate/index.php");
+ exit;
+ }
+ else if (is_file ( TEMPLATE_DIR . basename($url_string) . '.html' )) {
include ( TEMPLATE_DIR . basename($url_string) . '.html' );
exit;
}
LOCAL_ROOT = /home/quilime/quilime.com/
-CONTENT_DIR = content/
+CONTENT_DIR = c/
TEMPLATE_DIR = templates/
SITE_TITLE = quilime
+++ /dev/null
-title = seanome
-date = 2009-12-13
-
---
-
-<img src="http://farm3.static.flickr.com/2506/4164276287_36e24ac064.jpg" /><br/>
-<img src="http://farm3.static.flickr.com/2675/4164277007_9d8dd43def.jpg">
-
-<p>
-<a href='http://www.flickr.com/photos/quilime/sets/72157622950657676/">"Seaquence" via flickr</a>
-</p>
-
<?php include_template('header-src.html'); ?>
- <title><?php echo SITE_TITLE ?> :about</title>
+ <title><?php echo SITE_TITLE ?> - about</title>
</head>
<div id="content">
- <h1>about</h1>
-
- <p>
- built with <a href="http://git.quilime.com/?p=plog.git;a=summary">project log</a> by quilime
- </p>
+ © 1997—<?= date('Y'); ?> <a href="http://gabrieldunne.com">gabriel dunne</a>. All rights reserved.
+ <br/>
+<br/>
+ email: <a href="mailto:gdunne@quilime.com">gdunne@quilime.com</a>
+
</div>
<div id="content">
- <h1>aggregate</h1>
-
<p>
- visual content and links
+ saved images, links for reference, inspiration
</p>
<table border="0" id="agg"><tr>
foreach($items_list as $items): ?>
<tr>
<td style="text-align:right; padding-right:1em;">
- <small class="medium"><?php echo $items['medium']; ?></small>
+ <strong class="medium"><?php echo $items['medium']; ?></strong>
</td>
<td>
+ <strong>
<a onmouseout="$('.c_pop').hide();" onmouseover="$('.c_pop').hide(); $('#c_<?php echo $c; ?>').show();" href="<?php echo $items['href']?>"><?php echo $items['title']; ?></a>
-
+ </strong>
<div id="c_<?php echo $c; ?>" class="c_pop">
<?php
$base_dir = $items['base_dir'];
+++ /dev/null
-<html>
-
-<head>
-
- <?php include_template('header-src.html'); ?>
-
- <title><?php echo SITE_TITLE ?> :contact</title>
-
-</head>
-
-<body>
-
- <?php include_template('nav.html'); ?>
-
- <div id="content">
-
- <h1>contact</h1>
-
- email: <a href="mailto:gdunne@quilime.com">gdunne@quilime.com</a>
-
- </div>
-
-</body>
-
-</html>
\ No newline at end of file
<style>
- ul.image li { float:left; width:240px; height:240px; text-align:center; margin:0 50px 50px 0;}
+ ul.image li { float:left; width:240px; height:240px; text-align:center; margin:0 20px 20px 0;}
</style>
<?php include_template('nav.html'); ?>
<div id="content">
-
- <h1>img</h1>
<ul class="image">
<?php foreach($img->channel->item as $item) : ?>
<div style="clear:both;"></div>
- <a href="http://www.flickr.com/photos/quilime/" title="via flickr" >via flickr →</a>
+ <a class="more" href="http://www.flickr.com/photos/quilime/" title="via flickr" >more →</a>
</div>
<div id="content">
- <h1>links</h1>
-
<?php
function linklist($links)
$people = array(
// array('http://aaronkoblin.com', 'aaron koblin'),
- array('http://universaloscillation.com', 'aaron meyers'),
-// array('http://ripevessel.com', 'adam roth'),
+// array('http://universaloscillation.com', 'aaron meyers'),
+ array('http://ripevessel.com', 'adam roth'),
// array('http://reas.com/', 'casey reas'),
// array('http://cenizal.com', 'cj cenizal'),
array('http://www.oddsympathy.com/', 'daniel massey'),
array('http://onecm.com', 'ryan alexander'),
array('http://pohflepp.com', 'sascha pohflepp'),
array('http://ssherriff.com', 'stephanie sherriff'),
-// array('http://www.thegreeneyl.com/', 'the green eyl'),
+ array('http://www.thegreeneyl.com/', 'the green eyl'),
array('http://tom-carden.co.uk', 'tom carden')
);
?>
- <h2>me</h2>
+
<ul>
- <li><a href="http://gabrieldunne.com">gabrieldunne.com</a></li>
<li><a href="http://delicious.com/quilime/">delicious</a></li>
<li><a href="http://flickr.com/photos/quilime/">flickr</a></li>
<li><a href="http://vimeo.com/quilime/">vimeo</a></li>
</ul>
- <h2>people</h2>
+ <h2>links</h2>
<ul>
<?php linklist($people); ?>
</ul>
<?php if ($single) : ?>
- <h1><a href="/log/">log</a> / <?php echo $log['title']; ?> <small class="date"><?php echo date("M d Y", $log['timestamp']); ?></small></h1>
+ <h1><a href="/log/">log</a> / <span class="date"><?php echo date("m/d/Y", $log['timestamp']); ?></span> <?php echo $log['title']; ?></h1>
<div class="content">
<?php echo $log['inline_content']; ?>
?>
<tr>
<td style="text-align:right; padding-right:1em;">
- <small class="medium"><?php echo date("M d Y", $log['timestamp']); ?></small>
+ <span class="date"><?php echo date("m/d/Y", $log['timestamp']); ?></span>
</td>
<td>
+ <strong>
<a onmouseout="$('.c_pop').hide();" onmouseover="$('.c_pop').hide(); $('#c_<?php echo $c; ?>').show();" href="<?php echo $log['href']?>"><?php echo $log['title']; ?></a>
+ </strong>
<div id="c_<?php echo $c; ?>" class="c_pop">
<?php
$base_dir = $log['base_dir'];
</table>
<br/>
- <p class="func">
- <a href="/log/">view inline</a>
- </p>
+
+ <a class="func" href="/log/">view inline</a>
+
<?php foreach($log_list as $log): ?>
<li>
<h3>
+ <span class="date"><?php echo date("m/d/Y", $log['timestamp']); ?></span>
<a title="<?php echo get_relative_time($log['timestamp']); ?>" href="<?php echo $log['href'];?>">
- <?php echo $log['title']; ?></a> <span class="date"><?php echo date("M d Y", $log['timestamp']); ?></span>
- </h3>
-
-
-
- <br/>
-
+ <?php echo $log['title']; ?></a>
+ </h3>
<?php echo $log['inline_content']; ?>
</li>
<? endforeach; ?>
</ul>
<br/>
- <p class="func">
- <a class="func" href="/log/?list=1">archive</a>
- </p>
+ <a class="func" href="/log/?list=1">vew archive</a>
+
<?php endif; ?>
<h3>
<strong><a href="/"><? echo SITE_TITLE; ?></a></strong>
</h3>
-
- <li>
- (process<br/>and<br/>projects)
- </li>
-
+
<br/>
<li><a href="/agg/">aggregate</a></li>
<li><a href="/links/">links</a></li>
- <li><a href="/contact/">contact</a></li>
+ <li><a href="/about/">about</a></li>
<br/>
<?php elseif ($list): ?>
<?php else: ?>
-
- <h1>projects</h1>
-
- <p>slightly borked. bbl.</p>
-
<p>
- in the meantime, go here:<br/>
- <a href="http://gabrieldunne.com/projects/">gabrieldunne.com/projects/</a><br/>
+ <a href="http://gabrieldunne.com/projects/">current</a><br/>
<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>