-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (25 loc) · 938 Bytes
/
index.html
File metadata and controls
30 lines (25 loc) · 938 Bytes
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
---
layout: default
title: Journal Square Community Association
---
<section id="banner" class="reveal">
<div class="content">
<div class="banner-overlay">
<h1>Working together for a cleaner, greener, safer Journal Square</h1>
<p>Join your neighbors in building a better community. Meetings are open to everyone, the second Monday of every month.</p>
<a href="/membership" class="cta-hero">Join Us</a>
</div>
</div>
</section>
<section class="home reveal" id="about">
<div class="content">{% include home/about.html %}</div>
</section>
<section id="get_involved" class="home reveal">
<div class="content">{% include home/get_involved.html %}</div>
</section>
<section id="committees" class="home reveal">
<div class="content">{% include home/committees.html %}</div>
</section>
<section id="resources" class="home reveal">
<div class="content">{% include home/resources.html %}</div>
</section>