diff --git a/src/components/atoms/Container.astro b/src/components/atoms/Container.astro new file mode 100644 index 0000000..3e67c35 --- /dev/null +++ b/src/components/atoms/Container.astro @@ -0,0 +1,6 @@ +--- +--- + +
+ +
diff --git a/src/components/widgets/Navbar.astro b/src/components/widgets/Navbar.astro index eaa4e0a..88844c1 100644 --- a/src/components/widgets/Navbar.astro +++ b/src/components/widgets/Navbar.astro @@ -1,16 +1,8 @@ --- const navItems = [ { - name: "Docs", - link: "/docs", - }, - { - name: "Docs", - link: "/docs", - }, - { - name: "Docs", - link: "/docs", + name: "Projects", + link: "/projects", }, { name: "Docs", diff --git a/src/pages/index.astro b/src/pages/index.astro index 263333a..0eb6f2b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,7 +5,7 @@ import Hero from "../components/widgets/Hero.astro"; import Navbar from "../components/widgets/Navbar.astro"; --- - + diff --git a/src/pages/projects.astro b/src/pages/projects.astro new file mode 100644 index 0000000..a373861 --- /dev/null +++ b/src/pages/projects.astro @@ -0,0 +1,27 @@ +--- +import Layout from "../layouts/Layout.astro"; +import Hero from "../components/widgets/Hero.astro"; + +import Navbar from "../components/widgets/Navbar.astro"; +import Container from "../components/atoms/Container.astro"; +--- + + + +

+ Projects +

+ +
+
+

Projects

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed + tincidunt, nisl eget aliquam tincidunt, nisl elit aliquam + tortor, eget aliquam nisl elit non nisl. Sed tincidunt, nisl + eget aliquam tincidunt, nisl elit aliquam tortor, eget aliquam + nisl elit non nisl. +

+
+
+