-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeetings.php
38 lines (38 loc) · 1.53 KB
/
meetings.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
<!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 virtually the second Friday of every month from 11:00am to 12:30pm EST. Please email the leader at <a href="mailto:[email protected]">[email protected]</a> for details.</p>
<h2 class="h3">Meeting Dates in 2024 are as follows:</h2>
<p><strong>November 8th</strong></p>
<p><strong>December 13th</strong></p>
<h2 class="h3">Meeting Dates in 2025 are as follows:</h2>
<p><strong>January 10th</strong></p>
<p><strong>February 14th</strong></p>
<p><strong>March 14th</strong></p>
<p><strong>April 11th</strong></p>
<p><strong>May 9th</strong></p>
<p><strong>June 13th</strong></p>
<p><strong>July 11th</strong></p>
<p><strong>August 8th</strong></p>
<p><strong>September 12th</strong></p>
<p><strong>October 10th</strong></p>
<p><strong>November 14th</strong></p>
<p><strong>December 12th</strong></p>
</div>
</section>
</main>
<?php include './include/foot.php' ?>
</body>
</html>