This workspace contains a clean, bilingual (English/Malayalam) website scaffold for the Kerala Paramedical Technicians Union (KPMTU).
- ✅ English / Malayalam toggle (client-side)
- ✅ Clean, professional layout (no heavy animations, minimal UI)
- ✅ Structured multi-page site (Home, About, Leadership, Districts, Membership, Form, Contact)
- ✅ District details rendered from structured data (
assets/js/content.js) - ✅ Membership form with local success message and structure ready for future Google Sheets integration
- ✅ Future-ready admin placeholder page
- ✅ Image gallery automatically shows uploaded photos from
assets/images/
-
Extract text from images (OCR or manual) in the following categories:
- Organization overview, mission, values
- Leadership names and roles
- District committees and contact details
- Notices/documents
-
Update the content source
- Update
assets/js/i18n.jsfor the English and Malayalam strings used throughout the site. - For structured content (leadership, districts), update
assets/js/content.js. - Replace placeholder photos by updating
assets/js/content.jsto point to the desiredassets/images/files.
- Update
-
Add images
- Place member photos or documents in
assets/images/. - Update the photo URLs in
assets/js/content.js.
- Place member photos or documents in
From the project root:
python -m http.server 8000Open: http://localhost:8000
- Use the top-right toggle to switch between English and Malayalam.
- For quick testing you can also append
?lang=mlor?lang=ento the URL.
- Add Google Sheets integration using a Google Apps Script endpoint.
- Add login / admin panel to manage member database.
- Add real data extracted from official documents and images.