-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
257 lines (206 loc) · 8.78 KB
/
404.html
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<html class="h-100">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Not Found · The Nottingham New Theatre</title>
<meta name="description" content="">
<meta property="og:image" content="https://newtheatre.org.uk/images/logos/nnt_squares.png">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600|Montserrat:400,500,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/main.css?cachebust=202412011755">
<link rel="canonical" href="/404.html" data-proofer-ignore>
<link rel="shortcut icon" type="image/x-icon" href="/static/images/favicon.png" />
<link rel="author" href="/humans.txt" />
<!-- JQuery -->
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>
<!-- FontAwesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-724643-13"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-724643-13');
</script>
</head>
<body class="d-flex flex-column h-100">
<main class="flex-shrink-0">
<nav class="nt-navbar" id="top">
<div class="brand-mobile">
<a href="/"><img src="/static/images/logos/nt_logo-web.png" height="50px" alt="New Theatre Logo" /></a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ntNavbar" aria-controls="ntNavbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse w-100" id="ntNavbar">
<ul class="nt-navbar-nav">
<li class="nav-item ">
<a class="nav-link" href="/">
What's On
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/get-involved/">
Get Involved
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/stuff/">
StuFF
</a>
</li>
<li class="nav-item ">
<a class="brand-large" href="/">
<img src="/static/images/logos/nt_logo-web.png" height="80px" alt="New Theatre Logo" />
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/alumni/">
Alumni
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/technical/">
Technical
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/about/">
About
</a>
</li>
</ul>
</div>
</nav>
<div class="banner">
<div class="banner-image" style="background-image: url(/static/images/banner/alumni.jpg">
</div>
<div class="container">
<h1 class="banner-text">
You've wandered backstage...
</h1>
</div>
</div>
<div class="container content">
<div class="text-center">
<h1 id="not-found">Not found…</h1>
<p>In amongst the props, lights and wires, we couldn’t find that for you.</p>
<p>This could be a fault, so please <a href="mailto:[email protected]">contact us</a> if there should be something here.</p>
<p>Or, you could’ve just taken a misstep.</p>
<p><a class="btn btn-primary btn-lg" href="/">Let’s go back home</a></p>
</div>
</div>
</main>
<div class="container-fluid footer bg-primary mt-auto">
<div class="container">
<div class="row small align-items-center py-1">
<div class="col-md-4 text-center text-md-left">
<ul class="list-inline my-2">
<li class="list-inline-item align-bottom"><a href="mailto:[email protected]"><i class="fa fa-2x fa-envelope fa-fw"></i></a></li>
<li class="list-inline-item align-bottom"><a href="https://facebook.com/thenottinghamnewtheatre/"><i class="fab fa-2x fa-facebook fa-fw"></i></a></li>
<li class="list-inline-item align-bottom"><a href="https://twitter.com/thenewtheatre/"><i class="fab fa-2x fa-twitter fa-fw"></i></a></li>
<li class="list-inline-item align-bottom"><a href="https://instagram.com/nottinghamnewtheatre/"><i class="fab fa-2x fa-fw fa-instagram"></i></a></li>
<li class="list-inline-item align-top"><a href="https://www.su.nottingham.ac.uk/student-media-groups/newtheatre/"><img alt="University of Nottingham Students' Union" src="/static/images/logos/UoNSU_orange.png" style="max-height:25px" class="uonsu-orange" /></a></li>
</ul>
</div>
<div class="col-md-4 text-center text-md-center pb-2 pb-md-0">
<span><em>© The Nottingham New Theatre, 2024</em></span><br>
<em>Proudly part of the Staging Change Network</em>
</div>
<div class="col-md-4 text-center text-md-right">
<ul class="list-unstyled my-0">
<li ">
<a href="/show-resources/">
Show Resources
</a>
</li>
<li ">
<a href="/branding/">
Branding
</a>
</li>
<li ">
<a href="http://history.newtheatre.org.uk/">
History Site
</a>
</li>
<li ">
<a href="http://photos.newtheatre.org.uk/">
Photo Gallery
</a>
</li>
<li ">
<a href="/mailinglist/">
Mailing List
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<script>
//Add class to TOC anchors (must have this class for Scrollspy to work
$('.toc-item a').addClass('nav-link');
$('body').scrollspy({ selector: '.toc-item', offset: 40 });
// Smooth scrolling
// Select all links with hashes
$('a[href*="#"]')
// Remove links that don't actually link to anything
.not('[href="#"]')
.not('[href="#0"]')
.click(function(event) {
// On-page links
if (
location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '')
&&
location.hostname == this.hostname
) {
// Figure out element to scroll to
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
// Does a scroll target exist?
if (target.length) {
// Only prevent default if animation is actually gonna happen
event.preventDefault();
$('html, body').animate({
scrollTop: target.offset().top
}, 500, function() {
// Callback after animation
// Must change focus!
var $target = $(target);
$target.focus();
if ($target.is(":focus")) { // Checking if the target was focused
return false;
} else {
$target.attr('tabindex','-1'); // Adding tabindex for elements not focusable
$target.focus(); // Set focus again
};
});
}
}
});
$(document).ready(function() { // Insert horizontal rule before each subsequent h1 to visually separate sections
$("<hr>").insertBefore('h1:nth-of-type(n+2)')
});
// Make UoNSU logo go darker on hover
$(document).ready(function() {
$('.uonsu-orange').on( {
mouseenter: function() {
$(this).attr('src', '/static/images/logos/UoNSU_orange_dark.png');
},
mouseleave: function() {
$(this).attr('src', '/static/images/logos/UoNSU_orange.png');
}
});
});
</script>
</body>
</html>