diff --git a/astro.config.mjs b/astro.config.mjs index 5355d8e..ba9723f 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -2,11 +2,10 @@ import { defineConfig } from "astro/config"; import sitemap from "@astrojs/sitemap"; import react from "@astrojs/react"; -// https://astro.build/config export default defineConfig({ site: "https://namesake.fyi", integrations: [sitemap(), react()], devToolbar: { - enabled: false - } -}); \ No newline at end of file + enabled: false, + }, +}); diff --git a/src/components/Footer.astro b/src/components/Footer.astro new file mode 100644 index 0000000..abb4c5c --- /dev/null +++ b/src/components/Footer.astro @@ -0,0 +1,43 @@ +--- +import { RiInstagramLine, RiLinkedinLine } from "react-icons/ri"; + +const year = new Date().getFullYear(); +--- + + + + diff --git a/src/components/Header.astro b/src/components/Header.astro new file mode 100644 index 0000000..52ece3d --- /dev/null +++ b/src/components/Header.astro @@ -0,0 +1,20 @@ +--- +import Logo from "./Logo.astro"; +--- + +
+ +
+ + diff --git a/src/components/Logo.astro b/src/components/Logo.astro index bcd940c..6246c53 100644 --- a/src/components/Logo.astro +++ b/src/components/Logo.astro @@ -52,7 +52,7 @@ diff --git a/src/pages/index.astro b/src/pages/index.astro index 7e41768..938efaa 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,128 +1,91 @@ --- import { Image } from "astro:assets"; -import Logo from "../components/Logo.astro"; import BaseLayout from "../layouts/BaseLayout.astro"; -import { - RiArrowRightLine, - RiInstagramLine, - RiLinkedinLine, -} from "react-icons/ri"; +import { RiArrowRightLine } from "react-icons/ri"; import idImage from "../images/id.png"; - -const year = new Date().getFullYear(); +import Header from "../components/Header.astro"; +import Footer from "../components/Footer.astro"; --- +
- -
-
-

Be seen for who you are.

-

- Namesake streamlines the legal name and gender marker change process - for trans, non-binary, and gender expansive folks. Launching in - Massachusetts this Summer. -

-
- - -
-
- A snail on top of a Massachusetts ID card +

Be seen for who you are.

+
+

+ Legally changing name and gender is a challenge. You have + to navigate the courts, fill out dense paperwork, and tackle steps in a specific + and poorly-communicated order. For some, the process can take years to complete. + And you have to do it all while navigating big emotions around what it means + to embrace a new identity. +

+

+ We’ve been through this process ourselves, and we think it can be better. We built Namesake to help you navigate the process, step by step, + with community support along the way. +

+

+ We’re finishing up the app right now and we plan to launch this Summer, + starting in Massachusetts. +

+

+ Rigid systems weren’t built for us, but we’ll figure them out together. +

+
+

Get notified when we launch:

+
+ + +
+
-
- © 2022 – {year} Namesake - -
+