]> git.quilime.com - notes.git/commitdiff
New stuff
authorGabriel Dunne <gdunne@quilime.com>
Mon, 26 May 2014 20:46:42 +0000 (13:46 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Mon, 26 May 2014 20:46:42 +0000 (13:46 -0700)
30 files changed:
_config.yml
_includes/archive-sort.html [new file with mode: 0644]
_layouts/default.html
_layouts/post.html
_posts/1999-01-01-prev.md
_posts/2004-10-31-ticker.md [new file with mode: 0644]
_posts/2006-05-03-slashysans.md [new file with mode: 0644]
_posts/2006-05-05-celestialmechanics.md
_posts/2006-05-05-footagefold.md
_posts/2007-08-23-prism.md
_posts/2008-10-05-swimtank.md [new file with mode: 0644]
_posts/2009-02-02-synonymovement.md
_posts/2009-05-06-cymatic-organ.md
_posts/2009-08-20-stars.md
_posts/2010-10-04-seaquence.md
_posts/2010-12-20-monad.md
_posts/2011-07-11-icosi.md
_posts/2012-12-20-naag.md
_posts/2013-08-30-vaticadahlia.md
_posts/2014-04-24-tetra-field.md
_posts/2014-04-29-tetra-table.md
about.md
archive-c.html [new file with mode: 0644]
archive.html
blog/index.html
commercial.html [new file with mode: 0644]
css/gdsans.ttf [new file with mode: 0644]
css/main.css
css/simplex.ttf [new file with mode: 0644]
portfolio.html

index d114399594a7086a903f39294522c857c48b41b1..51940603655d5f0404398ab42e08c7ffc22898e5 100644 (file)
@@ -5,7 +5,7 @@ author_email    : studio@gabrieldunne.com
 markdown        : redcarpet
 pygments        : true
 paginate        : 5
-paginate_path   : /blog/page:num
+paginate_path   : blog/:num
 permalink       : /:title/
 baseurl         : /process
 exclude:        [ publish.sh ]
diff --git a/_includes/archive-sort.html b/_includes/archive-sort.html
new file mode 100644 (file)
index 0000000..1b8293a
--- /dev/null
@@ -0,0 +1,16 @@
+
+<div class="archive-sort">
+by:
+
+{% if page.url == '/archive.html' %}
+
+date | <a href="{{site.baseurl}}/archive-c.html">category</a>
+
+{% else if page.url == '/archive.html' %}
+
+<a href="{{site.baseurl}}/archive.html">date</a> | category
+
+{% endif %}
+
+</div>
+
index 9dfc4545f356ea70abf2464ebffc6745a485baae..b4fc588546dda329f6822f23baada4a3a4a033c9 100644 (file)
     <h1 class="home"><a href="/">{{site.name}}</a></h1>
 
     <div class="nav">
-      <ul class="posts">
-
+      <ul>
         <li><a href="{{site.baseurl}}/portfolio.html">portfolio</a></li>
-        <li><a href="{{site.baseurl}}/archive.html">archive</a></li>
+        <li><a href="{{site.baseurl}}/commercial.html">commercial</a></li>
         <li><a href="{{site.baseurl}}/blog/">blog</a></li>
+        <li><a href="{{site.baseurl}}/archive.html">archive</a></li>
         <li><a href="{{site.baseurl}}/about.html">about</a></li>
-
-<!--
-        <br />
-        
-        {% for post in site.posts %}
-          {% if post.categories.first == 'portfolio' %}
-          
-          {% capture category %}{{ post.category }}{% endcapture %}
-          {% capture day %}{{ post.date | date: '%Y' }}{% endcapture %}
-          {% capture nday %}{{ post.next.date | date: '%Y' }}{% endcapture %}
-          
-          {% if day != nday %}
-          <li>&nbsp;</li>
-          <li><strong>{{ post.date | date: "%Y" }}</strong></li>
-          {% endif %}
-
-          <li>
-          <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
-          </li>
-
-          {% endif %}
-        {% endfor %}
-
-         {% for post in site.posts %}
-          <li>
-          <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
-          </li>
-        {% endfor %}
- -->        
       </ul>  
     </div>
 
-      <div class="site">
-        {{ content }}
-      </div>
-
-      <script src="{{ site.baseurl }}/js/script.js"></script>
+    <div class="site">
+      {{ content }}
+    </div>
 
     </body>
 </html>
index b6478d20d1f121cdf27fbf2cb802d3c0285a0254..e4c8e1c9ab137f082cccedd17efdc624ab5df81c 100644 (file)
@@ -10,6 +10,6 @@ layout: default
 </div>
 
 <div class="pagination">
-  <a href="{{ page.next.url }}">&larr; prev</a> | <a href="{{ page.next.url }}">next &rarr;</a>
+  <a href="{{ page.previous.url }}">&larr; prev</a> | <a href="{{ page.next.url }}">next &rarr;</a>
 </div>
 
index 8976af84ba776c0445f0857ae9c9485eb698a255..35f50910df07a281606d33c3d3212994fa8b2ba8 100644 (file)
@@ -2,7 +2,7 @@
 layout: post\r
 title: "older"\r
 date: 1999-01-01\r
-categories: projects\r
+categories: blog\r
 ---\r
 \r
 <a href="http://portfolio.quilime.com/2008/">2008</a>  \r
diff --git a/_posts/2004-10-31-ticker.md b/_posts/2004-10-31-ticker.md
new file mode 100644 (file)
index 0000000..bb71f11
--- /dev/null
@@ -0,0 +1,7 @@
+---
+layout: post
+date: 2004-10-31
+title: Possessed Stock Ticker
+categories: commercial software
+---
+Papa Roach Stock Ticker
\ No newline at end of file
diff --git a/_posts/2006-05-03-slashysans.md b/_posts/2006-05-03-slashysans.md
new file mode 100644 (file)
index 0000000..74220af
--- /dev/null
@@ -0,0 +1,8 @@
+---
+layout: post
+title: Slashy Sans
+date: 2006-05-05
+categories: design
+---
+
+Typeface/Font Design
\ No newline at end of file
index 5323974336715aeb881134413d0f847666eba952..8906bdb218846000fe385ec96d704a6c5ed7bbdb 100755 (executable)
@@ -2,7 +2,7 @@
 layout: post
 title: "Celestial Mechanics"
 date: 2006-05-05
-categories: datavis
+categories: datavis animation
 ---
 
 ![]({{site.baseurl}}/m/cm/celestialmechanics_satring_sm.jpg)
@@ -42,6 +42,8 @@ Airline Flight Patterns
 
 More [Here](http://www.aaronkoblin.com/work/flightpatterns/index.html), and [here](http://users.design.ucla.edu/~akoblin/work/faa/)
 
+The work "Flight Patterns" and all its various forms and iterations was derived from the 2005 copyrighted artwork "Celestial Mechanics" created by Scott Hessels and Gabriel Dunne.
+
 ![]({{site.baseurl}}/m/cm/cm-gps.png)
 GPS Satelites
 
index 907180ddffdd112563bd6ee180142e785a4a053a..a11de4af9b17920f03aa898929d5866ad064846e 100755 (executable)
@@ -1,34 +1,81 @@
 ---
 layout: post
 title: "Footage Fold"
-date: 05-05-2006
+date: 05-05-2005
 categories: commercial animation
+thumb: /m/footagefold/thumb.png
 ---
 
-A motion-control visual effect that results in a live-action environment folding up like a popup book. Created as an Homage to Al Jaffee's "Fold In" art at the back of the classic *MAD* Magazine.
 
 
-### Beck "Girl"
+A CGI + motion-control visual effect that creates the illusion of an environment folding into itself like a popup book. Created with Motion Theory, Los Angeles. 
 
-Role: Asst. Visual Effects Director, Animator
 
-The music video for Beck's "Girl" featured entire scenes folding up like a popup book, transforming their meaning an resulting in visual ironies throughout the story.
+
+## "It Consolidates"
+
+The effect was developed for a single scene in a Hewllet Packard commercial "It Consolidates". A messy office appears to fold up like a pop-up book.
+
+Role: Visual Effect Designer, Animation
+
+![]({{site.baseurl}}/m/footagefold/4-hpfinish.jpg)
+![]({{site.baseurl}}/m/footagefold/output_qAEMIQ.gif)
+
+
+<iframe width="480" height="360" src="//www.youtube.com/embed/T_Ky4Tcuff4?rel=0" frameborder="0" allowfullscreen></iframe>
+
+
+
+
+## Beck "Girl"
+
+Role: Asst. Visual Effects Director, Rigging, Animation
+
+The music video for Beck's "Girl" featured entire scenes folding up like a popup book, transforming their meaning an resulting in visual ironies throughout the story. The music video is an homage to Al Jaffee's "Fold In" art at the back of the classic *MAD* Magazine,
+
+![]({{site.baseurl}}/m/footagefold/fold_2.png)
+![]({{site.baseurl}}/m/footagefold/fold_1.png)
 
 ![]({{site.baseurl}}/m/footagefold/3-bottles_01.jpg)
-![]({{site.baseurl}}/m/footagefold/2-fastlane_fx.jpg)
+Foldong shelves in pharmacy with physically simulated bottle falling animation
 
 
-### Hewlet Packard "It Consolidates"
+![]({{site.baseurl}}/m/footagefold/aljaffee.png)
+![]({{site.baseurl}}/m/footagefold/output_OtH9Fq.gif)
+Living Room fold scene, featured on television with Al Jaffee "commercial" gag
 
-Fold-in effect designed for Hewlett Packard's "It Consolidates" TV Commercials.
+![]({{site.baseurl}}/m/footagefold/pinatas-plate.png)
+Pinatas scene clean plate
+
+![]({{site.baseurl}}/m/footagefold/pinatas-render.png)
+Pinatas scene render plate
+
+![]({{site.baseurl}}/m/footagefold/map.png)
+![]({{site.baseurl}}/m/footagefold/map-telecine.png)
+Graphic Design for "folding map" gag
+
+Copyright &copy; 2005 Motion Theory
+
+<iframe width="480" height="360" src="//www.youtube.com/embed/VkCg-3nxT8E?rel=0" frameborder="0" allowfullscreen></iframe>
 
-Role: Visual Effect Designer, Animator
 
-![]({{site.baseurl}}/m/footagefold/4-hpfinish.jpg)
 
 More via Motion Theory: [1](http://www.motiontheory.com/content/362/beck_girl), [2](http://www.motiontheory.com/press/#mad_beck-goes-mad), [3](http://www.motiontheory.com/content/352/hp_it-consolidates)
 
-## sketches
+
+
+## Fold Tests, Contepts, and Sketches
+
 ![]({{site.baseurl}}/m/footagefold/7-44.jpg)
 ![]({{site.baseurl}}/m/footagefold/6-32.jpg)
 ![]({{site.baseurl}}/m/footagefold/5-23.jpg)
+
+![]({{site.baseurl}}/m/footagefold/fold_reference.jpg)
+four-way fold concept art
+
+![]({{site.baseurl}}/m/footagefold/chessfold.png)
+four-way fold concept art
+
+
+
+
index ca1e91c5d2262e7016711eaabbf64d71704ef8a2..c8ef030ee4e5e9cead918cb67870ac8adff5604c 100755 (executable)
@@ -2,7 +2,7 @@
 layout: post\r
 title: "Prism"\r
 date: 2007-08-23\r
-categories: projects\r
+categories: art\r
 ---\r
 \r
 ![]({{site.baseurl}}/m/prism/3.jpg)\r
diff --git a/_posts/2008-10-05-swimtank.md b/_posts/2008-10-05-swimtank.md
new file mode 100644 (file)
index 0000000..7f01dac
--- /dev/null
@@ -0,0 +1,13 @@
+---
+layout: post
+title: Swim Tank
+date: 2008-10-05
+categories: software
+---
+
+![]({{site.baseurl}}/m/{{page.id}}/fishtank.6677.png)
+Swim Tank  
+Interactive graphics software  
+C++/OpenGL  
+
+A form follows an infinite, oscillating path drawn by the user. The user controls the direction a "fish" on two axis, while the depth of the path follows a sinusoidal rhythm that is affected by paths previously drawn.
\ No newline at end of file
index 3839ad4c8b22d63fb2522a57ba104acf700ad77f..f346b10e827723ea669e96eb677fd5efcf2d7a0f 100755 (executable)
@@ -2,7 +2,7 @@
 layout: post\r
 date: 2009-02-02\r
 title: Synonymovement\r
-categories: audiovisual projection software\r
+categories: audiovisual\r
 ---\r
 \r
 <iframe src="http://player.vimeo.com/video/66201262?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="800" height="600" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>\r
index 3c8fefc3a693ab00496e5c33d3a4e5141c1da5c5..21f206c5a612c7b586297da714ae4d7c33fb66c1 100755 (executable)
@@ -4,9 +4,12 @@ title: "Cymatic Organ"
 date: 2009-06-05
 categories: portfolio installation
 excerpt: interactive audiovisual installation
+thumb: /m/cymatic-organ/thumb.png
 ---
 
-![]({{site.baseurl}}/m/cymatic-organ/organ_01.png)
+
+
+![]({{site.baseurl}}/m/{{page.id}}/organ_01.png)
 
 Cymatic (Wave Form) Organ  
 6 Channel Audio Installation  
@@ -20,16 +23,18 @@ Three distinct vibrations are present: light waves, sound waves, and the physica
 
 Each speaker vibrates with tones that vibrating the water visually in geometric cymatic patterns. The tones are synthesized in real time, and vary in pitch depending on user interaction.
 
-![]({{site.baseurl}}/m/cymatic-organ/cymatic-organ-1.png)
-![]({{site.baseurl}}/m/cymatic-organ/cymatic-organ-2.png)
-![]({{site.baseurl}}/m/cymatic-organ/cymatic-organ-3.png)
-![]({{site.baseurl}}/m/cymatic-organ/organ_02.png)
-![]({{site.baseurl}}/m/cymatic-organ/organ_03.png)
 
-![]({{site.baseurl}}/m/cymatic-organ/cymatic-organ-4.png)
-![]({{site.baseurl}}/m/cymatic-organ/chladni.png)
-![]({{site.baseurl}}/m/cymatic-organ/musicalengineering.png)
-![]({{site.baseurl}}/m/cymatic-organ/patterns.png)
+
+![]({{site.baseurl}}/m/{{page.id}}/cymatic-organ-1.png)
+![]({{site.baseurl}}/m/{{page.id}}/cymatic-organ-2.png)
+![]({{site.baseurl}}/m/{{page.id}}/cymatic-organ-3.png)
+![]({{site.baseurl}}/m/{{page.id}}/organ_02.png)
+![]({{site.baseurl}}/m/{{page.id}}/organ_03.png)
+
+![]({{site.baseurl}}/m/{{page.id}}/cymatic-organ-4.png)
+![]({{site.baseurl}}/m/{{page.id}}/chladni.png)
+![]({{site.baseurl}}/m/{{page.id}}/musicalengineering.png)
+![]({{site.baseurl}}/m/{{page.id}}/patterns.png)
 
 <iframe src="http://player.vimeo.com/video/68455215?byline=0&amp;portrait=0&amp;color=ffffff" width="600" height="337" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
 
@@ -37,7 +42,7 @@ Each speaker vibrates with tones that vibrating the water visually in geometric
 
 
 
-[Installation PDF](/content/projects/cymatic-organ/install/wave_form_organ_gdunne.pdf)
+[Installation PDF](/content/projects/{{page.id}}/install/wave_form_organ_gdunne.pdf)
 
 <!--
 
index b66ed04341b802164e17eb4b1d8683b1010c65a5..a91522b59a8b2b7319ab7350d85adde40454a16a 100755 (executable)
@@ -3,7 +3,8 @@ layout: post
 title: Stars\r
 date: 2009-08-20\r
 categories: portfolio software\r
-excerpt: projection installation\r
+excerpt: visual software\r
+thumb: /m/stars/thumb.png\r
 ---\r
 ![]({{site.baseurl}}/m/stars/stars-lg.png)\r
 Projection Software  \r
index 52767c63c927b069578781f13c5ce81573d97aa0..a70e1e64dba8f883d577b249125e724c1a56188f 100755 (executable)
@@ -3,7 +3,8 @@ layout: post
 title: "Seaquence"\r
 categories: portfolio software\r
 date: 2010-10-04\r
-excerpt: software-based music toy\r
+excerpt: software music toy\r
+thumb: /m/seaquence/thumb.png\r
 ---\r
 \r
 ![]({{site.baseurl}}/m/seaquence/Screen Shot 2013-06-30 at 4.12.05 PM.png)\r
index 2779de8b7edd9269164075025572c8056f9b1f83..c79259635cb2b9b339bc207d4b60f1434adedb86 100755 (executable)
@@ -4,6 +4,7 @@ layout: post
 date: 2010-12-20 
 categories: portfolio installation
 excerpt: data-visualization sculpture
+thumb: /m/monad/thumb.png
 ---
 
 ![]({{site.baseurl}}/m/monad/monad-ga.png)
index c020a3fa0b8148e0f70a65c218e3f2d05470a19e..19fe2fcdec731fd2fb07a4f0fc4e38d3ce5e48a2 100755 (executable)
@@ -3,7 +3,8 @@ layout: post
 title: "ICOSI"\r
 date: 2011-07-11\r
 categories: portfolio audiovisual installation\r
-excerpt: live audiovisual performance sculpture\r
+excerpt: audiovisual live-performance\r
+thumb: /m/icosi/thumb.png\r
 ---\r
 \r
 ![]({{site.baseurl}}/m/icosi/4847387648_908df243cc_b.jpg)\r
index c78913d70c7aa8700f34458fed8733242ce864c6..e877bd7190e1c4cf6b429e62c374287fb87f7d87 100755 (executable)
@@ -4,4 +4,44 @@ layout: post
 date: 2012-12-20 
 categories: portfolio installation
 excerpt: projection-mapped sculpture
+thumb: /m/naag/thumb.png
 ---
+
+
+![]({{ site.baseurl}}/m/naag/1projection.jpg)
+projection mapped installation  
+concrete, plaster
+12' x 3.5' x 3.5'   
+2 channel projection  
+Site Specific, New Dehli  
+In collaboration with [Vishal K. Dar](http://vishalkdar.com/)  
+
+## Release - New Delhi, 2012
+
+> When artists, Vishal K Dar and Gabriel L Dunne, presented their work in a small space in Mehrauli, on the fringe of the community’s development, the children of this neighborhood had immediately made up their minds about the creature's true nature and the reasons for its appearance. To them it was a wish fulfilling sea-serpent, silent and evocative, which had found abode in this unused space to hibernate during the cold winter months of Delhi. 
+
+> Interestingly, we found how myths originate in such communities that are untouched by contemporary art and technology. Their chancing upon an object that is beyond comprehension, allows them to put their faith in notions of folk-lore and myth making. 
+
+> Vishal K Dar / Gabriel L Dunne wanted to challenge the notion of sculpture as a static object. Their organic sculptural form has its roots in CAD software and is further skinned with a generative algorithm. Different parts of the sculpture move differently, as if a form had coiled onto itself. The viewer is liberated since the sculpture does not rely on prescribed grammar and the experience helps resolve a paradigm shift in our viewing registers. 
+
+> The sculptural form wraps itself around an existing architectural column. The surface texture is similar in material and color to that of the existing walls. During the day it appears to be sedentary, but after sun down, the surface starts to glimmer and move. The projected animations are mapped onto the surface from two positions, covering a 360 degree viewing angle. The projections move in tandem with the surface segments, creating a mesmerizing rhythm.
+
+![]({{site.url}}/m/naag/6912807653_222b2402db_z.jpg)
+![]({{site.url}}/m/naag/001_a6912865397_51b2dfd5f5_z.jpg)
+![]({{site.url}}/m/naag/3IMG_2229-3.jpg)
+
+
+<iframe src="http://player.vimeo.com/video/38492062?title=0&amp;byline=0&amp;portrait=0" width="800" height="500" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
+
+
+"THE THING" - In response to 'NAAG', written by Kaushik Bhaumik
+
+> It is as if mysterious forces coursing through the mohalla* have spontaneously combusted and ignited to produce a marvelous emanation of the cosmic in our midst. Who knows what corners of the universe inform this luminous entity in the middle of Mehrauli**, the watering-hole for generations of horse-riding world conquerors, what hidden histories of the people are recounted in its mysterious ebbs and flows? A wish-fulfilling tree, sometimes studded with jewels, sometimes revealing the silken textures of a beautiful woman's thigh? 
+
+> Light makes the remembered disappear and in its glow we glimpse perhaps the finest movements of our desires hidden deep within ourselves, the sticky flows of habitual but subtle lust by which we attach ourselves to reality in order to feel organically alive. 
+
+> In this dream-light that can only be the beginning of consciousness as electricity, we find ourselves merging with the thing, the patterns of art effortlessly morphing into those of the mind.
+
+[Mehrauli](en.wikipedia.org/wiki/Mehrauli),  a neighborhood in the South-West district of Delhi
+
+<iframe width="800" height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=28.519986,+77.181352&amp;hl=en&amp;sll=37.269174,-119.306607&amp;sspn=12.161059,23.181152&amp;t=m&amp;ie=UTF8&amp;z=14&amp;ll=28.519986,77.181352&amp;output=embed"></iframe>
index 2175f1411c531f6ec89112d00ada868a6fbfa53e..b71973d30387bb906121ecf564343463f31916a2 100755 (executable)
@@ -4,7 +4,7 @@ title:  "Vatica Dahlia"
 date:   2013-08-30\r
 categories: portfolio sculpture \r
 thumb: "/m/vaticadahlia/thumb.png"\r
-excerpt: procedurally designed audiovisual sculpture for live performance\r
+excerpt: sculpture and visuals for live performance\r
 ---\r
 \r
 ![](http://farm3.staticflickr.com/2807/9764237505_233e33bb60_c.jpg)\r
index 787d6fb267d0c8b44feae71ba160d65186fcfa2e..40696a9c021aaa1408006dfec5f8620eb70b4bbd 100644 (file)
@@ -4,7 +4,7 @@ title:  "Tetra Field"
 date:   2014-04-24
 categories: portfolio installation
 thumb: "/m/tetrafield/thumb.png"
-excerpt: algorhythmically generated projection-mapped installation
+excerpt: procedurally generated projection-mapped installation
 ---
 
 ![](https://farm6.staticflickr.com/5505/11228006956_0a33de14b9_c.jpg)
index f33ce6981f401f478b3acc12bc737ec5f062e3bd..d39e32420cb4b49c97fe536e59786f0531135452 100644 (file)
@@ -2,7 +2,7 @@
 layout: post
 title:  "Tetra Table"
 date:   2014-04-29
-categories: making
+categories: process
 author: Gabriel Dunne
 ---
 
index 3109f50a4e8b198992516a67ef00a0b3a048e728..872fb86c627af5a1162e8449bca30c241d08bf93 100644 (file)
--- a/about.md
+++ b/about.md
@@ -8,7 +8,7 @@ b. 1981
 
 ### c/v
 
-Gabriel Dunne has used computing and technology in his creative process since he was a toddler on his fathers Commodore 64 and Amiga computers. He creates experiences of light, sound, and form using a wide spectrum of techniques and media -- including graphic design, software engineering, visual design, audio/music/sound, animation, and installation/fabrication. He incorporates mathematics, digital technology, natural systems, structure, phenomenon, and processes into his work. He has a diverse creative background and studio practice, with over 10 years of professional design and consulting experience for international projects and clients. Gabriel's recent work demonstrates the exploration of creative process and its relationship with technology.
+Gabriel Dunne creates experiences of light, sound, and form using a wide spectrum of techniques and media -- including graphic design, software engineering, visual design, audio/music/sound, animation, and installation/fabrication. He incorporates mathematics, digital technology, natural systems, structure, phenomenon, and processes into his work. Gabriel has used computers as a creative tool since he was a toddler, making visual art and music on his fathers Commodore 64 and Amiga computers. He has a diverse creative background and studio practice, with over 10 years of professional design and consulting experience for international projects and clients. Gabriel's recent work demonstrates the exploration of creative process and its relationship with technology.
 
 
 ### bibliography
@@ -18,9 +18,11 @@ lives, works in the San Francisco Bay Area
 
 
 ### contact  
-e: studio at gabrieldunne dot com  
-m: 1242 Market St FL2  
-&nbsp;&nbsp;&nbsp;San Francisco  
-&nbsp;&nbsp;&nbsp;CA 94102  
-p: +1 415 493 8496  
+studio at gabrieldunne dot com  
+
+1242 Market St FL2  
+San Francisco  
+CA 94102  
+
++1 415 493 8496  
 
diff --git a/archive-c.html b/archive-c.html
new file mode 100644 (file)
index 0000000..c1e2c90
--- /dev/null
@@ -0,0 +1,21 @@
+---
+layout: default
+title: archive
+---
+
+{% include archive-sort.html %}
+
+<div class="posts">
+{% for category in site.categories %}
+  <h3 class="date">{{ category | first }}</h3>  
+  <ul class="posts">
+    {% for posts in category %}
+      {% for post in posts %}
+        <li><h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1></li>
+      {% endfor %}
+    {% endfor %}
+  </ul>  
+{% endfor %}
+</div>
+
+
index b565186a0a8e5c67f5d3cf1d42b6cf8f26856a80..df95e801357513d667868d9119cba4f35699ed5d 100644 (file)
@@ -3,17 +3,17 @@ layout: default
 title: archive
 ---
 
-<h1>{{page.title}}</h1>
+{% include archive-sort.html %}
 
 <ul class="posts">
   {% for post in site.posts %}
     {% capture day %}{{ post.date | date: '%Y' }}{% endcapture %}
     {% capture nday %}{{ post.next.date | date: '%Y' }}{% endcapture %}
     {% if day != nday %}
-    <h3>{{ post.date | date: "%Y" }}</h3>
+    <h3 class="date">{{ post.date | date: "%Y" }}</h3>
     {% endif %}
     <li>
-    <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
+    <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
     </li>
   {% endfor %}
 </ul>  
@@ -22,7 +22,7 @@ title: archive
 
 <!--
 
-<div class="posts" style="position:absolute;margin-left:300px;">
+<div class="posts">
 {% for category in site.categories %}
 <h3>{{ category | first }}</h3>  
   <ul class="posts">
index 8040ab84a7346672627490377debfe76d7c67476..dc5104c4ffa8613a85dc2ad6649e80467303de2c 100644 (file)
@@ -3,7 +3,6 @@ layout: default
 title: blog
 ---
 
-
 <!-- This loops through the paginated posts -->
 {% for post in paginator.posts %}
   
@@ -19,16 +18,20 @@ title: blog
 
 <!-- Pagination links -->
 <div class="pagination">
+  
   {% if paginator.previous_page %}
     <a href="/blog/page{{ paginator.previous_page }}" class="previous">&larr; prev</a>
   {% else %}
     <span class="previous">&larr; prev</span>
   {% endif %}
+
   <span class="page_number "> | {{ paginator.page }} of {{ paginator.total_pages }} | </span>
+
   {% if paginator.next_page %}
-    <a href="/blog/page{{ paginator.next_page }}" class="next">next &rarr;</a>
+    <a href="/blog/{{ paginator.next_page }}" class="next">next &rarr;</a>
   {% else %}
     <span class="next ">next &rarr;</span>
   {% endif %}
+  
 </div
 
diff --git a/commercial.html b/commercial.html
new file mode 100644 (file)
index 0000000..174395d
--- /dev/null
@@ -0,0 +1,20 @@
+---
+layout: default
+title: commercial
+---
+
+<ul class="thumbs">
+  {% for post in site.posts %}
+    {% if post.categories.first == 'commercial' %}
+    <li>
+      <a href="{{ site.baseurl }}{{ post.url }}">
+        <div class="thumb">
+          <img src="{{ site.baseurl }}{{ post.thumb }}">
+        </div>
+        <h1>{{ post.title }}</h1>
+      </a>
+      {{ post.excerpt }}
+    </li>
+    {% endif %}
+  {% endfor %}
+</ul>  
diff --git a/css/gdsans.ttf b/css/gdsans.ttf
new file mode 100644 (file)
index 0000000..7c69a6b
Binary files /dev/null and b/css/gdsans.ttf differ
index 357c0d2e91cc2b5c73e9a9a63adefe547fa50935..c62e3548ead6685adbd8cfea13bbcdd49886df00 100755 (executable)
   font-family: lettergothic;
   src: url(letter_gothic.ttf);
 }
+@font-face
+{
+  font-family: gdsans;
+  src: url(letter_gothic.ttf);
+}
 
 html, body { height: 100%; }
 
 body {
-  font: 12px/1.5em  Menlo, "Lucida Sans", monospace;
+  font: 14px/1.5em  Menlo, "Lucida Console", monospace;
   letter-spacing: 0.05em;
   /*animation: fadein 1s;*/
    /* Firefox */
@@ -74,9 +79,10 @@ h1, h2, h3, h4, h5, h6 {
 }
 h1 {
   margin:1em 0 0 0;
-  font-size:1.75m;
+  font-size:2em;
   text-align:center;
-  font-family:lettergothic;
+  font-family:gdsans;
+  text-transform:uppercase;
 }
 h1 a {
   text-decoration:none;
@@ -104,6 +110,7 @@ p { margin: 1em 0; }
 
 a {
   color: #000;
+    text-decoration:none;
 }
 a:hover   { 
   color: #aaa;  
@@ -132,29 +139,41 @@ header {
   padding:0;
 }
 .thumbs li {
-  margin-bottom:2em;
+  margin:2em auto 4em auto;
+  max-width:460px;
+  text-align: center;
 }
 .thumbs li > a {
   display:block;
+  text-decoration: none;
+  margin-bottom:1em;
 }
 .thumb {
-  width:340px;
+  width:460px;
   height:200px;
   background:#000;
   overflow:hidden;
 }
 
+
 .posts {
   margin:0;
   padding:0;
   list-style-type: none;
   margin-bottom: 8em;
 }
+.posts h1 {
+}
+.posts .date {
+  text-align:center;
+  margin-top:8em;
+}
 
-
-.posts span {
-  color: #aaa;
-  font-family: Monaco, "Courier New", monospace;
+.archive-sort {
+text-align:center;
+}
+.archive-sort a {
+  text-decoration: underline;
 }
 
 
@@ -185,16 +204,21 @@ header {
   padding: 0;
 }
 .home a {
-  text-decoration:none;
+
 }
 .nav {
   position:absolute;
-  top:6em;
+  top:5em;
   left:1em;
   display:block;
   height:2em;
   cursor:pointer;
 }
+.nav ul, .nav ul li {
+  margin:0;
+  padding:0;
+  list-style-type:none;
+}
 
 
 
@@ -219,6 +243,9 @@ header {
   background-color: #ddd;
   padding:1em;
 }
+.post a {
+  text-decoration: underline;  
+}
 .post p img {
   max-width:800px;
   margin:2em auto;
diff --git a/css/simplex.ttf b/css/simplex.ttf
new file mode 100644 (file)
index 0000000..0197002
Binary files /dev/null and b/css/simplex.ttf differ
index 266eb3c58ebe5ca802308eab3b57942853873e93..255de1b8433e5bfd72d5d6997d66ac871ef5a329 100644 (file)
@@ -6,20 +6,15 @@ title: portfolio
 <ul class="thumbs">
   {% for post in site.posts %}
     {% if post.categories.first == 'portfolio' %}
-
     <li>
-      
       <a href="{{ site.baseurl }}{{ post.url }}">
         <div class="thumb">
           <img src="{{ site.baseurl }}{{ post.thumb }}">
         </div>
-        {{ post.title }}
+        <h1>{{ post.title }}</h1>
       </a>
-
       {{ post.excerpt }}
-      
     </li>
-
     {% endif %}
   {% endfor %}
 </ul>