-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
42 lines (38 loc) · 1.85 KB
/
gallery.html
File metadata and controls
42 lines (38 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
layout: page
title: Gallery
permalink: /gallery
---
<p>A look at Journal Square through the eyes of our community.</p>
<div class="gallery-notice">
We're building our community photo gallery! Real photos from Journal Square events and landmarks are coming soon. Want to contribute? Reach out to us at a monthly meeting or on social media.
</div>
<h2>Journal Square</h2>
<div class="gallery-grid">
<div class="gallery-item">
<img src="https://picsum.photos/seed/jsq-park/600/400" alt="Community park placeholder" loading="lazy" />
<div class="caption">Community green spaces</div>
</div>
<div class="gallery-item">
<img src="https://picsum.photos/seed/jsq-street/600/400" alt="Street scene placeholder" loading="lazy" />
<div class="caption">Journal Square streetscape</div>
</div>
<div class="gallery-item">
<img src="https://picsum.photos/seed/jsq-mural/600/400" alt="Public art placeholder" loading="lazy" />
<div class="caption">Public art and murals</div>
</div>
<div class="gallery-item">
<img src="https://picsum.photos/seed/jsq-event/600/400" alt="Community event placeholder" loading="lazy" />
<div class="caption">Community events</div>
</div>
<div class="gallery-item">
<img src="https://picsum.photos/seed/jsq-transit/600/400" alt="Transit hub placeholder" loading="lazy" />
<div class="caption">Journal Square Transportation Center</div>
</div>
<div class="gallery-item">
<img src="https://picsum.photos/seed/jsq-historic/600/400" alt="Historic building placeholder" loading="lazy" />
<div class="caption">Historic architecture</div>
</div>
</div>
<h2>Share Your Photos</h2>
<p>Have photos of Journal Square you'd like to share? Bring them to a monthly meeting or reach out to us on <a href="https://www.instagram.com/jsqca/">Instagram</a> or <a href="https://www.facebook.com/jsqca/">Facebook</a>.</p>