Commit graph

11 commits

Author SHA1 Message Date
Chandler Swift b5531b7231
change .onresize to .addEventListener('resize')
This appears to fix an issue (presumably where .onresize was being
overwritten?) where the width of the document wouldn't update correctly.

This doesn't solve that whole class of issues -- there are many
assumptions made, including that the orientation or device type of the
page won't change after load (so e.g. rotating a device can cause
issues), but those are systemic enough that I'm not going to dare to fix
them this time!
2025-01-04 14:48:57 -06:00
Chandler Swift b6089eba54
Increase font size (hack) 2025-01-04 14:48:07 -06:00
Chandler Swift ca5ed567ec
Update excluded files 2025-01-04 14:47:29 -06:00
Chandler Swift a04cf86640
Update to StoryMapJS@30965a6b42 2025-01-04 14:42:34 -06:00
Chandler Swift 63484296b7
Update captions per Ted and Sharon's feedback 2025-01-04 12:06:24 -06:00
Chandler Swift c1d0048639
Add Makefile for deploys
I wasn't able to figure out how to get an include-list working, so for now we're using an exclude-list for rsync-able files
2024-12-22 22:50:06 -06:00
Chandler Swift c214a0aaa6
Fix indentation 2024-12-22 22:48:59 -06:00
Chandler Swift 08c1048604
Add custom StoryMapJS build
From StoryMapJS@3a009d50ca0ee1392c790e77bf756a94f97dc169, which includes
these commits on top of upstream:

    commit 3a009d50ca0ee1392c790e77bf756a94f97dc169
    Author: Chandler Swift <chandler@chandlerswift.com>
    Date:   Sun Dec 22 22:28:46 2024 -0600

        Add support for HTML5 video element

    commit 6ade0d609203fe3063b26fff23602b0b3caf7e38
    Author: Chandler Swift <chandler@chandlerswift.com>
    Date:   Sun Dec 22 22:26:37 2024 -0600

        Re-enable scroll-to-zoom on map

    commit ce2220d6f7325c2fa5f3f9963a56daf1e8b6c90f
    Author: Chandler Swift <chandler@chandlerswift.com>
    Date:   Sun Dec 22 22:25:58 2024 -0600

        Add lightbox for image links

Fixes #3
2024-12-22 22:48:29 -06:00
Chandler Swift 967d49cfbc
Add optimized pictures
Included is a script with the optimization commands I ran. Values are
pretty arbitrary; I didn't do much testing after validating that
everything looked good enough.

Fixes #1
Fixes #3
2024-12-22 21:43:49 -06:00
Chandler Swift df16344bae
Add initial take of the data
This is still using uncompressed photos, so those aren't committed yet,
and I haven't finished my custom StoryMapJS build, so we're using the
CDN-hosted version for now.
2024-12-22 21:43:21 -06:00
Chandler Swift 890c15fe03
Add README 2024-12-22 20:31:27 -06:00