From: Gabriel Dunne Date: Sun, 15 May 2011 03:03:58 +0000 (-0700) Subject: Updated init and content X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=e55998f58d3077aaa88278c6c08c40a77d5f1394;p=plog.git Updated init and content --- diff --git a/content/design/config b/content/design/config new file mode 100644 index 0000000..d798728 --- /dev/null +++ b/content/design/config @@ -0,0 +1,2 @@ +title = projects +template = projects \ No newline at end of file diff --git a/content/design/tessellated b/content/design/tessellated new file mode 100644 index 0000000..84054cb --- /dev/null +++ b/content/design/tessellated @@ -0,0 +1,11 @@ +title = Tessellated Group Booth Design +date = 2010 +-- + +

+ +
+tessellated group +
+identity design, installation design +

\ No newline at end of file diff --git a/content/projects/a-project b/content/projects/a-project deleted file mode 100644 index d32941f..0000000 --- a/content/projects/a-project +++ /dev/null @@ -1,6 +0,0 @@ -title = project title -featured = yes -thumb = /projects/the-project/thumb.png -desc = the project description --- -the project \ No newline at end of file diff --git a/content/projects/aero b/content/projects/aero new file mode 100644 index 0000000..6ef7b03 --- /dev/null +++ b/content/projects/aero @@ -0,0 +1,9 @@ +title = aero +date = 2008 +-- +

+ + +
+ceramic. 6" x 3" x 3" +

\ No newline at end of file diff --git a/content/projects/celestes b/content/projects/celestes new file mode 100644 index 0000000..eb05e8f --- /dev/null +++ b/content/projects/celestes @@ -0,0 +1,22 @@ +title = Celestes Calendar +featured = yes +date = December 6 2001 +thumb = /media/projects/celestes/thumb.jpg +desc = the project description +-- +Adaptation of Galileo's Celestas calendar (prototype). +Includes phases of the moon, as well as the dates +for the equinoxes and solstices. +The medium dial counts hours of the day, and the smallest +dial counts minutes of the hour. + +

+ +

+ +
+ +

+Prototype constructed out of balsa, acid free paper.
+ +

\ No newline at end of file diff --git a/content/projects/mask b/content/projects/mask new file mode 100644 index 0000000..1901e21 --- /dev/null +++ b/content/projects/mask @@ -0,0 +1,7 @@ +title = mask +-- +

+ +
+graphite on plywood. 12" x 12" +

\ No newline at end of file diff --git a/content/projects/prism b/content/projects/prism new file mode 100644 index 0000000..1d3b722 --- /dev/null +++ b/content/projects/prism @@ -0,0 +1,7 @@ +title = prism +-- +

+ +
+oil on canvas. 4' x 3' +

