-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms.php
39 lines (24 loc) · 1.64 KB
/
terms.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
<?php $thisPage = ''; ?>
<?php $pageTitle = 'Terms & Condition'; ?>
<?php include("includes/pageHeader.php"); ?>
<body id="wrapper" class="vevent sponsors-page">
<?php include("includes/header.php"); ?>
<!-- sponsors-page -->
<div class="main-content">
<?php include("includes/nav.php"); ?>
<!-- SPONSORS -->
<article class="section pat">
<h1>Terms & Conditions</h1>
<h2>Cancellations and refunds</h2>
<p>If you need to cancel your seat, you must tell us at least one month before the date of the event to receive a 100% refund. No refunds can be issued for seats that are cancelled less than 1 month before the event.</p>
<h2>Transfers</h2>
<p>You may transfer your seat to a friend or colleague, but if you wish to do so you must notify us at least a month before the date of the event. No transfers can be issued for seats that are cancelled less than 1 month before the event.</p>
<h2>Access Requirements</h2>
<p>If you have any special access requirements (such as wheelchair access), then please contact us when you register so we can do our best to accommodate you on the day.</p>
<h2>Photography and quotes</h2>
<p>You grant us the right to use any photography taken on the day or any quotes given on our feedback forms for the marketing of future events. If you require any further clarification of these terms please <a href="mailto:[email protected]" >get in touch</a>.</p>
</article>
</div><!-- END MAIN CONTENT -->
<?php include("includes/footer.php"); ?>
</body>
</html>