-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolicy.html
More file actions
43 lines (37 loc) · 1.92 KB
/
policy.html
File metadata and controls
43 lines (37 loc) · 1.92 KB
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
40
41
42
43
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, viewport-fit=cover">
<title>Theatre Ticketing Policy | DramSoc</title>
<link rel="icon" href="/static/images/logos/dramsoc.jpg">
<link rel="apple-touch-icon" href="/static/images/logos/dramsoc.jpg">
<meta property="og:image" content="/static/images/general/summer_ball1.jpg">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:700,400">
<link rel="stylesheet" href="/static/style.css?v=2">
<style>
body.section {
text-align: left;
align-items: flex-start;
padding: 20px;
}
</style>
</head>
<body class="section plain_section">
<div class="narrow_content content_column">
<h1>Theatre Ticketing Policy</h1>
<div>
<h2>Access</h2>
<p>Everyone entering our theatre spaces must have a valid ticket regardless of age. Please bring with you a valid form of ID and student ID where possible to show to Imperial College Union staff if necessary to gain entry to the Union.</p>
</div>
<div>
<h2>Concessions</h2>
<p>Where applicable, student concession tickets are available for all full-time students. We will ask you to show a valid student ID when you show your tickets at the doors. There will also be occasional performances with no reduced rates.</p>
</div>
<div>
<h2>Refunds</h2>
<p>Our performances have a strict no-latecomer policy. Performances will start at the time specified on your ticket. We cannot refund or exchange your tickets if you are not in your seat at the start of the performance.</p>
</div>
<a href="/">© 2025 DramSoc</a>
</div>
</body>
</html>