Skip to content

Commit 686b067

Browse files
author
il1v3y
committed
fix(website): remove duplicate features section
- Remove features-grid section that duplicated carousel content - Update carousel section to use id='features' for navbar link - Now only one features section exists (the carousel) - Eliminates repetition of Filesystem, TUI, and Network cards
1 parent b697743 commit 686b067

1 file changed

Lines changed: 1 addition & 52 deletions

File tree

docs/index.html

Lines changed: 1 addition & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -112,57 +112,6 @@ <h3><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h3>
112112
</div>
113113
</section>
114114

115-
<!-- Features Section -->
116-
<section class="features" id="features">
117-
<div class="container">
118-
<div class="section-header">
119-
<span class="section-tag">FEATURES</span>
120-
<h2>Your Personal Gaming Fortress</h2>
121-
</div>
122-
<div class="features-grid">
123-
<div class="feature-card">
124-
<div class="feature-icon">
125-
<i class="fas fa-folder-tree"></i>
126-
</div>
127-
<h3>Filesystem Virtualization</h3>
128-
<p>Games think they're accessing your home directory. They're actually writing to an isolated sandbox.</p>
129-
<ul class="feature-list">
130-
<li>Mount namespace isolation</li>
131-
<li>Copy-on-write efficiency</li>
132-
<li>Landlock LSM enforcement</li>
133-
</ul>
134-
</div>
135-
136-
<div class="feature-card featured">
137-
<div class="feature-badge">EPIC LOOT</div>
138-
<div class="feature-icon">
139-
<i class="fas fa-terminal"></i>
140-
</div>
141-
<h3>Real-Time TUI Dashboard</h3>
142-
<p>Monitor your game like a sysadmin god. Live trust scores, network connections, and process trees.</p>
143-
<ul class="feature-list">
144-
<li>5 interactive screens</li>
145-
<li>Trust score graphs</li>
146-
<li>Network & DNS monitoring</li>
147-
</ul>
148-
</div>
149-
150-
<div class="feature-card">
151-
<div class="feature-icon">
152-
<i class="fas fa-network-wired"></i>
153-
</div>
154-
<h3>Network Intelligence</h3>
155-
<p>See every domain your game queries. Track outbound connections. Know if that "single-player" game phones home.</p>
156-
<ul class="feature-list">
157-
<li>Full DNS packet parsing</li>
158-
<li>Destination tracking</li>
159-
<li>Connection telemetry</li>
160-
</ul>
161-
</div>
162-
</div>
163-
</div>
164-
</section>
165-
166115
<!-- TUI Showcase Section -->
167116
<section class="tui-showcase" id="tui">
168117
<div class="container">
@@ -261,7 +210,7 @@ <h4>Smart Filtering</h4>
261210
</section>
262211

263212
<!-- Features Carousel Section -->
264-
<section class="features-carousel">
213+
<section class="features-carousel" id="features">
265214
<div class="container">
266215
<div class="section-header">
267216
<span class="section-tag">FEATURES</span>

0 commit comments

Comments
 (0)