-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlocation.php
40 lines (37 loc) · 1.2 KB
/
location.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
<!doctype html>
<html>
<head>
<title>CCP4-BCA Summer School 2023 (University of York, UK)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles/ccp4.css" />
<style>
iframe {
width: 100%;
height: 500px;
max-height: 80vh;
}
</style>
</head>
<body>
<?PHP include("includes/banner.php"); ?>
<main>
<h2>The University of York - Campus West</h2>
<iframe src="https://www.google.com/maps/d/u/0/embed?mid=18cO-JIAISz4uk1LBcHkYfsgPh6gidSU&ehbc=2E312F"></iframe>
<p>
Getting here is easy by both private and public methods of transportation.
Please see the University of York's
<a href="https://www.york.ac.uk/about/transport-maps-parking/">
Transport, Maps and Parking
</a>
page for more details.
</p>
<p>
For the workshops in the PC Room (G/N/169),
please use the door in the picture below.
Go up the stairs on the left, then the PC room is through the doors on the left.
</p>
<img width="800px" src="images/door.jpg" alt="">
</main>
<?PHP include("includes/sponsors.php"); ?>
</body>
</html>