chore: convert photo images to jpg for smaller size

This commit is contained in:
Kentai Radiquum 2024-11-26 21:03:21 +05:00
parent d1a5eac1d7
commit 9237a0394a
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
13 changed files with 6 additions and 6 deletions

View file

@ -251,22 +251,22 @@
<div class="relative flex items-end justify-end w-full h-full overflow-hidden"
id="photos-image">
<img class="absolute inset-0 object-cover w-full h-full -z-10 translate-y-[var(--transform-y,0)] transition-transform ease-out duration-[var(--transform-duration,150ms)]"
alt="" src="./static/assets/photo_building.png" data-section-image="photos"
alt="" src="./static/assets/photos/photo_building.jpg" data-section-image="photos"
data-slide="0" data-photo="photo_building" />
<img class="absolute inset-0 object-cover w-full h-full -z-10 translate-y-[var(--transform-y,0)] transition-transform ease-out duration-[var(--transform-duration,150ms)]"
alt="" src="./static/assets/photo_dandelion.png" data-section-image="photos"
alt="" src="./static/assets/photos/photo_dandelion.jpg" data-section-image="photos"
data-slide="1" data-photo="photo_dandelion" />
<img class="absolute inset-0 object-cover w-full h-full -z-10 translate-y-[var(--transform-y,0)] transition-transform ease-out duration-[var(--transform-duration,150ms)]"
alt="" src="./static/assets/photo_flowers.png" data-section-image="photos"
alt="" src="./static/assets/photos/photo_flowers.jpg" data-section-image="photos"
data-slide="2" data-photo="photo_flowers" />
<img class="absolute inset-0 object-cover w-full h-full -z-10 translate-y-[var(--transform-y,0)] transition-transform ease-out duration-[var(--transform-duration,150ms)]"
alt="" src="./static/assets/photo_plush.png" data-section-image="photos" data-slide="3"
alt="" src="./static/assets/photos/photo_plush.jpg" data-section-image="photos" data-slide="3"
data-photo="photo_plush" />
<img class="absolute inset-0 object-cover w-full h-full -z-10 translate-y-[var(--transform-y,0)] transition-transform ease-out duration-[var(--transform-duration,150ms)]"
alt="" src="./static/assets/photo_tower.png" data-section-image="photos" data-slide="4"
alt="" src="./static/assets/photos/photo_tower.jpg" data-section-image="photos" data-slide="4"
data-photo="photo_tower" />
<img class="absolute inset-0 object-cover w-full h-full -z-10 translate-y-[var(--transform-y,0)] transition-transform ease-out duration-[var(--transform-duration,150ms)]"
alt="" src="./static/assets/photo_trains.png" data-section-image="photos" data-slide="5"
alt="" src="./static/assets/photos/photo_trains.jpg" data-section-image="photos" data-slide="5"
data-photo="photo_trains" />
<p class="font-bold text-4xl p-[8px] w-full h-full bg-black bg-opacity-20 flex items-end justify-end">PHOTOS</p>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB