A modern, single-page website for Dehmani, a non-profit dedicated to uplifting lives through dignity, compassion, and empowerment.
Live site: bascoe10.github.io/dehmani
- Vanilla HTML5, CSS3, JavaScript
- Google Fonts (Playfair Display + Inter)
- SVG icons and decorative elements
- GitHub Pages (deployed via GitHub Actions)
dehmani/
βββ index.html # Single-page site
βββ css/
β βββ styles.css # All styles (responsive, mobile-first)
βββ js/
β βββ main.js # Nav toggle, scroll animations, counter animation
βββ assets/
β βββ images/ # Image assets (placeholder)
βββ .github/
βββ workflows/
βββ deploy.yml # GitHub Pages deployment
Serve the project with any static file server:
python -m http.server 8080Then open http://localhost:8080.
Pushes to master automatically deploy to GitHub Pages via the Actions workflow.