forked from glycojones/ccp4-summer-school
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccommodation.php
59 lines (50 loc) · 2.63 KB
/
accommodation.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!doctype html>
<html>
<head>
<title>DLS-CCP4 Workshop</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles/ccp4.css" />
</head>
<body>
<?PHP include("includes/banner.php"); ?>
<main>
<div class="campus"></div>
<h2>Accommodation</h2>
<p>Rooms for both students and speakers have been arranged at
<a href="http://www.thebearwantage.co.uk/">The Bear hotel</a> in Wantage.
</p>
<p><a href="https://en.wikipedia.org/wiki/Wantage">Wantage</a>
is a small market town, about 8 miles west of Diamond, which claims to be the birthplace of King Alfred.
Wantage has a good range of shops, pubs, restaurants and a local sports centre, plus regular
buses to the Harwell Campus, Oxford, Didcot and beyond. The
Bear hotel is in the market square (town centre) and dates from the 16th
century, with many traditional features, including oak beams in the bar
and restaurant. Visitors with some spare time in the town will find that
the museum immediately behind the hotel offers a
good insight into the history of the local area.</p>
<h2>Transport</h2>
<!--p>We will arrange shuttle transfers each morning and evening, but for those
who wish to travel at different times during the day the bus stop is directly
outside the hotel.</p-->
<p></p> The Oxford Bus Company
<a href="https://www.oxfordbus.co.uk/services/THTR/X35">X35</a>
route serves the Harwell campus and picks up in Wantage immediately
outside The Bear. Suitable bus times are included on the
<a href="programme.php">programme</a>. Coach transport will be provided
on the evening of the data collection day and on Sunday when the bus
timetable is reduced.</p>
<p>Parking at The Bear is not free, but cheap parking is available nearby.</p>
<table>
<tr>
<td width=70%>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2478.8951498158285!2d-1.4269390999999936!3d51.588485000000006!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4876b15490c245d1%3A0x1b75b1ef4f8c5aa0!2sThe+Bear+Hotel!5e0!3m2!1sen!2sus!4v1441372742261" width="800" height="600" frameborder="0" style="border:0" allowfullscreen></iframe>
</td>
<td align="center">
<img src="https://upload.wikimedia.org/wikipedia/commons/a/a8/Statue_of_King_Alfred_in_Wantage_Market_Square.jpg" alt="King Alfred statue" width="404" height="607">
</td>
</tr>
</table>
</main>
<?PHP include("includes/sponsors.php"); ?>
</body>
</html>