-
Notifications
You must be signed in to change notification settings - Fork 4
/
venue.html
69 lines (57 loc) · 3.29 KB
/
venue.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
61
62
63
64
65
66
67
68
69
---
title: Venue
---
<div class="limit">
<div class="intro intro--no-height">
<h2 class="intro__title">Location</h2>
</div>
<div class="row">
<div class="row__column">
<p class="row__text"><a href="https://www.google.it/maps/place/Via+Baldassarre+Longhena,+42,+37138+Verona+VR/@45.4399785,10.9697421,614m/data=!3m2!1e3!4b1!4m5!3m4!1s0x4781e1e3a1212445:0x74730a5e0d30436d!8m2!3d45.4399785!4d10.9719308?hl=it"><img src="/img/phpday/map_big.jpg" alt="location"></a></p>
<p class="row__text">Both the training and the {{ site.data.conference.name }} conference will be in {{ site.data.venue.name }} in {{ site.data.conference.where_when }}.</p>
</div>
</div>
<hr class="hr">
<h2 class="row__title">Hotel agreements</h2>
<div class="row row--1">
<p class="row__column">
<img src="/img/phpday/marker_venue.png"><br><strong class="row__title">Hotel San Marco</strong><br>
Via Longhena, 42<br>
37138 Verona — Italy<br>
045569011<br>
045572299<br>
<a href="http://www.sanmarco.vr.it/index.cfm/it/">http://www.sanmarco.vr.it/</a><br>
The conference hotel offers discounted rates on single and double bedrooms.
</p>
</div>
<hr class="hr">
<h2 class="row__title">How to get to the conference</h2>
<div class="row row--3">
<div class="row__column">
<p class="row__text">
<img src="/img/phpday/marker_route_n.png"><br><strong>Route from Verona Nord Exit</strong>
</p>
<p class="row__text">
Take the Tangenziale following Verona Centro direction. At the end of the Tangenziale turn left. Continue towards Porta Palio. At the roundabout go straight along Viale Colonnello Galliano. At the first traffic light turn left into Via San Marco. Drive straight along Via San Marco to the Hotel.
</p>
</div>
<div class="row__column">
<p class="row__text">
<img src="/img/phpday/marker_route_s.png"><br><strong>Route from Verona Sud Exit</strong>
</p>
<p class="row__text">
Follow the direction to Fiera - Verona Centro. Drive along Viale delle Nazioni. Continue along Viale del Lavoro and Viale del Piave. Once you arrive in Piazzale Porta Nuova, turn left. Drive along Viale Luciano Dal Cero. Continue towards Porta Palio. At the roundabout go straight along Viale Colonnello Galliano. At the first traffic light turn left into Via San Marco. Drive straight along Via San Marco to the Hotel.<br/>
</p>
</div>
<div class="row__column">
<p class="row__text">
<img src="/img/phpday/marker_airport.png"><br><strong>Route from the Airport</strong>
</p>
<p class="row__text">
Take the Tangenziale following Verona direction. Take the junction to Verona Centro. At the end of the Tangenziale turn left. Continue towards Porta Palio. At the roundabout go straight along Viale Colonnello Galliano. At the first traffic light turn left into Via San Marco. Drive straight along Via San Marco to the Hotel.
</p>
</div>
</div>
</div>
{% include index/newsletter.html %}
{% include index/sponsors.html %}