paginate : 5
paginate_path : blog/:num
permalink : /:title/
-baseurl : /process
+baseurl : ""
exclude: [ publish.sh ]
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>{{ page.title }}</title>
+ <title>{{ site.name }} - {{ page.title }}</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
categories: blog\r
---\r
\r
+[2013](http://www.2013.gabrieldunne.com) \r
[2008](http://portfolio.quilime.com/2008/) \r
[2007](http://portfolio.quilime.com/new/port.php) \r
[2005](http://portfolio.quilime.com/recent.html) \r
more photos on [flickr](https://www.flickr.com/photos/quilime/sets/72157624499344281/)\r
\r
## Process\r
-Geometrically, the form is inspired by geometric polyhedra that represent transition. The result is a fragment of an icosidodecahedron, representing a fragment of the transition between two forms and frequencies -- an icosahedron and its dual polyhedra, a dodecahedron.\r
\r
![]({{site.baseurl}}/m/icosi/icosi_01.png)\r
\r
-Gabriel Dunne is an interdisciplinary artist and designer.
-
-
-Gabriel Dunne was born in San Francisco in 1981. He creates experiences of light, sound, and form using a wide spectrum of techniques and media, including, but not limited to graphic design, software engineering, visual design, audio/music/sound, animation, and installation. He incorporates mathematics, geometry, code + technology, natural systems, structure, phenomenon, and generative processes into his work, demonstrating a polymathic exploration and process that spans many mediums and influences.
+Gabriel Dunne is an interdisciplinary artist and designer. He creates experiences of light, sound, and form using a wide spectrum of techniques and media, including, but not limited to graphic design, software engineering, visual design, audio/music/sound, animation, and installation. He incorporates mathematics, geometry, code + technology, natural systems, structure, phenomenon, and generative processes into his work, demonstrating a polymathic exploration and process that spans many mediums and influences.
### bibliography
lives, works in the San Francisco Bay Area
.site {
margin: 2em 0 2em 0;
- padding: 0 0 0 25em;
+ padding: 0 0 0 22em;
max-width: 800px;
}
+@media (max-width: 800px) {
+ .site {
+ padding:0;
+ margin: 13em 0 2em 0;
+ }
+}
.footer {
jekyll build
-ssh quilime@quilime.com 'rm -rf /home/quilime/gabrieldunne-site/process'
-rsync -avz _site/ quilime@quilime.com:/home/quilime/gabrieldunne-site/process/ --delete
+# ssh quilime@quilime.com 'rm -rf /home/quilime/gabrieldunne-site/process'
+rsync -avz _site/ quilime@quilime.com:/home/quilime/gabrieldunne.com-static/ --delete