-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeetings-2023.php
36 lines (36 loc) · 1.33 KB
/
meetings-2023.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
<!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.</p>
<p>We changed our meetings to virtual during the pandemic and for the foreseeable future. Please email the leader at <a href="mailto:[email protected]">[email protected]</a> for details. Please mark your calendar!</p>
<h2 class="h3">2023 Meeting Schedule:</h2>
<p><b>January 13</b></p>
<p><b>February 10</b></p>
<p><b>March 10</b></p>
<p><b>April 14</b></p>
<p><b>May 12</b></p>
<p><b>June 9</b></p>
<p><b>July 14</b></p>
<p><b>August 11</b></p>
<p><b>September 8</b></p>
<p><b>October 13</b></p>
<p><b>November 10</b></p>
<p><b>December 8</b></p>
</div>
</section>
</main>
<?php include './include/foot.php' ?>
</body>
</html>