summaryrefslogtreecommitdiff
path: root/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/index.astro')
-rw-r--r--src/pages/index.astro22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro
deleted file mode 100644
index e84a590..0000000
--- a/src/pages/index.astro
+++ /dev/null
@@ -1,22 +0,0 @@
----
-import Layout from "../layouts/Layout.astro";
-import AnnouncementsMarqueeComponent from "../components/AnnouncementsMarqueeComponent.astro";
----
-
-<Layout title="Home">
- <section class="mb-4 bg-yellow-500/20 px-2 pt-1 rounded text-xs">
- <marquee behavior="scroll" direction="left" scrollamount="5" scrolldelay="30" onmouseout="this.start()" onmouseover="this.stop()">
- <p class="text-pagodagreen-shine">Pagoda is currently under construction and breaking changes may occur. You are welcome to browse around, but please be aware that the site is not yet complete. Potential breaking changes include, but are not limited to: Design, UI, and UX changes, changes to the Page Layouts and Components, as well as the addition of new features and tools that may not be fully functional yet. We are working hard to get everything up and running as soon as possible, so please bear with us! Thank you for your understanding and support!</p>
- </marquee>
- </section>
- <section class="text-justify mb-8 text-sm">
- <p>Welcome to <em>Pagoda</em> on <a class="link" href="https://neocities.org" target="_blank" rel="noopener noreferrer">Neocities</a>! This is a project dedicated to provide a collection of resources and tools for the Neocities community. Pagoda is a hub for all things Neocities, where you can find avatars, backgrounds, blinkies, flags, stamps, and more. Pagoda also offers a variety of services to enhance your own Neocities site, like guestbooks, comments, and webrings. Whether you're a new user or a seasoned veteran, Pagoda has something for everyone.</p>
- <p>Additionally, you can also find <a class="link" href="/guides">guides</a> to help you with efficiently running and maintaining your Neocities site. These guides cover a wide range of topics, from basic HTML and CSS to more advanced techniques. We also have <a class="link" href="/districts">Districts</a> that you can explore, which are collections of Neocities sites that share a common theme or interest. Each district has its own unique style and personality, and you can find a variety of sites to explore within each one.</p>
- <p>Pagoda is constantly evolving, and always looking for new ways to improve and expand the project and its offerings. Any feedback or suggestions are always welcome! If you would like to contribute to Pagoda, or want to get your own site added or a district, or if you have any questions or concerns, please check out the <a class="link" href="/faq">FAQ</a> for more information.
- </section>
- <section class="mb-8">
- <img src="/images/internal/updates.gif" alt="News and Updates" class="h-6 w-auto pointer-events-none select-none" />
- <img src="/images/internal/divider.gif" alt="Divider" class="w-full h-auto pointer-events-none select-none" />
- <AnnouncementsMarqueeComponent />
- </section>
-</Layout>