-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
37 lines (28 loc) · 937 Bytes
/
news.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
<!-- @include _top.html -->
<!-- @include _nav.html -->
<div class="main_content">
<div class="row">
<div class="columns large-12"><h1 class="page_title">Newsletter</h1>
</div>
</div>
<div class="row">
<div class="large-6 columns">
<p>
The Nantucket Lighthouse School offers periodic e-mail newsletters. Sign up above to receive the latest Lighthouse School news in your email in-box.
</p>
<!-- @include _cta.html -->
</div>
<div class="large-6 columns">
<h5>Recent Lighthouse School Newsletters:</h5>
<ul>
<li><a href="#">October Classroom News</a></li>
<li><a href="#">Fall 2012 Newsletter</a></li>
<li><a href="#">Spring Classroom News</a></li>
<li><a href="#">Creating Structure in the Classroom</a></li>
<li><a href="#">Inside the Lighthouse School Classroom</a></li>
</ul>
</div>
</div>
</div>
<!-- @include _footer.html -->
<!-- @include _bottom.html -->