From: Thomas Perale via buildroot <buildroot@buildroot.org>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 3/6] website/lts: remove the href on section
Date: Thu, 19 Mar 2026 16:02:43 +0100 [thread overview]
Message-ID: <20260319150246.10937-3-thomas.perale@mind.be> (raw)
In-Reply-To: <20260319150246.10937-1-thomas.perale@mind.be>
We have received report from people about the section pointer that makes
them want to click on the "Sponsor Now !" section.
The original idea was to be able to link sub-section but let's make this
section is not clickable instead.
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
---
docs/website/css/lts.css | 1 -
docs/website/lts.html | 20 ++++++++++----------
2 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/docs/website/css/lts.css b/docs/website/css/lts.css
index 76411413ce..5f05288188 100644
--- a/docs/website/css/lts.css
+++ b/docs/website/css/lts.css
@@ -142,7 +142,6 @@
border: 2px solid var(--br-grid);
text-decoration: none;
- cursor: pointer;
scroll-margin-top: 20px; /* Offset for jump to anchor */
}
diff --git a/docs/website/lts.html b/docs/website/lts.html
index 7538fa72de..988415482c 100644
--- a/docs/website/lts.html
+++ b/docs/website/lts.html
@@ -16,11 +16,11 @@
</header>
<main class="br-lts-main">
- <a href="#objectives" id="objectives" class="br-lts-section-header">
+ <div id="objectives" class="br-lts-section-header">
<div class="br-lts-bg-grid"></div>
<div class="br-lts-title-box">LTS Objectives</div>
<div class="br-lts-decoration-dot"></div>
- </a>
+ </div>
<div class="br-lts-item-row">
<div class="br-lts-item-number">1</div>
@@ -86,11 +86,11 @@
</div>
- <a href="#releases" id="releases" class="br-lts-section-header">
+ <div id="releases" class="br-lts-section-header">
<div class="br-lts-bg-grid"></div>
<div class="br-lts-title-box">Releases</div>
<div class="br-lts-decoration-dot"></div>
- </a>
+ </div>
<p>
The Buildroot LTS sponsorship initiative has evolved from a more
@@ -170,11 +170,11 @@
More details about the LTS workflow at <a href="https://gitlab.com/buildroot.org/buildroot-lts-tools">buildroot.org/buildroot-lts-tools</a>.
</p>
- <a href="#organization" id="organization" class="br-lts-section-header">
+ <div id="organization" class="br-lts-section-header">
<div class="br-lts-bg-grid"></div>
<div class="br-lts-title-box">How we work</div>
<div class="br-lts-decoration-dot"></div>
- </a>
+ </div>
<p>
Each week the LTS stewards defines the set of commits to
@@ -232,11 +232,11 @@
</div>
</div>
- <a href="#benefits" id="benefits" class="br-lts-section-header">
+ <div id="benefits" class="br-lts-section-header">
<div class="br-lts-bg-grid"></div>
<div class="br-lts-title-box">Sponsorship benefits</div>
<div class="br-lts-decoration-dot"></div>
- </a>
+ </div>
<div class="br-lts-item-row">
<div class="br-lts-item-number">1</div>
@@ -338,11 +338,11 @@
</div>
</div>
- <a href="#sponsor" id="sponsor" class="br-lts-section-header">
+ <div id="sponsor" class="br-lts-section-header">
<div class="br-lts-bg-grid"></div>
<div class="br-lts-title-box">Sponsor now !</div>
<div class="br-lts-decoration-dot"></div>
- </a>
+ </div>
<p>
Interested ? Contact us at
<a href="mailto:buildroot-lts@buildroot.org">buildroot-lts@buildroot.org</a>
--
2.53.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2026-03-19 15:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-19 15:02 [Buildroot] [PATCH 1/6] website/sponsors.html: remove sense Thomas Perale via buildroot
2026-03-19 15:02 ` [Buildroot] [PATCH 2/6] website/sponsors.html: add IPComm as a silver sponsor Thomas Perale via buildroot
2026-03-19 15:02 ` Thomas Perale via buildroot [this message]
2026-03-19 15:02 ` [Buildroot] [PATCH 4/6] website/lts: fix section on small screens Thomas Perale via buildroot
2026-03-19 15:02 ` [Buildroot] [PATCH 5/6] website/lts: add pre-filled content to mailto Thomas Perale via buildroot
2026-03-19 15:02 ` [Buildroot] [PATCH 6/6] website/lts: fix typos Thomas Perale via buildroot
2026-03-24 21:27 ` [Buildroot] [PATCH 1/6] website/sponsors.html: remove sense Julien Olivain via buildroot
2026-03-25 10:19 ` Thomas Perale via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260319150246.10937-3-thomas.perale@mind.be \
--to=buildroot@buildroot.org \
--cc=thomas.perale@mind.be \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox