diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 1dfd5b4..2580eeb 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -10,7 +10,7 @@ import foscLogo from '../assets/img/fosc-logo-new.png' diff --git a/src/pages/blog.astro b/src/pages/blog.astro new file mode 100644 index 0000000..7ba0a72 --- /dev/null +++ b/src/pages/blog.astro @@ -0,0 +1,72 @@ +--- +import "@/styles/globals.css"; + +import Navbar from "../components/Navbar.astro"; +import HackerText from "../components/HackerText.astro"; +import Badge from "../components/Badge.astro"; +import Gallery from "../components/Gallery.astro"; +import Footer from "../components/Footer.astro"; +import CodeHello from "../components/CodeHello.astro"; + +// Image imports +import { Image } from "astro:assets"; +import foscLogo from "../assets/img/fosc-logo-old.png"; +--- + + + + + + + + FOSC + + + + + + + + + + + +
+ + + +
+ Blog coming soon +
+ + +
+ + +
+
+ + + + diff --git a/src/pages/index.astro b/src/pages/index.astro index 9f6aeea..fd96bb8 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,10 +3,10 @@ import "@/styles/globals.css"; import Navbar from "../components/Navbar.astro"; import HackerText from "../components/HackerText.astro"; -import Badge from "../components/Badge.astro" -import Gallery from "../components/Gallery.astro" -import Footer from "../components/Footer.astro" -import CodeHello from "../components/CodeHello.astro" +import Badge from "../components/Badge.astro"; +import Gallery from "../components/Gallery.astro"; +import Footer from "../components/Footer.astro"; +import CodeHello from "../components/CodeHello.astro"; // Image imports import { Image } from "astro:assets"; @@ -36,14 +36,13 @@ import foscLogo from "../assets/img/fosc-logo-old.png"; // The value is checked and applyed before rendering anything. - @@ -51,36 +50,43 @@ import foscLogo from "../assets/img/fosc-logo-old.png";
- - -
+ + +
- +
- +
+
- +
-
- + +
+
-
+ + + +
+ +
+
-
@@ -91,4 +97,3 @@ import foscLogo from "../assets/img/fosc-logo-old.png"; background-image: url(../img/coreboot2.webp); } */ -