development to main #14

Merged
mik-tf merged 13 commits from development into main 2026-03-16 14:49:20 +00:00
Member
No description provided.
Update .forgejo/workflows/deploy.yml
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 19s
e298342988
## 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>
Merge pull request 'Replace Zola site with v2 static HTML pages' (#11) from development_update into development
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 13s
00b9338a03
Reviewed-on: #11
update: v2 pages with latest content, footer and logo fixes
Some checks failed
Deploy Website / build-and-deploy (push) Failing after 1s
94ede7de0a
update: correct latest v2 pages
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 13s
c9ed34bccf
Clean up repo: fix V3.18 deployment and remove Zola remnants
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 7s
bba9fe3a2c
build.sh was deploying from v2/ (stuck on V3.17) instead of root HTML
files (V3.18). Updated build.sh to use root files directly.

Removed ~146MB of dead Zola content (content/, templates/, css/,
config.toml, tailwind.config.js, etc.) and stale configs (vercel.json,
.gitmodules, heroscript/). Updated .gitignore, Makefile, and README.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
update: legal pages and footer links
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 9s
68b4ee2c11
fix: correct footer links and add legal pages
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 9s
a07c8fcf9d
fix: legal pages as clean URL folders
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 9s
0bb41300a8
fix: update footer links to clean URLs
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 11s
c0dea29e35
fix: improve footer text visibility
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 9s
0e36447b1b
fix: improve site readability, fix broken links and nav issues
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 11s
52dae53d64
- Fix missing burger menu CSS on our-journey and project-mycelium pages
  (caused white square and nav shift on desktop)
- Fix broken footer legal links pointing to /legal/* (404) → /termsconditions/ etc.
- Fix Cloudflare email obfuscation → real emails (info@, adnan@, dataprivacy@)
- Update Migration Hub URL from staging.hub to migrate.projectmycelium.com
- Fix truncated legal page HTML files (missing closing tags)
- Create clean URL folders for our-journey/ and project-mycelium/
- Improve text readability across all pages:
  - Brighten --text (#C5E4CF → #D4EDD9) and --text-muted (#5C8870 → #92BAA5)
  - Increase body/description font sizes to minimum 0.95rem
  - Increase footer text from 0.72rem to 0.82rem
  - Fix invisible elements using --text-faint → --text-muted
- Change "Contact the team" link to mailto:info@threefold.io

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fix: add legal pages to build script
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 10s
9ecb7b7445
The build.sh was only copying index.html, our-journey, and
project-mycelium to public/. Legal pages (termsconditions,
privacypolicy, impressum) were missing, causing 404s on
dev.threefold.io.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
mik-tf merged commit 4689ac4b53 into main 2026-03-16 14:49:20 +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!14
No description provided.