]> git.quilime.com - notes.git/commitdiff
Style changes
authorGabriel Dunne <gdunne@quilime.com>
Wed, 3 Sep 2014 03:00:52 +0000 (20:00 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Wed, 3 Sep 2014 03:00:52 +0000 (20:00 -0700)
_layouts/default.html
_posts/2014-04-24-tetra-field.md
css/main.css
index.md

index b47d80ba2480b9214bab0ffe1c73344af1ce8a18..ba9254f33cd93855dc932f79908b225c9b5d65d6 100644 (file)
@@ -17,6 +17,7 @@
         <li><a href="{{site.baseurl}}/">work</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>
       </ul>  
     </div>
index b241002cd67b6d54360bbc590e43252000ba4647..b231e369848e4cd967d022dd96965089d69a147b 100644 (file)
@@ -4,7 +4,7 @@ title:  "Tetra Field"
 date:   2014-04-24
 categories: portfolio installation
 thumb: "/m/tetrafield/thumb.png"
-excerpt: procedurally generated projection-mapped installation
+excerpt: modular projection-mapped installation
 ---
 
 ![](https://farm6.staticflickr.com/5505/11228006956_0a33de14b9_c.jpg)
index ca16cc55d22c13c6cc62684c931a033c49e7f3a8..a5d8b60e41ead098355638eccfb65e9a2979af42 100755 (executable)
@@ -26,7 +26,7 @@
 html, body { height: 100%; }
 
 body {
-  font: 14px/1.5em  Menlo, "Lucida Console", monospace;
+  font: 13px/1.5em  Menlo, "Lucida Console", monospace;
   letter-spacing: 0.05em;
   /*animation: fadein 1s;*/
    /* Firefox */
@@ -80,7 +80,6 @@ h1, h2, h3, h4, h5, h6 {
 h1 {
   margin:1em 0 0 0;
   font-size:2em;
-  text-align:center;
   font-family:gdsans;
   text-transform:uppercase;
 }
@@ -88,7 +87,6 @@ h1 a {
   text-decoration:none;
 }
 h2{
-  text-align:center;
   margin:3em 0 2em 0;
   font-size:1em;
 }
@@ -139,20 +137,20 @@ header {
   padding:0;
 }
 .thumbs li {
-  margin:2em auto 4em auto;
+  margin:2em 0 4em 0;
   max-width:460px;
-  text-align: center;
 }
 .thumbs li > a {
   display:block;
   text-decoration: none;
-  margin-bottom:1em;
+  margin-top:0.5em;
 }
 .thumb {
   width:460px;
   height:200px;
   background:#000;
   overflow:hidden;
+  text-align:center;
 }
 
 
@@ -165,12 +163,10 @@ header {
 .posts h1 {
 }
 .posts .date {
-  text-align:center;
   margin-top:8em;
 }
 
 .archive-sort {
-text-align:center;
 }
 .archive-sort a {
   text-decoration: underline;
index ab0afc599f53fb40c90770e29d4b5f2b210b1131..31983a65d49174ed7669dba85a0ef4a2ca0b74c5 100644 (file)
--- a/index.md
+++ b/index.md
@@ -7,11 +7,11 @@ title: portfolio
   {% for post in site.posts %}
     {% if post.categories.first == 'portfolio' %}
     <li>
+      <h1>{{ post.title }}</h1>
       <a href="{{ site.baseurl }}{{ post.url }}">
         <div class="thumb">
           <img src="{{ site.baseurl }}{{ post.thumb }}">
         </div>
-        <h1>{{ post.title }}</h1>
       </a>
       {{ post.excerpt }}
     </li>