updated layout for hardcover and steam sections to include images
This commit is contained in:
parent
48a5aab1c2
commit
b549858bc0
1 changed files with 12 additions and 6 deletions
|
|
@ -32,13 +32,19 @@ This page _should_ update automatically with my latest activity.
|
||||||
</div>
|
</div>
|
||||||
<img src="letterboxd-image" style="max-width: 150px; max-height: 150px; object-fit: cover; border-radius: 4px;">
|
<img src="letterboxd-image" style="max-width: 150px; max-height: 150px; object-fit: cover; border-radius: 4px;">
|
||||||
</div>
|
</div>
|
||||||
<div style="background: rgba(180, 190, 254, 0.15); padding: 1rem; border: 4px solid #b4befe; color:white;">
|
<div style="background: rgba(180, 190, 254, 0.15); padding: 1rem; border: 4px solid #b4befe; color:white; display: flex; justify-content: space-between; align-items: center;">
|
||||||
I'm reading this<br>
|
<div>
|
||||||
<i class="fa-solid fa-book"></i> <a href="https://hardcover.app" style="color: #b4befe !important;">hardcover</a>
|
I'm reading this<br>
|
||||||
|
<i class="fa-solid fa-book"></i> <a href="https://hardcover.app" style="color: #b4befe !important;">hardcover</a>
|
||||||
|
</div>
|
||||||
|
<img src="hardcover-image" style="max-width: 150px; max-height: 150px; object-fit: cover; border-radius: 4px;">
|
||||||
</div>
|
</div>
|
||||||
<div style="background: rgba(137, 180, 250, 0.15); padding: 1rem; border: 4px solid #89b4fa; color:white;">
|
<div style="background: rgba(137, 180, 250, 0.15); padding: 1rem; border: 4px solid #89b4fa; color:white; display: flex; justify-content: space-between; align-items: center;">
|
||||||
I played this<br>
|
<div>
|
||||||
<i class="fa-brands fa-steam"></i> <a href="https://store.steampowered.com" style="color: #89b4fa !important;">steam</a>
|
I played this<br>
|
||||||
|
<i class="fa-brands fa-steam"></i> <a href="https://store.steampowered.com" style="color: #89b4fa !important;">steam</a>
|
||||||
|
</div>
|
||||||
|
<img src="steam-image" style="max-width: 150px; max-height: 150px; object-fit: cover; border-radius: 4px;">
|
||||||
</div>
|
</div>
|
||||||
<div style="background: rgba(203, 166, 247, 0.15); padding: 1rem; border: 4px solid #cba6f7; color:white; display: flex; justify-content: space-between; align-items: center;">
|
<div style="background: rgba(203, 166, 247, 0.15); padding: 1rem; border: 4px solid #cba6f7; color:white; display: flex; justify-content: space-between; align-items: center;">
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue