Skip to content

Commit 5ab541f

Browse files
CopilotDavidKRK
andauthored
Fix invalid HTML structure (unclosed <main>, orphan </footer>) on index, contact, shop pages (#162)
* Fix missing main/footer HTML structure in index, contact, shop pages Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/22a9b0b3-0b65-40f6-8d32-31b6fb1f1905 Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com> * Move social icons into footer in contact.html Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/73fb46a3-65a6-497f-90fe-72daccefd627 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: DavidKRK <136035295+DavidKRK@users.noreply.github.com>
1 parent eaf9785 commit 5ab541f

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

contact.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ <h1 class="main-title">David KRK</h1>
145145
</form>
146146
</div>
147147
</div>
148+
</div>
149+
</main>
150+
151+
<footer>
152+
<div class="flex justify-center gap-6 mb-4">
148153
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" rel="noopener noreferrer" aria-label="Facebook"
149154
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-facebook"></i></a>
150155
<a href="https://www.instagram.com/davidkrk/" target="_blank" rel="noopener noreferrer" aria-label="Instagram"

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ <h1 class="main-title">David KRK</h1>
116116
src="https://player-widget.mixcloud.com/widget/iframe/?hide_cover=1&hide_artwork=1&autoplay=1&feed=%2FDavidKRK%2Fdavid-krk-life-good-techno-ep3%2F"
117117
allow="autoplay; encrypted-media; fullscreen; idle-detection; speaker-selection; web-share"></iframe>
118118
</section>
119+
</main>
120+
121+
<footer>
119122
<div class="flex justify-center gap-6 mb-4">
120123
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" rel="noopener noreferrer" aria-label="Facebook"
121124
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-facebook"></i></a>

shop.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ <h2 class="mt-4">Офіційний магазин</h2>
177177
<img src="images/qr-tshirt-boutique.png" alt="QR‑код для замовлення офіційної футболки David KRK за 24,90 євро з доставкою">
178178
</div>
179179
</div>
180+
</main>
181+
182+
<footer>
180183
<div class="flex justify-center gap-6 mb-4">
181184
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" rel="noopener noreferrer" aria-label="Facebook"
182185
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-facebook"></i></a>

0 commit comments

Comments
 (0)