-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
611 lines (573 loc) · 28.8 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Mojo - Bootstrap 4 Multipurpose One Page Template"/>
<meta name="author" content="theme_xpress">
<title>CUED-IN</title>
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css?family=Futura:300,400,500,600,700,800,900|Source+Sans+Pro:300,400,600,700,900" rel="stylesheet">
<!-- css libraries -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/icofont.min.css" rel="stylesheet">
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/lightbox.css" rel="stylesheet">
<link href="css/hamburgers.min.css" rel="stylesheet">
<!-- main style -->
<link href="style.css" rel="stylesheet">
<!-- responsive.css -->
<link href="css/responsive.css" rel="stylesheet">
</head>
<body>
<!-- page-wrapper start -->
<div class="page-wrapper">
<!-- ----------------- -->
<!-- main-header start -->
<header class="main-header">
<div class="container">
<nav class="navbar navbar-expand-lg main-nav px-0">
<a class="navbar-brand" href="#home" rel="m_PageScroll2id">
<img src="img/tinylogo.jpg" alt="Logo">
</a>
<button class="hamburger hamburger--collapse navbar-toggler" type="button" data-toggle="collapse" data-target="#mainMenu">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
<div class="collapse navbar-collapse" id="mainMenu">
<ul class="navbar-nav ml-auto text-uppercase f1">
<li>
<a href="#home" rel="m_PageScroll2id">home</a>
</li>
<li>
<a href="#about" rel="m_PageScroll2id" data-ps2id-offset="50">about</a>
</li>
<li>
<a href="#service" rel="m_PageScroll2id">our community</a>
</li>
<li>
<a href="#team" rel="m_PageScroll2id">contact</a>
</li>
<li>
<a href="#contact" rel="m_PageScroll2id">Login/Create Account</a>
</li>
</ul>
</div>
</nav>
</div><!-- /.container -->
</header>
<!-- main-header end -->
<!-- --------------- -->
<!-- ----------- -->
<!-- #home start -->
<main class="slider-wrapper" id="home">
<div id="mainSlider" class="carousel slide carousel-fade slider-content-style slider-home-one">
<ol class="carousel-indicators">
<li data-target="#mainSlider" data-slide-to="0" class="active"></li>
<li data-target="#mainSlider" data-slide-to="1"></li>
<li data-target="#mainSlider" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner text-center text-uppercase f1">
<div class="carousel-item active" data-bg="1">
<div class="container h-100">
<div class="row h-100 align-items-center justify-content-center">
<div class="crop text-white">
<div class="bannerContent">
<h2 data-animation="animated fadeInUp">we are</h2>
<h1 data-animation="animated fadeInUp">CUED-IN</h1>
<a href="#about" rel="m_PageScroll2id" data-animation="animated fadeInUp" class="thm-btn text-white f2 fw-7">ENTER</a>
</div>
</div>
</div>
</div>
</div><!-- /.carousel-item -->
<div class="carousel-item" data-bg="2">
<div class="container h-100">
<div class="row h-100 align-items-center justify-content-center">
<div class="crop text-white">
<div class="bannerContent">
<h2 data-animation="animated fadeInDown">we are</h2>
<h1 data-animation="animated fadeInUp">BRIDGING THE GAP</h1>
<a href="#about" rel="m_PageScroll2id" data-animation="animated fadeInUp" class="thm-btn text-white f2 fw-7">read more</a>
</div>
</div>
</div>
</div>
</div><!-- /.carousel-item -->
<div class="carousel-item" data-bg="3">
<div class="container h-100">
<div class="row h-100 align-items-center justify-content-center">
<div class="crop text-white">
<div class="bannerContent">
<h2 data-animation="animated fadeInUp">we are</h2>
<h1 data-animation="animated fadeInUp">HERE TO EMPOWER</h1>
<a href="#about" rel="m_PageScroll2id" data-animation="animated fadeInUp" class="thm-btn text-white f2 fw-7">read more</a>
</div>
</div>
</div>
</div>
</div><!-- /.carousel-item -->
</div>
<!-- Controls -->
<a class="carousel-control-prev" href="#mainSlider" role="button" data-slide="prev">
<img src="img/prev.png" alt="previous">
</a>
<a class="carousel-control-next" href="#mainSlider" role="button" data-slide="next">
<img src="img/next.png" alt="next">
</a>
</div>
</main>
<!-- #home end -->
<!-- --------- -->
<!-- ------------ -->
<!-- #about start -->
<div class="about" id="about">
<div class="features">
<div class="row mx-0">
<div class="col-lg-3 col-sm-6 feature-card crop">
<div class="feature-body wow fadeInLeft" data-wow-delay=".1s">
<i class="icofont-bulb-alt"></i>
<h2 class="f1 fw-7">impart knowledge</h2>
<!-- INSERT OTHER CONTENT -->
<p class="f2 fw-4"> </p>
</div><!-- /.feature-card -->
</div><!-- /.col-lg-3 -->
<div class="col-lg-3 col-sm-6 feature-card crop">
<div class="feature-body wow fadeInLeft" data-wow-delay=".4s">
<i class="icofont-megaphone-alt"></i>
<h2 class="f1 fw-7">Easy & Accessible Opportunities </h2>
<p class="f2 fw-4"> <!-- INSERT OTHER CONTENT --></p>
</div><!-- /.feature-card -->
</div><!-- /.col-lg-3 -->
<div class="col-lg-3 col-sm-6 feature-card crop">
<div class="feature-body wow fadeInLeft" data-wow-delay=".7s">
<i class="icofont-paint"></i>
<h2 class="f1 fw-7">You Have A Voice</h2>
<p class="f2 fw-4"> <!-- INSERT OTHER CONTENT --></p>
</div><!-- /.feature-card -->
</div><!-- /.col-lg-3 -->
<div class="col-lg-3 col-sm-6 feature-card crop">
<div class="feature-body wow fadeInLeft" data-wow-delay=".9s">
<i class="icofont-wall-clock"></i>
<h2 class="f1 fw-7">Provide Resources</h2>
<p class="f2 fw-4"> <!-- INSERT OTHER CONTENT --></p>
</div><!-- /.feature-card -->
</div><!-- /.col-lg-3 -->
</div><!-- /.row -->
</div><!-- /.features -->
<div class="container">
<div class="row">
<div class="col-12">
<header class="secHeader">
<p>our mission &</p>
<h1>the story about us</h1>
</header>
</div><!-- /.col-12 -->
<div class="col-xl-4">
<section class="crop">
<p class="f1 fw-7 text-xl-right text-center wow fadeInRight" data-wow-duration="2s">
<span>Our goal is to provide</span><br>
you with the knowledge to make better career decisions.
</p>
</section>
</div><!-- /.col-xl-4 -->
<div class="col-xl-8">
<article class="f2 wow fadeIn" data-wow-duration="2s">
<p class="text-center text-sm-left">CUED-In Inc. was founded in 2015 by talking with counselors, parents, teachers, and students. We saw that there was no platform out there that connects the student to local opportunities (jobs, internships, shadowing). Also, other platforms point students to just college bound careers. We want to bring everything together because all careers are needed no matter if it takes you to college or a technical school. So CUED-In was formed and is an app and web-based platform that promotes a career focused, community connected future by showing students various pathways to a career. We bring all the key players—students, parents, counselors, career coaches, teachers, and businesses—onto one platform, enhancing communication and eliminating the need for multiple websites. Having everyone on the same page promotes seamless, informed, and financially savvy decisions while helping students keep an eye on the ultimate goal that a college or technical school degree provides—a career.</p>
<ul>
<li>Lorem Ipsum is simply dummy text of the printing.</li>
<li>And typesetting industry. Lorem Ipsum</li>
<li>Has been the industry's standard dummy text ever sincethe.</li>
</ul>
</article>
</div><!-- /.col-xl-8 -->
</div><!-- /.row -->
</div><!-- /.container -->
<div class="text-center">
<img src="img/stockstudentscrop.jpg" alt="stockstudents">
</div><!-- /.text-center -->
</div><!-- /.about -->
<!-- #about end -->
<!-- ---------- -->
<!-- -------------- -->
<!-- #service start -->
<div class="service" id="service">
<header>
<div class="secHeader">
<p>filler</p>
<h1>OUR COMMUNITY</h1>
</div>
</header><!-- /.secHeader -->
<!-- STUDENT SECTION -->
<section class="service-block" id="service1">
<div class="container-fluid px-0">
<div class="row">
<div class="col-lg-6 col-md-12 pr-0 img-box order-2 order-lg-1">
<img src="img/service/01.jpg" alt="Service">
</div><!-- /.col-md-12 -->
<div class="col-lg-6 bg-white pl-0 d-flex align-items-center order-1 order-lg-2 crop">
<div class="singleService wow fadeInRight" data-wow-duration="1.8s">
<header>
<span class="f2">01</span>
<h2 class="f1 fw-7 text-uppercase">Students</h2>
</header>
<p class="f2">Lorem Ipsum is simply dummy text of the printing and typesetting industry Lorem Ipsum has been the industrys standard dummy text ever since.</p>
<a href="#" class="f2 text-uppercase">read more</a>
</div><!-- /.singleService -->
</div><!-- /.col-lg-6 -->
</div><!-- /.row -->
</div><!-- /.container -->
</section><!-- /.service-block -->
<!-- END STUDENTS SECTION -->
<!-- EMPLOYER SECTION -->
<section class="service-block" id="service2">
<div class="container-fluid px-0">
<div class="row">
<div class="col-lg-6 bg-white pr-0 d-flex align-items-center crop">
<div class="singleService wow fadeInLeft" data-wow-duration="1.8s">
<header>
<span class="f2">02</span>
<h2 class="f1 fw-7 text-uppercase">Employer</h2>
</header>
<p class="f2">Lorem Ipsum is simply dummy text of the printing and typesetting industry Lorem Ipsum has been the industrys standard dummy text ever since.</p>
<a href="#" class="f2 text-uppercase">read more</a>
</div><!-- /.singleService -->
</div><!-- /.col-lg-6 -->
<div class="col-lg-6 col-md-12 pl-0 img-box">
<img src="img/service/02.jpg" alt="Service">
</div><!-- /.col-md-12 -->
</div><!-- /.row -->
</div><!-- /.container -->
</section><!-- /.service-block -->
<!-- END EMPLOYER SECTION -->
<!-- PARENTS SECTION -->
<section class="service-block" id="service3">
<div class="container-fluid px-0">
<div class="row">
<div class="col-lg-6 col-md-12 pr-0 img-box order-2 order-lg-1">
<img src="img/service/03.jpg" alt="Service">
</div><!-- /.col-md-12 -->
<div class="col-lg-6 bg-white pl-0 d-flex align-items-center order-1 order-lg-2 crop">
<div class="singleService wow fadeInRight" data-wow-duration="1.8s">
<header>
<span class="f2">03</span>
<h2 class="f1 fw-7 text-uppercase">Parent</h2>
</header>
<p class="f2">Lorem Ipsum is simply dummy text of the printing and typesetting industry Lorem Ipsum has been the industrys standard dummy text ever since.</p>
<a href="#" class="f2 text-uppercase">read more</a>
</div><!-- /.singleService -->
</div><!-- /.col-lg-6 -->
</div><!-- /.row -->
</div><!-- /.container -->
</section><!-- /.service-block -->
<!-- END PARENTS SECTION -->
<!-- SCHOOLS SECTION -->
<section class="service-block" id="service4">
<div class="container-fluid px-0">
<div class="row">
<div class="col-lg-6 bg-white pr-0 d-flex align-items-center crop">
<div class="singleService wow fadeInLeft" data-wow-duration="1.8s">
<header>
<span class="f2">04</span>
<h2 class="f1 fw-7 text-uppercase">Schools</h2>
</header>
<p class="f2">Lorem Ipsum is simply dummy text of the printing and typesetting industry Lorem Ipsum has been the industrys standard dummy text ever since.</p>
<a href="#" class="f2 text-uppercase">read more</a>
</div><!-- /.singleService -->
</div><!-- /.col-lg-6 -->
<div class="col-lg-6 col-md-12 pl-0 img-box">
<img src="img/service/02.jpg" alt="Service">
</div><!-- /.col-md-12 -->
</div><!-- /.row -->
</div><!-- /.container -->
</section><!-- /.service-block -->
<!-- END SCHOOLS SECTION -->
<!-- TEACHERS SECTION -->
<section class="service-block" id="service5">
<div class="container-fluid px-0">
<div class="row">
<div class="col-lg-6 col-md-12 pr-0 img-box order-2 order-lg-1">
<img src="img/service/03.jpg" alt="Service">
</div><!-- /.col-md-12 -->
<div class="col-lg-6 bg-white pl-0 d-flex align-items-center order-1 order-lg-2 crop">
<div class="singleService wow fadeInRight" data-wow-duration="1.8s">
<header>
<span class="f2">05</span>
<h2 class="f1 fw-7 text-uppercase">Teachers</h2>
</header>
<p class="f2">Lorem Ipsum is simply dummy text of the printing and typesetting industry Lorem Ipsum has been the industrys standard dummy text ever since.</p>
<a href="#" class="f2 text-uppercase">read more</a>
</div><!-- /.singleService -->
</div><!-- /.col-lg-6 -->
</div><!-- /.row -->
</div><!-- /.container -->
</section><!-- /.service-block -->
<!-- END TEACHERS SECTION -->
<!-- STAT COUNTER START -->
<div class="statistic text-center text-white text-uppercase">
<div class="container">
<div class="row">
<div class="col-xl-3 col-sm-6 mb-xl-0 mb-5">
<div class="statistic-single wow fadeInUp" data-wow-duration="2s" data-wow-delay=".1s">
<i class="icofont-calendar"></i>
<h2 class="f1 counter">5475</h2>
<p class="f2 fw-7">schools served</p>
</div><!-- /.statistic-single -->
</div><!-- /.col-xl-3 col-lg-6 mb-xl-0 mb-30 -->
<div class="col-xl-3 col-sm-6 mb-xl-0 mb-5">
<div class="statistic-single wow fadeInUp" data-wow-duration="2s" data-wow-delay=".4s">
<i class="icofont-dashboard-web"></i>
<h2 class="f1 counter counterPlus">100</h2>
<p class="f2 fw-7">businesses on board</p>
</div><!-- /.statistic-single -->
</div><!-- /.col-xl-3 col-lg-6 mb-xl-0 mb-30 -->
<div class="col-xl-3 col-sm-6 mb-xl-0 mb-5">
<div class="statistic-single wow fadeInUp" data-wow-duration="2s" data-wow-delay=".7s">
<i class="icofont-simple-smile"></i>
<h2 class="f1 counter counterPlus">500</h2>
<p class="f2 fw-7">students connected</p>
</div><!-- /.statistic-single -->
</div><!-- /.col-xl-3 col-lg-6 mb-xl-0 mb-30 -->
<div class="col-xl-3 col-sm-6 mb-sm-5 mb-xl-0 mb-0">
<div class="statistic-single wow fadeInUp" data-wow-duration="2s" data-wow-delay="1s">
<i class="icofont-trophy"></i>
<h2 class="f1 counter">124</h2>
<p class="f2 fw-7">states using cued-in</p>
</div><!-- /.statistic-single -->
</div><!-- /.col-xl-3 col-lg-6 mb-xl-0 mb-30 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.statistic -->
<!-- STAT COUNTER START -->
</div><!-- /.service -->
<!-- #service end -->
<!-- ------------ -->
<!-- -------------- -->
<!-- ------------ -->
<!-- ----------- -->
<!-- #team start -->
<div class="team text-center text-uppercase" id="team">
<div class="container">
<div class="row">
<div class="col-12">
<header>
<div class="secHeader">
<h1>Meet Our Team</h1>
</div>
</header>
</div><!-- /.col-12 -->
<div class="col-md-4">
<div class="member crop">
<figure class="wow fadeInUp" data-wow-duration="2s">
<img src="img/sethcrop.jpg" alt="Seth">
<figcaption>
<h2 class="f1 fw-7">Seth Marsh</h2>
<p class="f2 fw-7">FOUNDER & CEO</p>
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
</ul>
</figcaption>
</figure>
</div><!-- /.member -->
</div><!-- /.col-lg-4 -->
<div class="col-md-4">
<div class="member crop">
<figure class="wow fadeInUp" data-wow-duration="2s" data-wow-delay=".3s">
<img src="img/emilycrop.jpg" alt="Emily">
<figcaption>
<h2 class="f1 fw-7">Emily Marsh</h2>
<p class="f2 fw-7">Business Development</p>
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
</ul>
</figcaption>
</figure>
</div><!-- /.member -->
</div><!-- /.col-lg-4 -->
<div class="col-md-4">
<div class="member crop">
<figure class="wow fadeInUp" data-wow-duration="2s" data-wow-delay=".6s">
<img src="img/johncrop.jpg" alt="John">
<figcaption>
<h2 class="f1 fw-7">John Barlow, ED.D.</h2>
<p class="f2 fw-7">Chief Operating Officer</p>
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
</ul>
</figcaption>
</figure>
</div><!-- /.member -->
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</div><!-- /.container -->
<!--Section: Contact v.2-->
<div class="row">
<div class="col-sm-12">
<div class="card text-dark">
<div class="card-body">
<div class="col-12">
<header>
<div class="secHeader">
<h1>Contact Us</h1>
</div>
</header>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="name">Name</label>
<input type="text" class="form-control" id="fname" name="firstname" placeholder="Your name...">
</div>
</div>
<div class="col-sm-6 float-right">
<div class="form-group row">
<label for="InputEmail1">Email address</label>
<input type="email" class="form-control" id="InputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 form-group">
<label for="comments">Your Message Here...</label>
<textarea class="form-control" type="textarea" name="comments" id="comments" placeholder="Your Comments" maxlength="6000" rows="7"></textarea>
</div>
</div>
</div>
<!-- put in correct #href when page is made -->
<div class="singleService wow fadeInLeft" data-wow-duration="1.8s">
<a href="#" class="f2 text-uppercase">Submit</a>
</div>
</div>
</div>
</div>
</div>
<!--Section: Contact v.2-->
</div><!-- /.team -->
<!-- #team end -->
<!-- --------- -->
<!-- ---------------- -->
<!-- -------------- -->
<!-- #contact start -->
<div id="contact">
<div class="contact text-center text-white text-uppercase">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-10">
<div class="contact-content">
<h2 class="f1 fw-4">ready to learn more?</h2>
<h1 class="f1 fw-7">let's start your journey!</h1>
<!-- insert two cards for login and create account linking -->
<div class="row">
<div class="col-sm-6">
<div class="card text-dark">
<div class="card-body">
<h5 class="card-title">LOGIN</h5>
<p class="card-text">Welcome Back!</p>
<!-- login credentials/inputs (email and password?) -->
<div class="form-group row">
<label for="InputEmail1">Email address</label>
<input type="email" class="form-control" id="InputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
</div>
<div class="form-group row">
<label for="InputPassword1">Password</label>
<input type="password" class="form-control" id="InputPassword1" name="psw" required placeholder="Password">
</div>
<!-- put in correct #href when page is made -->
<div class="singleService wow fadeInLeft" data-wow-duration="1.8s">
<a href="#" class="f2 text-uppercase">login</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card text-dark">
<div class="card-body">
<h5 class="card-title">CREATE ACCOUNT</h5>
<div class="form-group">
<label for="SelectRole">Who Are you?</label>
<select class="form-control" id="SelectRole" placeholder="Select state...">
<option>Student</option>
<option>Employer</option>
<option>Parent</option>
<option>Teacher</option>
<option>School</option>
</select>
</div>
<div class="singleService wow fadeInLeft" data-wow-duration="1.8s">
<a href="createaccount.html" class="f2 text-uppercase">NEXT</a>
</div>
</div>
</div>
</div>
</div>
</div><!-- /.contact-content -->
</div><!-- /.col-xl-10 -->
</div><!-- /.row justify-content-center -->
</div><!-- /.container -->
</div><!-- /.contact -->
<footer class="text-center">
<div class="contact-info text-white">
<div class="container">
<div class="row">
<div class="col-sm-6 mb-4 mb-sm-0 crop">
<div class="contact-single wow fadeInUp" data-wow-duration="2s">
<i class="icofont-location-pin"></i>
<h2 class="f1 fw-7 text-uppercase">location</h2>
<p class="f2">Shenandoah Valley of Virginia</p>
</div><!-- /.contact-single -->
</div><!-- /.col-lg-4 -->
<div class="col-sm-6 crop">
<div class="contact-single wow fadeInUp" data-wow-duration="2s" data-wow-delay=".6s">
<i class="icofont-location-pin"></i>
<h2 class="f1 fw-7 text-uppercase">email us</h2>
<p class="f2">[email protected]</p>
</div><!-- /.contact-single -->
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.contact-info -->
<div class="footer-bottom text-uppercase">
<p class="f2"><a href="https://themeforest.net/user/kalanidhithemes">© 2016, All Rights Reserved, Made by <span>jhon</span></a></p>
</div><!-- /.footer-bottom -->
<ul class="footer-social text-center justify-content-center nav">
<li><a href="https://www.facebook.com/cuedin/" class="fb-bg"><i class="icofont-facebook"></i></a></li>
<li><a href="https://twitter.com/cued__in" class="tw-bg"><i class="icofont-twitter"></i></a></li>
<li><a href="#" class="gg-bg"><i class="icofont-google-plus"></i></a></li>
<li><a href="#" class="pnt-bg"><i class="icofont-pinterest"></i></a></li>
</ul><!-- /.footer-social -->
</footer><!-- footer -->
</div><!-- /#contact -->
<!-- #contact end -->
<!-- ------------ -->
</div>
<!-- page-wrapper end -->
<!-- back2Top start -->
<div class="back2Top bg-dark wave">
<i class="fa fa-sort-asc text-white"></i>
</div>
<!-- back2Top end -->
<!-- ---------- -->
<!-- js plugins -->
<script src="js/jquery-1.12.4.min.js"></script>
<script src="js/queryloader2.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.filterizr.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/lightbox.js"></script>
<script src="js/jquery.malihu.PageScroll2id.min.js"></script>
<script src="js/SmoothScroll.js"></script>
<script src="js/main.js"></script>
</body>
</html>