homepage tweaks
This commit is contained in:
parent
b2ab793596
commit
f5363aee5c
|
@ -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;
|
||||
|
|
|
@ -35,10 +35,16 @@
|
|||
<section class="" id="birdsounds">
|
||||
<div class="container">
|
||||
<div class="info">
|
||||
<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>
|
||||
<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">
|
||||
|
|
BIN
static/images/logos/koken_y.avif
Normal file
BIN
static/images/logos/koken_y.avif
Normal file
Binary file not shown.
BIN
static/images/soulpunx.avif
Normal file
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 |
Loading…
Reference in a new issue