From: Gabriel Dunne Date: Sat, 10 Jul 2010 00:54:56 +0000 (-0700) Subject: content design X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=079f556ba6a6e5ccc2f35d9111b9ffc1ce2bef3f;p=plog.git content design --- diff --git a/content/cat1/test_post b/content/cat1/test_post deleted file mode 100644 index 4a6a223..0000000 --- a/content/cat1/test_post +++ /dev/null @@ -1,20 +0,0 @@ -title = test post -date = 2010-07-07 -tags = test post tag1 tag2 --- - -This is a test post. Hello world! - -*ooo* -**ahh** -***eee*** - -some inline code `some code` woo - - fn(test) { code }; - some more
 code
-    // a comment perhaps
-
-line    
-------
-break
diff --git a/content/cat2/test_post b/content/cat2/test_post
deleted file mode 100644
index 63f03f9..0000000
--- a/content/cat2/test_post
+++ /dev/null
@@ -1,8 +0,0 @@
-title = another test post
-date = 2010-07-01
-tags = with different tags
---
-
-this is an older test post!
-
-`some code`
diff --git a/lib/init.php b/lib/init.php
index e45c464..ee4f194 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -4,9 +4,9 @@
     
 	ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . dirname(realpath(__FILE__)));
 
-	define ('SITE_TITLE', 'plog');
-	define ('LOCAL_ROOT', '/local/plog/root/');
-	define ('WEB_ROOT', 'http://webroot.com/');
+	define ('SITE_TITLE', 'gabriel dunne');
+	define ('LOCAL_ROOT', '/home/quilime/gabrieldunne-site/');
+	define ('WEB_ROOT', 'http://dev.gabrieldunne.com/');
 	
 	define ('CONTENT_DIR', 'content');
 	define ('TEMPLATE_DIR', 'templates');
