https://github.com/namesakefyi/namesake.fyi
Landing page and website for Namesake.
https://github.com/namesakefyi/namesake.fyi
astro landing-page name-change queer-code t4t
Last synced: about 2 months ago
JSON representation
Landing page and website for Namesake.
- Host: GitHub
- URL: https://github.com/namesakefyi/namesake.fyi
- Owner: namesakefyi
- License: other
- Created: 2024-05-21T14:31:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-11T13:03:40.000Z (about 2 months ago)
- Last Synced: 2025-03-11T14:21:45.971Z (about 2 months ago)
- Topics: astro, landing-page, name-change, queer-code, t4t
- Language: Astro
- Homepage: https://namesake.fyi
- Size: 8.73 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# namesake.fyi
[](https://namesake.fyi/chat) [](https://github.com/namesakefyi/namesake.fyi/actions/workflows/accessibility.yml) [](https://github.com/namesakefyi/namesake.fyi/actions/workflows/links.yml)
This repository contains the source code for the [namesake.fyi](https://namesake.fyi) website and blog, built with [Astro](https://astro.build).
If you need help with your legal name change or gender marker change, come join us in [Discord](https://namesake.fyi/chat)!
## Directory Structure
| Location | Description |
| :--------------- | :---------------------------------------------------------------------- |
| `public` | Images, fonts, favicons, and app icons. |
| `src/components` | All of the .astro components that are used and reused across the site. |
| `src/content` | Content collections for blog posts, partners, press, and other content. |
| `src/data` | Shared data for site info and colors. |
| `src/helpers` | Helper functions and other utilities. |
| `src/layouts` | Shared layout files for wrapping pages. |
| `src/pages` | Page-based routing for everything on the site. |
| `src/styles` | Global site styles. |
| `tests` | End-to-end tests written using Playwright. |## Accessibility
Namesake aims to conform to the Level AA accessibility standards outlined in the [WCAG 2.2 specification](https://www.w3.org/TR/WCAG22/). If you experience an issue with accessing any part of this site, please [file an issue](https://github.com/namesakefyi/namesake.fyi/issues) and we will correct it.