Static marketing site for Shroud, a privacy-first Bitcoin wallet built on silent payments (BIP-352). Implemented from the Figma design ("Shroud" frame), fully responsive and mobile friendly.
Plain HTML + CSS + a little vanilla JS — no build step, no dependencies.
index.html # single-page site (all sections)
css/styles.css # design tokens + components + responsive rules
js/main.js # mobile nav, accordions, copy button, scroll reveals
assets/fonts/ # self-hosted Clash Grotesk, Inter, JetBrains Mono (variable woff2)
assets/img/ # images exported from the Figma design
Any static file server works:
python3 -m http.server 8000
# then open http://localhost:8000(Opening index.html directly via file:// also works; fonts and images are all local.)
Hosted on GitHub Pages at the canonical domain https://shroudwallet.com (CNAME is committed; enable Pages on main / root in repo settings and point DNS apex A records at GitHub Pages IPs, www CNAME at cyphercommons.github.io). shroudwallet.xyz should 301-redirect to the .com at the DNS/registrar level.
- The download / app-store links (Direct APK, F-Droid, App Store, Play Store) and the project links in the footer (GitHub, Documentation, …) are intentionally inert — the app isn't published yet. They're marked with
data-noopinindex.html; remove that attribute and set realhrefs when ready. - Nav links map to on-page sections (
#features,#how-it-works,#security,#compare,#faq); "Get Started" and "Download Shroud" scroll to the download section. - Animations (scroll reveals, marquee, scan line, floating cards) respect
prefers-reduced-motion.