-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us.html
45 lines (42 loc) · 1.81 KB
/
about-us.html
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
43
44
45
<!-- @include _top.html -->
<!-- @include _nav.html -->
<div id="internal-template">
<div id="page-title">
<div class="row">
<div class="large-8 columns">
<p class="breadcrumbs"><a href="<!-- @path index.html -->">Home</a> » <a href="#">About Us</a> » Welcome to Shir Tikvah</p>
<h1>Welcome to Shir Tikvah</h1>
</div>
</div>
</div>
<div class="page-intro">
<div class="row">
<div class="large-12 columns">
<p>This area could be used for a page introduction or callout, if needed. Otherwise it can be removed.</p>
</div>
</div>
</div>
<div class="content">
<div class="row">
<div class="large-8 columns">
<h2>Sub-header if needed</h2>
<p>
We’re glad you’re here, whether you are a first-time visitor, a returning friend, or a member. This site is a gateway to learning all about the Shir Tikvah community — the whole <em>megillah</em>, so to speak.
</p>
<p>To start, here’s our profile: </p>
<p>Shir Tikvah is a Reform Jewish community located in Winchester, Mass, with a lively religious school and a membership ranging in age from young adults to the young at heart. Our rich mix of programs ranges from spiritual exploration to social action to summer camping. Our members, our spiritual leaders, and our staff are collaborative partners in the endeavor to create meaningful Jewish lives. </p>
</div>
<div class="large-4 columns sidebar">
<img src="http://placehold.it/600x400&text=TBD"/>
<section>
<h5>Sidebar Section Title</h5>
<p>
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Nullam id dolor id nibh ultricies vehicula ut id elit. Vestibulum id ligula porta felis euismod semper.
</p>
</section>
</div>
</div>
</div>
</div>
<!-- @include _footer.html -->
<!-- @include _bottom.html -->