The landing page for the ieasybooks organization — a collection of open-source Islamic software projects.
Production: https://ieasybooks.com
This is a plain static site. No build step, no dependencies. To work on it locally:
python3 -m http.server 8000Then open:
- Arabic: http://localhost:8000/ar/
- English: http://localhost:8000/en/
- Root redirect: http://localhost:8000/
Edit assets/js/projects.js and add a new object to the projects array. Commit and push; Netlify will deploy automatically.
Deployed to Netlify from main. _redirects and netlify.toml configure headers and URL routing.
Source code: MIT. Project logos belong to their respective projects.