-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.ejs
303 lines (291 loc) · 14.6 KB
/
index.ejs
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<%
const PKG = require('./package');
const PREFIX = PKG.prefix;
const LOGO = require('./assets/images/logo.svg');
const LOGO_SM = require('./assets/images/logo_small.svg');
const FAVICON = require('file-loader!./src/favicon.ico');
const TELESCOPE_SVG = require('./assets/images/sltx-icon-telescope.svg')
%>
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--View Title-->
<title><%= htmlWebpackPlugin.options.title %></title>
<link rel="icon" href="<%= FAVICON %>" type="image/x-icon"/>
</head>
<body>
<% if (IS_DEV) { %>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0="
crossorigin="anonymous"/>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script> <!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<div class="reference-screenshot"></div>
<style>body {
min-height: 2000px;
}</style>
<% } %>
<header class="<%= PREFIX %>-header">
<!--HEADER: SEARCH -->
<div class="<%= PREFIX %>-header--search"></div>
<!--HEADER: FIXED -->
<div class="<%= PREFIX %>-header--fixed hidden">
<div class="container-fluid">
<div class="flex-row align-items-center">
<div class="flex-col-auto"><a href="<%= PKG.website %>"><img class="img-fluid <%= PREFIX %>-logo"
src="<%= LOGO_SM %>"
alt="<%= PKG.description %>"/></a></div>
<div class="flex-col-auto">
<!--HEADER FIXED . LINKS -->
<div class="<%= PREFIX %>-header--links">
<ul class="list-unstyled list-inline m-0">
<li><a href="<%= PKG.website %>/explore/request-visitor-information/" target="_blank">Free
Visitor Guide</a></li>
<li class="separator">|</li>
<li><a href="<%= PKG.website %>/explore/e-blast-sign-up/" target="_blank">E-Blast Sign-Up</a></li>
</ul>
</div>
<!--HEADER FIXED . NAVIGATION -->
<nav>
<ul class="list-inline list-unstyled">
<li><a href="<%= PKG.website %>/explore" target="_blank">explore</a></li>
<li><a href="<%= PKG.website %>/events" target="_blank">events</a></li>
<li><a href="<%= PKG.website %>/restaurants" target="_blank">restaurants</a></li>
<li><a href="<%= PKG.website %>/hotels" target="_blank">hotels</a></li>
<li><a href="https://www.facebook.com/visitsugarland" target="_blank">#SweeterinSL</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<!--HEADER: DESKTOP: TOP -->
<div class="<%= PREFIX %>-header--top">
<div class="container-fluid">
<div class="flex-row">
<div class="flex-col-auto hidden-md hidden-lg p-0">
<a class="<%= PREFIX %>-header--btn m-0 h-100 p-0"
href="<%= PKG.website %>"><img class="<%= PREFIX %>-header--logo"
src="<%= LOGO_SM %>"
alt="<%= PKG.description %>"/></a>
</div>
<div class="flex-col hidden-xs p-0 bg-blue">
<div class="h-100">
<div class="flex-row h-100 justify-content-sm-around align-items-center m-0">
<div class="flex-col-auto">
<ul class="list-inline list-unstyled <%= PREFIX %>-nav--social h-100 align-items-center m-0">
<li class="p-0">
<a href="https://www.facebook.com/pages/Visit-Sugar-Land-TX/1633383806889557"
target="_blank"><i class="fa fa-facebook-square" aria-hidden="true"></i></a>
</li>
<li class="p-0">
<a href="https://www.instagram.com/visitsugarland" target="_blank"><i class="fa fa-instagram"
aria-hidden="true"></i></a>
</li>
<li class="p-0">
<a href="https://www.linkedin.com/company/visit-sugar-land-convention-&-visitors-services"
target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</li>
<li class="p-0">
<a href="http://www.twitter.com/VisitSugarLand" target="_blank"><i class="fa fa-twitter"
aria-hidden="true"></i></a>
</li>
</ul>
</div>
<div class="flex-col-auto visible-sm">
<div class="<%= PREFIX %>-weather"></div>
</div>
<div class="flex-col-auto hidden-xs hidden-sm p-0">
<div class="<%= PREFIX %>-nav--links">
<div class="<%= PREFIX %>-header--links">
<ul class="list-unstyled list-inline mb-0">
<li><a href="<%= PKG.website %>/explore/request-visitor-information/" target="_blank">Free
Visitor Guide</a></li>
<li class="separator">|</li>
<li><a href="<%= PKG.website %>/explore/e-blast-sign-up/" target="_blank">Free Visitor
Guide</a></li>
</ul>
</div>
</div>
</div>
<div class="flex-col-auto hidden-xs hidden-sm p-0">
<nav class="nav-secondary">
<ul class="nav m-0 list-inline list-unstyled">
<li><a href="<%= PKG.website %>/meetings/"
target="blank"
title="Meetings">Meetings</a>
</li>
<li><a href="<%= PKG.website %>/sports/"
target="blank"
title="Sports">Sports</a>
</li>
<li><a href="<%= PKG.website %>/event-producers/"
target="blank"
title="Event Producers">Event
Producers</a>
</li>
<li><a href="<%= PKG.website %>/media/"
target="blank"
title="Media">Media</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<div class="flex-col flex-col-sm-auto p-0"><a class="<%= PREFIX %>-header--btn btn-trip p-0"
href="<%= PKG.website %>/tripbuilder/"><i class="fa fa-suitcase"
aria-hidden="true"></i><span class="hidden-xs hidden-sm">MY TRIP</span><span
class="count">( 0 )</span></a></div>
<!--BOOK ONLINE-->
<div class="flex-col flex-col-sm-auto p-0">
<div class="book-online h-100">
<a class="h-100" href="https://visitsugarlandtx.bookdirect.net/#/lodgings" target="blank">BOOK ONLINE</a>
</div>
</div>
<!--WEATHER-->
<div class="flex-col-auto h-100 hidden-xs hidden-sm p-0">
<div class="flex-row no-gutters align-items-center justify-content-evenly <%= PREFIX %>-weather h-100"></div>
</div>
<div class="flex-col flex-col-sm-auto p-0">
<div class="<%= PREFIX %>-search h-100">
<!-- Button trigger modal -->
<button type="button"
class="btn-search--toggle h-100"
data-toggle="modal"
data-target="#<%= PREFIX %>SearchModal">
<i class="fa fa-search" aria-hidden="true"></i>
</button>
</div>
</div>
<div class="flex-col-auto hidden-md hidden-lg p-0">
<button type="button"
aria-controls="<%= PREFIX %>NavBar"
class="<%= PREFIX %>-header--btn btn-nav--toggle p-0"
data-toggle="collapse"
data-target="#<%= PREFIX %>NavBar"
aria-expanded="false"><i class="icon-hamburger"></i> <span class="bold" data-closed-text="MENU" data-open-text="CLOSE"></span></button>
<div id="<%= PREFIX %>NavBar"
class="collapse navbar-collapse navbar-collapse--<%= PREFIX %>"
aria-expanded="false">
<div class="bg-white">
<nav class="nav-primary">
<ul class="nav m-0 list-unstyled flex-column">
<li><a href="<%= PKG.website %>/explore" target="_blank">explore</a></li>
<li><a href="<%= PKG.website %>/events" target="_blank">events</a></li>
<li><a href="<%= PKG.website %>/restaurants" target="_blank">restaurants</a></li>
<li><a href="<%= PKG.website %>/hotels" target="_blank">hotels</a></li>
<li><a href="https://www.facebook.com/visitsugarland" target="_blank">#SweeterinSL</a></li>
</ul>
</nav>
</div>
<div class="bg-blue">
<nav class="nav-secondary">
<ul class="nav flex-column m-0 list-unstyled">
<li><a href="<%= PKG.website %>/meetings/"
target="blank"
title="Meetings">Meetings</a>
</li>
<li><a href="<%= PKG.website %>/sports/"
target="blank"
title="Sports">Sports</a>
</li>
<li><a href="<%= PKG.website %>/event-producers/"
target="blank"
title="Event Producers">Event
Producers</a>
</li>
<li><a href="<%= PKG.website %>/media/"
target="blank"
title="Media">Media</a>
</li>
</ul>
</nav>
<div class="<%= PREFIX %>-nav--social">
<div class="flex-row justify-content-between align-items-center">
<div class="flex-col-auto">
<ul class="list-inline list-unstyled mb-0">
<li class="align-middle">
<a href="https://www.facebook.com/pages/Visit-Sugar-Land-TX/1633383806889557"
target="_blank"><i class="fa fa-facebook-square" aria-hidden="true"></i></a>
</li>
<li class="align-middle">
<a href="https://www.instagram.com/visitsugarland" target="_blank"><i class="fa fa-instagram"
aria-hidden="true"></i></a>
</li>
<li class="align-middle">
<a href="https://www.linkedin.com/company/visit-sugar-land-convention-&-visitors-services"
target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</li>
<li class="align-middle">
<a href="http://www.twitter.com/VisitSugarLand" target="_blank"><i class="fa fa-twitter"
aria-hidden="true"></i></a>
</li>
</ul>
</div>
<div class="flex-col-auto">
Weather widget will be here
<div id="<%= PREFIX %>-weather"></div>
</div>
</div>
</div>
<div class="<%= PREFIX %>-nav--links">
<div class="<%= PREFIX %>-header--links">
<ul class="list-unstyled list-inline mb-0">
<li><a href="<%= PKG.website %>/explore/request-visitor-information/" target="_blank">Free
Visitor Guide</a></li>
<li class="separator">|</li>
<li><a href="<%= PKG.website %>/explore/e-blast-sign-up/" target="_blank">Free Visitor
Guide</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--HEADER: DESKTOP: BOT -->
<div class="<%= PREFIX %>-header--bot hidden-xs hidden-sm bg-white">
<div class="container-fluid">
<div class="flex-row align-items-center">
<div class="flex-col-md-4"><a href="<%= PKG.website %>"><img src="<%= LOGO %>"
alt="<%= PKG.description %>"
class="img-fluid <%= PREFIX %>-logo"/></a></div>
<div class="flex-col-md-8">
<nav class="nav-primary">
<ul class="nav list-inline list-unstyled m-0">
<li><a href="<%= PKG.website %>/explore"
target="_blank">
<img class="nav-icon"
src="<%= TELESCOPE_SVG %>" alt="Explore"><span>explore</span></a></li>
<li><a href="<%= PKG.website %>/events"
target="_blank"><i class="nav-icon icon-confetti"></i><span>events</span></a></li>
<li><a href="<%= PKG.website %>/restaurants"
target="_blank"><i class="nav-icon icon-restaurant"></i><span>restaurants</span></a></li>
<li><a href="<%= PKG.website %>/hotels"
target="_blank"><i class="nav-icon icon-bed"></i><span>hotels</span></a></li>
<li><a href="https://www.facebook.com/visitsugarland"
target="_blank"><img class="nav-icon"
src="<%= LOGO_SM %>"><span>#SweeterinSL</span></a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</header>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.9/css/weather-icons.min.css">
<%= require('html-loader?interpolate=true!./src/search_modal.html') %>
</body>
</html>