JCMWedding

Justin & Charlotte Wedding Memories

A static GitHub site built to celebrate the wedding of Justin and Charlotte MacKenzie

Included pages

Palette used

The site follows, as close as ppssible, the wedding palette:

Reference files are included in assets/reference/.

Adding more photos

  1. Put the new image files in the matching folder:
    • assets/media/ceremony
    • assets/media/portraits
    • assets/media/reception
    • assets/media/slideshow
  2. Open assets/js/data.js
  3. Add each file to the matching array with:
    • src
    • title
    • caption
    • alt

Adding videos and audio

Use assets/js/data.js for the videos and audio arrays.

Local preview

Because this site uses JavaScript data files, it is best previewed with a local web server instead of opening the HTML files directly.

python -m http.server