Complete setup instructions for the "Voices of Lao Cinema" website project
Project Version: 1.0 | Last Updated: 2026 | For: Junior Developers
Save this page as DEVELOPER_GUIDE.html and open it in your browser anytime.
Create a main folder called lao_cinema_website on your computer.
The folder structure MUST match exactly. File paths in the HTML code depend on this structure.
Follow these steps IN ORDER. Skipping steps will break the website.
Action: Extract all visual styles into one shared file
index.html (the first prototype)<style> block (lines ~20 to ~200)<style> to </style>assets/css/core-styles.css<style> and closing </style> tags from what you pastedAction: Make all 6 HTML files use the shared CSS
For EACH of these files: index.html, events.html, festivals.html, submit.html, about.html
<style>...</style> block<head> section:A. For the NEW index.html (homepage):
<!-- Modal and Scripts -->index.html:
<div id="filmmakerModal">...</div><script>...</script> block</body> in the NEW index.htmlB. For other pages (events.html, festivals.html, etc.):
These files have EXTRA styles specific to each page. DO NOT DELETE THESE!
Only remove the MAIN style block (the one with comment /* COPY AND PASTE... */)
Keep the <style> blocks that come AFTER that comment.
voicesoflaocinema or similarMethod A (Easy): Zip your entire folder
Method B (Recommended): Use Neocities CLI tool
On Neocities dashboard, upload files to match this exact structure:
https://[your-site-name].neocities.org| Problem | Likely Cause | Solution |
|---|---|---|
| Page looks plain/no styles | Forgot to link core-styles.css | Add <link rel="stylesheet" href="assets/css/core-styles.css"> in <head> |
| Navigation links don't work | Wrong file paths | Links should be like href="events.html" (no leading slash) |
| Images don't show | Wrong image paths | Use src="assets/images/filename.jpg" |
| Modal doesn't open | JavaScript not copied | Copy <script> block from old index.html |
| Form doesn't submit | No backend setup | Form is static. Use Formspree.io for real forms later |
| Styles messed up on mobile | Missing responsive CSS | Ensure core-styles.css has @media queries |
Your site will be live at: https://[your-site-name].neocities.org
Once everything is uploaded and tested, start the permission phase - contacting filmmakers to be featured.