summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-05-22 13:28:19 +0200
committerYuval Adam <_@yuv.al>2025-05-22 13:28:19 +0200
commite306435e1e1c207244914ed8c0b85abd4dae8e0f (patch)
treefce721f46fd498e1239956d63e803593a953db0e /src/pages
parent4b7f8afdeceae50ff9f1c9ba7e1e100c60925a91 (diff)
Cleanup prose
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/subnet-guide.astro54
1 files changed, 0 insertions, 54 deletions
diff --git a/src/pages/subnet-guide.astro b/src/pages/subnet-guide.astro
index cbe3d65..98d892f 100644
--- a/src/pages/subnet-guide.astro
+++ b/src/pages/subnet-guide.astro
@@ -44,60 +44,6 @@ import { Content as GuideContent } from "../content/cidr-guide.md";
<Cidr client:load />
</section>
- <nav
- aria-label="Page sections"
- class="hidden sm:block sticky top-0 z-10 pt-1 my-6 border-0 sm:border border-gray-300 rounded-lg bg-white/70 shadow-md"
- >
- <div class="mx-auto max-w-4xl px-4">
- <ul
- class="flex flex-wrap justify-center gap-8 py-3 text-base font-medium text-gray-700"
- >
- <li>
- <a
- href="#what-is-cidr"
- class="px-3 py-2 rounded-md hover:bg-blue-50 hover:text-blue-700 transition-colors duration-200"
- >What is CIDR?</a
- >
- </li>
- <li>
- <a
- href="#cidr-to-ip"
- class="px-3 py-2 rounded-md hover:bg-blue-50 hover:text-blue-700 transition-colors duration-200"
- >CIDR → IP range</a
- >
- </li>
- <li>
- <a
- href="#subnetting-tutorial"
- class="px-3 py-2 rounded-md hover:bg-blue-50 hover:text-blue-700 transition-colors duration-200"
- >Subnetting tutorial</a
- >
- </li>
- <li>
- <a
- href="#ipv6"
- class="px-3 py-2 rounded-md hover:bg-blue-50 hover:text-blue-700 transition-colors duration-200"
- >IPv6 basics</a
- >
- </li>
- <li>
- <a
- href="#faq"
- class="px-3 py-2 rounded-md hover:bg-blue-50 hover:text-blue-700 transition-colors duration-200"
- >FAQ</a
- >
- </li>
- <li>
- <a
- href="#resources"
- class="px-3 py-2 rounded-md hover:bg-blue-50 hover:text-blue-700 transition-colors duration-200"
- >Resources</a
- >
- </li>
- </ul>
- </div>
- </nav>
-
<Prose>
<GuideContent />
</Prose>