From 5d730512c6feb9a62cba3e3fc4ca4cf5da5b8a76 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Tue, 10 Sep 2013 19:23:11 -0700 Subject: [PATCH] Working out some kinks. Launchable. --- css/style.css | 2 +- pages/bio | 11 +++++++++++ templates/projects.html.tpl | 8 ++++---- templates/single.html.tpl | 3 +-- 4 files changed, 17 insertions(+), 7 deletions(-) create mode 100755 pages/bio diff --git a/css/style.css b/css/style.css index 545e528..a924651 100644 --- a/css/style.css +++ b/css/style.css @@ -106,7 +106,7 @@ table, td, tr { padding-top:0; } #content.single { - /*margin-left:200px; */ + margin-left:200px; max-width:800px; } diff --git a/pages/bio b/pages/bio new file mode 100755 index 0000000..15379ad --- /dev/null +++ b/pages/bio @@ -0,0 +1,11 @@ +template = page +-- + + +Gabriel Labov Dunne (b. 1981, San Francisco) works with multiple mediums and technologies to explore audiovisual vibration, space, structures, and rhythms of the perceivable and imperceivable universe. His art and design work has shown internationally in solo and group exhibitions, performances, galleries, public space, and is featured in interactive software, music videos, sound works, and film projects. With a background in animation and coding, and deep interests in architecture, form and fabrication, he is a proponent for the use of computing and technology as a means to connect a wide range of mediums and subjects. + +[c/v](/cv) diff --git a/templates/projects.html.tpl b/templates/projects.html.tpl index 3e51051..5415de2 100644 --- a/templates/projects.html.tpl +++ b/templates/projects.html.tpl @@ -17,22 +17,22 @@ -
+ include_template('projectlist.html.tpl') ?> -
+
    diff --git a/templates/single.html.tpl b/templates/single.html.tpl index 398403d..59c9d8d 100644 --- a/templates/single.html.tpl +++ b/templates/single.html.tpl @@ -12,9 +12,8 @@ include_template('edit.html.tpl'); ?> -
    -- 2.34.1