From d30cc4017a15c98a0d829a6f01dbbdf85a16c5a2 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sun, 15 Sep 2013 12:03:38 -0700 Subject: [PATCH] Removed index selects. --- css/style.css | 15 ++- pages/bio | 11 -- pages/info | 175 +++++++++++++++++++++++++++++++ templates/index.html.tpl | 25 ----- templates/index.html.tpl-selects | 44 ++++++++ templates/nav.html.tpl | 5 +- templates/projects.html.tpl | 12 +-- 7 files changed, 235 insertions(+), 52 deletions(-) delete mode 100755 pages/bio create mode 100755 pages/info create mode 100644 templates/index.html.tpl-selects diff --git a/css/style.css b/css/style.css index 545e528..1f301bd 100644 --- a/css/style.css +++ b/css/style.css @@ -2,8 +2,10 @@ html, body, table, textarea, input[type="text"] { background:#eee; color: #555; - font: 11px normal menlo, monaco, "Lucida Console", monospace; - letter-spacing:0.05em; + font-size: 12px; + font-weight: normal; + font-family: monaco, "Lucida Console", monospace; +/* letter-spacing:0.05em;*/ /*Inconsolata*/ /*font-family: sans-serif, monaco, monospace;*/ /*font: 11px/1.5em "Lucida Grande";*/ @@ -78,13 +80,9 @@ ol li { list-style-type:decimal; } blockquote { - font-family:serif; - font-style:italic; - font-size:1.75em; - color:#333; - line-height:1.3em; + color:#666; margin:0; - padding:1em; + padding:1.5em; max-width:600px; } pre { @@ -168,6 +166,7 @@ table, td, tr { margin-bottom:0.2em; } #nav .nav a { + color:#444; text-decoration:none; } #nav .nav a:hover { diff --git a/pages/bio b/pages/bio deleted file mode 100755 index 15379ad..0000000 --- a/pages/bio +++ /dev/null @@ -1,11 +0,0 @@ -template = page --- - - -Gabriel Labov Dunne (b. 1981, San Francisco) works with multiple mediums and technologies to explore audiovisual vibration, space, structures, and rhythms of the perceivable and imperceivable universe. His art and design work has shown internationally in solo and group exhibitions, performances, galleries, public space, and is featured in interactive software, music videos, sound works, and film projects. With a background in animation and coding, and deep interests in architecture, form and fabrication, he is a proponent for the use of computing and technology as a means to connect a wide range of mediums and subjects. - -[c/v](/cv) diff --git a/pages/info b/pages/info new file mode 100755 index 0000000..f83f495 --- /dev/null +++ b/pages/info @@ -0,0 +1,175 @@ +template = page +-- + + +Gabriel Labov Dunne (b. 1981, San Francisco) works with multiple mediums and technologies to explore audiovisual vibration, space, structures, and rhythms of the perceivable and imperceivable universe. His multi-disciplinary art and design work has shown internationally in solo and group exhibitions, performances, galleries, public space, and is featured in interactive software, music videos, sound works, and film projects. + +
+ +[email](mailto:studio@gabrieldunne.com) +[blog](http://quilime.com) + +
+ + + +###### edu +2003 B.A. Design | Media Art, UCLA +2001 Pont Aven School of Art +1999 College of Marin +
+ + +###### exhibition +2013 SOMArts NightLight, San Francisco CA +2013 ArtHackDay, San Francisco CA +2012 Audio ShaderToy, Creators Project, San Francisco, CA +2012 NAAG. Delhi, India +2010 PROTOTYPE, Gray Area, San Francisco CA +2010 Powers of 10, Gray Area, San Francisco, CA +2010 Seaquence, Gray Area, San Francisco CA +2008 Cabspotting, Stamen Design, Design and the Elastic Mind, NYC MoMA Permanent Collection. New York, NY +2006 SIGGRAPH, Boston +2006 Interferenze: Naturalis Electronica, Valle Caudina, Italy +2006 Festival Sonar, Barcelona, Spain +2005 SIGGRAPH, Los Angeles +2005 :Output Festival, Amsterdam, Netherlands +2005 CiberArt: International Festival of New Technologies, Bilbao, Spain +2003 Sur(Face), UCLA, Los Angeles, CA +2003 Eyberrations Digital Film Festival, Irvine, CA +2002 Melbourne International Film Festival, Melbourne, Australia +2002 Experimental Works On Paper, Rennes, France +2002 Jaquez Gallery Collection, Pont Aven, France +2002 narr@tive: Digital Storytelling, Hammer Museum, Los Angeles +2002 "Monster", UCLA DMA Student Show, Los Angeles, CA +
+
+ +###### performance +2013 Vatica Dahlia "Rites", Brooklyn, NY +2013 ATOM TM, Live Visuals, San Francisco, CA +2012 UP Festival, Live Visuals, San Francisco, CA +2012 CCRMA Modulations, San Francisco, CA +2011 Sepalcure, Shigeto, Simple & Santa. Live visuals. Gray Area, San Francisco, CA +2011 ICOSI, Milieux Sonores: Sound and Imaginary Space, GAFFTA, San Francisco, CA +2010 ICOSI, Biennial of the Americas. Denver, CO +
+
+ +###### residencies / collaborations +2011—2012 Studio Collaboration w/ Vishal K. Dar, New Delhi, India. +2009—2010 Gray Area Foundation for the Arts, San Francisco +
+
+ + +###### teaching / lectures +2012 Film/Code/Remix, BAVC, San Francisco +2012 Processing, ACCU, Symantic, Palo Alto +2012 Processing, ACCU Davis Linux Users Group, Davis, CA +2011 Open Source: Creative Code. BAVC, San Francisco, +2011 Processing 101 Workshop, GAFFTA, San Francisco, +2010 Open Source: Creative Code. BAVC, San Francisco, +2010 Prototype: Resident Artist Symposium, GAFFTA, San Francisco +2010 Creative Coding: Introduction to Processing, GAFFTA, San Francisco +2009 Creative Coding: Introduction to Processing, GAFFTA, San Francisco +2009 Introduction to Processing, GAFFTA, San Francisco +2007 Introduction to Processing. Makers Faire, San Mateo +2005 Programming and Design, UCLA student workshops, Los Angeles +2004 Maya Student Workshop Series, UCLA, Los Angeles +2003 Typography Workshop Series, UCLA, Los Angeles +2003 Adobe Software Workshop Series, Maya/Photoshop/Illustrator/After Effects. UCLA, Los Angeles +2002 Flash/Director Workshop Series, UCLA, Los Angeles +
+
+ + +###### featured in +SIGGRAPH +Creators Project +Discover Magazine +Wired +MIT Aerospace Annual +A'minima #17 +FOCUS Italia +AD: Architectural Digest +Contemporary Art of Science and Technology +Art College Radio SF +HDRI Magazine +
+
+ +###### professional +Obscura Digital +BAVC +Tessellated Group +Gray Area +Stamen Design +Google +Motion Theory +
+ + + + diff --git a/templates/index.html.tpl b/templates/index.html.tpl index f90ae09..66b79ea 100644 --- a/templates/index.html.tpl +++ b/templates/index.html.tpl @@ -8,31 +8,6 @@ include_template('nav.html.tpl', array('index' => true)) ?>
-
diff --git a/templates/index.html.tpl-selects b/templates/index.html.tpl-selects new file mode 100644 index 0000000..f90ae09 --- /dev/null +++ b/templates/index.html.tpl-selects @@ -0,0 +1,44 @@ + + + include_template('head-inc.html.tpl') ?> + <?=SITE_TITLE?> + + + +include_template('nav.html.tpl', array('index' => true)) ?> + +
+ + +
+ + include_template('pagination.html.tpl') ?> + + include_template('footer.html.tpl') ?> + + + diff --git a/templates/nav.html.tpl b/templates/nav.html.tpl index 3f88969..46b49fe 100644 --- a/templates/nav.html.tpl +++ b/templates/nav.html.tpl @@ -9,8 +9,9 @@ 'order' => SORT_ASC ) ); ?>
  • projects
  • -
  • about
  • -
  • tag
  • +
  • about
  • + + 0)); ?> diff --git a/templates/projects.html.tpl b/templates/projects.html.tpl index 8a48e65..238e771 100644 --- a/templates/projects.html.tpl +++ b/templates/projects.html.tpl @@ -17,22 +17,22 @@ - + include_template('projectlist.html.tpl') ?> - +