From 8cce061cf5885aad445ac1e6bf356259ca620322 Mon Sep 17 00:00:00 2001 From: Admin Date: Thu, 7 Sep 2023 21:04:15 +0200 Subject: [PATCH] Minor updoot --- src/components/NavItem.astro | 2 +- src/layouts/new.astro | 43 --------------------------------- src/pages/new.astro | 46 ++++++++++++++++++++++++++++++++---- 3 files changed, 43 insertions(+), 48 deletions(-) delete mode 100644 src/layouts/new.astro diff --git a/src/components/NavItem.astro b/src/components/NavItem.astro index 5376635..b3b7a1c 100644 --- a/src/components/NavItem.astro +++ b/src/components/NavItem.astro @@ -9,6 +9,6 @@ const { href, title } = Astro.props; {title} diff --git a/src/layouts/new.astro b/src/layouts/new.astro deleted file mode 100644 index 379631c..0000000 --- a/src/layouts/new.astro +++ /dev/null @@ -1,43 +0,0 @@ ---- -import "@/styles/globals.css"; -import { Image } from "astro:assets"; - -import Navbar from "../components/Navbar.astro"; - -import foscLogo from "../assets/img/fosc-logo-old.png"; ---- - - - - - - - - FOSC - - - - - - -
- - -
- - -
- FOSC Logo -

Welcome to FOSC

-
- -
-
- - - - diff --git a/src/pages/new.astro b/src/pages/new.astro index 9daad48..a5a61f0 100644 --- a/src/pages/new.astro +++ b/src/pages/new.astro @@ -1,7 +1,45 @@ --- -import Layout from '../layouts/new.astro'; +import "@/styles/globals.css"; +import { Image } from "astro:assets"; + +import Navbar from "../components/Navbar.astro"; + +import foscLogo from "../assets/img/fosc-logo-old.png"; --- - - aaaaaaaaaaaaaaaaaaaaa - \ No newline at end of file + + + + + + + FOSC + + + + + + +
+ + +
+ + +
+
+ FOSC Logo +
+

Welcome to FOSC

+
+ +
+
+ + + +