[Buildroot] [git commit] website/lts: remove the href on section
Julien Olivain
ju.o at free.fr
Tue Mar 24 21:14:51 UTC 2026
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/b4889d8b1cfcf4ec79487787c61e8033fb74df2c
branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master
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 at mind.be>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
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 at buildroot.org">buildroot-lts at buildroot.org</a>
More information about the buildroot
mailing list