diff --git a/src/static/css/App.css b/src/static/css/App.css index 3d28bff..48a690e 100644 --- a/src/static/css/App.css +++ b/src/static/css/App.css @@ -100,7 +100,7 @@ p, li { font-size: 1rem; } -a { +a, a p { color: #a0a0a0a0; text-decoration: none; } @@ -718,6 +718,10 @@ a { justify-content: center; } +.fullHeight { + height: 100%; +} + .chess { max-width: 300px; border: none; @@ -892,8 +896,10 @@ a { } .bookReview { - width: 6em; + width: min(100%, 30em); padding: 1em; + border: solid 3px rgba(139, 36, 36, 0.5); + flex-grow: 1; } .bookcover { @@ -901,9 +907,10 @@ a { } .booklist { - margin: min(10em, 10%); + /* margin: min(10em, 10%); margin-bottom: 2em; - margin-top: 2em; + margin-top: 2em; */ + justify-content: left; } .boxed { @@ -913,6 +920,10 @@ a { padding: 1em; } +.emPad { + padding: 1em; +} + .timeitem { transition: .4s; overflow-y: clip; diff --git a/src/static/json/books.json b/src/static/json/books.json index a75da91..7823f0c 100644 --- a/src/static/json/books.json +++ b/src/static/json/books.json @@ -43,7 +43,7 @@ "The Tyranny of Metrics": { "filename": "TyrannyOfMetrics.jpg", "link": "https://www.amazon.com/Tyranny-Metrics-Jerry-Z-Muller/dp/0691174954", - "review": "Library find. Very appreciated read given my field of study. Adds a new lens on the cost of information and how it impacts us from the cube office to the oval office" + "review": "Library find. Very appreciated read given my field of study. Adds a new lens on the cost of information and how it impacts us from the cube office to the oval office." }, "The Accidental Superpower": { "filename": "theAccidentalSuperpower.jpeg", diff --git a/src/static/sitemap.xml b/src/static/sitemap.xml index ce71994..0cfaa75 100644 --- a/src/static/sitemap.xml +++ b/src/static/sitemap.xml @@ -6,6 +6,6 @@ https://asimonson.com/Resume https://asimonson.com/duck https://asimonson.com/books - 2024-05-19 + 2024-07-24 \ No newline at end of file diff --git a/src/templates/books.html b/src/templates/books.html index 5de766b..55edcc5 100644 --- a/src/templates/books.html +++ b/src/templates/books.html @@ -16,19 +16,27 @@ {% endfor %} +

All Reviews

Hover to reveal review
Read to reveal KNOWLEDGE

-
+
{% for i in var.books.books %}
-
- {{i}} cover -
-

{{ var.books.books[i].review }}

- Book Source +
+
+
+ {{i}} cover +
+
+
+
+

{{ i }}

+

{{ var.books.books[i].review }}

+
+

Book Source