Files
indee-demo/assets
Dorian 92d6943cb3 feat: integrate real IndeeHub film data with CDN images
- Replaced placeholder content with 20 real IndeeHub films
- All films now use IndeeHub's CloudFront CDN for images
- Added actual film titles, descriptions, and metadata
- Reduced hero section height (60vh/65vh) for better fold usage
- Content starts higher on page with more visible films

Films include:
- Bitcoin documentaries: God Bless Bitcoin, Bitcoiners, Hard Money
- Dramas: The Things We Carry, Kismet, Clemont, Bender
- Economics: Bitcoin: End of Money, Menger Notes, Housing Bubble
- Plus shorts and independent films

Images served from d1yvaqj97q119b.cloudfront.net

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-02 22:26:50 +00:00
..

IndeedHub Prototype - Assets

  • Location: assets/images/logo.svg
  • Size: 67x47px
  • Format: SVG (scalable vector)
  • Colors:
    • Red: #F0003D
    • Orange: #FA4727
    • Blue: #6B90F4
    • Accent: #F70D37

Design Elements

  • Geometric ascending bars (growth/progress visualization)
  • Gradient transitions (red → orange → blue)
  • Clean sans-serif typography
  • Red dot accent point
  • Text: "IndeedHub.studio"

Usage Guidelines

  • Use SVG format for web (scalable, crisp at any size)
  • Maintain minimum size of 67px width for legibility
  • Preserve gradient colors - do not flatten
  • Keep text and icon together as a unit

File Structure

assets/
└── images/
    └── logo.svg          # Main logo file

Future Assets

When adding more assets, organize by type:

  • assets/images/ - Logos, icons, graphics
  • assets/fonts/ - Custom fonts
  • assets/icons/ - UI icons, favicons
  • assets/videos/ - Video content
  • assets/documents/ - PDFs, documentation

Logo added: February 2, 2026