Skip to content

Commit a211363

Browse files
Proposer un changement au projet (#123)
* Update copyright year to 2026 in bio.html * Update copyright year to 2026 in contact.html * Update copyright year from 2025 to 2026 * Update copyright year to 2026 * Update copyright year to 2026 * Update copyright year to 2026 in shop.html * Update bio.html Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update index.html Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update shop.html Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 1349b03 commit a211363

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

bio.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ <h2 class="main-title">Bio</h2>
190190
<div class="flex flex-wrap justify-center items-center gap-3 sm:gap-4 mb-4 text-sm">
191191
<a href="mailto:davidkrkofficial@gmail.com?subject=Contact%20from%20Website" class="hover:text-[var(--primary-color)] transition-colors footer-contact-link">CONTACT | BOOKING | REMIX</a>
192192
</div>
193-
<p class="text-sm opacity-70">© 2025 David KRK. All Rights Reserved</p>
193+
<p class="text-sm opacity-70">© <span id="copyright-year"></span> David KRK. All Rights Reserved</p>
194194
<p class="neon-text font-bold text-lg mt-4">"May The Techno Be With You"</p>
195195
</footer>
196196
</div>

contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h2 class="main-title">Contact</h2>
186186
class="hover:text-[var(--primary-color)] transition-colors footer-contact-link">CONTACT | BOOKING | REMIX</a>
187187
</div>
188188

189-
<p class="text-sm opacity-70">© 2025 David KRK. All Rights Reserved</p>
189+
<p class="text-sm opacity-70">© 2026 David KRK. All Rights Reserved</p>
190190
<p class="neon-text font-bold text-lg mt-4">"May The Techno Be With You"</p>
191191
</footer>
192192
</div>

event.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h1 class="main-title">David KRK</h1>
105105
class="hover:text-[var(--primary-color)] transition-colors footer-contact-link">CONTACT | BOOKING | REMIX</a>
106106
</div>
107107

108-
<p class="text-sm opacity-70">© 2025 David KRK. All Rights Reserved</p>
108+
<p class="text-sm opacity-70">© 2026 David KRK. All Rights Reserved</p>
109109
<p class="neon-text font-bold text-lg mt-4">"May The Techno Be With You"</p>
110110
</footer>
111111
</div>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h1 class="main-title">David KRK</h1>
122122
class="hover:text-[var(--primary-color)] transition-colors footer-contact-link">CONTACT | BOOKING | REMIX</a>
123123
</div>
124124

125-
<p class="text-sm opacity-70">© 2025 David KRK. All Rights Reserved</p>
125+
<p class="text-sm opacity-70">© <span id="copyright-year"></span> David KRK. All Rights Reserved</p>
126126
<p class="neon-text font-bold text-lg mt-4">"May The Techno Be With You"</p>
127127
</footer>
128128
</div>

music.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h1 class="main-title">David KRK</h1>
9898
</a>
9999
</div>
100100

101-
<p class="text-sm opacity-70">© 2025 David KRK. All Rights Reserved</p>
101+
<p class="text-sm opacity-70">© 2026 David KRK. All Rights Reserved</p>
102102
<p class="neon-text font-bold text-lg mt-4">"May The Techno Be With You"</p>
103103
</footer>
104104
</div>

shop.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h2 class="mt-4">Офіційний магазин</h2>
181181
class="hover:text-[var(--primary-color)] transition-colors footer-contact-link">CONTACT | BOOKING | REMIX</a>
182182
</div>
183183

184-
<p class="text-sm opacity-70">© 2025 David KRK. All Rights Reserved</p>
184+
<p class="text-sm opacity-70">© <span id="copyright-year"></span> David KRK. All Rights Reserved</p>
185185
<p class="neon-text font-bold text-lg mt-4">"May The Techno Be With You"</p>
186186
</footer>
187187
</div>

0 commit comments

Comments
 (0)