Cloud Access Foundations home page
- JavaScript 92.3%
- CSS 5.5%
- HTML 2.2%
| podcast | ||
| public | ||
| server | ||
| src | ||
| .gitignore | ||
| docker-compose.yml | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
Cloud Access Foundation — React Mockup
Minimal React + Vite single‑page mock built to your “calm cloud” spec (Inter font, azure palette). No backend required. Drop into your Node/Express static or deploy anywhere.
Quick start
npm i
npm run dev # http://localhost:5173/
npm run build # outputs dist/
npm run preview
Structure
src/components/*— header, hero, badges, programs, tiers, apply, footerpublic/logo.svg— temporary wordmark/cloud icon (swap later)- Colors: Minimal Azure (primary #2F80ED, dark #12243A, bg #F7FAFF)
Edit copy inside components as needed. Swap the SVG whenever you locate your original logo.