-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexcursion.html
60 lines (54 loc) · 2.79 KB
/
excursion.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CADE-26: Excursion to Marstrand</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<header>
<img src="top.png" alt="CADE-26">
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="program.html">Conference Program</a></li>
<li><a href="workshops.html">Workshops & Tutorials</a></li>
<li><a href="http://www.cs.miami.edu/~tptp/CASC/26/" target="_blank">CASC</a></li>
<li><a href="org.html">Organization</a></li>
<li><a href="excursion.html">Excursion to Marstrand</a></li>
<li><a href="registration.html">Registration</a></li>
<li><a href="venue.html">Local Info, Venue & Hotels</a></li>
</ul>
</nav>
<article><div class="content">
<h1>Excursion to Marstrand</h1>
<h2>Excursion Schedule: Thursday 10 August</h2>
<ul>
<li>14:30   Departure from conference venue</li>
<li>17:00   Arrival at Marstrand, followed by a guided tour ending in Carlsten fortress, welcome drinks there</li>
<li>18:30   3-course dinner</li>
<li>22:00   Boat to the bus and bus to Gothenburg</li>
</ul>
<p> <img src="Archipelago.jpg" style="width: 50%; float:right; padding-left:15px;">
We will have the conference excursion on Thusday 10 August. The
excursion consists of a boat trip to, and a stay on, the picturesque
island of <a href="http://www.marstrand.se/en/">Marstrand</a>. A boat
picks us up directly at the conference venue, and takes us through the
harbour area, towards the open sea, turning north, through the
archipelago, all the way to Marstrand. There, we will have a guided
tour through the old town of Marstrand, followed by a dinner in the
dramatic castle. Afterwards, we take short ferry to the main land,
where buses take us back to Gothenburg.</p>
<p><img src="Marstrand.jpg" style="width: 100%; padding-top:10px;"></p>
</div></article>
<footer style="text-align:center;">
<div style="width: 100%; text-align:left; padding-left: 15px; padding-top: 10px; padding-bottom: 10px;">CADE-26 is grateful for sponsorship from:</div>
<a href="https://www.microsoft.com/en-us/research/"><img src="msr.png" style="width: 200px; padding-top:15px; padding-left:30px;" alt="Microsoft Research"/></a>
<a href="http://international.goteborg.se/"><img src="gbg.png" style="padding-top:15px; width: 200px; padding-left:30px;" alt="Gothenburg City"/></a><br>
<a href="https://www.eurai.org/"><img src="EurAi-logo.png" style="padding-top:10px;" alt="EurAI"/></a>
<a href="http://www.chalmers.se/en/areas-of-advance/ict/Pages/default.aspx"><img src="aoa.png" style="width: 280px; padding-left:30px; padding-top:15px;" alt="Information and Communication Technologies Chalmers Area of Advance"/></a>
<a href="http://www.springer.com/gp/"><img src="springer.gif" style="padding-left:30px; padding-top:15px;" alt="Springer"/></a><br>
</footer>
</body>
</html>