Skip to content

Commit f43d758

Browse files
CopilotDavidKRK
andauthored
fix: add rel="noopener noreferrer" to all external links and fix contact.html meta tags (#157)
* Initial plan * fix: add rel="noopener noreferrer" to all external target="_blank" links and fix contact.html meta tags Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/701ae9ad-a10e-4307-acea-f3a255e6d73b 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 afa19cf commit f43d758

6 files changed

Lines changed: 45 additions & 45 deletions

File tree

bio.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<a href="contact.html">Contact</a>
4848
<a href="shop.html">Shop</a>
4949
<a href="https://chat.whatsapp.com/CWnaoDc9TY6HbTmW9cOyYc"
50-
target="_blank" class="nav-link text-xl sm:text-2xl flex items-center">
50+
target="_blank" rel="noopener noreferrer" class="nav-link text-xl sm:text-2xl flex items-center">
5151
<i class="fab fa-whatsapp mr-1 sm:mr-2" style="color:#25D366;"></i>Whatsapp
5252
</a>
5353
</header>
@@ -197,17 +197,17 @@ <h2 class="main-title">Bio</h2>
197197
</div>
198198

199199
<div class="flex justify-center gap-6 mb-4">
200-
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" aria-label="Facebook"
200+
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" rel="noopener noreferrer" aria-label="Facebook"
201201
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-facebook"></i></a>
202-
<a href="https://www.instagram.com/davidkrk/" target="_blank" aria-label="Instagram"
202+
<a href="https://www.instagram.com/davidkrk/" target="_blank" rel="noopener noreferrer" aria-label="Instagram"
203203
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-instagram"></i></a>
204-
<a href="https://www.mixcloud.com/DavidKRK/" target="_blank" aria-label="Mixcloud"
204+
<a href="https://www.mixcloud.com/DavidKRK/" target="_blank" rel="noopener noreferrer" aria-label="Mixcloud"
205205
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-mixcloud"></i></a>
206-
<a href="https://www.youtube.com/@DavidKRKofficial" target="_blank" aria-label="YouTube"
206+
<a href="https://www.youtube.com/@DavidKRKofficial" target="_blank" rel="noopener noreferrer" aria-label="YouTube"
207207
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-youtube"></i></a>
208-
<a href="https://soundcloud.com/david-krkofficial/" target="_blank" aria-label="SoundCloud"
208+
<a href="https://soundcloud.com/david-krkofficial/" target="_blank" rel="noopener noreferrer" aria-label="SoundCloud"
209209
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-soundcloud"></i></a>
210-
<a href="https://www.tiktok.com/@davidkrk" target="_blank" aria-label="TikTok"
210+
<a href="https://www.tiktok.com/@davidkrk" target="_blank" rel="noopener noreferrer" aria-label="TikTok"
211211
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-tiktok"></i></a>
212212
<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>
213213
</div>

contact.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<meta property="og:url" content="https://davidkrk.com/contact.html" />
1313
<meta property="og:title" content="David KRK · CONTACT · DJ TECHNO & PRODUCER" />
1414
<meta property="og:description" content="Contactez David KRK pour les bookings, collaborations et plus encore." />
15-
<meta property="og:image" content="https://raw.githubusercontent.com/DavidKRK/DavidKRK.github.io/main/images/optimized/logo.webp" />
15+
<meta property="og:image" content="https://davidkrk.com/logo-30-01-25.png" />
1616

1717
<meta property="twitter:card" content="summary_large_image" />
1818
<meta property="twitter:url" content="https://davidkrk.com/contact.html" />
1919
<meta property="twitter:title" content="David KRK · CONTACT · DJ TECHNO & PRODUCER" />
2020
<meta property="twitter:description" content="Contactez David KRK pour les bookings, collaborations et plus encore." />
21-
<meta property="twitter:image" content="https://raw.githubusercontent.com/DavidKRK/DavidKRK.github.io/main/images/optimized/logo.webp" />
21+
<meta property="twitter:image" content="https://davidkrk.com/logo-30-01-25.png" />
2222

2323
<link rel="icon" type="image/png" href="logo-30-01-25.png" />
2424
<link rel="preconnect" href="https://fonts.googleapis.com" />
@@ -41,7 +41,7 @@
4141
<a href="music.html">Music</a>
4242
<a href="event.html">Events</a>
4343
<a href="shop.html">Shop</a>
44-
<a href="https://chat.whatsapp.com/CWnaoDc9TY6HbTmW9cOyYc" target="_blank" class="nav-link text-xl sm:text-2xl flex items-center">
44+
<a href="https://chat.whatsapp.com/CWnaoDc9TY6HbTmW9cOyYc" target="_blank" rel="noopener noreferrer" class="nav-link text-xl sm:text-2xl flex items-center">
4545
<i class="fab fa-whatsapp mr-1 sm:mr-2"></i>Whatsapp
4646
</a>
4747
</header>
@@ -142,19 +142,19 @@ <h2 class="main-title">Contact</h2>
142142

143143
<footer class="w-full max-w-7xl mx-auto">
144144
<div class="flex justify-center items-center gap-6 mb-4">
145-
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" aria-label="Facebook"
145+
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" rel="noopener noreferrer" aria-label="Facebook"
146146
class="social-icon text-2xl md:text-3xl"><i class="fab fa-facebook"></i></a>
147-
<a href="https://www.instagram.com/davidkrk/" target="_blank" aria-label="Instagram"
147+
<a href="https://www.instagram.com/davidkrk/" target="_blank" rel="noopener noreferrer" aria-label="Instagram"
148148
class="social-icon text-2xl md:text-3xl"><i class="fab fa-instagram"></i></a>
149-
<a href="https://www.mixcloud.com/DavidKRK/" target="_blank" aria-label="Mixcloud"
149+
<a href="https://www.mixcloud.com/DavidKRK/" target="_blank" rel="noopener noreferrer" aria-label="Mixcloud"
150150
class="social-icon text-2xl md:text-3xl"><i class="fab fa-mixcloud"></i></a>
151-
<a href="https://www.youtube.com/@DavidKRKofficial" target="_blank" aria-label="YouTube"
151+
<a href="https://www.youtube.com/@DavidKRKofficial" target="_blank" rel="noopener noreferrer" aria-label="YouTube"
152152
class="social-icon text-2xl md:text-3xl"><i class="fab fa-youtube"></i></a>
153-
<a href="https://soundcloud.com/david-krkofficial/" target="_blank" aria-label="SoundCloud"
153+
<a href="https://soundcloud.com/david-krkofficial/" target="_blank" rel="noopener noreferrer" aria-label="SoundCloud"
154154
class="social-icon text-2xl md:text-3xl"><i class="fab fa-soundcloud"></i></a>
155-
<a href="https://www.tiktok.com/@davidkrk" target="_blank" aria-label="TikTok"
155+
<a href="https://www.tiktok.com/@davidkrk" target="_blank" rel="noopener noreferrer" aria-label="TikTok"
156156
class="social-icon text-2xl md:text-3xl"><i class="fab fa-tiktok"></i></a>
157-
<a href="https://www.buymeacoffee.com/davidkrk" target="_blank" aria-label="Buy Me A Coffee" class="social-icon"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 30px;"></a><br>
157+
<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>
158158
</div>
159159

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

event.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<a href="contact.html">Contact</a>
4444
<a href="shop.html">Shop</a>
4545
<a href="https://chat.whatsapp.com/CWnaoDc9TY6HbTmW9cOyYc"
46-
target="_blank" class="nav-link text-xl sm:text-2xl flex items-center">
46+
target="_blank" rel="noopener noreferrer" class="nav-link text-xl sm:text-2xl flex items-center">
4747
<i class="fab fa-whatsapp mr-1 sm:mr-2" style="color:#25D366;"></i>Whatsapp
4848
</a>
4949
</header>
@@ -86,17 +86,17 @@ <h1 class="main-title">David KRK</h1>
8686
</div>
8787

8888
<div class="flex justify-center gap-6 mb-4">
89-
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" aria-label="Facebook"
89+
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" rel="noopener noreferrer" aria-label="Facebook"
9090
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-facebook"></i></a>
91-
<a href="https://www.instagram.com/davidkrk/" target="_blank" aria-label="Instagram"
91+
<a href="https://www.instagram.com/davidkrk/" target="_blank" rel="noopener noreferrer" aria-label="Instagram"
9292
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-instagram"></i></a>
93-
<a href="https://www.mixcloud.com/DavidKRK/" target="_blank" aria-label="Mixcloud"
93+
<a href="https://www.mixcloud.com/DavidKRK/" target="_blank" rel="noopener noreferrer" aria-label="Mixcloud"
9494
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-mixcloud"></i></a>
95-
<a href="https://www.youtube.com/@DavidKRKofficial" target="_blank" aria-label="YouTube"
95+
<a href="https://www.youtube.com/@DavidKRKofficial" target="_blank" rel="noopener noreferrer" aria-label="YouTube"
9696
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-youtube"></i></a>
97-
<a href="https://soundcloud.com/david-krkofficial/" target="_blank" aria-label="SoundCloud"
97+
<a href="https://soundcloud.com/david-krkofficial/" target="_blank" rel="noopener noreferrer" aria-label="SoundCloud"
9898
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-soundcloud"></i></a>
99-
<a href="https://www.tiktok.com/@davidkrk" target="_blank" aria-label="TikTok"
99+
<a href="https://www.tiktok.com/@davidkrk" target="_blank" rel="noopener noreferrer" aria-label="TikTok"
100100
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-tiktok"></i></a>
101101
<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>
102102
</div>

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<a href="event.html">Event</a>
4444
<a href="contact.html">Contact</a>
4545
<a href="shop.html">Shop</a>
46-
<a href="https://chat.whatsapp.com/CWnaoDc9TY6HbTmW9cOyYc" target="_blank" class="nav-link text-xl sm:text-2xl flex items-center">
46+
<a href="https://chat.whatsapp.com/CWnaoDc9TY6HbTmW9cOyYc" target="_blank" rel="noopener noreferrer" class="nav-link text-xl sm:text-2xl flex items-center">
4747
<i class="fab fa-whatsapp mr-1 sm:mr-2"></i>Whatsapp
4848
</a>
4949
</header>
@@ -114,17 +114,17 @@ <h1 class="main-title">David KRK</h1>
114114

115115
<footer class="w-full max-w-7xl mx-auto">
116116
<div class="flex justify-center items-center gap-6 mb-4">
117-
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" aria-label="Facebook"
117+
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" rel="noopener noreferrer" aria-label="Facebook"
118118
class="social-icon text-2xl md:text-3xl"><i class="fab fa-facebook"></i></a>
119-
<a href="https://www.instagram.com/davidkrk/" target="_blank" aria-label="Instagram"
119+
<a href="https://www.instagram.com/davidkrk/" target="_blank" rel="noopener noreferrer" aria-label="Instagram"
120120
class="social-icon text-2xl md:text-3xl"><i class="fab fa-instagram"></i></a>
121-
<a href="https://www.mixcloud.com/DavidKRK/" target="_blank" aria-label="Mixcloud"
121+
<a href="https://www.mixcloud.com/DavidKRK/" target="_blank" rel="noopener noreferrer" aria-label="Mixcloud"
122122
class="social-icon text-2xl md:text-3xl"><i class="fab fa-mixcloud"></i></a>
123-
<a href="https://www.youtube.com/@DavidKRKofficial" target="_blank" aria-label="YouTube"
123+
<a href="https://www.youtube.com/@DavidKRKofficial" target="_blank" rel="noopener noreferrer" aria-label="YouTube"
124124
class="social-icon text-2xl md:text-3xl"><i class="fab fa-youtube"></i></a>
125-
<a href="https://soundcloud.com/david-krkofficial/" target="_blank" aria-label="SoundCloud"
125+
<a href="https://soundcloud.com/david-krkofficial/" target="_blank" rel="noopener noreferrer" aria-label="SoundCloud"
126126
class="social-icon text-2xl md:text-3xl"><i class="fab fa-soundcloud"></i></a>
127-
<a href="https://www.tiktok.com/@davidkrk" target="_blank" aria-label="TikTok"
127+
<a href="https://www.tiktok.com/@davidkrk" target="_blank" rel="noopener noreferrer" aria-label="TikTok"
128128
class="social-icon text-2xl md:text-3xl"><i class="fab fa-tiktok"></i></a>
129129
<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>
130130
</div>

music.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<a href="contact.html">Contact</a>
4848
<a href="shop.html">Shop</a>
4949
<a href="https://chat.whatsapp.com/CWnaoDc9TY6HbTmW9cOyYc"
50-
target="_blank" class="nav-link text-xl sm:text-2xl flex items-center">
50+
target="_blank" rel="noopener noreferrer" class="nav-link text-xl sm:text-2xl flex items-center">
5151
<i class="fab fa-whatsapp mr-1 sm:mr-2" style="color:#25D366;"></i>Whatsapp
5252
</a>
5353
</header>
@@ -77,17 +77,17 @@ <h1 class="main-title">David KRK</h1>
7777

7878
<footer class="w-full max-w-7xl mx-auto">
7979
<div class="flex justify-center gap-6 mb-4">
80-
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" aria-label="Facebook"
80+
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" rel="noopener noreferrer" aria-label="Facebook"
8181
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-facebook"></i></a>
82-
<a href="https://www.instagram.com/davidkrk/" target="_blank" aria-label="Instagram"
82+
<a href="https://www.instagram.com/davidkrk/" target="_blank" rel="noopener noreferrer" aria-label="Instagram"
8383
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-instagram"></i></a>
84-
<a href="https://www.mixcloud.com/DavidKRK/" target="_blank" aria-label="Mixcloud"
84+
<a href="https://www.mixcloud.com/DavidKRK/" target="_blank" rel="noopener noreferrer" aria-label="Mixcloud"
8585
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-mixcloud"></i></a>
86-
<a href="https://www.youtube.com/@DavidKRKofficial" target="_blank" aria-label="YouTube"
86+
<a href="https://www.youtube.com/@DavidKRKofficial" target="_blank" rel="noopener noreferrer" aria-label="YouTube"
8787
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-youtube"></i></a>
88-
<a href="https://soundcloud.com/david-krkofficial/" target="_blank" aria-label="SoundCloud"
88+
<a href="https://soundcloud.com/david-krkofficial/" target="_blank" rel="noopener noreferrer" aria-label="SoundCloud"
8989
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-soundcloud"></i></a>
90-
<a href="https://www.tiktok.com/@davidkrk" target="_blank" aria-label="TikTok"
90+
<a href="https://www.tiktok.com/@davidkrk" target="_blank" rel="noopener noreferrer" aria-label="TikTok"
9191
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-tiktok"></i></a>
9292
<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>
9393
</div>

shop.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<a href="music.html">Music</a>
4444
<a href="event.html">Event</a>
4545
<a href="contact.html">Contact</a>
46-
<a href="https://chat.whatsapp.com/CWnaoDc9TY6HbTmW9cOyYc" target="_blank" class="nav-link text-xl sm:text-2xl flex items-center">
46+
<a href="https://chat.whatsapp.com/CWnaoDc9TY6HbTmW9cOyYc" target="_blank" rel="noopener noreferrer" class="nav-link text-xl sm:text-2xl flex items-center">
4747
<i class="fab fa-whatsapp mr-1 sm:mr-2"></i>Whatsapp
4848
</a>
4949
</header>
@@ -175,17 +175,17 @@ <h2 class="mt-4">Офіційний магазин</h2>
175175

176176
<footer class="w-full max-w-7xl mx-auto">
177177
<div class="flex justify-center items-center gap-6 mb-4">
178-
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" aria-label="Facebook"
178+
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" rel="noopener noreferrer" aria-label="Facebook"
179179
class="social-icon text-2xl md:text-3xl"><i class="fab fa-facebook"></i></a>
180-
<a href="https://www.instagram.com/davidkrk/" target="_blank" aria-label="Instagram"
180+
<a href="https://www.instagram.com/davidkrk/" target="_blank" rel="noopener noreferrer" aria-label="Instagram"
181181
class="social-icon text-2xl md:text-3xl"><i class="fab fa-instagram"></i></a>
182-
<a href="https://www.mixcloud.com/DavidKRK/" target="_blank" aria-label="Mixcloud"
182+
<a href="https://www.mixcloud.com/DavidKRK/" target="_blank" rel="noopener noreferrer" aria-label="Mixcloud"
183183
class="social-icon text-2xl md:text-3xl"><i class="fab fa-mixcloud"></i></a>
184-
<a href="https://www.youtube.com/@DavidKRKofficial" target="_blank" aria-label="YouTube"
184+
<a href="https://www.youtube.com/@DavidKRKofficial" target="_blank" rel="noopener noreferrer" aria-label="YouTube"
185185
class="social-icon text-2xl md:text-3xl"><i class="fab fa-youtube"></i></a>
186-
<a href="https://soundcloud.com/david-krkofficial/" target="_blank" aria-label="SoundCloud"
186+
<a href="https://soundcloud.com/david-krkofficial/" target="_blank" rel="noopener noreferrer" aria-label="SoundCloud"
187187
class="social-icon text-2xl md:text-3xl"><i class="fab fa-soundcloud"></i></a>
188-
<a href="https://www.tiktok.com/@davidkrk" target="_blank" aria-label="TikTok"
188+
<a href="https://www.tiktok.com/@davidkrk" target="_blank" rel="noopener noreferrer" aria-label="TikTok"
189189
class="social-icon text-2xl md:text-3xl"><i class="fab fa-tiktok"></i></a>
190190
<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>
191191
</div>

0 commit comments

Comments
 (0)