Skip to content

Commit 2f13b55

Browse files
committed
Replace PNG images with AVIF format for DisCorkie and GameOutlet projects
1 parent ff4c0af commit 2f13b55

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

13.8 KB
Binary file not shown.
127 KB
Binary file not shown.
8.94 KB
Binary file not shown.
160 KB
Binary file not shown.

src/app/component/our-apps/our-apps.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ <h2 class="text-4xl md:text-5xl font-bold text-center mb-20 bg-gradient-to-r fro
88
<!-- Project 1: DisCorkie -->
99
<div class="flex flex-col md:flex-row items-center gap-12">
1010
<div class="md:w-1/2 transform transition-transform duration-500 hover:scale-105">
11-
<img src="component/our-apps/discorkie-screenshot.png" i18n-alt alt="DisCorkie App Screenshot" class="w-full h-auto object-cover">
11+
<img src="component/our-apps/discorkie-screenshot.avif" i18n-alt alt="DisCorkie App Screenshot" class="w-full h-auto object-cover">
1212
</div>
1313
<div class="md:w-1/2">
1414
<div class="flex flex-col items-center text-center md:flex-row md:items-center md:text-left gap-6 mb-4">
15-
<img src="component/our-apps/discorkie-icon.png" i18n-alt alt="DisCorkie App Icon" class="w-20 h-20 flex-shrink-0">
15+
<img src="component/our-apps/discorkie-icon.avif" i18n-alt alt="DisCorkie App Icon" class="w-20 h-20 flex-shrink-0">
1616
<div>
1717
<h3 class="text-4xl font-bold text-gray-900 mb-1" i18n>DisCorkie</h3>
1818
<p class="text-xl font-semibold text-indigo-600" i18n>Navigate on your Discourse forums</p>
@@ -33,11 +33,11 @@ <h3 class="text-4xl font-bold text-gray-900 mb-1" i18n>DisCorkie</h3>
3333
<!-- Project 2: GameOutlet -->
3434
<div class="flex flex-col md:flex-row-reverse items-center gap-12">
3535
<div class="md:w-1/2 transform transition-transform duration-500 hover:scale-105">
36-
<img src="component/our-apps/gameoutlet-screenshot.png" i18n-alt alt="GameOutlet App Screenshot" class="w-full h-auto object-cover">
36+
<img src="component/our-apps/gameoutlet-screenshot.avif" i18n-alt alt="GameOutlet App Screenshot" class="w-full h-auto object-cover">
3737
</div>
3838
<div class="md:w-1/2">
3939
<div class="flex flex-col items-center text-center md:flex-row md:items-center md:text-left gap-6 mb-4">
40-
<img src="component/our-apps/gameoutlet-icon.png" i18n-alt alt="GameOutlet App Icon" class="w-20 h-20 flex-shrink-0">
40+
<img src="component/our-apps/gameoutlet-icon.avif" i18n-alt alt="GameOutlet App Icon" class="w-20 h-20 flex-shrink-0">
4141
<div>
4242
<h3 class="text-4xl font-bold text-gray-900 mb-1" i18n>GameOutlet</h3>
4343
<p class="text-xl font-semibold text-indigo-600" i18n>Find the best prices on PC games</p>

0 commit comments

Comments
 (0)