From d46407fc8923e7fe5eb6630537746b3208327882 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sat, 30 Jan 2016 15:55:21 -0800 Subject: [PATCH] CSS Cleanup --- _includes/archive-sort.html | 6 +++--- _layouts/default.html | 2 +- _posts/2015-10-15-naagxy.md | 22 +++++++++++++++++++--- about.md | 33 ++++++++++++--------------------- css/main.css | 11 +++++++---- 5 files changed, 42 insertions(+), 32 deletions(-) diff --git a/_includes/archive-sort.html b/_includes/archive-sort.html index 758d322..b745d89 100644 --- a/_includes/archive-sort.html +++ b/_includes/archive-sort.html @@ -1,9 +1,9 @@
- by: +by: {% if page.url == '/archive-d/' %} - date | category +date | category {% else if page.url == '/archive-c/' %} - date | category +date | category {% endif %}
diff --git a/_layouts/default.html b/_layouts/default.html index 6a4fb4d..0e1fcbc 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -18,7 +18,7 @@
  •  
  • about
  • projects
  • -
  • archive
  • +
  • archive
  • diff --git a/_posts/2015-10-15-naagxy.md b/_posts/2015-10-15-naagxy.md index 06e7f53..cd6eac1 100755 --- a/_posts/2015-10-15-naagxy.md +++ b/_posts/2015-10-15-naagxy.md @@ -14,15 +14,31 @@ Gabriel Dunne [gabrieldunne.com](http://gabrieldunne.com) Vishal K Dar [vishalkdar.com](http://vishalkdar.com) EPS foam, plaster of paris, custom software, multiple projectors, computer 14' x 8' x 4' + +[http://neat.thecjm.org/dunne/](http://neat.thecjm.org/dunne/) +[instructable](http://www.instructables.com/id/NAAG-XY/) -(mobile phone documentation footage) + + +## exhibition -Now open at the Contemporary Jewish Museum, San Francisco NEAT: New Experiments in Art and Technology +Contemporary Jewish Museum, San Francisco Oct 15, 2015 – Jan 17, 2016 +[http://neat.thecjm.org/](http://neat.thecjm.org/) more info: [http://www.thecjm.org/on-view/currently/neat-new-experiments-in-art-and-technology/about](http://www.thecjm.org/on-view/currently/neat-new-experiments-in-art-and-technology/about) + +## selected press + + - [SF Weekly](http://www.sfweekly.com/sanfrancisco/contemporary-jewish-museum-cia-lori-starr-art-renny-pritikin-chasing-justice-neat-vishal-k-dar-gabriel-dunne-naga-naag-xy-toilets/Content?oid=4374885) + - [SF Weekly](http://www.sfweekly.com/exhibitionist/2015/10/29/neat-art-and-tech-converge-at-contemporary-jewish-museum) + - [SF Chronicle](http://www.sfgate.com/entertainment/article/At-Jewish-Museum-tech-is-art-and-vice-versa-6607956.php) + - [KQED](http://ww2.kqed.org/arts/2015/11/04/not-just-neat-new-experiments-in-art-and-technology-delights/) + - [SF Examiner](http://www.sfexaminer.com/technology-driven-artworks-amaze-in-cjms-neat/) + +
    - + diff --git a/about.md b/about.md index c308723..efb3e34 100644 --- a/about.md +++ b/about.md @@ -5,11 +5,11 @@ title: about -### contact +## contact studio at gabrieldunne dot com -### network +## network [twitter](http://twitter.com/gabrieldunne) [instagram](http://instagram.com/gabrieldunne) [flickr](http://flickr.com/photos/quilime) @@ -18,32 +18,24 @@ studio at gabrieldunne dot com [blog](http://quilime.com) [linkedin](http://www.linkedin.com/in/gabrieldunne) -c/v available on request - - - - +natural world. --> diff --git a/css/main.css b/css/main.css index af9fbba..e23521d 100755 --- a/css/main.css +++ b/css/main.css @@ -9,6 +9,9 @@ body { line-height:1.8em; letter-spacing: 0.02em; } +h1, h2, h3 { + text-transform: uppercase; +} h1, h2, h3, h4, h5, h6 { font-family:lettergothic; /*font-size: 1em;*/ @@ -26,9 +29,10 @@ h1 { h1 a { text-decoration:none; } -h2{ +h2 { margin:3em 0 2em 0; font-size:1.5em; + color: #aaa; } .post h2::before, .post h2::after { @@ -42,7 +46,7 @@ h2:first-child { margin-top:0; } h3 { - font-size:0.9em; + font-size:1em; margin-bottom:0em; color:#999; font-weight:normal; @@ -131,7 +135,6 @@ ul.index { margin:0; padding:0; list-style-type: none; - border-top:1px dotted #999; margin-top:0.5em !important; padding-top:0.5em !important; } @@ -202,8 +205,8 @@ ul.index li { height:2em; } .nav ul { + text-transform: uppercase; font-family:lettergothic; - text-transform:uppercase; font-size:1.5em; line-height:1em; } -- 2.34.1