]> git.quilime.com - gabrieldunne.com-site.git/commitdiff
Design and verbiage
authorGabriel Dunne <gdunne@quilime.com>
Sun, 11 Dec 2022 02:30:18 +0000 (18:30 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Sun, 11 Dec 2022 02:30:18 +0000 (18:30 -0800)
_includes/about.md
_includes/nav.html
css/main.css
index.md

index ded61ee3190ce8156c135b908fbfa4f1d868d91b..3adb99530550e4b015bc56062b125e6e52986b7a 100644 (file)
@@ -1,4 +1,4 @@
-Gabriel Labov Dunne creates works of sound and space, still and moving images, performance, installation, sculpture, and software. 
+Gabriel Labov Dunne creates works of sound and space, still and moving images, performance, installation, sculpture, and software.
 
 
 ## email  contact
index 52578cf7c7cf94e198ba5ec0c86dc94eae637c38..94e14e6b2c507cffbf08519d01205063220e060f 100644 (file)
@@ -1,7 +1,7 @@
 <div class="nav">
   
   <ul>
-    <li><h3 class="header"><a href="{{site.baseurl}}/">{{site.name}}</a></h3></a>
+    <li><h3 class="header"><a href="{{site.baseurl}}/">{{site.name}}</a></h3></li>
     <li><a href="{{ site.baseurl }}/about/">about</a></li>
     <!-- <li><a href="{{ site.baseurl }}/news/">news</a></li> -->
     <!-- <li><a href="{{ site.baseurl }}/notes/">notes</a></li> -->
index d28b837280a859ac63982a39b2bdd3c905d4db84..07610eedd07aef9306c8f5fbcf840dd0a18b5f3e 100755 (executable)
@@ -40,6 +40,9 @@ h1, h2 {
   font-size:1.5em;
   color: #aaa;
 }
+h1 a, h2 a, h3 a {
+  text-decoration: none;
+}
 .post h2::before, .post h2::after
 {
   /*content:" ---- ";*/
@@ -224,6 +227,10 @@ ul.index li {
 }
 .home a {
 
+}
+.nav-index {
+  display:none;
+  margin-bottom: 2em;
 }
 .nav {
   position:absolute;
@@ -234,12 +241,12 @@ ul.index li {
   font-size:1.0em;
 /*  font-weight:bold;*/
 }
-.nav ul {
+.nav ul, .nav-index ul {
   text-transform: uppercase;
   font-family:lgb;
   line-height:1.4em;
 }
-.nav ul, .nav li {
+.nav ul, .nav li, .nav-index ul, .nav-index li {
   margin:0;
   padding:0;
   list-style-type:none;
@@ -249,11 +256,11 @@ ul.index li {
 }
 .nav h3.header {
 }
-.nav h3.header a {
+.nav h3.header a, .nav-index h3.header a {
   color:#999;
 /*  border-bottom:4px solid #999;*/
 }
-.nav a {
+.nav a, .nav-index a {
   text-decoration:none;
 }
 .nav .indent {
@@ -394,7 +401,7 @@ only screen and (max-width:1060px) {
     content : "> ";
   }
   .index-block {
-    padding-top:2.5em;
+    padding-top:4em;
   }
   .site {
     margin-left: 0;
@@ -402,5 +409,8 @@ only screen and (max-width:1060px) {
 /*  padding-right:2em;*/
 /*  top:1em;*/
   }  
+  .nav-index {
+    display: block;
+  }
 }
 
index 7e4d1801b57c5465a32419bb0f6accd81032763d..4724f3ee23b14111926093e2e496d60d2b8c684e 100644 (file)
--- a/index.md
+++ b/index.md
@@ -2,25 +2,29 @@
 layout: default
 title: index
 ---
-<div class="index-block" style="display:flex;flex-display: wrap">
-
-<img alt="Stripe Of Mirrors" src="{{site.baseurl}}/m/som/som.png">
+<div class="index-block">
 
+<div class="nav-index">
+  <ul>
+    <li><h3 class="header"><a href="{{site.baseurl}}/">{{site.name}}</a></h3></li>
+    <li><a href="{{ site.baseurl }}/about/">about</a></li>
+  </ul>
 </div>
 
-<br />
-
-<div style="display:flex;flex-display: wrap">
+<img alt="Stripe Of Mirrors" src="{{site.baseurl}}/m/som/som.png">
 
+<br /><br />
 
 <a href="https://oknk.studio"><img src="https://oknk.studio/presskit/images/oknk-logo-light-white.png"></a>
 
+<br /><br />
 
-<a href="/metaflux/"><img src="{{site.baseurl}}/m/metaflux/poster-sm.png" style="margin-left:3em;border:1px solid #ddd;"/></a>
+<a href="/metaflux/"><img src="{{site.baseurl}}/m/metaflux/poster-sm.png" style="border:4px solid #ddd;"/></a>
 
-</div>
+<br /><br />
 
 <a href="{{site.baseurl}}/claves-angelicae/">
-  <img src="{{site.baseurl}}/m/ca/claves_angelicae_sigil_B.png" style="max-width:600px;">
+  <img src="{{site.baseurl}}/m/ca/claves_angelicae_sigil_B.png">
 </a>
 
+</div>
\ No newline at end of file