SETUP GUIDE — Pasang Dorjee Sona Website (Static) 1) What you have - index.html (main page) - assets/styles.css (styling) - assets/script.js (interactivity) - assets/content.json (EDIT THIS for name, bio, initiatives, updates, links) - downloads/* (replace with official documents) 2) Quick edit (recommended) - Open assets/content.json in any editor. - Update: - rolesInline, bio, office contact details, social links - initiatives and updates (date format: YYYY-MM-DD) 3) Upload to a web host - Unzip the package. - Upload ALL files and folders to your hosting root (public_html / www / etc.) - Ensure the folder structure remains the same. 4) Local preview - Option A: open index.html (basic preview) - Option B (best): run a tiny local server: Python 3: python -m http.server 8000 then open: http://localhost:8000 5) Contact form - Current form uses mailto: to open an email client. - If you want a live form: - Replace the submit handler in assets/script.js - Or connect Formspree / a backend endpoint. 6) Replace placeholder downloads - Put official files into /downloads and keep the filenames: minister-bio.pdf media-kit.zip official-letterhead.docx press-note-template.docx 7) Custom domain + SSL - If you need help, share your domain/hosting provider details and I can give step-by-step settings.