Skip to content

Commit 6cbda96

Browse files
CopilotDavidKRK
andauthored
perf: fix missing image dimensions in event.html and shop.html (#210)
* Initial plan * perf: add missing image dimensions to event.html and shop.html Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/74779167-ad75-411c-9bd6-1d902af7dd5c Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: David KRK <136035295+DavidKRK@users.noreply.github.com>
1 parent 0b4a9a5 commit 6cbda96

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

event.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h1 class="main-title">David KRK</h1>
9999
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-soundcloud"></i></a>
100100
<a href="https://www.tiktok.com/@davidkrk" target="_blank" rel="noopener noreferrer" aria-label="TikTok"
101101
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-tiktok"></i></a>
102-
<a href="https://www.buymeacoffee.com/davidkrk" target="_blank" rel="noopener noreferrer" aria-label="Buy Me A Coffee" class="social-icon text-2xl md:text-3xl"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="" style="height: 1em; vertical-align: middle;"></a>
102+
<a href="https://www.buymeacoffee.com/davidkrk" target="_blank" rel="noopener noreferrer" aria-label="Buy Me A Coffee" class="social-icon text-2xl md:text-3xl"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="" width="217" height="60" style="height: 1em; vertical-align: middle;"></a>
103103
</div>
104104

105105
<div class="flex flex-wrap justify-center items-center gap-3 sm:gap-4 mb-4 text-sm">

shop.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ <h2 class="mt-4">Boutique Officielle</h2>
8282
<p>Scannez le QR code pour commander votre T‑shirt et rejoindre le mouvement.</p>
8383
</div>
8484
<div class="product-image mt-6">
85-
<img src="images/tshirt-davidkrk.png" alt="T-shirt officiel David KRK porté, coupe premium, logo noir sur fond blanc">
85+
<img src="images/tshirt-davidkrk.png" alt="T-shirt officiel David KRK porté, coupe premium, logo noir sur fond blanc" width="400" height="400">
8686
</div>
8787
<div class="mt-6">
88-
<img src="images/qr-tshirt-boutique.png" alt="QR code pour commander le T‑shirt officiel David KRK à 24,90 euros frais de port inclus">
88+
<img src="images/qr-tshirt-boutique.png" alt="QR code pour commander le T‑shirt officiel David KRK à 24,90 euros frais de port inclus" width="200" height="200">
8989
</div>
9090
</div>
9191

@@ -100,10 +100,10 @@ <h2 class="mt-4">Official Shop</h2>
100100
<p>Scan the QR code to order your T‑shirt and join the movement.</p>
101101
</div>
102102
<div class="product-image mt-6">
103-
<img src="images/tshirt-davidkrk.png" alt="Official David KRK T-shirt, premium fit, black logo on white">
103+
<img src="images/tshirt-davidkrk.png" alt="Official David KRK T-shirt, premium fit, black logo on white" width="400" height="400">
104104
</div>
105105
<div class="mt-6">
106-
<img src="images/qr-tshirt-boutique.png" alt="QR code to order the official David KRK T-shirt for 24.90 euros including shipping">
106+
<img src="images/qr-tshirt-boutique.png" alt="QR code to order the official David KRK T-shirt for 24.90 euros including shipping" width="200" height="200">
107107
</div>
108108
</div>
109109

@@ -118,10 +118,10 @@ <h2 class="mt-4">Tienda Oficial</h2>
118118
<p>Escanea el código QR para pedir tu camiseta y unirte al movimiento.</p>
119119
</div>
120120
<div class="product-image mt-6">
121-
<img src="images/tshirt-davidkrk.png" alt="Camiseta oficial David KRK, corte premium, logo negro sobre blanco">
121+
<img src="images/tshirt-davidkrk.png" alt="Camiseta oficial David KRK, corte premium, logo negro sobre blanco" width="400" height="400">
122122
</div>
123123
<div class="mt-6">
124-
<img src="images/qr-tshirt-boutique.png" alt="Código QR para pedir la camiseta oficial David KRK por 24,90 euros con envío incluido">
124+
<img src="images/qr-tshirt-boutique.png" alt="Código QR para pedir la camiseta oficial David KRK por 24,90 euros con envío incluido" width="200" height="200">
125125
</div>
126126
</div>
127127

@@ -136,10 +136,10 @@ <h2 class="mt-4">Denda Ofiziala</h2>
136136
<p>Eskaneatu QR kodea zure kamiseta eskatzeko eta mugimenduarekin bat egiteko.</p>
137137
</div>
138138
<div class="product-image mt-6">
139-
<img src="images/tshirt-davidkrk.png" alt="David KRK kamiseta ofiziala, premium mozketa, logo beltza zurian">
139+
<img src="images/tshirt-davidkrk.png" alt="David KRK kamiseta ofiziala, premium mozketa, logo beltza zurian" width="400" height="400">
140140
</div>
141141
<div class="mt-6">
142-
<img src="images/qr-tshirt-boutique.png" alt="QR kodea David KRK kamiseta ofiziala 24,90 eurotan, bidalketa barne, eskatzeko">
142+
<img src="images/qr-tshirt-boutique.png" alt="QR kodea David KRK kamiseta ofiziala 24,90 eurotan, bidalketa barne, eskatzeko" width="200" height="200">
143143
</div>
144144
</div>
145145

@@ -154,10 +154,10 @@ <h2 class="mt-4">المتجر الرسمي</h2>
154154
<p>امسح رمز QR لطلب القميص والانضمام إلى الحركة.</p>
155155
</div>
156156
<div class="product-image mt-6">
157-
<img src="images/tshirt-davidkrk.png" alt="تي شيرت ديفيد كرك الرسمي، جودة عالية، شعار أسود على خلفية بيضاء">
157+
<img src="images/tshirt-davidkrk.png" alt="تي شيرت ديفيد كرك الرسمي، جودة عالية، شعار أسود على خلفية بيضاء" width="400" height="400">
158158
</div>
159159
<div class="mt-6">
160-
<img src="images/qr-tshirt-boutique.png" alt="رمز QR لطلب تي شيرت ديفيد كرك الرسمي بسعر 24.90 يورو مع الشحن">
160+
<img src="images/qr-tshirt-boutique.png" alt="رمز QR لطلب تي شيرت ديفيد كرك الرسمي بسعر 24.90 يورو مع الشحن" width="200" height="200">
161161
</div>
162162
</div>
163163

@@ -172,10 +172,10 @@ <h2 class="mt-4">Офіційний магазин</h2>
172172
<p>Скануй QR‑код, щоб замовити футболку та приєднатися до руху.</p>
173173
</div>
174174
<div class="product-image mt-6">
175-
<img src="images/tshirt-davidkrk.png" alt="Офіційна футболка David KRK, преміальний крій, чорний логотип на білому">
175+
<img src="images/tshirt-davidkrk.png" alt="Офіційна футболка David KRK, преміальний крій, чорний логотип на білому" width="400" height="400">
176176
</div>
177177
<div class="mt-6">
178-
<img src="images/qr-tshirt-boutique.png" alt="QR‑код для замовлення офіційної футболки David KRK за 24,90 євро з доставкою">
178+
<img src="images/qr-tshirt-boutique.png" alt="QR‑код для замовлення офіційної футболки David KRK за 24,90 євро з доставкою" width="200" height="200">
179179
</div>
180180
</div>
181181
</main>
@@ -194,7 +194,7 @@ <h2 class="mt-4">Офіційний магазин</h2>
194194
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-soundcloud"></i></a>
195195
<a href="https://www.tiktok.com/@davidkrk" target="_blank" rel="noopener noreferrer" aria-label="TikTok"
196196
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-tiktok"></i></a>
197-
<a href="https://www.buymeacoffee.com/davidkrk" target="_blank" rel="noopener noreferrer" aria-label="Buy Me A Coffee" class="social-icon text-2xl md:text-3xl"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="" style="height: 1em; vertical-align: middle;"></a>
197+
<a href="https://www.buymeacoffee.com/davidkrk" target="_blank" rel="noopener noreferrer" aria-label="Buy Me A Coffee" class="social-icon text-2xl md:text-3xl"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="" width="217" height="60" style="height: 1em; vertical-align: middle;"></a>
198198
</div>
199199

200200
<div class="flex flex-wrap justify-center items-center gap-3 sm:gap-4 mb-4 text-sm">

0 commit comments

Comments
 (0)