Cloud Access Foundations home page
  • JavaScript 92.3%
  • CSS 5.5%
  • HTML 2.2%
Find a file
2026-08-12 21:38:05 +00:00
podcast Import current production CAF website 2026-08-12 21:15:48 +00:00
public Import current production CAF website 2026-08-12 21:15:48 +00:00
server Import current production CAF website 2026-08-12 21:15:48 +00:00
src Add CAF impact milestone 2026-08-12 21:38:05 +00:00
.gitignore Import current production CAF website 2026-08-12 21:15:48 +00:00
docker-compose.yml Import current production CAF website 2026-08-12 21:15:48 +00:00
index.html Import current production CAF website 2026-08-12 21:15:48 +00:00
package-lock.json Import current production CAF website 2026-08-12 21:15:48 +00:00
package.json Import current production CAF website 2026-08-12 21:15:48 +00:00
README.md Import current production CAF website 2026-08-12 21:15:48 +00:00
vite.config.js Import current production CAF website 2026-08-12 21:15:48 +00:00

Cloud Access Foundation — React Mockup

Minimal React + Vite singlepage 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, footer
  • public/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.