diff --git a/lib/static.php b/lib/static.php
deleted file mode 100644
index ea0082e..0000000
--- a/lib/static.php
+++ /dev/null
@@ -1,18 +0,0 @@
-';
-	foreach ($entries as $e)
-	{
-		echo '
  • '.$e['title'].' - '.$e['date'].'
  • '; - } - echo ''; - - - - - -?> \ No newline at end of file diff --git a/pages/about b/pages/about deleted file mode 100644 index bdfa8cd..0000000 --- a/pages/about +++ /dev/null @@ -1,3 +0,0 @@ -title = about --- -all about the about \ No newline at end of file diff --git a/pages/contact b/pages/contact new file mode 100644 index 0000000..db4b9c4 --- /dev/null +++ b/pages/contact @@ -0,0 +1,7 @@ +title = contact +-- +email: studio@gabrieldunne.com +phone: +1 415 493 8496 +loc: san francisco, ca + +also: [quilime.com](http://quilime.com) diff --git a/pages/cv b/pages/cv new file mode 100644 index 0000000..38110a9 --- /dev/null +++ b/pages/cv @@ -0,0 +1,91 @@ +title = c/v +-- + +**gabriel labov dunne** +b. 1981, san francisco + +
    + + + + +**selected exhibitions, performance** +2010 Biennial of the Americas, Denver +2010 Prototype, Gray Area Foundation for the Arts, San Francisco +2010 Powers of Ten, Gray Area Foundation for the Arts +2008 Design and the Elastic Mind, MoMA NYC (w/Stamen Design. Permanent Collection) +2006 Interferenze: Naturalis Electronica, Valle Caudina, Italy +2006 Japan Media Arts Festival, Tokyo, Japan +2006 Festival Sonar, Barcelona, Spain +2006 SIGGRAPH, Boston +2005 New Wight Gallery MFA Show, UCLA, Los Angeles, CA (collab.) +2005 SIGGRAPH, Los Angeles +2005 :Output International Design Competition", Amsterdam, Netherlands +2005 CiberArt: International Festival of New Technologies, Bilbao, Spain +2004 Traffic, New Wight Gallery, UCLA, Los Angeles, CA (collab.) +2003 Sur(Face), Design Media Arts EDA, Los Angeles, CA +2003 Eyberrations Digital Film Festival", Irvine, CA +2002 Melbourne International Film Festival", Melbourne, Australia +2002 Experimental Works On Paper, Paris, France +2002 Experimental Works On Paper, Rennes, France +2002 Jaquez Gallery Collection, Pont Aven, France. Permanent Collection. +
    + +**talks / conferences** +2010 Resident Artist Symposium, Gray Area, San Francisco +2004 Text + Architecture & Writing in Architecture, SCIARC, Los Angeles +2003 narr@tive: Digital Storytelling, Hammer Museum, Los Angeles +
    + +**workshops** +2010 Creative Coding: An Introduction to Processing (Gray Area, San Francisco) +2009 Creative Coding (Gray Area, San Francisco) +2009 Creative Coding (Gray Area, San Francisco) +2009 Introduction to Processing (Gray Area, San Francisco) +2007 Processing (Makers Faire, San Mateo) +2005 Programming and Design (UCLA student workshops, Los Angeles) +2005 Video, (UCLA student workshops, Los Angeles) +2004 Maya Workshop Series (UCLA, Los Angeles) +2003 Typography Workshop Series (UCLA, Los Angeles) +2003 Adobe Design Software Workshop (Rep, UCLA, Los Angeles) +2002 Macromedia Design Student Workshops (UCLA, Los Angeles) +
    + +**media** +2009 Art College Radio (gdss) 2008 MIT Aerospace Annual +2007 A'minima #17 +2007 FOCUS Italia, May Issue +2007 Discover Magazine +2007 Wired +2006 Adult Swim, Cartoon Network +2006 Contemporary Art of Science and Technology +2006 AD: Architectural Digest +2005 HDRI +
    + +**awards** +2005 Creative Review Best in Show "Beck Girl" (Motion Theory) +2004 Type Directors Award "Nike Golf" (Motion Theory) +2004 AIGA "HP It Consolidates" (Motion Theory) +2004 AICP "HP Hands" (Motion Theory) +2003 Screen Network Australia Best in Show +2002 Shorttakes Film Festival, Best Visual Effects +
    + +**academic honors** +2002, 2003 UCLA Deans List +2001 UCLA Merit Scholarship +
    + +**cv** +Tessellated Group +Stamen Design +Google, Inc +Motion Theory +
    + +**edu** +2003 B.A. Design | Media Arts, UCLA +2002 Pont Avent School of Art, France +1999 Architecture, Art, College of Marin + diff --git a/pages/links b/pages/links deleted file mode 100644 index 42637b7..0000000 --- a/pages/links +++ /dev/null @@ -1,4 +0,0 @@ -title = links --- -+ [quilime](http://quilime.com) → -+ [gabriel dunne](http://gabrieldunne.com) → \ No newline at end of file diff --git a/public/css/style.css b/public/css/style.css index 9488175..7141c5d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,5 +1,5 @@ body { margin:80px 100px 50px 40px; } -html, body, table { font-family: sans-serif; font-size:12px; line-height:1.4em; color:#44d ; } +html, body, table { font-family: helvetica; font-size:15px; line-height:1.5em; color:#ccc; background:#121212; } .nav { position:absolute; z-index:1; top:20px; left:30px; } .nav ul { margin-left:1em; } @@ -12,10 +12,10 @@ html, body, table { font-family: sans-serif; font-size:12px; line-height:1.4em; ::selection {background: #08f !important; color:#fff;} /*links*/ -a { color:#000; border:0; padding:0.2em 0.1em 0 0; } +a { color:#e07; border:0; text-decoration:none; } a img { border:0; } a.mute { text-decoration:none !important; } -a:hover, a.mute:hover { color:#d15; text-decoration:none; } +a:hover, a.mute:hover { color:#d15; text-decoration:underline; } /*headings*/ h1, h2, h3, h4, h5, h6 { font-size:1em; } @@ -53,7 +53,7 @@ table.archive td {padding-right:20px; } #home_arrow { position: absolute; top:11px; left:23px; margin-left:250px; text-decoration:none; } -#content { margin-left:120px; min-width:500px; position:absolute; top:20px; padding-bottom:200px; z-index:10;} +#content { margin-left:180px; min-width:500px; position:absolute; top:20px; padding-bottom:200px; z-index:10;} #content p { } ul.inline_content {} ul.inline_content li .content { } @@ -80,10 +80,10 @@ table.archive td {padding-right:20px; } .indent { text-indent:3em; } .entry { margin-bottom:100px; } -.entry h2 { border-bottom:1px solid #ddd; padding-bottom:4px; } +.entry h2 { border-bottom:1px solid #333; padding-bottom:4px; } .entry h2 .title-date { font-weight:normal; color:#bbb; } .entry .metadata { margin-top:20px; font-style:italic; color:#aaa; } -.entry .metadata .tags li { display:inline-block; margin-right:1em; } +.entry .metadata .tags li { display:inline-block; margin-right:0.2em; } .caption { font-style:italic; margin-top:5px; color:#444; } .more, .home { text-decoration:none; color:#000; font-weight:bold; } diff --git a/public/index.php b/public/index.php index 204b88c..f73f29e 100644 --- a/public/index.php +++ b/public/index.php @@ -13,6 +13,7 @@ # content folder if (is_dir(LOCAL_ROOT . CONTENT_DIR . DIRECTORY_SEPARATOR . $url_parts['url']) && $url_parts['url'] != "/") { list($data, $total) = get_data(array($url_parts['url'])); + $t->assign('page_title', preg_replace('{^/|/$}', '', $url_parts['url'])); $t->assign('data', $data); } # single file diff --git a/templates/default.html.tpl b/templates/default.html.tpl index f41a3de..f5f9572 100644 --- a/templates/default.html.tpl +++ b/templates/default.html.tpl @@ -3,7 +3,7 @@ include_template('head-inc.html.tpl') ?> - <?=SITE_TITLE?><?=$this->title();?> + <?=SITE_TITLE?>, <?=$page_title?> diff --git a/templates/entry.html.tpl b/templates/entry.html.tpl index d0f1a4a..0e8bab6 100644 --- a/templates/entry.html.tpl +++ b/templates/entry.html.tpl @@ -9,7 +9,6 @@ - - diff --git a/templates/nav.html.tpl b/templates/nav.html.tpl index 53d8efd..ee3990e 100644 --- a/templates/nav.html.tpl +++ b/templates/nav.html.tpl @@ -4,17 +4,10 @@
    -

    categories

    -
  • - - -
    - -

    pages

    - +
  • diff --git a/templates/page.html.tpl b/templates/page.html.tpl index 346fdef..c4dc19c 100644 --- a/templates/page.html.tpl +++ b/templates/page.html.tpl @@ -3,7 +3,7 @@ include_template('head-inc.html.tpl') ?> - <?=SITE_TITLE?><?=$this->title();?> + <?=SITE_TITLE?>, <?=$data['title']?> @@ -12,8 +12,6 @@
    -

    -