website/lts: remove the href on section

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>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Thomas Perale
2026-03-19 16:02:43 +01:00
committed by Julien Olivain
parent d18f7e0916
commit b4889d8b1c
2 changed files with 10 additions and 11 deletions

View File

@@ -142,7 +142,6 @@
border: 2px solid var(--br-grid);
text-decoration: none;
cursor: pointer;
scroll-margin-top: 20px; /* Offset for jump to anchor */
}

View File

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