forked from ankythshukla/underexpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
forms.html
617 lines (570 loc) · 24.3 KB
/
forms.html
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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="./assets/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="./assets/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="./assets/plugins/animatecss/css/animate.min.css">
<link rel="stylesheet" type="text/css" href="./assets/css/styles.css">
</head>
<body class="bg-dark-gradient">
<nav class="navbar navbar-expand-lg navbar-light navbar-shrink p-3">
</nav>
<section>
<div class="container">
<div class="row">
<div class="col-12">
<ul class="components-list">
<li><a href="navigation.html" >Navigation (14)</a></li>
<li><a href="headers.html" >Headers (15)</a></li>
<li><a href="features.html" >Features (9)</a></li>
<li><a href="forms.html" >Forms (12)</a></li>
<li><a href="calltoaction.html" >Call to Action (4)</a></li>
<li><a href="counters.html" >Counters (6)</a></li>
<li><a href="showcase.html" >Showcase (5)</a></li>
<li><a href="people.html">People (6)</a></li>
<li><a href="pricing.html" >Pricing (8)</a></li>
<li><a href="clients.html" >Clients (6)</a></li>
<li><a href="blogs.html" >Blog (5)</a></li>
<li><a href="footers.html" >Footer (14)</a></li>
<li><a href="colors.html" >Colors</a></li>
</ul>
</div>
</div>
</div>
</section>
<div class="container">
<!-- Component Form 1 start -->
<section class="form-style-1 bg-hue-yellow py-5 background-cover" style="background-image:url('./assets/img/backgrounds/hill-gradients.jpeg');">
<div class="container">
<div class="row">
<div class="col-sm-5 col-10 mx-auto">
<div class="card p-4 bg-light lighter my-4 material-shadow">
<h3 class="lighter text-center py-2">Sign In</h3>
<form>
<div class="form-group">
<label >Email address</label>
<input type="email" class="form-control" placeholder="Enter email">
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" placeholder="Password">
</div>
<div class="form-check text-center">
<label class="form-check-label">
<input type="checkbox" class="form-check-input">
<small>Remember me</small>
</label>
</div>
<div class="text-center">
<button type="submit" class="btn btn-primary mx-auto rounded">Sign In</button>
</div>
<small class=" mt-3 inline"><a href="#" class="cprimary">Trouble Logging In?</a></small>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Component Form 1 start -->
<br><br>
<!-- Component Form 2 start -->
<section class="bg-hue-yellow p-5 background-cover">
<div class="container">
<div class="row">
<div class="col-md-8 col-10 col-lg-6 mx-auto">
<!-- Signup form component 1 start -->
<div class="card ue-sign-up-1 bg-white">
<div class="card-header bg-white"><h3 class="font-body text-center">Register Here</h3></div>
<div class="card-body">
<div class="row">
<div class="form-group col-6">
<input type="text" class="form-control" name="username" placeholder="Username">
</div>
<div class="form-group col-6">
<input type="email" class="form-control" name="email" placeholder="Email">
</div>
<div class="form-group col-6">
<input type="password" class="form-control" placeholder="Password" name="password">
</div>
<div class="form-group col-6">
<input type="password" class="form-control" placeholder="Confirm Password" name="password">
</div>
<div class="mline bg-dark "></div>
<h6 class="font-title uppercase text-center full-width p-3">Personal Information</h6>
<div class="form-group col-6">
<label class="h6">Date of Birth</label>
<input type="text" class="form-control" placeholder="DD/MM/YYYY" name="dob">
</div>
<div class="form-group col-6">
<label class="h6">Favorite Cat</label>
<select class="form-control">
<option>Tiger</option>
<option>Lion</option>
<option>Leopard</option>
</select>
</div>
<div class="form-group col-12">
<label class="h6">Favorite Food</label>
<select class="form-control">
<option>Chinese</option>
<option>Continental</option>
<option>Indian</option>
</select>
</div>
<div class="form-check text-center col-12">
<label class="form-check-label">
<input type="checkbox" class="form-check-input">
<small>I agree to everything!</small>
</label>
</div>
<div class="text-center col-12">
<button type="submit" class="btn btn-warning mx-auto btn-rounded my-3 px-3">Register</button>
<p class="p-2"><i>or</i></p>
<a href="#" class="btn btn-info m-2 "><i class="fa fa-twitter mr-2"></i>CONNECT</i></a>
<a href="#" class="btn btn-primary m-2 "><i class="fa fa-facebook mr-2"></i>CONNECT</i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Signup form component 1 end -->
<br>
<div class="col-10 col-lg-6 mx-auto">
<!-- Login form component 1 start -->
<div class="card ue-login-1">
<div class="card-header bg-white"><h5 class="text-center font-title">Login</h5></div>
<div class="card-body p-0">
<div class="row">
<div class="col-10 mx-auto">
<div class="input-group my-3">
<span class="input-group-addon bg-white"><i class="fa fa-user"></i></span>
<input type="text" class="form-control" placeholder="Username" >
</div>
<div class="input-group my-3">
<span class="input-group-addon bg-white"><i class="fa fa-lock"></i></span>
<input type="password" class="form-control" placeholder="Password" >
</div>
</div>
<div class="col-10 mx-auto text-center my-3">
<small class="my-2">Forgot Password?<a href="#"> Reset</a></small><br>
<small class="my-2">No Account?<a href="#"> Signup</a></small><br>
<a href="#" class="btn btn-outline-secondary my-2 btn-rounded ">Login</a><br>
</div>
<div class="col-12 text-center mb-2">
<a href="#" class=" btn btn-primary flat "><i class="fa fa-facebook mr-2"></i>Connect</a>
<a href="#" class=" btn btn-danger flat "><i class="fa fa-google mr-2"></i>Connect</a>
</div>
</div>
</div>
</div>
<!-- Login form component 1 end -->
</div>
<br>
<div class="col-12 mx-auto">
<!-- Newsletter form component 1 start -->
<div class="card p-3 bg-hue-red no-border">
<div class="row">
<div class="col-md-6 col-12 mx-auto">
<h5 class="p-2 text-left">Subscribe to us!</h5>
<p class="p-2 text-left">We send amazing newletter every monday! designer have always loved those.</p>
</div>
<div class="col-md-6 align-center justify-center col-sm-12">
<div class="input-group input-group-lg">
<input type="text" class="form-control no-border cwhite op-3" placeholder="Your email here">
<span class="input-group-btn">
<button class="btn btn-danger" type="button"><i class="fa fa-chevron-right"></i></button>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Newsletter form component 1 end -->
<!-- Component Form 2 start -->
<br><br>
<!-- Component Form 3 Start -->
<section class="background-cover p-5 form-style-3 p-relative" style="background-image:url('./assets/img/backgrounds/tools.jpeg');">
<div class="overlay bg-dark op-4"></div>
<div class="container">
<div class="content p-relative">
<h2 class="font-title mb-4 cwhite text-center">Subscribe Here!</h2>
<div class="row">
<div class="col-12 col-md-3">
<label>Name</label>
<input type="text" class="form-control form-control-lg bg-transparent mb-3" >
</div>
<div class="col-12 col-md-4">
<label>Email</label>
<input type="email" class="form-control form-control-lg bg-transparent mb-3" >
</div>
<div class="col-12 col-md-4">
<label>Contact Number</label>
<input type="text" class="form-control form-control-lg bg-transparent mb-3" >
</div>
</div>
<div class="row">
<div class="col-10 col-md-4 mx-auto text-center">
<button type="submit" class="btn btn-rounded btn-primary btn-lg mx-auto px-5 material-shadow mt-3">Subscribe</button>
</div>
</div>
</div>
</div>
</section>
<!-- Component Form 3 End -->
<br><br>
<!-- Component Form 4 Start -->
<section class="form-style-4 p-relative bg-white">
<div class="container">
<div class="row">
<div class="col-12 col-md-8 p-0">
<iframe
width="100%"
height="100%"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyBMgRblEioSamju0neKitZS49SNujWkbMM
&q=Space+Needle,Seattle+WA" allowfullscreen>
</iframe>
</div>
<div class="col-12 col-md-4 px-4 py-5 bg-white">
<form>
<h1 class="font-title bolder text-center mb-4 uppercase" >Contact US</h1>
<div class="form-group">
<label>Name</label>
<input type="text" class="form-control flat material-shadow" >
</div>
<div class="form-group">
<label>Email</label>
<input type="email" class="form-control flat material-shadow" >
</div>
<div class="form-group">
<label>Message</label>
<textarea class="form-control flat material-shadow" rows="4"></textarea>
</div>
<div class="form-group ">
<button type="submit" class="btn btn-primary"><i class="fa fa-paper-plane mr-2"></i>Send</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Component Form 4 End -->
<br><br>
<!-- Component Form 5 Start -->
<section class="form-style-5 p-relative bg-white">
<div class="container">
<div class="row">
<div class="col-12 col-md-8 p-0">
<iframe
width="100%"
height="100%"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyBMgRblEioSamju0neKitZS49SNujWkbMM
&q=Space+Needle,Seattle+WA" allowfullscreen>
</iframe>
</div>
<div class="col-12 col-md-4 px-4 py-5 bg-white">
<h2 class="font-title bolder text-center mb-5 uppercase" >Get in Touch<div class="mline bg-primary"></div></h2>
<h6 class="uppercase my-3 font-title">Address</h6>
<p class="mb-5 ">Santinell, 400 Broad St, Seattle, WA 98109</p>
<h6 class="uppercase my-3 font-title">Contact</h6>
<p class="mb-5"><i class="fa fa-phone mr-2"></i>+1 100 100 100<br><i class="fa fa-envelope mr-2"></i> [email protected]</p>
<h6 class="uppercase my-3 font-title">Social</h6>
<a class="p-2 m-2 bg-dark"><i class="fa fa-facebook cwhite"></i></a>
<a class="p-2 m-2 bg-dark"><i class="fa fa-google cwhite"></i></a>
<a class="p-2 m-2 bg-dark"><i class="fa fa-twitter cwhite"></i></a>
<a class="p-2 m-2 bg-dark"><i class="fa fa-linkedin cwhite"></i></a>
</div>
</div>
</div>
</section>
<!-- Component Form 5 End -->
<br><br>
<!-- Component Form 6 Start -->
<section class="form-style-6 p-relative bg-white">
<div class="container">
<div class="row">
<div class="col-12 p-0">
<iframe class="p-relative"
width="100%"
height="300px"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyBMgRblEioSamju0neKitZS49SNujWkbMM
&q=Space+Needle,Seattle+WA" allowfullscreen>
</iframe>
</div>
<div class="col-10 mx-auto p-4">
<div class="row">
<div class="col-12 my-3">
<h2 class="font-title bolder text-center mb-5 uppercase" >Get in Touch<div class="mline bg-primary"></div></h2></div>
<div class="col-md-6 col-12">
<h6 class="uppercase my-3 font-title">Address</h6>
<p class="mb-5 ">Santinell, 400 Broad St, Seattle, WA 98109</p>
<h6 class="uppercase my-3 font-title">Contact</h6>
<p class="mb-5"><i class="fa fa-phone mr-2"></i>+1 100 100 100<br><i class="fa fa-envelope mr-2"></i> [email protected]</p>
<h6 class="uppercase my-3 font-title">Social</h6>
<a class="p-2 m-2 bg-dark"><i class="fa fa-facebook cwhite"></i></a>
<a class="p-2 m-2 bg-dark"><i class="fa fa-google cwhite"></i></a>
<a class="p-2 m-2 bg-dark"><i class="fa fa-twitter cwhite"></i></a>
<a class="p-2 m-2 bg-dark"><i class="fa fa-linkedin cwhite"></i></a>
</div>
<div class="col-md-6 col-12 my-3">
<form>
<div class="form-group">
<label>Name</label>
<input type="text" class="form-control flat ">
</div>
<div class="form-group">
<label>Email</label>
<input type="email" class="form-control flat ">
</div>
<div class="form-group">
<label>Message</label>
<textarea class="form-control flat " rows="4"></textarea>
</div>
<div class="form-group ">
<button type="submit" class="btn btn-primary"><i class="fa fa-paper-plane mr-2"></i>Send</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Component Form 6 End -->
<br><br>
<!-- Component Form 7 Start -->
<section class="form-style-7 p-relative bg-dark cwhite">
<div class="container">
<div class="row">
<div class="col-10 mx-auto p-4">
<div class="row">
<div class="col-12 my-3">
<h2 class="font-title bolder text-center mb-5 uppercase" >Get in Touch<div class="mline bg-warning"></div></h2></div>
<div class="col-md-6 col-12">
<h6 class="uppercase my-3 font-title">Address</h6>
<p class="mb-5 ">Santinell, 400 Broad St, Seattle, WA 98109</p>
<h6 class="uppercase my-3 font-title">Contact</h6>
<p class="mb-5"><i class="fa fa-phone mr-2"></i>+1 100 100 100<br><i class="fa fa-envelope mr-2"></i> [email protected]</p>
<h6 class="uppercase my-3 font-title">Social</h6>
<a class="p-2 m-2 bg-white"><i class="fa fa-facebook cdark"></i></a>
<a class="p-2 m-2 bg-white"><i class="fa fa-google cdark"></i></a>
<a class="p-2 m-2 bg-white"><i class="fa fa-twitter cdark"></i></a>
<a class="p-2 m-2 bg-white"><i class="fa fa-linkedin cdark"></i></a>
</div>
<div class="col-md-6 col-12 my-3">
<form>
<div class="form-group">
<label>Name</label>
<input type="text" class="form-control flat ">
</div>
<div class="form-group">
<label>Email</label>
<input type="email" class="form-control flat ">
</div>
<div class="form-group">
<label>Message</label>
<textarea class="form-control flat " rows="4"></textarea>
</div>
<div class="form-group ">
<button type="submit" class="btn btn-warning"><i class="fa fa-paper-plane mr-2"></i>Send</button>
</div>
</form>
</div>
</div>
</div>
<div class="col-12 p-0">
<iframe class="p-relative"
width="100%"
height="300px"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyBMgRblEioSamju0neKitZS49SNujWkbMM
&q=Space+Needle,Seattle+WA" allowfullscreen>
</iframe>
</div>
</div>
</div>
</section>
<!-- Component Form 7 End -->
<br><br>
<!-- Component Form 8 Start -->
<section class="form-style-8 p-relative cwhite background-cover" style="background-image:url('./assets/img/backgrounds/workspace.jpeg');">
<div class="overlay op-5 bg-dark"></div>
<div class="container">
<div class="row">
<div class="col-12 mx-auto py-4">
<div class="row">
<div class="col-12 my-4">
<h2 class="font-title bolder text-center uppercase" >Get in Touch<div class="mline bg-warning"></div></h2>
<p class="text-center p-2">Stuck somewhere? Need help? Contacting is us is never a bad idea.</p>
</div>
<div class="col-12 p-0">
<iframe class="p-relative"
width="100%"
height="300px"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyBMgRblEioSamju0neKitZS49SNujWkbMM
&q=Space+Needle,Seattle+WA" allowfullscreen>
</iframe>
</div>
<div class="col-md-6 col-12 p-5">
<h6 class="uppercase font-title">Address</h6>
<p class="mb-5 ">Santinell, 400 Broad St, Seattle, WA 98109</p>
<h6 class="uppercase my-3 font-title">Contact</h6>
<p class="mb-5"><i class="fa fa-phone mr-2"></i>+1 100 100 100<br><i class="fa fa-envelope mr-2"></i> [email protected]</p>
<h6 class="uppercase my-3 font-title">Social</h6>
<a class="p-2 m-2 bg-white"><i class="fa fa-facebook cdark"></i></a>
<a class="p-2 m-2 bg-white"><i class="fa fa-google cdark"></i></a>
<a class="p-2 m-2 bg-white"><i class="fa fa-twitter cdark"></i></a>
<a class="p-2 m-2 bg-white"><i class="fa fa-linkedin cdark"></i></a>
</div>
<div class="col-md-6 col-12 p-5">
<form>
<div class="form-group">
<label>Name</label>
<input type="text" class="form-control flat ">
</div>
<div class="form-group">
<label>Email</label>
<input type="email" class="form-control flat ">
</div>
<div class="form-group">
<label>Message</label>
<textarea class="form-control flat " rows="4"></textarea>
</div>
<div class="form-group ">
<button type="submit" class="btn btn-warning"><i class="fa fa-paper-plane mr-2"></i>Send</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Component Form 8 End -->
<br><br>
<!-- Component Form 9 Start -->
<section class="form-style-9 p-relative bg-white background-cover" style="background-image:url('./assets/img/backgrounds/scene.jpeg');">
<div class="container">
<div class="row">
<div class="col-lg-10 col-10 mx-auto my-5">
<div class="card p-4 bg-hue-red my-5 background-cover no-border material-shadow" style="background-image:url('./assets/img/backgrounds/red_clouds.jpeg');">
<div class="row">
<div class="col-10 mx-auto col-lg-6 cwhite px-5">
<form>
<h4 class="font-title my-3">Sign Up</h4>
<div class="form-group">
<input class="form-control bg-transparent flat no-border" type="name" placeholder="Name">
</div>
<div class="form-group">
<input class="form-control bg-transparent flat no-border" type="email" placeholder="Email...">
</div>
<div class="form-group">
<input class="form-control bg-transparent flat no-border" type="password" placeholder="Password">
</div>
<button class="btn btn-warning w-100 my-3">Register</button>
</form>
</div>
<div class="col-10 mx-auto col-lg-6 cwhite px-5">
<form>
<h4 class="font-title my-3">Login</h4>
<div class="form-group">
<input class="form-control bg-transparent flat no-border" type="name" placeholder="Name">
</div>
<div class="form-group">
<input class="form-control bg-transparent flat no-border" type="email" placeholder="Email...">
</div>
<button class="btn btn-warning w-100 my-3">Login</button>
<small>or use your social accounts</small>
<div class="w-100 my-2 block text-center">
<a class="btn btn-outline-dark m-2" href="#"><i class="fa fa-facebook mr-2"></i>Facebook</a>
<a class="btn btn-outline-dark m-2" href="#"><i class="fa fa-google mr-2"></i>Google</a>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Component Form 9 End -->
<br><br>
<!-- Component Form 10 Start -->
<section class="form-style-10 p-relative bg-white background-cover" style="background-image:url('./assets/img/backgrounds/scene.jpeg');">
<div class="overlay op-7 bg-hue-turquoise"></div>
<div class="container">
<div class="row">
<div class="col-lg-10 col-10 mx-auto my-5">
<div class="card my-5 no-border material-shadow">
<div class="row">
<div class="col-10 mx-auto col-lg-7 cwhite p-5 background-cover bolder align-center justify-center" style="background-image:url('./assets/img/backgrounds/parachute.jpg');">
<div class="overlay op-7 bg-hue-dark"></div>
<div class="content p-relative">
<h1 class="text-left font-title display-3">Hello World!</h1>
<p>Start your journey by logging in.</p>
</div>
</div>
<div class="col-10 mx-auto col-lg-5 p-5">
<form>
<h4 class="font-title my-3">Login</h4>
<div class="form-group">
<input class="form-control bg-transparent flat " type="name" placeholder="Name">
</div>
<div class="form-group">
<input class="form-control bg-transparent flat " type="email" placeholder="Email...">
</div>
<div class="form-group text-center">
<button class="btn btn-warning material-shadow">Login</button>
</div>
<small>or use your social accounts</small>
<div class="w-100 my-2 block text-center">
<a class="btn btn-outline-dark m-2" href="#"><i class="fa fa-facebook"></i></a>
<a class="btn btn-outline-dark m-2" href="#"><i class="fa fa-google"></i></a>
<a class="btn btn-outline-dark m-2" href="#"><i class="fa fa-twitter"></i></a>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Component Form 10 End -->
</div>
<footer class="p-3 pt-5 text-center">
<hr>
<p class="cwhite font-title">© 2017 | <a class="" href="https://underexpress.com">UnderExpress.com</a></p>
</footer>
</body>
<script src="./assets/plugins/jquery/jquery-3.2.0.min.js"></script>
<script src="./assets/plugins/popper/popper.js"></script>
<script src="./assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="./assets/js/script.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108011681-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-108011681-1');
</script>
<!-- Hotjar Tracking Code for underexpress.com -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:657265,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</html>