A single-page marketing site for EduSys, a platform targeting IT managers of national education management systems such as OpenEMIS.
Deployed via GitHub Pages → https://tixuz.github.io/edusys
| Section | Description |
|---|---|
| Hero | Headline + live EMIS dashboard mockup card |
| Services | Asymmetric grid — featured sysadmin card + 5 satellite services |
| How It Works | 4-step numbered process timeline |
| Testimonials | 3 quotes from education IT directors |
| Case Studies | 3 real-world EMIS deployment stories |
| CTA + Form | Discovery call request form |
| Chat Widget | Floating AI assistant styled to OpenEMIS KB Docs theme |
- Dark / Light theme toggle — remembers preference via
localStorage, respectsprefers-color-scheme - Colors — OKLCH palette based on the cleancoders-design system; warm dark
oklch(19% 0.015 60), teal accent#1276a2 / #53bceb - Typography —
calps-black(cleancoders.com CDN) for headings,Robotofor body - Animations — AOS (Animate On Scroll) for scroll reveals; custom CSS keyframes for hero drift, pulse ring, nudge
- Chat widget — Ice-glass backdrop-filter panel, matching OpenEMIS KB Docs visual language
- Pure HTML + CSS (no framework, no build step)
- AOS for scroll animations
- Font Awesome 6 for icons
- Deployed on GitHub Pages
# Serve with any static server — e.g.:
python3 -m http.server 3000
# → open http://localhost:3000Or with Node:
npx serve .Deployed automatically via GitHub Pages from the main branch root.
To manually redeploy after changes:
git add index.html
git commit -m "update site"
git push origin mainMIT — see LICENSE