]> git.quilime.com - gabrieldunne.com-site.git/commitdiff
css
authorGabriel Dunne <gdunne@quilime.com>
Sun, 11 Dec 2022 02:54:37 +0000 (18:54 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Sun, 11 Dec 2022 02:54:37 +0000 (18:54 -0800)
archive-c.html
archive-d.html
css/main.css
performance.md
projects.md
works.html

index 9525db09eb54612826f99ea694b4c4f989a0e6af..c4e649059dc5552dd2d652fc129c5386b37062e5 100644 (file)
@@ -7,7 +7,7 @@ title: archive
 
 <div class="posts">
 {% for category in site.categories %}
-  <h3 class="date">{{ category | first }}</h3>  
+  <h2 class="date">{{ category | first }}</h2>  
   <ul class="posts">
     {% for posts in category %}
       {% for post in posts %}
index b6e4183e8b6b28ce51f46f088a91ab3a1bc33b31..457263c3f5021a78c4418698efc478fb55a04be1 100644 (file)
@@ -10,7 +10,7 @@ title: archive
     {% capture day %}{{ post.date | date: '%Y' }}{% endcapture %}
     {% capture nday %}{{ post.next.date | date: '%Y' }}{% endcapture %}
     {% if day != nday %}
-    <h3 class="date">{{ post.date | date: "%Y" }}</h3>
+    <h2 class="date">{{ post.date | date: "%Y" }}</h2>
     {% endif %}
     <li>
     <h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
index 07610eedd07aef9306c8f5fbcf840dd0a18b5f3e..4350cb5b102e8c96fc652c318a77c714e1d7ab89 100755 (executable)
@@ -243,7 +243,7 @@ ul.index li {
 }
 .nav ul, .nav-index ul {
   text-transform: uppercase;
-  font-family:lgb;
+  font-family:lg;
   line-height:1.4em;
 }
 .nav ul, .nav li, .nav-index ul, .nav-index li {
@@ -255,9 +255,10 @@ ul.index li {
   margin-bottom:0.1em;
 }
 .nav h3.header {
+  margin-bottom:0.25em;
 }
 .nav h3.header a, .nav-index h3.header a {
-  color:#999;
+  color:#aaa;
 /*  border-bottom:4px solid #999;*/
 }
 .nav a, .nav-index a {
index 72264f57a3bddf2834eaad2be932bbc2b36ac7bb..c290365a739fab50209e16ee2e1ebef32e0b39e3 100644 (file)
@@ -3,17 +3,18 @@ layout: default
 title: Performance
 ---
 
-<ul class="thumbs">
+<ul class="posts">
   
 {% for post in site.categories.performance %}
 {% if post.url %}
   
   <li>
-  <a href="{{ site.baseurl }}{{ post.url }}">
-    <span class="img"><img src="{{ post.thumb }}" /></span>
+    <h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
+  <!-- <a href="{{ site.baseurl }}{{ post.url }}"> -->
+    <!-- <span class="img"><img src="{{ post.thumb }}" /></span> -->
 <!--     <br />
     {{ post.title }} -->
-  </a>
+  <!-- </a> -->
   </li>    
   
 {% endif %}
index 918739f11cbf900d29e096c34043ab8271e3c40a..32bae804f46919204fe4e976d9f33c19898b6a99 100644 (file)
@@ -3,17 +3,18 @@ layout: default
 title: Projects
 ---
 
-<ul class="thumbs">
+<ul class="posts">
   
 {% for post in site.categories.projects %}
 {% if post.url %}
   
   <li>
-  <a href="{{ site.baseurl }}{{ post.url }}">
-    <div class="img"><img src="{{ post.thumb }}" /></div>
+  <!-- <a href="{{ site.baseurl }}{{ post.url }}"> -->
+    <!-- <div class="img"><img src="{{ post.thumb }}" /></div> -->
 <!--     <br />
     {{ post.title }} -->
-  </a>
+  <!-- </a> -->
+  <h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
   </li>    
   
 {% endif %}
index 60a9d3b9366a6e0fb5ee1cbabf12f58c6431b6b6..289abb6d8053d0fc0681b1326c80e5f3d8c28372 100644 (file)
@@ -3,17 +3,19 @@ layout: default
 title: Works
 ---
 
-<ul class="thumbs">
+<!-- <ul class="thumbs"> -->
+  <ul class="posts">
   
 {% for post in site.categories.works %}
 {% if post.url %}
   
   <li>
-  <a href="{{ site.baseurl }}{{ post.url }}">
-    <span class="img"><img src="{{ post.thumb }}" /></span>
+  <!-- <a href="{{ site.baseurl }}{{ post.url }}"> -->
+    <!-- <span class="img"><img src="{{ post.thumb }}" /></span> -->
 <!--     <br />
     {{ post.title }} -->
-  </a>
+  <!-- </a> -->
+      <h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
   </li>    
   
 {% endif %}