summaryrefslogtreecommitdiff
path: root/src/components/LeftSidebarComponent.astro
diff options
context:
space:
mode:
authorBobby <[email protected]>2026-02-27 13:38:06 +0530
committerBobby <[email protected]>2026-02-27 13:38:06 +0530
commit968c54505dc53a787967a87b4a6bcc2e2475cd47 (patch)
tree0047d7b36c5444fd204387fc0481e6b2139e386f /src/components/LeftSidebarComponent.astro
parent9246437b4b9f56af9c8671a9b26d37323829bb32 (diff)
downloadpagoda-968c54505dc53a787967a87b4a6bcc2e2475cd47.tar.xz
pagoda-968c54505dc53a787967a87b4a6bcc2e2475cd47.zip
fresh start: archive old astro site, add nekoweb deploy pipeline
Diffstat (limited to 'src/components/LeftSidebarComponent.astro')
-rw-r--r--src/components/LeftSidebarComponent.astro31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/components/LeftSidebarComponent.astro b/src/components/LeftSidebarComponent.astro
deleted file mode 100644
index 0580d09..0000000
--- a/src/components/LeftSidebarComponent.astro
+++ /dev/null
@@ -1,31 +0,0 @@
----
-import NavigationComponent from './NavigationComponent.astro';
-import NavigationComponentLink from './NavigationComponentLink.astro';
----
-
-<aside class="w-1/6">
- <NavigationComponent title="Navigation">
- <NavigationComponentLink href="/">Home</NavigationComponentLink>
- <NavigationComponentLink href="/districts">Districts</NavigationComponentLink>
- <NavigationComponentLink href="/guides">Guides</NavigationComponentLink>
- <NavigationComponentLink href="/thoughts">Thoughts</NavigationComponentLink>
- <NavigationComponentLink href="/faq">FAQ</NavigationComponentLink>
- </NavigationComponent>
-
- <img
- id="sidebar-image"
- src="/images/internal/sidebar/default.gif"
- alt="Left Sidebar Image"
- class="w-full h-auto rounded-xl pointer-events-none select-none"
- />
-
- <NavigationComponent title="Resources" variation="alternate">
- <NavigationComponentLink href="/resources/avatars">Avatars</NavigationComponentLink>
- <NavigationComponentLink href="/resources/backgrounds">Tiled Backgrounds</NavigationComponentLink>
- <NavigationComponentLink href="/resources/blinkies">Blinkies</NavigationComponentLink>
- <NavigationComponentLink href="/resources/flags">Flags</NavigationComponentLink>
- <NavigationComponentLink href="/resources/stamps">Stamps</NavigationComponentLink>
- </NavigationComponent>
-</aside>
-
-<script src="../scripts/sidebarImage.ts"></script>