about me: books zoals sofieorganiseert.com boekenkast (danku!)

This commit is contained in:
wgroeneveld 2020-05-03 10:17:37 +02:00
parent 243960f274
commit 08da7b68ac
3 changed files with 47 additions and 12 deletions

View File

@ -37,7 +37,7 @@ Take a look at my [<i class='fa fa-github'></i>&nbsp;Github account](https://git
* I'm just starting to [learn](/post/teaching-yourself-to-draw/) how to use ink other than for writing purposes.
## Where good ideas come from: Books
### Where good ideas come from: books
I keep an active <a href="https://www.goodreads.com/user/show/5451893-wouter" target="_blank"><i class='fa fa-book'></i>&nbsp;Goodreads</a> account where I manage everything I've read and want to read. I invite you to join the community there. Marking a book as read and writing a (short) review never was that satisfying...
@ -45,13 +45,19 @@ I used to be almost exclusively a fantasy reader. Now I mostly read non-fiction
These are the latest 12 books I've read:
<div id="gr_grid_widget_1496758344">
</main>
<div id="gr_grid_widget_1496758344" class="goodreadswidget">
</div>
</div>
<script src="https://www.goodreads.com/review/grid_widget/5451893.Wouter's%20bookshelf:%20read?cover_size=medium&hide_link=&hide_title=&num_books=12&order=d&shelf=read&sort=date_added&widget_id=1496758344" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
[...document.querySelectorAll('.goodreadswidget img')].forEach(img => {
img.src = img.src.replace(/_SX[0-9]+_(SY[0-9]+_)*.jpg/, "_S400_.jpg")
})
</script>
<p>&nbsp;</p>
<main>
<p style="clear: both;">&nbsp;</p>
[^1]: This website uses an [anonymized IP](https://support.google.com/analytics/answer/2763052?hl=en) form of Google Analytics for the sole purpose of tracking website traffic.
[^2]: [https://en.wikipedia.org/wiki/Polymath](https://en.wikipedia.org/wiki/Polymath)

View File

@ -4,7 +4,7 @@ bigimg: /img/innerzenheader.jpg
url: /post/on-finding-your-inner-zen-in-big-cities/
date: '2013-08-29'
subtitle: Coping with crowded places when youre used to peaceful villages
tags: ['braindump', learning', 'zen' ]
tags: ['braindump', 'learning', 'zen' ]
---
Originally posted on [Medium](https://medium.com/@woutergroenev/on-finding-your-inner-zen-in-big-cities-c2be933114e3).

View File

@ -241,16 +241,45 @@ main .text-justify blockquote p {
}
/* --- goodreads widget styles --- */
.gr_grid_container {
.goodreadswidget {
border-bottom: 3px solid var(--accent);
padding: 0px;
padding-bottom: 10px;
}
.goodreadswidget h2 {
visibility: hidden;
display: none;
}
.goodreadswidget .gr_grid_branding {
padding-right: 20px;
font-size: 14pt !important;
}
@media (min-width: 768px) {
.gr_grid_book_container {
height: 600px !important;
}
}
.gr_grid_book_container {
/* customize book cover container div here */
float: left;
width: 98px;
height: 160px;
padding: 0px 0px;
border: 1px solid black;
margin: 5px;
width: 25%;
height: 300px;
padding: 5px;
overflow: hidden;
}
.gr_grid_book_container img {
width: 100%;
height: 100%;
}
.gr_grid_book_container:hover img {
opacity: 0.3;
}
.gr_grid_book_container img:hover {
background: rgba(100, 100, 100, 0.7);
}