Version created: February 5, 2026
New Hacker/Tile Aesthetic with updated branding
A modern, premium landing page with a hacker/robotic aesthetic featuring tile grid backgrounds, cornered elements, and a distinctive color palette.
- Theme: Dark hacker / robotic / terminal-inspired
- Primary Color: #97F0E5 (Mint/Teal)
- Accent Color: #F946AC (Hot Pink)
- Background: #0c0f1d (Deep Navy)
- Typography: NeueMontreal (body) + PPNeueBit (headings)
- Border Radius: 2px (cornered, not rounded)
| Feature | v1.0 | v2.0 |
|---|---|---|
| Primary Color | #00d9ff (Cyan) | #97F0E5 (Mint) |
| Accent Color | (none) | #F946AC (Pink) |
| Background | #0a0a0a (Black) | #0c0f1d (Navy) |
| Border Radius | Rounded (full/16px) | Cornered (2px) |
| Fonts | Outfit + Space Grotesk | NeueMontreal + PPNeueBit |
| Background Pattern | Subtle gradient | Tile grid + scanlines |
| Product Showcase | None | ✅ Slideshow section |
| File | Description |
|---|---|
index.html |
Main landing page with all sections including new showcase |
styles.css |
Updated design system with hacker aesthetic (~900 lines) |
script.js |
Interactive features + showcase slideshow controls |
logo.png |
[REQUIRED] Place your logo image here |
- Infinite horizontal scroll animation
- Pauses on hover (mouse and touch)
- Clickable project cards with links
- Shows 6 member projects (duplicated for seamless loop)
- CSS grid pattern overlay
- Scanline effect for CRT/terminal look
- Subtle but distinctive hacker aesthetic
- Cornered buttons and cards (2px radius)
- Terminal-style card variant with blinking cursor
- Glitch effect ready for headings
- New color scheme throughout
/* Colors */
Primary: #97F0E5
Accent: #F946AC
Background: #0c0f1d
Text Primary: #ffffff
Link: #878A9D
/* Typography */
Body: NeueMontreal
Heading: PPNeueBit
H1: 149.333px (clamp scaled)
H2: 74.6667px (clamp scaled)
Body: 32px (clamp scaled)
/* Spacing */
Base Unit: 4px
Border Radius: 2pxTo add your custom logo:
- Place your logo file as
logo.pngin this folder - The HTML already references it:
<img src="logo.png" alt="Logo"> - Fallback emoji ⛓️ displays if image fails to load
Open directly in browser:
open index.html
Or serve locally:
# Navigate to the project directory
python3 -m http.server 8000
# Open http://localhost:8000| Version | Date | Changes |
|---|---|---|
| v1.0 | Feb 5, 2026 | Initial design - Walrus-inspired dark theme |
| v2.0 | Feb 5, 2026 | Hacker aesthetic, new branding, cornered buttons, product showcase slideshow |
To restore v1.0, you would need to revert these files from git or a backup.
Generated by Claude - Blockchain Club Website Builder