Add Usenet support section and navigation link

This commit is contained in:
fynks 2025-10-11 11:31:22 +05:00
parent 350e1367d9
commit d6510de899

62
dist/index.html vendored
View file

@ -302,6 +302,9 @@
<a href="#compare-debrid-services" class="nav-link">
<span class="nav-link-text">Compare</span>
</a>
<a href="#usenet-support" class="nav-link">
<span class="nav-link-text">Usenet</span>
</a>
<a href="#adult-content-file-hosts" class="nav-link">
<span class="nav-link-text">Adult Hosts</span>
</a>
@ -702,6 +705,65 @@
</div>
</section>
<!-- Usenet Support Section -->
<section id="usenet-support" class="section" aria-labelledby="usenet-title">
<div class="container">
<div class="content-container">
<div class="section-header">
<h2 id="usenet-title" class="section-title">Usenet Support</h2>
<p class="section-description">Check which debrid services support Usenet newsgroups for decentralized content access.</p>
</div>
<div class="alert alert-info" role="alert">
<svg class="alert-icon" role="img" aria-hidden="true">
<use href="#icon-alert" stroke="currentColor" stroke-width="2" fill="none" />
</svg>
<div class="alert-content">
<strong>What is Usenet?</strong>
<p>Usenet is a massive, decentralized message-sharing system built around topic-based newsgroups. These function like forums or discussion boards, with each group focused on a specific subject. Some host plain-text conversations, while others serve as archives for large sets of articles.</p>
</div>
</div>
<div class="data-table-container" role="region" aria-live="polite" aria-label="Usenet support table">
<div class="table-wrapper" role="presentation">
<table class="data-table pricing-table" aria-label="Usenet support comparison table">
<thead>
<tr>
<th scope="col">Service</th>
<th scope="col">AllDebrid</th>
<th scope="col">TorBox</th>
<th scope="col">Premiumize</th>
<th scope="col">Real-Debrid</th>
<th scope="col">Debrid-Link</th>
<th scope="col">LinkSnappy</th>
<th scope="col">Mega-Debrid</th>
<th scope="col">Deepbrid</th>
<th scope="col">High-Way</th>
<th scope="col">Offcloud</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Usenet</th>
<td><span class="status-badge unsupported"></span></td>
<td><span class="status-badge supported"></span></td>
<td><span class="status-badge supported"></span></td>
<td><span class="status-badge unsupported"></span></td>
<td><span class="status-badge unsupported"></span></td>
<td><span class="status-badge unsupported"></span></td>
<td><span class="status-badge unsupported"></span></td>
<td><span class="status-badge unsupported"></span></td>
<td><span class="status-badge unsupported"></span></td>
<td><span class="status-badge supported"></span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</section>
<!-- Adult Hosts Section -->
<section id="adult-content-file-hosts" class="section" aria-labelledby="adult-hosts-title">
<div class="container">