From 50fc27a53951696905923f8ed201f2da6e628e3f Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sun, 24 Jan 2010 02:29:55 -0800 Subject: [PATCH] cleaning --- css/style.css | 6 +---- lib/config | 9 ++++--- t/about.html | 32 +++++++++++++++++++---- t/agg.html | 2 ++ t/index.html | 22 +++++++++------- t/links.html | 11 +------- t/nav.html | 9 ++++--- t/projects.html | 67 ++++++++++++++++++++++++------------------------- 8 files changed, 87 insertions(+), 71 deletions(-) diff --git a/css/style.css b/css/style.css index 2e11517..5cd2c79 100644 --- a/css/style.css +++ b/css/style.css @@ -21,10 +21,6 @@ h1 { margin:0 0 3em 0; } h2 { margin:4em 0 0.5em 0; } h3 { font-size:1em; margin:0; margin-bottom:0.5em; } -/*code -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;} @@ -32,7 +28,7 @@ margin:0; font-size:15px; line-height:1.4em; padding:2em 4em; font-style:italic; p { max-width:720px; } ul { margin:0; padding:0; list-style-type:none; } -li { margin-bottom:1px; padding:1px; } +li { margin-bottom:1px; } 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; } diff --git a/lib/config b/lib/config index ae63498..d1f8cde 100644 --- a/lib/config +++ b/lib/config @@ -1,4 +1,5 @@ -LOCAL_ROOT = /home/quilime/quilime.com/ -CONTENT_DIR = c/ -TEMPLATE_DIR = templates/ -SITE_TITLE = quilime +LOCAL_ROOT = /home/quilime/gabrieldunne.com/ +CONTENT_DIR = c/ +TEMPLATE_DIR = t/ +SITE_TITLE = gabriel dunne +DELIM = / diff --git a/t/about.html b/t/about.html index 81ba936..0ae4bbb 100644 --- a/t/about.html +++ b/t/about.html @@ -4,7 +4,7 @@ - <?php echo SITE_TITLE ?> - about + <?php echo SITE_TITLE ?>:about @@ -13,11 +13,33 @@
+ +

about

- © 1997— gabriel dunne. All rights reserved. -
-
- email: gdunne@quilime.com +

+ This website is a collection of experiments, code, images, sounds, reference, and aggregate. +

+ +

+ c/v +

+ +

contact

+ email gdunne@quilime.com +
+ phone +1 415 493 8496 + +
+
+
+ + © 1997— + +

+ This website source is based on a custom CMS written in PHP, the code of which is available here. +

+ +
diff --git a/t/agg.html b/t/agg.html index 2dea6e8..a2f0d3d 100644 --- a/t/agg.html +++ b/t/agg.html @@ -15,6 +15,8 @@
+ +

aggregate

diff --git a/t/index.html b/t/index.html index eea502f..400a5f7 100644 --- a/t/index.html +++ b/t/index.html @@ -1,20 +1,24 @@ - + - + <?php echo SITE_TITLE; ?> - + - + - -
- projects, process log, experiments, code, reference, inspiration, aggregate -
- + +
+ + +

+ projects, process log, experiments, code, reference, inspiration, aggregate +

+
+ diff --git a/t/links.html b/t/links.html index 94bfa6c..8db231a 100644 --- a/t/links.html +++ b/t/links.html @@ -56,17 +56,8 @@ array('http://gaffta.org/', 'gaffta') ); ?> - - - - - -

links

+

links

diff --git a/t/nav.html b/t/nav.html index 8c91bdb..6ca2d67 100644 --- a/t/nav.html +++ b/t/nav.html @@ -3,15 +3,16 @@

- by gabriel dunne +

+ projects, process +



-
  • log
  • +
  • log
  • projects
  • -
  • code
  • -
  • img
  • +
  • img

  • diff --git a/t/projects.html b/t/projects.html index 6e80fd0..88ccc04 100644 --- a/t/projects.html +++ b/t/projects.html @@ -2,7 +2,7 @@ $projects = array(); $single = false; - + if (is_dir(CONTENT_DIR . $url_string) && !is_file(CONTENT_DIR . $url_string . '/config') ) { list($projects_list, $total) = get_content(basename($url_string)); } @@ -18,57 +18,56 @@ - - <?php echo SITE_TITLE; ?> - projects<?php if (sizeof($projects) > 0 ) : ?>: <?echo strtolower($project['title']); ?> [<?php echo $project['medium']; ?>]<?php endif; ?> - + + <?php echo SITE_TITLE; ?>:projects<?php if ($single) : ?><?=DELIM?><? echo $project['title']; ?> <?php endif; ?> + - +
    - - + -

    projects /

    +

    projects/

    - + -

    - current
    - 2008
    - 2007
    - 2004 - 2006 -

    - - - + +


    + +

    archive

    + + +

    + - +
    - + \ No newline at end of file -- 2.34.1