From 6dc48c44ed772514a586c59891ba34a045cb6417 Mon Sep 17 00:00:00 2001 From: Korbs Date: Tue, 24 Sep 2024 14:36:46 -0400 Subject: [PATCH] Use Astro Toolip over Shoelace, remove Roadmap --- src/components/Hero.astro | 19 ++----------------- src/pages/roadmap.mdx | 27 --------------------------- 2 files changed, 2 insertions(+), 44 deletions(-) delete mode 100644 src/pages/roadmap.mdx diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 031473b..6b6abda 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -2,10 +2,6 @@ // Properties const { Title, Description, VideoSrc, UseImage, UseVideo, Credit, VideoPoster, Image } = Astro.props; -// Components -import SudoVanillaLogo from "@components/global/SudoVanillaLogo.astro"; -import SudoVanilla from "@components/global/SudoVanillaLogo.astro"; - // Icons import { InfoCircle } from "@iconoir/vue"; --- @@ -13,19 +9,8 @@ import { InfoCircle } from "@iconoir/vue";
{UseImage ? : null} {UseVideo ? : null} - - - - - + +

{Title}

{Description}

diff --git a/src/pages/roadmap.mdx b/src/pages/roadmap.mdx deleted file mode 100644 index f779be2..0000000 --- a/src/pages/roadmap.mdx +++ /dev/null @@ -1,27 +0,0 @@ ---- -layout: '@layouts/Markdown.astro' -title: Roadmap ---- - -import Heading from '@components/Heading.astro' -import {MapsArrowDiagonal} from '@iconoir/vue' - - - -## 2024 - - ~~Transfer to sudovanilla.org~~ (Completed) - - ~~Pause or stop all desktop development~~ (Completed) - - Switch to Caddy - - Switch to seelf(from Dockge) - -## 2025 - - ~~Launch Mastodon instance~~ (Completed ahead of time) - - Launch MinPluto Beta - - Launch Matrix instance - - Launch Forums - - Add SSO (For all services on SudoVanilla) - - Learn Tauri? Learn some Rust? - - Continue desktop development - -## 2026 - - Launch Minecraft Server (Help wanted?) \ No newline at end of file