Replace Zola site with v2 static HTML pages #11

Merged
mik-tf merged 1 commit from development_update into development 2026-03-10 12:58:36 +00:00
Member

Closes #10

Summary

  • Replace Zola/Tailwind site with 3 self-contained HTML pages (homepage, our journey, project mycelium)
  • Simplify build.sh and CI workflow (no build dependencies needed)
  • Improve text readability, fix CTA links, add favicon
  • Replace TFT conversion rate with safe "preferential allocation" language

Test plan

  • Verify all three pages render correctly on dev.threefold.io
  • Check text readability on dark backgrounds
  • Verify internal navigation links work between pages
  • Confirm favicon appears in browser tab
  • Test mobile responsiveness
  • Review token language for compliance
Closes #10 ## Summary - Replace Zola/Tailwind site with 3 self-contained HTML pages (homepage, our journey, project mycelium) - Simplify build.sh and CI workflow (no build dependencies needed) - Improve text readability, fix CTA links, add favicon - Replace TFT conversion rate with safe "preferential allocation" language ## Test plan - [x] Verify all three pages render correctly on dev.threefold.io - [x] Check text readability on dark backgrounds - [x] Verify internal navigation links work between pages - [x] Confirm favicon appears in browser tab - [x] Test mobile responsiveness - [x] Review token language for compliance
## Summary

Replace the Zola/Tailwind static site generator with three self-contained
HTML pages (index, our-journey, project-mycelium). No build dependencies
needed, just plain HTML with inline CSS/JS.

## Changes

### New v2 pages (v2/)
- index.html: Homepage with hero, tech pillars, Project Mycelium preview, community links
- our-journey.html: Timeline from 2016 origins to V4, V3 vs V4 comparison, CTAs
- project-mycelium.html: V4 stack, dual token model (SPORE/AUR), participation options, milestones

### Build & CI
- build.sh: Simplified to copy HTML files to public/ with clean URL structure
- deploy.yml: Removed Zola install step (no longer needed)

### Content & 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 in Migration Hub)
- Replaced em dashes with commas in body text
- Added ThreeFold favicon to all pages

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
mik-tf merged commit 00b9338a03 into development 2026-03-10 12:58:36 +00:00
mik-tf deleted branch development_update 2026-03-10 12:58:36 +00:00
Sign in to join this conversation.
No reviewers
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!11
No description provided.