-
Notifications
You must be signed in to change notification settings - Fork 0
/
meetings-2018.php
39 lines (38 loc) · 1.75 KB
/
meetings-2018.php
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
<!DOCTYPE html>
<html>
<head>
<title>Schedule of Meetings - Chronic Pain Support Group, Arlington, MA</title>
<?php include './include/head.php' ?>
</head>
<body>
<?php include './include/header.php' ?>
<main class="main">
<div class="main__nav">
<?php include './include/main-nav.php' ?>
</div>
<section class="main__content" id="main-content">
<div class="main__title"><h1>Schedule of Meetings</h1></div>
<div class="main__text rich-text">
<p>We meet the second Friday of every month from 11:00am to 12:30pm with an optional 12:30pm to 1:30pm social hour at the Arlington <a href="http://www.robbinslibrary.org" target="_blank">Robbins (main) Library</a>, 700 Mass Ave. in the ground floor Community Room. Please note that meetings marked with an asterisk will be held at an alternate location. Please mark your calendar!</p>
<p> </p>
<h3>2018 Meeting Schedule:</h3>
<p><b>January 12th</b></p>
<p><b>February 9th</b></p>
<p><b>March 9th</b></p>
<p><b>April 13th*</b></p>
<p><b>May 11th</b></p>
<p><b>June 8th</b></p>
<p><b>July 13th</b></p>
<p><b>August 10th</b></p>
<p><b>September 14th*</b></p>
<p><b>October 12th</b></p>
<p><b>November 9th</b></p>
<p><b>December 14th</b></p>
<!-- p class="finePrint">* This meeting will be held at the Sunrise Assisted Living Center at 1395 Massachusetts Ave, Arlington, MA 02476</p -->
<small class="finePrint">* This meeting will be held at the St Paul Lutheran Church in Arlington. Please see the <a href="directions.php">Meetings Location Page</a> for directions.</small>
</div>
</section>
</main>
<?php include './include/foot.php' ?>
</body>
</html>