-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvenue.php
43 lines (36 loc) · 1.24 KB
/
venue.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="simple.css">
<title>Young cardiac modelers</title>
</head>
<header>
<?php
$val = file_get_contents("main_header.php");
echo $val;
?>
</header>
<main>
<p>
The event will take place in Pavia, at the University of Pavia (Università degli Studi di Pavia) founded in nothing less than 1361, wihch makes it the 17th oldest university in the world!
<br>
<img width=600px src="images/uni-pavia.jpg">
<br>
For this special occasion, we have reserved the historical Aula Volta, founded in 1787 and located in the city center.
<br>
<!-- <img width=600px src="images/Aula_volta1.jpg"> -->
<img width=600px src="images/Aula_volta2.jpg">
<br>
<hr>
<br>
<h4>How to get there? </h4>
The best way to get to Pavia is by train. From Milan, the S13 suburban train can be used (with direction to Pavia), and if not, all regional trains on the Milano-Genova/Savona lines pass through Pavia. After arriving at the station, getting to the workshop site should take roughly 15 minutes walking:
<img width=600px src="images/map.png">
<br>
There it is!
<br>
<img width=600px src="images/uni-front.png">
</p>
</main>
<footer></footer>
</html>