experiment with linking h1
authorAmin Bandali <bandali@gnu.org>
Sun, 18 Aug 2019 03:05:50 +0000 (23:05 -0400)
committerAmin Bandali <bandali@gnu.org>
Sun, 18 Aug 2019 03:05:50 +0000 (23:05 -0400)
404.html
contact.html
cv.html
publications.html
research.html
style.css

index 62bcb5a..bf61a8e 100644 (file)
--- a/404.html
+++ b/404.html
@@ -9,7 +9,7 @@
   <body>
     <main>
       <header>
-        <h1 id="title">bandali</h1>
+        <h1 id="title"><a href="/">bandali</a></h1>
         <h2 id="subtitle">404 gone fishing</h2>
       </header>
       <section>
index 343a8ef..7529acc 100644 (file)
@@ -12,7 +12,7 @@
   <body>
     <main>
       <header>
-        <h1 id="title">bandali</h1>
+        <h1 id="title"><a href="/">bandali</a></h1>
         <h2 id="subtitle">Contact info</h2>
       </header>
       <section>
diff --git a/cv.html b/cv.html
index 880cff6..4d58892 100644 (file)
--- a/cv.html
+++ b/cv.html
@@ -12,7 +12,7 @@
   <body>
     <main>
       <header>
-        <h1 id="title">bandali</h1>
+        <h1 id="title"><a href="/">bandali</a></h1>
         <h2 id="subtitle">Curriculum Vitae (<a href="bandali-cv.pdf">PDF</a>)</h2>
       </header>
       <section>
index 1c6da5c..9743e5a 100644 (file)
@@ -12,7 +12,7 @@
   <body>
     <main id="publications">
       <header>
-        <h1 id="title">bandali</h1>
+        <h1 id="title"><a href="/">bandali</a></h1>
         <h2 id="subtitle">Publications</h2>
       </header>
       <section>
index d0e052b..878756e 100644 (file)
@@ -12,7 +12,7 @@
   <body>
     <main>
       <header>
-        <h1 id="title">bandali</h1>
+        <h1 id="title"><a href="/">bandali</a></h1>
         <h2 id="subtitle">Research interests</h2>
       </header>
       <section>
index 9fd35aa..cb676e4 100644 (file)
--- a/style.css
+++ b/style.css
@@ -27,6 +27,14 @@ main > header {
   content: ".eu.org";
   color: #dadada;
 }
+#title a {
+  color: inherit;
+  border-bottom: 1px solid #eaeaea;
+}
+#title a:hover {
+  background-color: whitesmoke;
+  border-bottom-color: #e3e3e3;
+}
 #subtitle {
   display: inline;
   font-weight: normal;
@@ -114,6 +122,9 @@ dl:last-child {
 dt {
   margin-bottom: 0.5em;
 }
+dd {
+  margin-left: 1.5em;
+}
 #publications dd, .plinks {
   font-size: 0.9em;
 }