From 25f716392b990cd2cc96bd2645fa1c662be27825 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Fri, 19 Sep 2014 17:59:59 -0700 Subject: [PATCH] Some commits and style changes --- _layouts/default.html | 13 +++------ _layouts/post.html | 4 ++- _posts/2008-07-05-cabspotting.md | 7 ++--- _posts/2010-12-20-monad.md | 4 +-- _posts/2011-07-11-icosi.md | 2 +- _posts/2012-12-20-naag.md | 2 +- _posts/2013-08-30-vaticadahlia.md | 2 +- _posts/2014-04-24-tetra-field.md | 2 +- about.md | 8 ++++-- css/main.css | 46 +++++++++++++++++++++++-------- index.md | 27 ++++++------------ 11 files changed, 66 insertions(+), 51 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index ba9254f..21ff816 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,16 +10,13 @@ -

{{site.name}}

-
@@ -37,5 +34,3 @@ - - diff --git a/_layouts/post.html b/_layouts/post.html index e4c8e1c..000620b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,13 +3,15 @@ layout: default ---

{{ page.title }}

-

{{ page.date | date: "%Y/%m/%d" }}

+

{{ page.date | date: "%Y" }}

{{ content }}
+ \ No newline at end of file diff --git a/_posts/2008-07-05-cabspotting.md b/_posts/2008-07-05-cabspotting.md index c56409f..9febc37 100755 --- a/_posts/2008-07-05-cabspotting.md +++ b/_posts/2008-07-05-cabspotting.md @@ -7,7 +7,9 @@ layout: post -SF taxi visualization. Created with Stamen Design. +San Francisco Taxi-Cab Visualization + +Scott Snibbe, Amy Balkin, Eric Rodenbeck, Michal Migurski, Shawn Allen, Tomas Apodeca, Gabriel Dunne, Stamen Design [Cabspotting](http://stamen.com/clients/cabspotting) [Cabspotting in MoMA](http://content.stamen.com/cabspotting_in_moma_design_and_the_elastic_mind) @@ -17,6 +19,3 @@ Cab Trails ![]({{site.baseurl}}/m/cabspotting/Picture 5.png) Development Screenshot - - - diff --git a/_posts/2010-12-20-monad.md b/_posts/2010-12-20-monad.md index 9244b61..1289c62 100755 --- a/_posts/2010-12-20-monad.md +++ b/_posts/2010-12-20-monad.md @@ -2,8 +2,8 @@ title: Monad layout: post date: 2010-12-20 -categories: portfolio installation -excerpt: data-visualization sculpture +categories: projection+sculpture +excerpt: projection sculpture thumb: /m/monad/thumb3.png --- diff --git a/_posts/2011-07-11-icosi.md b/_posts/2011-07-11-icosi.md index 57f3c4c..873801b 100755 --- a/_posts/2011-07-11-icosi.md +++ b/_posts/2011-07-11-icosi.md @@ -2,7 +2,7 @@ layout: post title: "ICOSI" date: 2011-07-11 -categories: portfolio audiovisual installation +categories: projection+sculpture excerpt: audiovisual live-performance thumb: /m/icosi/2_4847387674_5419f0b672.jpg --- diff --git a/_posts/2012-12-20-naag.md b/_posts/2012-12-20-naag.md index 619f7ae..feed67a 100755 --- a/_posts/2012-12-20-naag.md +++ b/_posts/2012-12-20-naag.md @@ -2,7 +2,7 @@ title: NAAG layout: post date: 2012-12-20 -categories: portfolio installation +categories: projection+sculpture excerpt: projection-mapped sculpture thumb: /m/naag/thumb.png --- diff --git a/_posts/2013-08-30-vaticadahlia.md b/_posts/2013-08-30-vaticadahlia.md index 8b16b8f..af247f0 100755 --- a/_posts/2013-08-30-vaticadahlia.md +++ b/_posts/2013-08-30-vaticadahlia.md @@ -2,7 +2,7 @@ layout: post title: "Vatica Dahlia" date: 2013-08-30 -categories: portfolio sculpture +categories: projection+sculpture thumb: "/m/vaticadahlia/thumb2.png" excerpt: sculpture and visuals for live performance --- diff --git a/_posts/2014-04-24-tetra-field.md b/_posts/2014-04-24-tetra-field.md index b231e36..22b705c 100644 --- a/_posts/2014-04-24-tetra-field.md +++ b/_posts/2014-04-24-tetra-field.md @@ -2,7 +2,7 @@ layout: post title: "Tetra Field" date: 2014-04-24 -categories: portfolio installation +categories: projection+sculpture thumb: "/m/tetrafield/thumb.png" excerpt: modular projection-mapped installation --- diff --git a/about.md b/about.md index e1688c1..c05005f 100644 --- a/about.md +++ b/about.md @@ -4,9 +4,13 @@ title: about --- ### Gabriel Labov Dunne + + +### bio b. 1981, San Francisco + ### contact studio at gabrieldunne dot com 1242 Market St FL2 @@ -18,7 +22,7 @@ CA 94102 ### c/v ### residencies / collaborations -2014—     Artist in Residence, Autodesk, San Francisco, CA. +2014 Artist in Residence, Autodesk, San Francisco, CA. 2011—2012 Studio Collaboration w/ Vishal K. Dar, New Delhi, India. 2009—2010 Artist in Residence, Gray Area Foundation for the Arts, San Francisco, CA. @@ -80,13 +84,13 @@ CA 94102 2003 B.A., Design | Media Art, UCLA, CA ### clients / affiliations +Autodesk Obscura Digital Stamen Design Helios Interactive Gray Area Tessellated Group Motion Theory -Autodesk Google BAVC diff --git a/css/main.css b/css/main.css index a5d8b60..7d0cba0 100755 --- a/css/main.css +++ b/css/main.css @@ -26,8 +26,10 @@ html, body { height: 100%; } body { - font: 13px/1.5em Menlo, "Lucida Console", monospace; - letter-spacing: 0.05em; + font-family: sans-serif; + font-size:13px; + line-height:1.5em; + letter-spacing: 0.02em; /*animation: fadein 1s;*/ /* Firefox */ /*-moz-animation: fadein 1s;*/ @@ -78,10 +80,10 @@ h1, h2, h3, h4, h5, h6 { margin: 1em 0; } h1 { - margin:1em 0 0 0; + margin:0em 0 1em 0; + line-height:1em; font-size:2em; - font-family:gdsans; - text-transform:uppercase; + font-weight:normal; } h1 a { text-decoration:none; @@ -92,11 +94,14 @@ h2{ } .post h2::before, .post h2::after { - content:" ---- "; + /*content:" ---- ";*/ } .site > h2 { margin:2em 0; } +.site h3:first-child { + margin-top:0; +} h3 { text-align:left; margin:1.5em 0 0.5em; @@ -166,6 +171,25 @@ header { margin-top:8em; } +.index { + margin:0; + padding:0; + font-weight:normal; + + list-style-type: none; +} +.index .date { + position:relative; + font-style:italic; + font-size:11px; + color:#999; +} +.index .date:first-child { + margin-top:0; +} +.index li { +} + .archive-sort { } .archive-sort a { @@ -180,9 +204,11 @@ header { /*****************************************************************************/ .site { - margin: 2em 0 2em 0; - padding: 0 0 0 22em; + margin: 0em 0 2em 13em; + padding: 0 0 0 0em; max-width: 800px; + position:absolute; + top:1em; } @media (max-width: 800px) { .site { @@ -210,11 +236,10 @@ header { } .nav { position:absolute; - top:5em; + top:1em; left:1em; display:block; height:2em; - cursor:pointer; } .nav ul, .nav ul li { margin:0; @@ -231,7 +256,6 @@ header { margin-top:2em; padding-bottom:3em; margin-bottom:3em; - border-bottom:2px dashed #777; } .post pre { border: 1px solid #ddd; diff --git a/index.md b/index.md index c1cd205..c8ca3ea 100644 --- a/index.md +++ b/index.md @@ -1,26 +1,17 @@ --- layout: default -title: portfolio +title: index --- - \ No newline at end of file -- 2.34.1