mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
fix book review overlaps
This commit is contained in:
@@ -772,17 +772,18 @@ a {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 3em;
|
top: 3em;
|
||||||
left: -50%;
|
left: -50%;
|
||||||
z-index: 10;
|
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
width: 20em;
|
width: 20em;
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: 1s;
|
transition: 1s;
|
||||||
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hover-container:hover .hover-element {
|
.hover-container:hover .hover-element {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
"Zero To One": {
|
"Zero To One": {
|
||||||
"filename": "zeroToOne.jpeg",
|
"filename": "zeroToOne.jpeg",
|
||||||
"link": "https://www.amazon.com/Zero-One-Notes-Startups-Future/dp/0804139296",
|
"link": "https://www.amazon.com/Zero-One-Notes-Startups-Future/dp/0804139296",
|
||||||
"review": "Initially very frustrating read. Took a bit of internal review to realize that this is an entrepreneurial perspective, not a consumer one. After that, it's quite eye-opening in ways that would've been obvious without the lens of life experience. The optimistic takes are very much appreciated and their justifications are solid."
|
"review": "Initially very frustrating read. Took a bit of internal review to realize that this has to be read with an entrepreneurial perspective, not a consumer one. After that, it's quite eye-opening in ways that would've been obvious without the lens of life experience. The optimistic takes are very much appreciated and their justifications are solid."
|
||||||
},
|
},
|
||||||
"Courage is Calling": {
|
"Courage is Calling": {
|
||||||
"filename": "courageIsCalling.jpeg",
|
"filename": "courageIsCalling.jpeg",
|
||||||
@@ -85,6 +85,11 @@
|
|||||||
"filename": "youCanReadAnyone.jpg",
|
"filename": "youCanReadAnyone.jpg",
|
||||||
"link": "https://www.amazon.com/YOU-READ-ANYONE-David-Lieberman-ebook/dp/B001J6OV0Y",
|
"link": "https://www.amazon.com/YOU-READ-ANYONE-David-Lieberman-ebook/dp/B001J6OV0Y",
|
||||||
"review": "Not as page-turning as many of the others and clearly not as memorable. The techniques pique curiosity but are difficult to use without practice."
|
"review": "Not as page-turning as many of the others and clearly not as memorable. The techniques pique curiosity but are difficult to use without practice."
|
||||||
|
},
|
||||||
|
"Profiles in Courage": {
|
||||||
|
"filename": "profilesInCourage.jpeg",
|
||||||
|
"link": "https://www.amazon.com/Profiles-Courage-John-F-Kennedy/dp/0060854936",
|
||||||
|
"review": "Another book that was hard to really get into but still provided fascinating commentary on some very important figures that have faded from public memory."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
src/static/photos/books/profilesInCourage.jpeg
Normal file
BIN
src/static/photos/books/profilesInCourage.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 144 KiB |
Reference in New Issue
Block a user