\ No newline at end of file diff --git a/css/style.css b/css/style.css index 9d55def..dae7350 100644 --- a/css/style.css +++ b/css/style.css @@ -1,8 +1,8 @@ html, body, table { - background: none repeat scroll 0% 0% #1F1F1F; - color: #bbb; - font-family: Lekton, sans-serif; - font-size: 13px; + background: none repeat scroll 0pt 0pt #FFFFFF; + color: #444444; + font-family: verdana,sans-serif; + font-size: 12px; line-height: 1.5em; } @@ -16,46 +16,51 @@ a { padding: 0.2em 0pt; text-decoration: none; } + a img { border: 0pt none; } + a.mute { text-decoration: none ! important; } + a:hover, a.mute:hover { - color: #FFDDFF; + color: #EE44FF; } p { - max-width:650px; - text-align:left; - margin:20px auto; + margin: 20px auto; + max-width: 800px; + text-align: left; } strong { - color: #FFFFFF; + } h1, h2, h3, h4, h5, h6 { - font-family:Lekton, sans-serif; - color: #FFFFFF; - font-size: 16px; - font-weight: bold; + font-family: Lekton,sans-serif; + font-size: 16px; + font-weight: bold; } + h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { line-height: 2em; } + h1 { margin: 0pt 0pt 3em; } + h2 { margin: 0pt 0pt 0.5em; } + h3 { margin: 0pt; } - ul, li { list-style-type: none; margin: 0pt; @@ -71,7 +76,7 @@ img { } blockquote { - background: none repeat scroll 0% 0% #000000; + background: none repeat scroll 0pt 0pt #000000; color: #AAAAAA; font-family: times; font-size: 15px; @@ -81,87 +86,99 @@ blockquote { max-width: 600px; padding: 2em 4em; } +.center { + text-align:center; +} #nav { - font-family:Lekton, sans-serif; - font-size: 16px; - letter-spacing: 0.2em; - margin-bottom: 60px; - margin-left: 20px; - text-align:center; + font-family: Lekton,sans-serif; + font-size: 16px; + letter-spacing: 0.2em; + margin-bottom: 60px; + margin-left: 20px; + text-align: center; } + #nav h1 { - margin:1em 0em; + margin: 1em 0pt; } + .nav a { border: 0pt none; text-decoration: none; } + .nav li { display: inline-block; - margin: 0 2em; + margin: 0pt 2em; } - #content { padding: 0pt 20px; - text-align:center; + text-align: center; } + #content p:first-child { margin-top: 0pt; } - .projects { + } + .projects li { - display:inline-block; + display: inline-block; } -.projects li a { + +.projects li a.thumb { background: none repeat scroll 0% 0% #000000; border: 0pt none; display: block; height: 160px; width: 250px; } + .projects li img { height: 100%; width: 100%; } + .projects li a { text-decoration: none; } - - .entry { margin-bottom: 150px; } + .entry h2 { - margin-bottom:0; + margin-bottom: 0pt; } + .entry .title { margin-bottom: 20px; } + .entry .date { - color: #994455; - border-top:1px solid #333; - max-width:200px; - margin:0 auto; - font-size:12px; - padding-top:8px; + border-top: 1px solid #CCCCCC; + color: #996677; + font-size: 12px; + margin: 0pt auto; + max-width: 200px; + padding-top: 8px; } + .entry .tags { - margin-top:10px; - color:#444; - font-size:12px; - font-style:italic; + color: #444444; + font-size: 12px; + font-style: italic; + margin-top: 10px; } + .entry .tags li { display: inline-block; } - .caption { color: #444444; font-style: italic; diff --git a/lib/data.php b/lib/data.php index 59d29f6..13db465 100644 --- a/lib/data.php +++ b/lib/data.php @@ -130,6 +130,8 @@ function parse_entry($fileInfo, $page = 0) $cat = clean_slashes(str_replace(LOCAL_ROOT . CONTENT_DIR, "", $fileInfo->getPath())); $file['cat'] = $page ? null : array('name' => substr($cat,1), 'url' => $cat.'/' ); $file['path'] = $fileInfo->getRealPath(); + $file['media'] = MEDIA_ROOT . ($page ? '' : substr($file['cat']['url'],1)) . $fileInfo->getFilename() . '/'; + $file['thumb'] = isset($file['config']['thumb']) ? $file['config']['thumb'] : MEDIA_ROOT . substr($file['cat']['url'],1) . $fileInfo->getFilename() . '/thumb.png'; $file['url'] = WEB_ROOT . ($page ? '' : substr($file['cat']['url'],1)) . $fileInfo->getFilename() . '/'; return $file; diff --git a/lib/init.php b/lib/init.php index d74d56e..65e4d4f 100644 --- a/lib/init.php +++ b/lib/init.php @@ -4,7 +4,9 @@ ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . dirname(realpath(__FILE__))); + define ('SITE_TITLE', 'Gabriel Dunne'); define ('LOCAL_ROOT', '/home/quilime/gabrieldunne-site/'); + define ('MEDIA_ROOT', 'http://'.$_SERVER['SERVER_NAME'].'/media/'); define ('WEB_ROOT', 'http://'.$_SERVER['SERVER_NAME'].'/'); define ('CONTENT_DIR', 'content'); diff --git a/pages/about b/pages/about index 9a29f3f..d7d13d1 100644 --- a/pages/about +++ b/pages/about @@ -1,14 +1,17 @@ title = about -- -My work is an exploration of the visual, audible, and physical spectrum, drawing influence from natural systems, structures, and rhythms of the perceivable and imperceivable universe. +My name is Gabriel Labov Dunne, and I was born in San Francisco in 1981. The content of this site document my explorations of visual, audible, physical, and imperceivable spectrums, drawing influence from natural systems, structures, rhythms of the perceivable and imperceivable universe. -I have a passion for creativity and exploration and express it in many different ways. My work takes the form of self-initiated explorations and experiments, public works, collaborations, software/hardware development, and industrial design and processes. +I make projects that sometimes involve but are not limited to these various modes: Technology, design, fabrication, software, sound/music, video, animation, art, performance, teaching, public works, and collaborations. -I also publish [quilime.com](http://quilime.com), a codification of creative process and resources. +links +c/v -*contact:* + +Studio 1242 Market Street, FL 2 San Francisco, CA 94102 + 1 415 493 8496 -studio@gabrieldunne.com +email + diff --git a/pages/index b/pages/index index dd7ee2a..eab0d4d 100644 --- a/pages/index +++ b/pages/index @@ -1,10 +1,2 @@ title = index --- - - \ No newline at end of file +-- \ No newline at end of file diff --git a/pages/links b/pages/links index 8a3369e..7135c32 100644 --- a/pages/links +++ b/pages/links @@ -1,10 +1,14 @@ title = links type = page -markdown = true -- +elsewhere +---- ++ [quilime.com](http://quilime.com) + +
+
people ------ -+ gabriel dunne [gabrieldunne.com](http://gabrieldunne.com) + stephanie sherriff [ssherriff.com](http://ssherriff.com) + ryan alexander [onecm.com](http://onecm.com) + joshua nimoy [jtnimoy.net](http://jtnimoy.net) diff --git a/templates/entry.html.tpl b/templates/entry.html.tpl index c1848e8..fdeba12 100644 --- a/templates/entry.html.tpl +++ b/templates/entry.html.tpl @@ -4,7 +4,6 @@

-
@@ -12,10 +11,11 @@
+
diff --git a/templates/nav.html.tpl b/templates/nav.html.tpl index 527b8a6..8b8db02 100644 --- a/templates/nav.html.tpl +++ b/templates/nav.html.tpl @@ -4,9 +4,10 @@ \ No newline at end of file diff --git a/templates/projects.html.tpl b/templates/projects.html.tpl index 3141d93..52cf96c 100644 --- a/templates/projects.html.tpl +++ b/templates/projects.html.tpl @@ -11,34 +11,14 @@ include_template('nav.html.tpl') ?>
- - - -
  • - -
  • - - -

  • -
  • archive
  • -
  • ...
  • - - */ ?>
    - */ ?> + diff --git a/templates/single.html.tpl b/templates/single.html.tpl index a4cd1c6..e262f88 100644 --- a/templates/single.html.tpl +++ b/templates/single.html.tpl @@ -17,13 +17,12 @@
    - + ' . $data['content']); ?>
    - posted +
    in -