-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (44 loc) · 1.84 KB
/
index.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
<!DOCTYPE HTML>
<!--
Eventually by Pixelarity
pixelarity.com | [email protected]
License: pixelarity.com/license
-->
<html>
<head>
<title>Our Year at Bath</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1>Our Year at Bath</h1>
<h3>Archive Campaign 21/22</h3>
<p>
<a href="https://forms.office.com/r/avxpb6FGB9">Click here to submit an entry </a>
<br> <br />
A collaboration between the University of Bath Archives and Bath Student Media (The SU Bath).<br /><br /> Celebrating and preserving real life, directly from students and staff themselves. Send us photos, videos, documents, anything and everything that summarises what Bath means to you.
We're running a prize draw, with a chance to win with every submission. You could win prizes including: <br>
Afternoon Tea for Two at Macdonald Bath Spa Hotel, Welcome Spa Session for 2 at Thermae Bath Spa, £50 Bath Brew House Tab, £50 Turtle Bay Giftcard and many more...
<br />
<a href="https://forms.office.com/r/avxpb6FGB9">Terms and Conditions Apply</a>
<br />
For more information, email [email protected]. <br />
<br /> <br />
</p>
</header>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="mailto: [email protected]" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Content: University of Bath Archive. Website: A.R., Media Officer, Bath Student Media, The SU Bath</li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
</body>
</html>