Skip to content

Fix inconsistent Buy Me A Coffee button styling across all pages#155

Merged
DavidKRK merged 7 commits into
gh-pagesfrom
copilot/update-commit-reference
Apr 4, 2026
Merged

Fix inconsistent Buy Me A Coffee button styling across all pages#155
DavidKRK merged 7 commits into
gh-pagesfrom
copilot/update-commit-reference

Conversation

Copilot AI commented Apr 4, 2026

Copy link
Copy Markdown
Contributor
  • Ajouter les lang-content titre (<h2 class="main-title">) dans index.html (Accueil/Home/Inicio/Hasiera/الرئيسية/Головна)
  • Ajouter les lang-content titre (<h2 class="main-title">) dans shop.html (Boutique/Shop/Tienda/Denda/المتجر/Магазин)

@bolt-new-by-stackblitz

Copy link
Copy Markdown

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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR standardizes the Buy Me A Coffee button styling in the site footer so it matches the already-updated pattern used on other pages (responsive sizing via em + consistent utility classes).

Changes:

  • Updated the Buy Me A Coffee <a> to include text-2xl md:text-3xl sizing utilities.
  • Switched the button image from a fixed height: 30px to responsive height: 1em (with vertical-align: middle).
  • Normalized the shop.html markup to the single-line pattern used elsewhere.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.

File Description
contact.html Updates Buy Me A Coffee button to responsive sizing + consistent classes.
index.html Updates Buy Me A Coffee button to responsive sizing + consistent classes.
shop.html Updates Buy Me A Coffee button styling and collapses markup to match other pages.

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

Comment thread index.html Outdated
Comment thread index.html Outdated
Comment thread contact.html Outdated
Comment thread contact.html Outdated
Comment thread shop.html
<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>
<a href="https://www.buymeacoffee.com/davidkrk" target="_blank" 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="Buy Me A Coffee" style="height: 1em; vertical-align: middle;"></a>

Copilot AI Apr 4, 2026

Copy link

Choose a reason for hiding this comment

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

Links opened with target="_blank" should include rel="noopener noreferrer" to prevent the new page from being able to access window.opener (tabnabbing) and to avoid keeping a reference to the originating window. Please add the rel attribute here (and ideally to the other external links in the same footer for consistency).

Copilot uses AI. Check for mistakes.
DavidKRK and others added 2 commits April 4, 2026 14:43
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 3 out of 3 changed files in this pull request and generated 2 comments.


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

Comment thread contact.html
Comment thread shop.html

@DavidKRK DavidKRK left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

OK vas y

@DavidKRK DavidKRK left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

@copilot verifie le reste

@DavidKRK DavidKRK marked this pull request as ready for review April 4, 2026 15:52
@DavidKRK DavidKRK requested a review from Copilot April 4, 2026 15:55

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 3 out of 3 changed files in this pull request and generated 1 comment.


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

Comment thread index.html
Copilot AI and others added 2 commits April 4, 2026 16:24
Copilot AI requested a review from DavidKRK April 4, 2026 16:26
Copilot AI requested a review from DavidKRK April 4, 2026 17:11
@DavidKRK DavidKRK merged commit e12ffbf into gh-pages Apr 4, 2026
5 checks passed
Copilot stopped work on behalf of DavidKRK due to an error April 4, 2026 17:38
Copilot stopped work on behalf of DavidKRK due to an error April 4, 2026 17:41
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