-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathregular.php
21 lines (19 loc) · 1.1 KB
/
regular.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php define('IN_SITE', 1); $page = "Events » Regular Events"; include('header.php'); ?>
<div class="container">
<section>
<div class="row">
<div class="col-md-12">
<h1>Events » Regular Events</h1>
<?php include('eventsbar.php'); ?>
<div class="panel panel-primary">
<div class="panel-heading">Tuesday Meetup</div>
<div class="panel-body">
<p>Every Tuesday at 1900h there is a meetup at the space not only for members but also for those that may want to join us. Typically, the projects people will be working on will be announced on the mailing list in advance of the meeting. Come along to work on your project, socialise with members, or if you're new, just to find out more about us.</p>
</div>
</div>
<p>Of course, the space is always available for members to access using their swipe card outside of these regular events. If you do not have a key to the front door, it is always a good idea to co-ordinate with one of the keyholders beforehand in case the building has been locked.</p>
</div>
</div>
</section>
</div><!-- container -->
<?php include('footer.php'); ?>