From: Gabriel Dunne Date: Wed, 27 Jan 2010 05:10:57 +0000 (-0800) Subject: cleanup for main site X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=e6d46e1966ee49124a175cbcad438a4a869d0ecf;p=plog_bk.git cleanup for main site --- diff --git a/.gitignore b/.gitignore index f331b3b..f80d52b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ c -t +#t /lib/config \ No newline at end of file diff --git a/css/style.css b/css/style.css index 5cd2c79..319b516 100644 --- a/css/style.css +++ b/css/style.css @@ -7,10 +7,10 @@ html, body, table { font-family: helvetica; font-size:11px; line-height:1.5em; c ::selection {background: #08f !important; color:#fff;} /*links*/ -a { color:#07e; border:0; text-decoration:none; } +a { color:#555; border:0; text-decoration:underline; background:#ffe; } a img { border:0; } a.mute { color:#555; } -a:hover, a.mute:hover { color:#fa4; background:#ffa; text-decoration:none; } +a:hover, a.mute:hover { color:#e07; background:#ffa; text-decoration:none; } .caption a { color:#888;} .caption a:hover { color:#905;} @@ -69,8 +69,9 @@ table .reader li, table .bookmarks li { margin-bottom:1em; padding-bottom: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 a { font-weight:bold; text-decoration:none; } .nav h3 { margin-bottom:0.4em; } +.nav li.section { font-weight:bold; color:#bbb; padding-bottom:0.5em;} .caption { font-style:italic; margin-top:5px; color:#444; } diff --git a/lib/config b/lib/config index d1f8cde..4b468c2 100644 --- a/lib/config +++ b/lib/config @@ -1,5 +1,5 @@ +SITE_TITLE = Gabriel Dunne LOCAL_ROOT = /home/quilime/gabrieldunne.com/ CONTENT_DIR = c/ -TEMPLATE_DIR = t/ -SITE_TITLE = gabriel dunne +TEMPLATE_DIR = pages/ DELIM = / diff --git a/t/404.html b/pages/404.html similarity index 100% rename from t/404.html rename to pages/404.html diff --git a/pages/about.html b/pages/about.html new file mode 100644 index 0000000..523184a --- /dev/null +++ b/pages/about.html @@ -0,0 +1,54 @@ + + + + + + + <?php echo SITE_TITLE ?>:about + + + + + + + +
+ +

About

+ +

+ Gabriel Dunne, b.1981, experiments with design and technology in + the mediums of installation, architecture, industrial design, + and audio/visual software. His pursuits insight the exploration + of music and sound, structure, life, and systems in the natural and technological world. + His projects have been shown in internationally at conferences and + exhibitions including New York MoMA, SIGGRAPH, Japan Media Arts Festival, + Barcelona Festival Sonar, Interferenze Italia, and numerous publications. +

+

+ San Francisco native, currently lives/works in San Francisco. +

+ +

contact

+ studio@gabrieldunne.com +
+ +1 415 493 8496 +
+
+
+ + © 1997— + +

+ website source code is available here +

+ + + + + +
+ + + + \ No newline at end of file diff --git a/t/agg.html b/pages/agg.html similarity index 100% rename from t/agg.html rename to pages/agg.html diff --git a/t/code.html b/pages/code.html similarity index 100% rename from t/code.html rename to pages/code.html diff --git a/pages/cv.html b/pages/cv.html new file mode 100644 index 0000000..f82cddd --- /dev/null +++ b/pages/cv.html @@ -0,0 +1,120 @@ + + + + + + + <?php echo SITE_TITLE ?>:c/v + + + + + + + + + + +
+ +

gabriel gunne

+ +

b. 1981, San Francisco

+ +

+ +

cv

+Gray Area
+Tessellated Group
+Stamen Design
+Google, Inc
+Motion Theory + +


+ +

edu

+2004 B.A. Design | Media Arts, UCLA +
+2002 Pont Avent School of Art, France +
+1999 Architecture, Art, College of Marin + +


