diff --git a/website/src/components/Navigation.astro b/website/src/components/Navigation.astro index b23a2e44988..94ca059f18a 100644 --- a/website/src/components/Navigation.astro +++ b/website/src/components/Navigation.astro @@ -10,13 +10,9 @@ type Link = { // https://starlight.astro.build/guides/components/#all-icons const links: Array = [ + { name: "The Team", href: "/team/", icon: "star" }, { name: "Docs", href: "/general/", icon: "document" }, { name: "News", href: "/news/", icon: "open-book" }, - { - name: "Merch/Store", - href: "https://www.etsy.com/shop/TrueCharts", - icon: "external", - }, ]; --- diff --git a/website/src/pages/team.astro b/website/src/pages/team.astro new file mode 100644 index 00000000000..fc675a987a3 --- /dev/null +++ b/website/src/pages/team.astro @@ -0,0 +1,55 @@ +--- +import StarlightPage from "@astrojs/starlight/components/StarlightPage.astro"; +import CardGrid from "../components/CardGrid.astro"; +import MultiIcons from "../components/multi-icons/MultiIcons.astro"; +import { Card } from "@astrojs/starlight/components"; +import { Icon } from "@astrojs/starlight/components"; +import { AnimatedHeroValue } from "../components/CustomHero.astro"; + +const listItemClass = + "flex flex-row items-center gap-0 space-y-0 hover:scale-110 duration-1000 group"; +const iconName = "approve-check-circle"; +const iconClass = "mr-2 group-hover:animate-ping"; +--- + +TrueCharts and OpenSource can only exist with your continued support', + }, + hero: { + tagline: "", + actions: [] + }, + }} +> +
+
+ Work-In-Progress +
+
+ + + TBD + + + TBD + + + TBD + + + TBD + + + TBD + + + +