added thumbnail to posts page
This commit is contained in:
parent
0e8bc3652b
commit
efde3369bc
14 changed files with 120 additions and 33 deletions
|
|
@ -139,48 +139,69 @@ Posts - Dendroalsia
|
|||
</div>
|
||||
<div class="container">
|
||||
|
||||
<h2 class="title is-2 top-pad">All Posts</h2>
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="post-item" style="display: flex; align-items: center; margin-bottom: 2rem; gap: 1.5rem;">
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="title is-2 top-pad">2024</h2>
|
||||
|
||||
<li class="post-item">
|
||||
|
||||
<span>Oct 14, 2024</span> -
|
||||
|
||||
<div style="flex-shrink: 0;">
|
||||
<a href="https://www.dendroalsia.net/blog/riverlevelcharts/">
|
||||
<img src="https://www.dendroalsia.net/blog/riverlevelcharts/example_last_6_months_hu_3ee8d3a026ad5207.png" alt="River level charts" style="max-width: 300px; height: auto; border-radius: 4px;">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
<span><a href="https://www.dendroalsia.net/blog/riverlevelcharts/">River level charts</a></span>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="post-item">
|
||||
<div style="flex-grow: 1;">
|
||||
<h3 class="title is-4" style="margin-bottom: 0.5rem;">
|
||||
<a href="https://www.dendroalsia.net/blog/riverlevelcharts/">River level charts</a>
|
||||
</h3>
|
||||
|
||||
<span>Jan 1, 2024</span> -
|
||||
<p class="has-text-grey" style="margin-bottom: 0.5rem;">
|
||||
Oct 14, 2024
|
||||
</p>
|
||||
|
||||
<span><a href="https://www.dendroalsia.net/blog/prettyrivers/">Pretty rivers</a></span>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<p><p>I’m interested in rivers (both ecologically and recreationally) and I want to know</p>
|
||||
<ul>
|
||||
<li>what water level different rivers are currently at</li>
|
||||
<li>how does …</li></ul></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="post-item" style="display: flex; align-items: center; margin-bottom: 2rem; gap: 1.5rem;">
|
||||
|
||||
|
||||
|
||||
<div style="flex-shrink: 0;">
|
||||
<a href="https://www.dendroalsia.net/blog/prettyrivers/">
|
||||
<img src="https://www.dendroalsia.net/blog/prettyrivers/wisconsin_rivers_hu_d6e96c96b70bfc8f.png" alt="Pretty rivers" style="max-width: 300px; height: auto; border-radius: 4px;">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div style="flex-grow: 1;">
|
||||
<h3 class="title is-4" style="margin-bottom: 0.5rem;">
|
||||
<a href="https://www.dendroalsia.net/blog/prettyrivers/">Pretty rivers</a>
|
||||
</h3>
|
||||
|
||||
<p class="has-text-grey" style="margin-bottom: 0.5rem;">
|
||||
Jan 1, 2024
|
||||
</p>
|
||||
|
||||
|
||||
<p><p>I like maps that isolate different natural features. And I think that rivers make pretty patterns. So I made a series of scripts that generates a …</p></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -166,6 +166,8 @@ Pretty Rivers - Dendroalsia
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="container markdown top-pad">
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 246 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
|
|
@ -166,6 +166,8 @@ River Level Charts - Dendroalsia
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="container markdown top-pad">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue