Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 814 Bytes

File metadata and controls

24 lines (18 loc) · 814 Bytes

CredVerify — Landing Page

A static landing page explaining the protocol. No build step required.

Run locally

cd web
python3 -m http.server 8083

Or open index.html directly in a browser.

Design notes

  • The hero visual shows a credential card swept by a verification scan line, ending in a "VERIFIED" badge — depicting the actual act of checking a credential, distinct from the stamp/reveal animations used in the other Baobab Labs repos so each project reads as its own thing.
  • Green is the primary action color here, matching farmchain-receipts — intentional, since both are "verification-first" products; gold is reserved for the scan/verified accents specifically.
  • No frameworks or build tooling — deploy directly via GitHub Pages, Netlify, or any static host.