Skip to content

fix: add rel="noopener noreferrer" to all external links and fix contact.html meta tags#157

Merged
DavidKRK merged 2 commits into
gh-pagesfrom
copilot/sub-pr-152-again
Apr 4, 2026
Merged

fix: add rel="noopener noreferrer" to all external links and fix contact.html meta tags#157
DavidKRK merged 2 commits into
gh-pagesfrom
copilot/sub-pr-152-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 4, 2026

All target="_blank" external links were missing rel="noopener noreferrer", exposing pages to reverse-tabnabbing. contact.html also had stale og:image/twitter:image pointing at a raw GitHub WebP URL inconsistent with all other pages.

Changes

  • Securityrel="noopener noreferrer" added to every external target="_blank" link across all pages: social icons (Facebook, Instagram, Mixcloud, YouTube, SoundCloud, TikTok) and WhatsApp nav links in bio.html, music.html, event.html, index.html, shop.html, contact.html

  • contact.html meta tagsog:image / twitter:image updated from raw.githubusercontent.com WebP URL to https://davidkrk.com/logo-30-01-25.png, matching every other page

  • contact.html Buy Me A Coffee — Aligned with other pages: added rel="noopener noreferrer", updated CSS class to social-icon text-2xl md:text-3xl, set alt="" to prevent duplicate screen-reader announcements when aria-label is already on the <a>

<!-- Before -->
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" aria-label="Facebook" class="social-icon ...">

<!-- After -->
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" rel="noopener noreferrer" aria-label="Facebook" class="social-icon ...">

@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@DavidKRK DavidKRK requested a review from Copilot April 4, 2026 13:51
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

…nks 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>
Copilot AI changed the title [WIP] Update PR template with structured review sections fix: add rel="noopener noreferrer" to all external links and fix contact.html meta tags Apr 4, 2026
Copilot AI requested a review from DavidKRK April 4, 2026 13:53
@DavidKRK DavidKRK requested a review from Copilot April 4, 2026 14:01
@DavidKRK DavidKRK marked this pull request as ready for review April 4, 2026 14:01
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@DavidKRK
Copy link
Copy Markdown
Owner

DavidKRK commented Apr 4, 2026

All target="_blank" external links were missing rel="noopener noreferrer", exposing pages to reverse-tabnabbing. contact.html also had stale og:image/twitter:image pointing at a raw GitHub WebP URL inconsistent with all other pages.

Changes

  • Securityrel="noopener noreferrer" added to every external target="_blank" link across all pages: social icons (Facebook, Instagram, Mixcloud, YouTube, SoundCloud, TikTok) and WhatsApp nav links in bio.html, music.html, event.html, index.html, shop.html, contact.html
  • contact.html meta tagsog:image / twitter:image updated from raw.githubusercontent.com WebP URL to https://davidkrk.com/logo-30-01-25.png, matching every other page
  • contact.html Buy Me A Coffee — Aligned with other pages: added rel="noopener noreferrer", updated CSS class to social-icon text-2xl md:text-3xl, set alt="" to prevent duplicate screen-reader announcements when aria-label is already on the <a>
<!-- Before -->
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" aria-label="Facebook" class="social-icon ...">

<!-- After -->
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" rel="noopener noreferrer" aria-label="Facebook" class="social-icon ...">

@copilot in a comment to make changes to this pull request fait cette action

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 4, 2026

All target="_blank" external links were missing rel="noopener noreferrer", exposing pages to reverse-tabnabbing. contact.html also had stale og:image/twitter:image pointing at a raw GitHub...

Ces changements ont déjà été appliqués dans le commit 0c0a071 :

  • rel="noopener noreferrer" ajouté sur tous les liens target="_blank" (réseaux sociaux + WhatsApp) dans les 6 fichiers HTML
  • og:image / twitter:image dans contact.html mis à jour vers https://davidkrk.com/logo-30-01-25.png
  • Bouton Buy Me A Coffee dans contact.html aligné avec les autres pages

Il n'y a plus aucun lien externe target="_blank" sans rel="noopener noreferrer" dans le projet.

Copilot AI requested a review from DavidKRK April 4, 2026 14:10
Copy link
Copy Markdown
Owner

@DavidKRK DavidKRK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot corrige moi le texte que je dois mettre ici même

@DavidKRK DavidKRK merged commit f43d758 into gh-pages Apr 4, 2026
14 of 15 checks passed
Copilot stopped work on behalf of DavidKRK due to an error April 4, 2026 14:17
Copilot AI requested a review from DavidKRK April 4, 2026 14:17
Copy link
Copy Markdown
Owner

@DavidKRK DavidKRK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot @claude[agent] @codex[agent] #157 aidez moi je comprends pas ce que je dois faire

