How to add photos to this page

  1. Drop your image files into the assets/photos/ folder.
  2. Open assets/js/config.js and add one line per photo inside photos.gallery, for example:
    { file: "engagement-01.jpg", captionEn: "The proposal", captionPt: "O pedido" },
  3. Save, commit and push. The gallery builds itself, with captions in both languages.

Full instructions, including the recommended image size, are in assets/photos/README.md.