|
1 | | -<% if CityIntro %> |
2 | | -<div class="white city-intro"> |
3 | | - <div class="container"> |
4 | | - <div class="row"> |
5 | | - <div class="col-sm-12"> |
6 | | - $CityIntro |
7 | | - </div> |
8 | | - </div> |
9 | | - </div> |
10 | | -</div> |
11 | | -<% end_if %> |
| 1 | + |
12 | 2 | <div class="light secondary-nav" id="nav-bar"> |
13 | 3 | <div class="container"> |
14 | 4 | <ul class="secondary-nav-list"> |
15 | | - <li> |
16 | | - <a href="#venue"> |
17 | | - <i class="fa fa-map-marker"></i> |
18 | | - Venue |
19 | | - </a> |
20 | | - </li> |
21 | 5 | <li> |
22 | 6 | <a href="#hotels"> |
23 | 7 | <i class="fa fa-h-square"></i> |
24 | 8 | Hotels & Airport |
25 | 9 | </a> |
26 | 10 | </li> |
27 | | - <% if TravelSupport %> |
28 | | - <li> |
29 | | - <a href="#travel-support"> |
30 | | - <i class="fa fa-globe"></i> |
31 | | - Travel Support Program |
32 | | - </a> |
33 | | - </li> |
34 | | - <% end_if %> |
35 | | - <% if VisaInformation %> |
36 | 11 | <li> |
37 | | - <a href="#visa"> |
38 | | - <i class="fa fa-plane"></i> |
39 | | - Visa Info |
| 12 | + <a href="#venue"> |
| 13 | + <i class="fa fa-map-marker"></i> |
| 14 | + Venue |
40 | 15 | </a> |
41 | 16 | </li> |
42 | | - <% end_if %> |
43 | 17 | <% if Locals %> |
44 | 18 | <li> |
45 | 19 | <a href="#locals"> |
|
51 | 25 | </ul> |
52 | 26 | </div> |
53 | 27 | </div> |
54 | | -<% if $Venue %> |
55 | | - <div id="venue"> |
56 | | - <div class="venue-row tokyo" style="background: rgba(0, 0, 0, 0) url('{$Top.VenueBackgroundImageUrl}') no-repeat scroll left top / cover ;"> |
57 | | - <div class="container"> |
58 | | - <h1>$Top.VenueTitleText</h1> |
59 | | - <% loop Venue %> |
60 | | - <p> |
61 | | - <strong>$Name</strong> |
62 | | - $Address1<br> |
63 | | - $City , $State $ZipCode |
64 | | - </p> |
65 | | - <% end_loop %> |
66 | | - </div> |
67 | | - <a href="{$Top.VenueBackgroundImageHeroSource}" class="photo-credit" data-toggle="tooltip" data-placement="left" title="{$Top.VenueBackgroundImageHero}" target="_blank"> |
68 | | - <i class="fa fa-info-circle"></i> |
69 | | - </a> |
70 | | - </div> |
71 | | - </div> |
72 | | -<% end_if %> |
| 28 | + |
73 | 29 | <div class="white hotels-row" id="hotels"> |
74 | 30 | <% if not $Top.CampusGraphic %> |
75 | 31 | <div class="venue-map" id="map-canvas"></div> |
|
169 | 125 | </p> |
170 | 126 | <p> |
171 | 127 | <a href="$Top.Link#map-canvas" class="marker-link" data-location-id="{$ID}" alt="View On Map"><i class="fa fa-map-marker"></i> Map</a> |
172 | | - <a href="{$WebSiteUrl} target="_blank" alt="Visit Website"><i class="fa fa-home"></i> Website</a> |
| 128 | + <a href="{$WebSiteUrl}" target="_blank" alt="Visit Website"><i class="fa fa-home"></i> Website</a> |
173 | 129 | </p> |
174 | 130 | </div> |
175 | 131 | <% end_loop %> |
|
186 | 142 | <% end_if %> |
187 | 143 | </div> |
188 | 144 | </div> |
189 | | -<!-- <div class="blue" id="getting-around"> |
| 145 | +<% if CityIntro %> |
| 146 | +<div class="white city-intro"> |
190 | 147 | <div class="container"> |
191 | 148 | <div class="row"> |
192 | | - <div class="col-lg-8 col-lg-push-2"> |
193 | | - <h1>Getting Around In Austin</h1> |
194 | | - <p> |
195 | | - There are several safe and reliable transportation options in Austin. Here are a few options to consider. |
196 | | - </p> |
197 | | - </div> |
198 | | - </div> |
199 | | - <div class="row"> |
200 | | - <div class="col-lg-12"> |
201 | | - <div class="getting-options"> |
202 | | - <div class="getting-around-item"> |
203 | | - <a href="//www.capmetro.org/airport/" target="_blank"><i class="fa fa-bus"></i>MetroAirport<span>(bus)</span></a> |
204 | | - </div> |
205 | | - <div class="getting-around-item"> |
206 | | - <a href="//www.uber.com/cities/austin" target="_blank"><i class="fa fa-car"></i>Uber</a> |
207 | | - </div> |
208 | | - <div class="getting-around-item"> |
209 | | - <a href="//www.lyft.com/cities/austin" target="_blank"><i class="fa fa-car"></i>Lyft</a> |
210 | | - </div> |
211 | | - <div class="getting-around-item"> |
212 | | - <a href="//www.austintexas.gov/department/ground-transportation" target="_blank"><i class="fa fa-plane"></i>Airport Transportation</a> |
213 | | - </div> |
214 | | - <div class="getting-around-item"> |
215 | | - <a href="#" target="_blank"><i class="fa fa-car"></i>Rental Cars</a> |
216 | | - </div> |
217 | | - </div> |
| 149 | + <div class="col-sm-12"> |
| 150 | + $CityIntro |
218 | 151 | </div> |
219 | 152 | </div> |
220 | 153 | </div> |
221 | 154 | </div> |
222 | | ---> |
223 | | -<% if TravelSupport %> |
224 | | - <div class="light" id="travel-support"> |
225 | | - <div class="container"> |
226 | | - <div class="row"> |
227 | | - <div class="col-lg-8 col-lg-push-2"> |
228 | | - $TravelSupport |
229 | | - </div> |
230 | | - </div> |
231 | | - </div> |
232 | | - </div> |
233 | 155 | <% end_if %> |
234 | | -<% if VisaInformation %> |
235 | | -<div class="white visa-row" id="visa"> |
236 | | - <div class="container"> |
237 | | - <div class="row"> |
238 | | - <div class="col-lg-8 col-lg-push-2"> |
239 | | - $VisaInformation |
| 156 | +<% if $Venue %> |
| 157 | + <div id="venue"> |
| 158 | + <div class="venue-row tokyo" style="background: rgba(0, 0, 0, 0) url('{$Top.VenueBackgroundImageUrl}') no-repeat scroll left top / cover ;"> |
| 159 | + <div class="container"> |
| 160 | + <h1>$Top.VenueTitleText</h1> |
| 161 | + <% loop Venue %> |
| 162 | + <p> |
| 163 | + <strong>$Name</strong> |
| 164 | + $Address1<br> |
| 165 | + $City , $State $ZipCode |
| 166 | + </p> |
| 167 | + <% end_loop %> |
240 | 168 | </div> |
| 169 | + <a href="{$Top.VenueBackgroundImageHeroSource}" class="photo-credit" data-toggle="tooltip" data-placement="left" title="{$Top.VenueBackgroundImageHero}" target="_blank"> |
| 170 | + <i class="fa fa-info-circle"></i> |
| 171 | + </a> |
241 | 172 | </div> |
242 | 173 | </div> |
243 | | -</div> |
244 | | -<% end_if %> |
245 | | -<% if Locals %> |
246 | | -<div class="about-city-row austin" style="background: rgba(0, 0, 0, 0) url('{$AboutTheCityBackgroundImageUrl}') no-repeat scroll left top / cover "> |
247 | | - <p> |
248 | | - Legendary music, epic BBQ, history, food trucks and neon... |
249 | | - </p> |
250 | | - <h1>Come Join Us In Austin</h1> |
251 | | - <a href="{$AboutTheCityBackgroundImageHeroSource}" class="photo-credit" data-toggle="tooltip" data-placement="left" title="{$AboutTheCityBackgroundImageHero}" target="_blank"><i class="fa fa-info-circle"></i></a> |
252 | | -</div> |
253 | | -<div class="white locals-row" id="locals"> |
254 | | - <div class="container"> |
255 | | - $Locals |
256 | | - </div> |
257 | | -</div> |
258 | 174 | <% end_if %> |
0 commit comments