Skip to content

zooqueen/web

 
 

Repository files navigation

HOLMES Web

"Everyone deserves a second chance."

The official website for the HOLMES token movement - a poetic appeal for the pardon of Elizabeth Holmes.

Tech Stack

  • Framework: Next.js 16 with App Router
  • Styling: Tailwind CSS 4
  • Components: shadcn/ui (New York style)
  • Language: TypeScript

Development

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Start production server
npm start

Project Structure

web/
├── app/
│   ├── components/     # Page components
│   │   ├── Navbar.tsx
│   │   ├── Hero.tsx
│   │   ├── About.tsx
│   │   ├── Tokenomics.tsx
│   │   ├── HowToMint.tsx
│   │   ├── Roadmap.tsx
│   │   └── Footer.tsx
│   ├── layout.tsx      # Root layout
│   ├── page.tsx        # Home page
│   └── globals.css     # Global styles
├── components/
│   └── ui/            # shadcn/ui components
├── lib/
│   └── utils.ts       # Utilities
└── public/            # Static assets

Design

The site features a warm, amber/gold color palette representing:

  • Redemption - The golden glow of second chances
  • Mercy - Warmth over cold judgment
  • Hope - Light in darkness

Typography combines sans-serif for readability with Playfair Display for poetic quotes.

Links


"The quality of mercy is not strained..."

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.6%
  • CSS 2.2%
  • JavaScript 0.2%