mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-04-12 03:04:33 +00:00
chore: convert photo images to jpg for smaller size
This commit is contained in:
parent
d1a5eac1d7
commit
9237a0394a
13 changed files with 6 additions and 6 deletions
12
index.html
12
index.html
|
@ -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 ![]() (image error) Size: 250 KiB |
Binary file not shown.
Before ![]() (image error) Size: 190 KiB |
Binary file not shown.
Before ![]() (image error) Size: 220 KiB |
Binary file not shown.
Before ![]() (image error) Size: 203 KiB |
Binary file not shown.
Before ![]() (image error) Size: 133 KiB |
Binary file not shown.
Before ![]() (image error) Size: 197 KiB |
BIN
static/assets/photos/photo_building.jpg
Normal file
BIN
static/assets/photos/photo_building.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 21 KiB |
BIN
static/assets/photos/photo_dandelion.jpg
Normal file
BIN
static/assets/photos/photo_dandelion.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 13 KiB |
BIN
static/assets/photos/photo_flowers.jpg
Normal file
BIN
static/assets/photos/photo_flowers.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 18 KiB |
BIN
static/assets/photos/photo_plush.jpg
Normal file
BIN
static/assets/photos/photo_plush.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 16 KiB |
BIN
static/assets/photos/photo_tower.jpg
Normal file
BIN
static/assets/photos/photo_tower.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 7.5 KiB |
BIN
static/assets/photos/photo_trains.jpg
Normal file
BIN
static/assets/photos/photo_trains.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 15 KiB |
Loading…
Add table
Reference in a new issue