Homepage landing page for HackMeridian 2026. Built with plain HTML and CSS. Deployed on Vercel via this GitHub repo.
| Document | Audience | Purpose |
|---|---|---|
HackMeridian-Brand-Guide.md |
Designers | Colors, typography, layout rules, image guidelines — no code required |
copy/Master Copy Doc - website .md |
Copy / Founders | All website text. This is the source of truth for copy |
HackMeridian-Design-System.md |
Developers | Code-level specs: CSS tokens, component structure, do's and don'ts |
README.md |
Everyone | This file — project overview and process |
- Edit
copy/Master Copy Doc - website .mddirectly on GitHub - Message the developer (or Claude) with what changed and where
- Developer updates the site code and pushes
- Vercel redeploys automatically — live in ~30 seconds
Never edit index.html directly.
- Designer updates
HackMeridian-Brand-Guide.mdwith the change - If it affects code-level specs, also update
HackMeridian-Design-System.md - Notify the developer — they translate the change into
style.css - Push to GitHub → Vercel redeploys
- Drop the new image into the
assets/folder on GitHub - If the filename is different from the original, notify the developer
- Developer updates the image reference in
index.htmland pushes
Before any code is written:
- Agree on the page structure and content in the copy doc
- Update
HackMeridian-Design-System.mdwith any new components needed - Developer builds the page following the existing design system
- No new colors, fonts, or layout patterns without updating the design system first
/
├── index.html — Homepage (do not edit directly)
├── style.css — All styles (do not edit directly)
├── HackMeridian-Brand-Guide.md — Designer reference
├── HackMeridian-Design-System.md — Developer reference
├── README.md — This file
├── assets/
│ ├── logomer.svg — Logo
│ ├── Hero - image.png — Hero artwork
│ ├── card 1.png — Card 01 image
│ ├── card2.png — Card 02 image
│ └── card 3 .png — Card 03 image
└── copy/
└── Master Copy Doc - website .md — All website copy
- Repo:
github.com/1feems/hackmeridian-web26 - Deploys automatically to Vercel on every push to
main - No build step — plain HTML/CSS