Replace Zola site with v2 static HTML pages #10

Closed
opened 2026-03-10 12:58:01 +00:00 by mik-tf · 0 comments
Member

Summary

Replace the Zola/Tailwind static site generator with three self-contained HTML pages for the ThreeFold website. The new v2 pages have no build dependencies, just plain HTML with inline CSS and JS.

Changes

New v2 pages

  • Homepage (index.html): Hero section, tech pillars (Zero OS, QS Storage, Mycelium Network), Project Mycelium preview, community links
  • Our Journey (our-journey.html): Timeline from 2016 origins to V4, V3 vs V4 comparison, CTAs for existing and new participants
  • Project Mycelium (project-mycelium.html): V4 stack overview, dual token model (SPORE/AUR), participation options, rollout milestones

Build and CI

  • Simplified build.sh to copy HTML files to public/ with clean URL structure (no Zola or Tailwind needed)
  • Removed Zola install step from CI workflow

Content and UX improvements

  • Brightened text colors across all pages for better readability on dark backgrounds
  • Fixed CTAs to keep users on-site first (internal links before external)
  • Reordered buttons: Our Journey > Project Mycelium > Migration Hub
  • Replaced specific TFT/SPORE conversion rate with "Early access for TFT holders, Preferential SPORE allocation" (details deferred to Migration Hub)
  • Replaced em dashes with commas in body text
  • Added ThreeFold favicon to all pages

Deployment

  • development branch deploys to dev.threefold.io
  • main branch deploys to www.threefold.io (not yet, pending review)
## Summary Replace the Zola/Tailwind static site generator with three self-contained HTML pages for the ThreeFold website. The new v2 pages have no build dependencies, just plain HTML with inline CSS and JS. ## Changes ### New v2 pages - **Homepage** (index.html): Hero section, tech pillars (Zero OS, QS Storage, Mycelium Network), Project Mycelium preview, community links - **Our Journey** (our-journey.html): Timeline from 2016 origins to V4, V3 vs V4 comparison, CTAs for existing and new participants - **Project Mycelium** (project-mycelium.html): V4 stack overview, dual token model (SPORE/AUR), participation options, rollout milestones ### Build and CI - Simplified build.sh to copy HTML files to public/ with clean URL structure (no Zola or Tailwind needed) - Removed Zola install step from CI workflow ### Content and UX improvements - Brightened text colors across all pages for better readability on dark backgrounds - Fixed CTAs to keep users on-site first (internal links before external) - Reordered buttons: Our Journey > Project Mycelium > Migration Hub - Replaced specific TFT/SPORE conversion rate with "Early access for TFT holders, Preferential SPORE allocation" (details deferred to Migration Hub) - Replaced em dashes with commas in body text - Added ThreeFold favicon to all pages ## Deployment - development branch deploys to dev.threefold.io - main branch deploys to www.threefold.io (not yet, pending review)
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mycelium/www_threefold_io#10
No description provided.