]> git.neb.cc Git - xyz.git/commitdiff
Add Heliand, Men of Terror, and Cultural History of Snow to wishlist
authorBen Larson <[email protected]>
Fri, 8 Apr 2022 01:31:47 +0000 (20:31 -0500)
committerBen Larson <[email protected]>
Fri, 8 Apr 2022 01:31:47 +0000 (20:31 -0500)
src/styles/main.css
src/wishlist/index.html

index d00483195d127e82526c8f9f73ff35b975810b65..da48801e3bfabab5be1852b36a0ef1e729cdf50f 100644 (file)
@@ -65,35 +65,6 @@ p.dropcap::first-letter {
   line-height: 1em;
 }
 
-.wishlist {
-  display: grid;
-  grid-row-gap: 1.5rem;
-  list-style-type: none;
-}
-
-.wishlist li {
-  display: block;
-  margin-bottom: 1rem;
-}
-
-.wishlist .thumbnail {
-  height: 6rem;
-  float: right;
-  margin-right: 1.5rem;
-  border-radius: 1rem;
-}
-
-.wishlist .title {
-  font-size: 22pt;
-  line-height: 3rem;
-  padding-top: 0.2rem;
-}
-
-.wishlist .description {
-  display: block;
-  line-height: 2rem;
-}
-
 @media (max-width: 45em) {
   header {
     padding: 3rem 2rem 3rem 1rem;
@@ -102,8 +73,4 @@ p.dropcap::first-letter {
   main {
     padding: 2rem 1rem 5rem 1rem;
   }
-
-  .wishlist .thumbnail {
-    display: none;
-  }
 }
index 40ca0ccd2b4835ec356e274b29d37754044f9d33..018ac6f679b4e5709ce1391dfdd4187b8fc29526 100644 (file)
     <meta charset="UTF-8" />
     <title>Ben's Wishlist</title>
     <link rel="stylesheet" href="/styles/main.css" />
+    <style>
+      .wishlist li {
+        padding-bottom: 1rem;
+      }
+    </style>
   </head>
   <body>
     <header>
     <hr />
     <main>
       <p>Note: I'm &eth;e only one who can update &eth;is, so be careful.</p>
-      <ul class="wishlist"></ul>
+      <ul class="wishlist">
+        <li>
+          <h4>&ETH;e <i>Heliand</i></h4>
+          A modern English translation of &eth;e <i>Heliand</i> would be super
+          cool. &ETH;e <i>Heliand</i> is an Old Saxon (different from Old
+          Enlgish, but similar) poem about &eth;e life of Jesus. It was written
+          in &eth;e style of o&eth;er Saxon/Germanic literature of &eth;e time
+          (AD 800-1000) as a way to make &eth;e Gospels less foreign to Saxon
+          dudes who knew no&thorn;ing about Jewish culture.
+        </li>
+        <li>
+          <h4>
+            <i>
+              <a href="http://www.hurstwic.com/shop/books/men_of_terror/">
+                Men of Terror
+              </a>
+            </i>
+            by William Short
+          </h4>
+          William Short is an expert on viking weapons and combat who has been
+          interviewed a number of times by Jackson Crawford. &ETH;ose interviews
+          are crazy interesting, so I have high hopes for &eth;is book.
+        </li>
+        <li>
+          <h4><i>A Cultural History of Snow</i> by Roland Huntford</h4>
+          For unknown reasons &eth;is book was never published so it is
+          literally not possible to get it for me, but my wishlist felt
+          incomplete wi&thorn;out it. I am sad.
+        </li>
+      </ul>
     </main>
   </body>
 </html>