style: remove comments from header files
This commit is contained in:
+1
-73
@@ -38,9 +38,7 @@
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<!-- Hero Section -->
|
||||
<section class="hero">
|
||||
<div class="container hero-content">
|
||||
<h1>Modern Window Management for X11</h1>
|
||||
@@ -54,8 +52,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Key Features Overview -->
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h2 style="text-align: center; margin-bottom: 1rem;">Why Choose DWN?</h2>
|
||||
@@ -103,8 +99,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Stats -->
|
||||
<section class="section section-alt">
|
||||
<div class="container">
|
||||
<div class="stats">
|
||||
@@ -127,8 +121,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Quick Start -->
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h2 style="text-align: center;">Get Up and Running in Minutes</h2>
|
||||
@@ -136,7 +128,6 @@
|
||||
DWN is designed for easy installation and immediate productivity.
|
||||
Build from source or use your distribution's package manager.
|
||||
</p>
|
||||
|
||||
<div class="card" style="max-width: 700px; margin: 0 auto;">
|
||||
<div class="code-header">
|
||||
<span>Terminal</span>
|
||||
@@ -145,25 +136,19 @@
|
||||
<pre><code># Clone the repository
|
||||
git clone https://retoor.molodetz.nl/retoor/dwn.git
|
||||
cd dwn
|
||||
|
||||
# Install dependencies (auto-detects your distro)
|
||||
make deps
|
||||
|
||||
# Build and install
|
||||
make
|
||||
sudo make install
|
||||
|
||||
# Add to your .xinitrc
|
||||
echo "exec dwn" >> ~/.xinitrc</code></pre>
|
||||
</div>
|
||||
|
||||
<p style="text-align: center; margin-top: 2rem;">
|
||||
<a href="installation.html" class="btn btn-primary">Full Installation Guide</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Screenshots Preview -->
|
||||
<section class="section section-alt">
|
||||
<div class="container">
|
||||
<h2 style="text-align: center;">See DWN in Action</h2>
|
||||
@@ -192,8 +177,6 @@ echo "exec dwn" >> ~/.xinitrc</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Comparison -->
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h2 style="text-align: center;">How DWN Compares</h2>
|
||||
@@ -239,62 +222,9 @@ echo "exec dwn" >> ~/.xinitrc</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Testimonials -->
|
||||
<section class="section section-alt">
|
||||
<div class="container">
|
||||
<h2 style="text-align: center;">What Users Say</h2>
|
||||
<div class="testimonials">
|
||||
<div class="testimonial">
|
||||
<p class="testimonial-text">
|
||||
"Finally, a window manager that doesn't make me choose between
|
||||
productivity and usability. DWN just works."
|
||||
</p>
|
||||
<div class="testimonial-author">
|
||||
<div class="testimonial-avatar">JD</div>
|
||||
<div class="testimonial-info">
|
||||
<strong>John Developer</strong>
|
||||
<span>Senior Software Engineer</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="testimonial">
|
||||
<p class="testimonial-text">
|
||||
"The AI command palette changed how I interact with my desktop.
|
||||
It's like having an assistant for window management."
|
||||
</p>
|
||||
<div class="testimonial-author">
|
||||
<div class="testimonial-avatar">SA</div>
|
||||
<div class="testimonial-info">
|
||||
<strong>Sarah Admin</strong>
|
||||
<span>System Administrator</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="testimonial">
|
||||
<p class="testimonial-text">
|
||||
"Coming from i3, the learning curve was minimal. The built-in
|
||||
tutorial had me productive in under 10 minutes."
|
||||
</p>
|
||||
<div class="testimonial-author">
|
||||
<div class="testimonial-avatar">ML</div>
|
||||
<div class="testimonial-info">
|
||||
<strong>Mike Linux</strong>
|
||||
<span>DevOps Engineer</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- CTA Section -->
|
||||
<section class="section">
|
||||
<div class="container" style="text-align: center;">
|
||||
<h2>Ready to Transform Your Desktop?</h2>
|
||||
<p style="color: var(--text-muted); max-width: 500px; margin: 0 auto 2rem;">
|
||||
Join thousands of developers and power users who have made DWN their window manager of choice.
|
||||
</p>
|
||||
<h2>Ready to Try DWN?</h2>
|
||||
<div class="hero-buttons" style="justify-content: center;">
|
||||
<a href="installation.html" class="btn btn-primary btn-lg">Install DWN</a>
|
||||
<a href="documentation.html" class="btn btn-secondary btn-lg">Read the Docs</a>
|
||||
@@ -302,7 +232,6 @@ echo "exec dwn" >> ~/.xinitrc</code></pre>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<div class="footer-grid">
|
||||
@@ -346,7 +275,6 @@ echo "exec dwn" >> ~/.xinitrc</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user