-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvenue-accomodation.php
executable file
·143 lines (82 loc) · 6.35 KB
/
venue-accomodation.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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="img/favicon.png">
<title> Venue Accomodation </title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style-sheet.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700,700i" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<?php include("header.php") ;?>
<div class="bg-head vanue-bg">
<div class="haed-innr-bg"></div>
</div>
<section class="speaker-sec " style="padding-bottom:0px ;">
<div class="container">
<div class="spekader-head" style="padding-bottom:0px ;">
<h3 style="color: #ffffff;"> Where To Play & Where To Stay </h3>
<p style="color: #ffffff;"> Below you'll find more information on venue and hotel for your visit to Droidcon Boston 2017 </p>
<div class="value-place" style="margin-top: 100px;">
<div class="place-img">
<img src="img/wimberly_from_stage_r_benson_.jpg" alt=" wimberly_from_stage_r_benson_ "/>
</div>
<div class="place-details text-left">
<h3> Calderwood Pavilion </h3>
<h6> Sessions </h6>
<p> Droidcon Boston 2017 will take place at The Boston Center for the Arts, an impressive and historic venue located in the stylish South End neighborhood of Boston, which includes multiple spaces for gathering. Surrounded by the largest collection of Victorian brownstones in New England and representing the height of urban industrial chic, The Boston Center for the Arts offers inspiration and exciting possibilities for gathering.
<br />
Both tracks of daily presentations will occur at The Calderwood Pavilion at The Boston Center for the Arts-a 35,000 square feet complex with a three-story interior space, which includes two theatres, and various facilities.
</p>
<h3> Cyclorama </h3>
<h6> Barcamp, Sponsor Talks and More </h6>
<p>
On Tuesday, April 11, we will expand into The Cyclorama at The Boston Center for the Arts, to make use of the round, brick-lined 23,000-square foot space to gather in larger groups.
</p>
<h6> Droidcon Boston Party </h6>
<p>
Tuesday night we'll close-out Droidcon Boston 2017 with a party under the Cyclorama's dazzling copper skylight dome. You are welcome to bring a guest to the party.
</p>
</div>
</div>
<div class="value-place">
<div class="place-img">
<img src="img/cyclorama-41.jpg" alt=" cyclorama-41 "/>
</div>
<div class="place-details text-left">
<h3> VIP Party @ Emerald Upper - Hotel Revere </h3>
<p> Our speakers and sponsors are invited to join influential members of the Boston mobile dev community for mixing over appetizers, music, and an open bar at the Revere Hotel's Emerald Lounge. An allusion to Boston's sprawling system of public parks called the "Emerald Necklace," this ultra lounge stands out among downtown Boston hotels as a casually sophisticated space to spend the evening.
</p>
</div>
</div>
</div>
</div> <!-- container -->
</section>
<section class="Revere-Hotel">
<div class="container">
<h3> Accomodations </h3>
<p> We have reserved a block of rooms at the conveniently located and stylishly designed, Revere Hotel. We have a great discount for this hotel and rooms are $259/night. Book now!</p>
<div class="Revere-Hotel-box">
<h4> Revere Hotel</h4>
<p> 200 Stuart Street, Boston, Massachusetts 02116</p>
<a href=""> Reservations </a>
</div>
</div>
</section>
<?php include("footer.php") ;?>
</body>
</html>