DavidKRK added a commit that referenced this pull request Apr 4, 2026
* chore: expand PR template with structured review sections (#151)

* chore: update PR template with comprehensive sections

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/ac163cee-edd2-40f7-b02b-e202011f4948

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: add Buy Me A Coffee icon to bio, music, and event pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/85ce37df-43f8-4a8b-8af8-b87edbd05ba4

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: footer and meta tag consistency across all pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/9d58d090-5fe8-447f-93d9-ccec53438f37

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>

* Update shop.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 bio.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update music.html

Correction Buy Me a Coffee

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update event.html

Correction Buy Me A Coffee event.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* fix: security, accessibility, and og:image compatibility on social icons (#153)

* Initial plan

* fix: address review feedback - rel noopener, empty alt, PNG og:image

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/1ff8192f-0e5e-4949-8114-16179cfd68da

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Update index.html

Co-authored-by: Copilot <175728472+Copilot@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>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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>

* Copilot/sub pr 152 (#156)

* Initial plan

* fix: address review feedback - rel noopener, empty alt, PNG og:image

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/1ff8192f-0e5e-4949-8114-16179cfd68da

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Update index.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update bio.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update bio.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
DavidKRK added a commit that referenced this pull request Apr 4, 2026
… (#158)

* chore: expand PR template with structured review sections (#151) (#152)

* chore: expand PR template with structured review sections (#151)

* chore: update PR template with comprehensive sections

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/ac163cee-edd2-40f7-b02b-e202011f4948

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: add Buy Me A Coffee icon to bio, music, and event pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/85ce37df-43f8-4a8b-8af8-b87edbd05ba4

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: footer and meta tag consistency across all pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/9d58d090-5fe8-447f-93d9-ccec53438f37

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>

* Update shop.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 bio.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update music.html

Correction Buy Me a Coffee

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update event.html

Correction Buy Me A Coffee event.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* fix: security, accessibility, and og:image compatibility on social icons (#153)

* Initial plan

* fix: address review feedback - rel noopener, empty alt, PNG og:image

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/1ff8192f-0e5e-4949-8114-16179cfd68da

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Update index.html

Co-authored-by: Copilot <175728472+Copilot@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>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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>

* Copilot/sub pr 152 (#156)

* Initial plan

* fix: address review feedback - rel noopener, empty alt, PNG og:image

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/1ff8192f-0e5e-4949-8114-16179cfd68da

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Update index.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update bio.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update bio.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update contact.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update contact.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update contact.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: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
DavidKRK added a commit that referenced this pull request Apr 4, 2026
…html (#159)

* chore: update PR template with comprehensive sections

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/ac163cee-edd2-40f7-b02b-e202011f4948

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: add Buy Me A Coffee icon to bio, music, and event pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/85ce37df-43f8-4a8b-8af8-b87edbd05ba4

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: footer and meta tag consistency across all pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/9d58d090-5fe8-447f-93d9-ccec53438f37

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: security, accessibility, and og:image compatibility on social icons (#153)

* Initial plan

* fix: address review feedback - rel noopener, empty alt, PNG og:image

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/1ff8192f-0e5e-4949-8114-16179cfd68da

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Update index.html

Co-authored-by: Copilot <175728472+Copilot@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>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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>

* Copilot/sub pr 152 (#156)

* Initial plan

* fix: address review feedback - rel noopener, empty alt, PNG og:image

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/1ff8192f-0e5e-4949-8114-16179cfd68da

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Update index.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update bio.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update bio.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* chore: expand PR template with structured review sections (#151) (#152) (#158)

* chore: expand PR template with structured review sections (#151) (#152)

* chore: expand PR template with structured review sections (#151)

* chore: update PR template with comprehensive sections

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/ac163cee-edd2-40f7-b02b-e202011f4948

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: add Buy Me A Coffee icon to bio, music, and event pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/85ce37df-43f8-4a8b-8af8-b87edbd05ba4

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: footer and meta tag consistency across all pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/9d58d090-5fe8-447f-93d9-ccec53438f37

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>

* Update shop.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 bio.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update music.html

Correction Buy Me a Coffee

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update event.html

Correction Buy Me A Coffee event.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* fix: security, accessibility, and og:image compatibility on social icons (#153)

* Initial plan

* fix: address review feedback - rel noopener, empty alt, PNG og:image

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/1ff8192f-0e5e-4949-8114-16179cfd68da

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Update index.html

Co-authored-by: Copilot <175728472+Copilot@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>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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>

* Copilot/sub pr 152 (#156)

* Initial plan

* fix: address review feedback - rel noopener, empty alt, PNG og:image

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/1ff8192f-0e5e-4949-8114-16179cfd68da

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* Update index.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update bio.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update bio.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update contact.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update contact.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update contact.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: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: automation-suite.yml — date expansion, action pinning, lychee output, audit safety (#154)

* fix: improve automation-suite.yml reliability and security

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/4fa87663-6160-4fcd-a8fb-2aead55c153e

Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>

* fix: restore flex justify-center wrapper on social icons + sync HTML files with gh-pages

Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/60b00350-27dd-4bdb-8b42-ebb8cd7adea5

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>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@DavidKRK DavidKRK deleted the copilot/sub-pr-152-again branch May 3, 2026 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants