Skip to content

Commit 9a40658

Browse files
committed
add hyatt place to hotel accomodations
1 parent e0917ed commit 9a40658

File tree

3 files changed

+37
-13
lines changed

3 files changed

+37
-13
lines changed

themes/gophercon/layouts/index.html

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -194,14 +194,14 @@ <h1>Hotel Accomodations</h1>
194194
</div>
195195

196196
<div class="row">
197-
<div class="col-md-4 col-sm-6">
197+
<div class="col-md-3 col-sm-6">
198198
<div class="info-box">
199199
<div class="hotel-price"><strong>$175</strong><small> / night, plus tax</small></div>
200200
<img alt="Hampton Inn" src="2016/img/hotels/hampton.jpg">
201201

202-
<h3>Hampton Inn<span class="hotel-phone">800.445.8667</span></h3>
202+
<h3 class="hotel-name">Hampton Inn<span class="hotel-phone">800.445.8667</span></h3>
203203
<div class="hotel-code">Code: GopherCon</div>
204-
<p>
204+
<p class="hotel-address">
205205
550 15th Street,<br>
206206
Denver, CO 80202
207207
</p>
@@ -212,13 +212,13 @@ <h3>Hampton Inn<span class="hotel-phone">800.445.8667</span></h3>
212212
</div>
213213
</div>
214214

215-
<div class="col-md-4 col-sm-6">
215+
<div class="col-md-3 col-sm-6">
216216
<div class="info-box">
217217
<div class="hotel-price"><strong>$185</strong><small> / night, plus tax</small></div>
218218
<img alt="Homewood Suites" src="2016/img/hotels/homewood.jpg">
219-
<h3>Homewood Suites<span class="hotel-phone">800.445.8667</span></h3>
219+
<h3 class="hotel-name">Homewood Suites<span class="hotel-phone">800.445.8667</span></h3>
220220
<div class="hotel-code">Code: GopherCon</div>
221-
<p>
221+
<p class="hotel-address">
222222
550 15th Street,<br>
223223
Denver, CO 80202
224224
</p>
@@ -228,13 +228,29 @@ <h3>Homewood Suites<span class="hotel-phone">800.445.8667</span></h3>
228228
</div>
229229
</div>
230230

231-
<div class="col-md-4 col-sm-6">
231+
<div class="col-md-3 col-sm-6">
232+
<div class="info-box">
233+
<div class="hotel-price"><strong>$185</strong><small> / night, plus tax</small></div>
234+
<img alt="Hyatt Place" src="2016/img/hotels/hyatt.jpg">
235+
<h3 class="hotel-name">Hyatt Place<span class="hotel-phone">888.591.1234</span></h3>
236+
<div class="hotel-code">Code: G-GO16</div>
237+
<p class="hotel-address">
238+
440 14th Street<br>
239+
Denver, CO 80202
240+
</p>
241+
<div class="hotel-link text-link">
242+
<a href="http://denverdowntown.place.hyatt.com/en/hotel/home.html?corp_id=G-GO16">Book Now</a>
243+
</div>
244+
</div>
245+
</div>
246+
247+
<div class="col-md-3 col-sm-6">
232248
<div class="info-box">
233249
<div class="hotel-price"><strong>$189</strong><small> / night, plus tax</small></div>
234250
<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>
251+
<h3 class="hotel-name">Hilton Garden Inn<span class="hotel-phone">855.215.1283</span></h3>
236252
<div class="hotel-code">Code: GopherCon</div>
237-
<p>
253+
<p class="hotel-address">
238254
1400 Welton Street<br>
239255
Denver, CO 80202
240256
</p>

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2385,6 +2385,10 @@ body .colors .col-md-2:nth-child(6n+0) {
23852385
animation-delay: 0.6s;
23862386
}
23872387

2388+
.hotel-address {
2389+
font-size: 14px;
2390+
}
2391+
23882392
.hotel-code {
23892393
color: #999;
23902394
display: block;
@@ -2399,22 +2403,26 @@ body .colors .col-md-2:nth-child(6n+0) {
23992403
color: #FF6B1E !important;
24002404
}
24012405

2406+
.hotel-name {
2407+
font-size: 18px;
2408+
}
2409+
24022410
.hotel-price {
24032411
background: rgba(40, 40, 40, 0.6);
24042412
color: #fff;
24052413
height; 26px;
2406-
padding: 8px 15px;
2407-
font-size: 18px;
2414+
padding: 6px 12px;
2415+
font-size: 16px;
24082416
position: relative;
24092417
bottom: -38px;
24102418
margin-top: -42px;
2411-
width: 180px;
2419+
width: 160px;
24122420
float: right;
24132421
text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
24142422
}
24152423

24162424
.hotel-phone {
24172425
color: #36566B;
24182426
float: right;
2419-
font-size: 18px;
2427+
font-size: 15px;
24202428
}
119 KB
Loading

0 commit comments

Comments
 (0)