homepage tweaks

This commit is contained in:
a 2022-07-04 03:23:11 -05:00
parent b2ab793596
commit f5363aee5c
5 changed files with 12 additions and 3 deletions

View file

@ -70,9 +70,12 @@
height: 20rem;
}
.container {
flex-flow: row-reverse;
flex-flow: row;
justify-content: space-between;
}
.info {
flex-grow: 1;
}
}
a {
color: white;

View file

@ -35,10 +35,16 @@
<section class="" id="birdsounds">
<div class="container">
<div class="info">
<img class="logo" src="/images/logos/koken_y.png" alt="birdsounds.media logo">
<picture>
<source type="image/avif" srcset="/images/logos/koken_y.avif">
<img class="logo" src="/images/logos/koken_y.png" alt="birdsounds.media logo">
</picture>
<a href="https://birdsounds.media" class="">view my photos</a>
</div>
<img class="photo" src="/images/soulpunx.jpg" alt="#soulpunx">
<picture>
<source type="image/avif" srcset="/images/soulpunx.avif">
<img class="photo" src="/images/soulpunx.jpg" alt="#soulpunx">
</picture>
</div>
</section>
<section class="section" id="updates">

Binary file not shown.

BIN
static/images/soulpunx.avif Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 38 KiB