From f8b4a5381eb87ffd117a59a2fdcb97d632bb6ba6 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sun, 24 Jan 2010 00:32:44 -0800 Subject: [PATCH] template changes --- css/style.css | 2 +- lib/output.php | 15 +++++++++++++++ templates/contact.html | 4 ++-- templates/cv.html | 1 + templates/links.html | 2 +- templates/projects.html | 35 ++++++++++++++++++++--------------- 6 files changed, 40 insertions(+), 19 deletions(-) diff --git a/css/style.css b/css/style.css index 1b52eff..f1856b9 100644 --- a/css/style.css +++ b/css/style.css @@ -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; } diff --git a/lib/output.php b/lib/output.php index 2d82d83..bf8f6c6 100644 --- a/lib/output.php +++ b/lib/output.php @@ -181,6 +181,21 @@ } } + 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 '
  • ' . $i . '
  • '; + } + } + if(false) generate_thumbs( '/home/quilime/gabrieldunne.com/dev/projects/bay_area_transit/images/', diff --git a/templates/contact.html b/templates/contact.html index 8d220b8..b638ed6 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -17,8 +17,8 @@

    contact

    - studio@gabrieldunne.com
    -

    +
    +

    diff --git a/templates/cv.html b/templates/cv.html index e573ddd..deb03a2 100644 --- a/templates/cv.html +++ b/templates/cv.html @@ -42,6 +42,7 @@ Motion Theory


    selected exhibitions / conferences

    +Prototype, Gray Area Foundation for the Arts, San Francisco
    Design and the Elastic Mind, MoMA NYC (w/Stamen Design. Permanent Collection)
    Interferenze: Naturalis Electronica, Valle Caudina, Italy
    Japan Media Arts Festival, Tokyo, Japan (collab.)
    diff --git a/templates/links.html b/templates/links.html index 36aba43..88dc3ce 100644 --- a/templates/links.html +++ b/templates/links.html @@ -53,7 +53,7 @@ ?>

    diff --git a/templates/projects.html b/templates/projects.html index 69c2b00..b1db189 100644 --- a/templates/projects.html +++ b/templates/projects.html @@ -43,24 +43,29 @@

    projects

    - + + + + current experiments → + +

    project archive

    2008
    2007
    - 2004 - 2006 + 2004 - 2006
    + 1999 - 2004 +

    + -- 2.34.1