Skip to content

Commit e0917ed

Browse files
committed
add hotel accomodations
1 parent f1e0f3e commit e0917ed

File tree

5 files changed

+95
-0
lines changed

5 files changed

+95
-0
lines changed

themes/gophercon/layouts/index.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,67 @@ <h1 class="text-white large-h1">
185185
</div><!--end of row-->
186186
</div><!--end of container-->
187187
</section>
188+
<section class="duplicatable-content visitor-info">
189+
<div class="container">
190+
<div class="row">
191+
<div class="col-sm-12">
192+
<h1>Hotel Accomodations</h1>
193+
</div>
194+
</div>
195+
196+
<div class="row">
197+
<div class="col-md-4 col-sm-6">
198+
<div class="info-box">
199+
<div class="hotel-price"><strong>$175</strong><small> / night, plus tax</small></div>
200+
<img alt="Hampton Inn" src="2016/img/hotels/hampton.jpg">
201+
202+
<h3>Hampton Inn<span class="hotel-phone">800.445.8667</span></h3>
203+
<div class="hotel-code">Code: GopherCon</div>
204+
<p>
205+
550 15th Street,<br>
206+
Denver, CO 80202
207+
</p>
208+
209+
<div class="hotel-link text-link">
210+
<a href="http://hamptoninn.hilton.com/en/hp/groups/personalized/D/DENCVHX-GOP-20160707/index.jhtml">Book Now</a>
211+
</div>
212+
</div>
213+
</div>
214+
215+
<div class="col-md-4 col-sm-6">
216+
<div class="info-box">
217+
<div class="hotel-price"><strong>$185</strong><small> / night, plus tax</small></div>
218+
<img alt="Homewood Suites" src="2016/img/hotels/homewood.jpg">
219+
<h3>Homewood Suites<span class="hotel-phone">800.445.8667</span></h3>
220+
<div class="hotel-code">Code: GopherCon</div>
221+
<p>
222+
550 15th Street,<br>
223+
Denver, CO 80202
224+
</p>
225+
<div class="hotel-link text-link">
226+
<a href="http://homewoodsuites.hilton.com/en/hw/groups/personalized/D/DENDCHW-GOP-20160707/index.jhtml">Book Now</a>
227+
</div>
228+
</div>
229+
</div>
230+
231+
<div class="col-md-4 col-sm-6">
232+
<div class="info-box">
233+
<div class="hotel-price"><strong>$189</strong><small> / night, plus tax</small></div>
234+
<img alt="Hilton Garden Inn" src="2016/img/hotels/hiltongardeninn.jpg">
235+
<h3>Hilton Garden Inn<span class="hotel-phone">855.215.1283</span></h3>
236+
<div class="hotel-code">Code: GopherCon</div>
237+
<p>
238+
1400 Welton Street<br>
239+
Denver, CO 80202
240+
</p>
241+
<div class="hotel-link text-link">
242+
<a href="http://hiltongardeninn.hilton.com/en/gi/groups/personalized/D/DENDDGI-GOPHER-20160708/index.jhtml?WT.mc_id=POG">Book Now</a>
243+
</div>
244+
</div>
245+
</div>
246+
</div>
247+
</div>
248+
</section>
188249
</div>
189250
<div class="footer-container">
190251
<footer class="short footer">

themes/gophercon/static/2016/css/theme-gophercon.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2384,3 +2384,37 @@ body .colors .col-md-2:nth-child(6n+0) {
23842384
-o-animation-delay: 0.6s;
23852385
animation-delay: 0.6s;
23862386
}
2387+
2388+
.hotel-code {
2389+
color: #999;
2390+
display: block;
2391+
float: right;
2392+
font-size: 11px;
2393+
position: relative;
2394+
top: -18px;
2395+
}
2396+
2397+
.hotel-link a {
2398+
border-color: #FF6B1E !important;
2399+
color: #FF6B1E !important;
2400+
}
2401+
2402+
.hotel-price {
2403+
background: rgba(40, 40, 40, 0.6);
2404+
color: #fff;
2405+
height; 26px;
2406+
padding: 8px 15px;
2407+
font-size: 18px;
2408+
position: relative;
2409+
bottom: -38px;
2410+
margin-top: -42px;
2411+
width: 180px;
2412+
float: right;
2413+
text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
2414+
}
2415+
2416+
.hotel-phone {
2417+
color: #36566B;
2418+
float: right;
2419+
font-size: 18px;
2420+
}
120 KB
Loading
151 KB
Loading
133 KB
Loading

0 commit comments

Comments
 (0)