chore: convert photo images to jpg for smaller size
12
index.html
|
@ -251,22 +251,22 @@
|
||||||
<div class="relative flex items-end justify-end w-full h-full overflow-hidden"
|
<div class="relative flex items-end justify-end w-full h-full overflow-hidden"
|
||||||
id="photos-image">
|
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)]"
|
<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" />
|
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)]"
|
<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" />
|
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)]"
|
<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" />
|
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)]"
|
<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" />
|
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)]"
|
<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" />
|
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)]"
|
<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" />
|
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>
|
<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>
|
</div>
|
||||||
|
|
Before Width: | Height: | Size: 250 KiB |
Before Width: | Height: | Size: 190 KiB |
Before Width: | Height: | Size: 220 KiB |
Before Width: | Height: | Size: 203 KiB |
Before Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 197 KiB |
BIN
static/assets/photos/photo_building.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
static/assets/photos/photo_dandelion.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
static/assets/photos/photo_flowers.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
static/assets/photos/photo_plush.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
static/assets/photos/photo_tower.jpg
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
static/assets/photos/photo_trains.jpg
Normal file
After Width: | Height: | Size: 15 KiB |