+ +

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.)
+Festival Sonar, Barcelona, Spain
+SIGGRAPH, Boston
+New Wight Gallery MFA Show, UCLA, Los Angeles, CA (collab.)
+SIGGRAPH, Los Angeles
+:Output International Design Competition, Amsterdam, Netherlands
+CiberArt: International Festival of New Technologies, Bilbao, Spain
+Traffic, New Wight Gallery, UCLA, Los Angeles, CA (collab.)
+Sur(Face), Design Media Arts EDA, Los Angeles, CA
+Eyberrations Digital Film Festival, Irvine, CA
+Melbourne International Film Festival, Melbourne, Australia
+Experimental Works On Paper, Paris, France
+Experimental Works On Paper, Rennes, France
+Jaquez Gallery Collection, Pont Aven, France. Permanent Collection.
+ +

+ +

talks

+Text + Architecture & Writing in Architecture, SCIARC, Los Angeles
+narr@tive: Digital Storytelling, Hammer Museum, Los Angeles
+ +

+ +

teaching

+Creative Coding w/Processing (Gray Area)
+Programming and Design (UCLA student workshops)
+Video, (UCLA student workshops)
+Processing (Makers Faire)
+Maya Workshop Series (UCLA)
+Typography Workshop Series (UCLA)
+Adobe Design Workshops (UCLA)
+Macromedia Design Student Workshops (UCLA) + + +


+ + +

publications

+MIT Aerospace Annual
+a minima #17
+Contemporary Art of Science and Technology
+AD: Architectural Digest
+FOCUS Italia, May Issue
+Discover Magazine
+Wired
+HDRI
+ + + + +
+ + + + + \ No newline at end of file diff --git a/t/header-src.html b/pages/header-src.html similarity index 100% rename from t/header-src.html rename to pages/header-src.html diff --git a/t/img.html b/pages/img.html similarity index 100% rename from t/img.html rename to pages/img.html diff --git a/t/index.html b/pages/index.html similarity index 71% rename from t/index.html rename to pages/index.html index 400a5f7..357f07c 100644 --- a/t/index.html +++ b/pages/index.html @@ -14,10 +14,6 @@
- -

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

diff --git a/pages/links.html b/pages/links.html new file mode 100644 index 0000000..9677934 --- /dev/null +++ b/pages/links.html @@ -0,0 +1,65 @@ + + + + + + + <?php echo SITE_TITLE ?> - links + + + + + + + +
+ + + +
  • + + + + +
    + + +
    + + + + \ No newline at end of file diff --git a/t/log.html b/pages/log.html similarity index 100% rename from t/log.html rename to pages/log.html diff --git a/pages/nav.html b/pages/nav.html new file mode 100644 index 0000000..2a2b986 --- /dev/null +++ b/pages/nav.html @@ -0,0 +1,31 @@ + diff --git a/pages/news.html b/pages/news.html new file mode 100644 index 0000000..1d14888 --- /dev/null +++ b/pages/news.html @@ -0,0 +1,66 @@ + + + + + + + + + <?php echo SITE_TITLE; ?><?php if ($single) : ?> - news: <?echo strtolower($log['title']); ?> [<?php echo date("Y M d", strtotime($log['date']));?>]<? else: ?> - news<? endif; ?> + + + + + + + + + +
    + + + +

    log /

    + +
    + +
    + + + +

    news

    + + + + + +
    + + + + \ No newline at end of file diff --git a/t/photo.html b/pages/photo.html similarity index 100% rename from t/photo.html rename to pages/photo.html diff --git a/t/projects.html b/pages/projects.html similarity index 93% rename from t/projects.html rename to pages/projects.html index 88ccc04..b46b457 100644 --- a/t/projects.html +++ b/pages/projects.html @@ -31,7 +31,6 @@ -

    projects/

    - - - - - - <?php echo SITE_TITLE ?>:about - - - - - - - -
    - -

    about

    - -

    - 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. -

    - - - - -
    - - - - \ No newline at end of file diff --git a/t/links.html b/t/links.html deleted file mode 100644 index 8db231a..0000000 --- a/t/links.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - <?php echo SITE_TITLE ?> - links - - - - - - - -
    - - - -
  • - - - -

    links

    - - -
    - - - - \ No newline at end of file diff --git a/t/nav.html b/t/nav.html deleted file mode 100644 index 6ca2d67..0000000 --- a/t/nav.html +++ /dev/null @@ -1,26 +0,0 @@ -