Static website for an architectural business with headquarters in:
- Canada
- UK
- Emirates
- Denmark
- USA
- Japan
- Make sure Node.js is installed.
- Start server:
node server.js- Open
http://localhost:3000
Country media is loaded from data/<country>/:
- Images:
.png,.jpg,.jpeg - Document link: one
.txtfile containing a Google Docs URL
Example:
data/usa/Ikigai_UK.pngdata/usa/google_doc.txt
The website uses /api/list?country=<country> to discover files, then:
- shows images in the gallery
- reads the
.txtURL and embeds Google Docs when supported