The public-facing website for the KleiKodesh project, hosted at kleikodesh.github.io.
A static HTML/CSS/JS site that serves as the download and information page for the KleiKodesh Word add-in. It is a separate Git repository (submodule / sibling folder) and is deployed directly via GitHub Pages.
kleikodesh.github.io/
├── index.html — Single-page site
├── style.css — Custom styles
├── script.js — Theme toggle, scroll progress, gallery interactions
├── lightbox.css / .js — Lightbox for screenshot gallery
├── photoswipe.esm.js / .css — PhotoSwipe image viewer
├── images/ — Screenshots and logos
└── Files/ — Downloadable guides and Word templates
- Hero — Download button and email signup form.
- Features — Showcases Kezayit (seforim viewer), Regex search, Torah formatting tools, and the websites panel.
- Downloads — Links to user guides and document templates.
- Related Projects — Links to Otzaria and the standalone Zayit app.
- Contact — Contact form.
This folder is not part of the Visual Studio solution. It is a standalone static site that links to the installer (Build/Installer build output) hosted elsewhere (e.g. GitHub Releases).