-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpractical.html
111 lines (105 loc) · 6.1 KB
/
practical.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<title>OpenERP Open Days Practical </title>
<link rel='stylesheet' href='css/style.css'>
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyACvJ1oYqRmrUp_uaG3nT7aKIEqS5qAxLI&sensor=true"></script>
<script src='js/main.js'></script>
</head>
<body class='oe_styling_v8'>
<!--
<nav class='oe_menu_bar'>
<div class='oe_menu_items'>
<span class='oe_item'>Messaging</span>
<span class='oe_item'>Sales</span>
<span class='oe_item'>Point of Sale</span>
<span class='oe_item'>Project</span>
<span class='oe_item'>Accounting</span>
<span class='oe_item'>Purchases</span>
<span class='oe_item'>Warehouse</span>
<span class='oe_item'>Manufacturing</span>
<span class='oe_item'>Human Resources</span>
<span class='oe_item'>Lunch</span>
<span class='oe_item'>Fleet</span>
<span class='oe_item oe_more'>
More
<span class='oe_dropdown'>▼</span>
</span>
</div>
</nav>
-->
<header class="oe_events_header">
<h1>OpenERP</h1>
<h2>Open Days</h2>
<nav class="oe_events_menu">
<span class="oe_item"><a href="index.html">Home</a></span>
<span class="oe_item"><a href="agenda.html">Agenda</a></span>
<span class="oe_item"><a href="registration.html">Registration</a></span>
<span class="oe_item selected">Practical info</span>
<span class="oe_item"><a href="training.html">Training</a></span>
</nav>
</header>
<article class='oe_page oe_events'>
<section class='oe_container'>
<div class='oe_row oe_fit oe_picture'>
<iframe class="google_map" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.be/maps/ms?msid=206291842162372096416.0004d90dcce6002bc34cc&msa=0&ie=UTF8&ll=50.813967,4.381273&spn=0.001517,0.004128&t=m&output=embed&z=16&iwloc=near"></iframe>
<div class="oe_events_box">
<h3>University of Brussels</h3>
<time class="date">3/4/5 July 2013</time>
<p><strong>The Open Source Event of The Year</strong>
180+ Conferences, 30 Workshops, Trainings & Certification Sessions<p>
<div class="oe_events_register"><button>REGISTER</button></div>
</div>
</div>
</section>
<section class='oe_container'>
<div class='oe_row'>
<div class='oe_span12'>
<h3>Practical info</h3>
<h4>Location</h4>
<p>University of Brussels (ULB)</p>
<p>Rue Paul Heger at the intersection with Avenue Franklin D. Roosevelt in B-1050 Brussels.</p>
<h4>Public Transport</h4>
<p>
With the STIB (public transport company: <a href="http://www.stib.be">www.stib.be</a>) you can reach ULB easily with:
</p>
<ul>
<li>tram 25 and 94, stop ULB</li>
<li>bus 71 and 72, stop ULB</li>
</ul>
You can easily find you itinerary by looking up the direction on Google and choose "Public transit", it works very well.
</p>
<h4>Hotels</h4>
<p>
We have a partnership with Hotel Mercure Brussels Center Louise****, Chaussée de Charleroi 38 in 1060 Brussels.
</p>
<p>
Tram 94 brings you at the ULB in 20 min. Don't forget to tell them that you come from <strong>OpenERP</strong>, our rate is 123€/night (no breakfast) instead of 217€ . Phone: +32 (0)2 533 67 40.
</p>
<p>
We have also special rates (between 60€ and 145€/night) with other hotels for nights between June 30th and July 6th. These rooms with special price are on option until May 31st, after this date, we can't guarantee the prices and the availability. Check on <a href="#">link</a> to check the hotels and book online.
</p>
<h4>Contact Persons</h4>
<p>For any questions regarding the agenda, conferences: contact <strong>Nicoleta</strong> (ngh (a) openerp.com)</p>
<p>For any questions regarding the general organization: contact <strong>Charline</strong>: (events (a) openerp.com)</p>
</div>
</div>
<section class='oe_container oe_separator'>
</section>
</article>
<footer class="oe_events_footer">
<nav class="oe_events_footer_nav">
<ul>
<li class="oe_item pic"><a href="#">Photos</a></li>
<li class="oe_item utube"><a href="#"><span class="oe_icon"><img src="img/icon_utube.png"></span>Youtube</a></li>
<li class="oe_item twitter"><a href="#"><span class="oe_icon"><img src="img/icon_twitter.png"></span>Twitter</a></li>
<li class="oe_item fb"><a href="#"><span class="oe_icon"><img src="img/icon_fb.png"></span>Facebook</a></li>
<li class="oe_item goo"><a href="#"><span class="oe_icon"><img src="img/icon_google.png"></span>Google+</a></li>
</ul>
</nav>
</body>
</html>