-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
661 lines (550 loc) · 29.9 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
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>NXT Origin - Index</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/NXT.png" rel="icon">
<link href="assets/img/NXT.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center">
<h1 class="logo me-auto"><a href="index.html">NXT Origin<span>.</span></a></h1>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto " href="#mission">Mission</a></li>
<li><a class="nav-link scrollto" href="#Gallery">Gallery</a></li>
<li><a class="nav-link scrollto" href="#spaceship">Spaceships</a></li>
<li><a class="nav-link scrollto" href="#team">Team</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<a href="fly.html" class="get-started-btn scrollto">Fly!</a>
</div>
</header><!-- End Header -->
<!-- Hero Section -->
<section id="hero" class="d-flex align-items-center">
<div class="container" data-aos="zoom-out" data-aos-delay="100">
<div class="row">
<div class="col-xl-6">
<h1>Experience the new destiny with NXT Origin</h1>
<h2>Have a hassle free journey with our specially designed spacecrafts.</h2>
<a href="#about" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Clients Section ======= -->
<section id="clients" class="clients">
<div class="container" data-aos="zoom-in">
<div class="clients-slider swiper">
<div class="swiper-wrapper align-items-center">
<div class="swiper-slide"><img src="assets/img/clients/nasa.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/blue-origin8550.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/download.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/1200px-Jaxa_logo.svg.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/esa.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/images.png" class="img-fluid" alt=""></div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Clients Section -->
<!-- ======= About Section ======= -->
<section id="about" class="about section-bg">
<div class="container" data-aos="fade-up">
<div class="row no-gutters">
<div class="content col-xl-5 d-flex align-items-stretch">
<div class="content">
<h2>ABOUT NXT ORIGIN</h2>
<p>
We're committed to building a road to space.
</p>
<a href="#" class="about-btn"><span>About NXT Origin</span> <i class="bx bx-chevron-right"></i></a>
</div>
</div>
<div class="col-xl-7 d-flex align-items-stretch">
<div class="icon-boxes d-flex flex-column justify-content-center">
<div class="row">
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="100">
<h2 style="color:#e03a3c;">For The Benefit of Earth</h2>
<p>NXT Origin has been founded with the vision of enabling a future where millions of people are living and working in space for the benefit of Earth. In order to preserve Earth, NXT Origin believes that humanity will need to expand, explore, find new energy and material resources, and move industries that stress Earth into space. NXT is working on this today by developing partially and fully reusable launch vehicles that are safe, low cost and serve the needs of all civil, commercial and defense customers.
</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="200">
<h2 style="color:#e03a3c;">Safety, NXT Origin's Top Mission</h2>
<p>NXT Origin has been flight testing the New Shepard rocket and its redundant safety systems. The program has had 18 successful consecutive missions including three successful escape tests, showing the crew escape system can activate safely in any phase of flight.</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="300">
<h2 style="color:#e03a3c">Operational Reusability</h2>
<p>True operational reusability is the only way to lower the cost of access to space. Both New Shepard and New Glenn have been designed with reusability in mind from the beginning. Their vertical take-off, vertical landing architecture enables us to reuse the first stage of our launch vehicles 25 times with minimal refurbishment, resulting in 25 times less waste because we don’t throw the hardware away. Both vehicles have throttleable liquid fueled engines allow for precision landing back on the landing platform. This allows for high asset utilization for all our vehicles which decreases the costs and increases availability for our customers.</p>
</div>
</div>
</div><!-- End .content-->
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Counts Section ======= -->
<section id="counts" class="counts">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="count-box">
<i class="bi bi-emoji-smile"></i>
<span data-purecounter-start="0" data-purecounter-end="100" data-purecounter-duration="1" class="purecounter"></span>
<p>Happy Travellers</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-md-0">
<div class="count-box">
<i class="bi bi-journal-richtext"></i>
<span data-purecounter-start="0" data-purecounter-end="60" data-purecounter-duration="1" class="purecounter"></span>
<p>Projects</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="bi bi-headset"></i>
<span data-purecounter-start="0" data-purecounter-end="247" data-purecounter-duration="1" class="purecounter"></span>
<p>Hours Of Support</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="bi bi-people"></i>
<span data-purecounter-start="0" data-purecounter-end="1000" data-purecounter-duration="1" class="purecounter"></span>
<p>Hard Workers</p>
</div>
</div>
</div>
</div>
</section><!-- End Counts Section -->
<!-- ======= Tabs Section ======= -->
<section id="tabs" class="tabs">
<div class="container" data-aos="fade-up">
<ul class="nav nav-tabs row d-flex" >
<li class="nav-item col-3">
<a class="nav-link active show" data-bs-toggle="tab" data-bs-target="#tab-1">
<i class="ri-gps-line"></i>
<h4 class="d-none d-lg-block"> NXT GPS</h4>
</a>
</li>
<li class="nav-item col-3">
<a class="nav-link" data-bs-toggle="tab" data-bs-target="#tab-2">
<i class="ri-body-scan-line"></i>
<h4 class="d-none d-lg-block">NXT Body Scan</h4>
</a>
</li>
<li class="nav-item col-3">
<a class="nav-link" data-bs-toggle="tab" data-bs-target="#tab-3">
<i class="ri-sun-line"></i>
<h4 class="d-none d-lg-block">NXT Sunproof</h4>
</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane active show" id="tab-1">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0" data-aos="fade-up" data-aos-delay="100">
<h3>NXT GPS Tracking </h3>
<p class="fst-italic">
NXT GPS tracking enables travellers to know the exact location where they are and also our team monitor the spaceships location so that the mission can be offered at the exact location.
</p>
</div>
<div class="col-lg-6 order-1 order-lg-2 text-center" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/tabs-1.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="tab-pane" id="tab-2">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0">
<h3>NXT Body Scan</h3>
<p>NXT Body Scan scans the body health whether the body is suitable to move to space. We care for everyone.
</p>
</div>
<div class="col-lg-6 order-1 order-lg-2 text-center">
<img src="assets/img/tabs-2.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="tab-pane" id="tab-3">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0">
<h3>NXT Sunproof</h3>
<p>NXT sunproof spaceships are not affected by the harmful radiations. Happy Travelling!!!
</p>
</div>
<div class="col-lg-6 order-1 order-lg-2 text-center">
<img src="assets/img/tabs-3.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
</div>
</div>
</section><!-- End Tabs Section -->
<!-- ======= mission Section ======= -->
<section id="mission" class="mission section-bg ">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>mission</h2>
<p>“You want to wake up in the morning and think the future is going to be great - and that’s what being a spacefaring civilization is all about. It’s about believing in the future and thinking that the future will be better than the past. And I can’t think of anything more exciting than going out there and being among the stars.”
<br> -Elon Musk</p>
</div>
<div class="row">
<div class="col-md-6">
<div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<h3 style="color: #e03a3c;">REUSABILITY</h3>
<p>NXT Origin believes a fully and rapidly reusable rocket is the pivotal breakthrough needed to substantially reduce the cost of space access. The majority of the launch cost comes from building the rocket, which historically has flown only once.
Compare that to a commercial airliner – each new plane costs about the same as Falcon 9 but can fly multiple times per day and conduct tens of thousands of flights over its lifetime. Following the commercial model, a rapidly reusable space launch vehicle could reduce the cost of traveling to space by a hundredfold.
While most rockets are designed to burn up on reentry, NXT Origin rockets can not only withstand reentry but can also successfully land back on Earth and refly again.</p>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="200">
<h3 style="color: #e03a3c;">MAKING HUMANITY MULTIPLANETARY</h3>
<p>Building on the achievements of Falcon 9 and Falcon Heavy, NXT Origin is working on a next generation of fully reusable launch vehicles that will be the most powerful ever built, capable of carrying humans to Mars and other destinations in the solar system.</p>
</div>
</div>
</div>
</div>
<br>
<br>
<br>
<br>
</section><!-- End mission Section -->
<!-- ======= Gallery Section ======= -->
<section id="Gallery" class="Gallery">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Gallery</h2>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="Gallery-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">Scenery</li>
<li data-filter=".filter-card">Launch</li>
<li data-filter=".filter-web">Galaxy</li>
</ul>
</div>
</div>
<div class="row Gallery-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 Gallery-item filter-app">
<div class="Gallery-wrap">
<img src="assets/img/Gallery/guillermo-ferla-Oze6U2m1oYU-unsplash.jpg" class="img-fluid" alt="">
<div class="Gallery-info">
<div class="Gallery-links">
<a href="assets/img/Gallery/guillermo-ferla-Oze6U2m1oYU-unsplash.jpg" data-gallery="GalleryGallery" class="Gallery-lightbox" title="App 1"><i class="bx bx-plus"></i></a>
<a href="Gallery-details.html" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 Gallery-item filter-web">
<div class="Gallery-wrap">
<img src="assets/img/Gallery/kai-pilger-Ef6iL87-vOA-unsplash.jpg" class="img-fluid" alt="">
<div class="Gallery-info">
<div class="Gallery-links">
<a href="assets/img/Gallery/kai-pilger-Ef6iL87-vOA-unsplash.jpg" data-gallery="GalleryGallery" class="Gallery-lightbox" title="Web 3"><i class="bx bx-plus"></i></a>
<a href="Gallery-details.html" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 Gallery-item filter-app">
<div class="Gallery-wrap">
<img src="assets/img/Gallery/nasa-Q1p7bh3SHj8-unsplash.jpg" class="img-fluid" alt="">
<div class="Gallery-info">
<div class="Gallery-links">
<a href="assets/img/Gallery/nasa-Q1p7bh3SHj8-unsplash.jpg" data-gallery="GalleryGallery" class="Gallery-lightbox" title="App 2"><i class="bx bx-plus"></i></a>
<a href="Gallery-details.html" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 Gallery-item filter-card">
<div class="Gallery-wrap">
<img src="assets/img/Gallery/nasa-Yj1M5riCKk4-unsplash.jpg" class="img-fluid" alt="">
<div class="Gallery-info">
<div class="Gallery-links">
<a href="assets/img/Gallery/nasa-Yj1M5riCKk4-unsplash.jpg" data-gallery="GalleryGallery" class="Gallery-lightbox" title="Card 2"><i class="bx bx-plus"></i></a>
<a href="Gallery-details.html" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 Gallery-item filter-web">
<div class="Gallery-wrap">
<img src="assets/img/Gallery/nasa-yZygONrUBe8-unsplash.jpg" class="img-fluid" alt="">
<div class="Gallery-info">
<div class="Gallery-links">
<a href="assets/img/Gallery/nasa-yZygONrUBe8-unsplash.jpg" data-gallery="GalleryGallery" class="Gallery-lightbox" title="Web 2"><i class="bx bx-plus"></i></a>
<a href="Gallery-details.html" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 Gallery-item filter-app">
<div class="Gallery-wrap">
<img src="assets/img/Gallery/pexels-adam-krypel-6498990.jpg" class="img-fluid" alt="">
<div class="Gallery-info">
<div class="Gallery-links">
<a href="assets/img/Gallery/pexels-adam-krypel-6498990.jpg" data-gallery="GalleryGallery" class="Gallery-lightbox" title="App 3"><i class="bx bx-plus"></i></a>
<a href="Gallery-details.html" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 Gallery-item filter-card">
<div class="Gallery-wrap">
<img src="assets/img/Gallery/pexels-edvin-richardson-796206.jpg" class="img-fluid" alt="">
<div class="Gallery-info">
<div class="Gallery-links">
<a href="assets/img/Gallery/pexels-edvin-richardson-796206.jpg" data-gallery="GalleryGallery" class="Gallery-lightbox" title="Card 1"><i class="bx bx-plus"></i></a>
<a href="Gallery-details.html" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 Gallery-item filter-card">
<div class="Gallery-wrap">
<img src="assets/img/Gallery/pexels-pixabay-2156.jpg" class="img-fluid" alt="">
<div class="Gallery-info">
<div class="Gallery-links">
<a href="assets/img/Gallery/pexels-pixabay-2156.jpg" data-gallery="GalleryGallery" class="Gallery-lightbox" title="Card 3"><i class="bx bx-plus"></i></a>
<a href="Gallery-details.html" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 Gallery-item filter-web">
<div class="Gallery-wrap">
<img src="assets/img/Gallery/pexels-spacex-586106 (1).jpg" class="img-fluid" alt="">
<div class="Gallery-info">
<div class="Gallery-links">
<a href="assets/img/Gallery/pexels-spacex-586106 (1).jpg" data-gallery="GalleryGallery" class="Gallery-lightbox" title="Web 3"><i class="bx bx-plus"></i></a>
<a href="Gallery-details.html" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 Gallery-item filter-card">
<div class="Gallery-wrap">
<img src="assets/img/Gallery/shot-by-cerqueira-0o_GEzyargo-unsplash.jpg" class="img-fluid" alt="">
<div class="Gallery-info">
<div class="Gallery-links">
<a href="assets/img/Gallery/shot-by-cerqueira-0o_GEzyargo-unsplash.jpg" data-gallery="GalleryGallery" class="Gallery-lightbox" title="Card 3"><i class="bx bx-plus"></i></a>
<a href="Gallery-details.html" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 Gallery-item filter-card">
<div class="Gallery-wrap">
<img src="assets/img/Gallery/spacex--p-KCm6xB9I-unsplash (1).jpg" class="img-fluid" alt="">
<div class="Gallery-info">
<div class="Gallery-links">
<a href="assets/img/Gallery/spacex--p-KCm6xB9I-unsplash (1).jpg" data-gallery="GalleryGallery" class="Gallery-lightbox" title="Card 3"><i class="bx bx-plus"></i></a>
<a href="Gallery-details.html" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 Gallery-item filter-card">
<div class="Gallery-wrap">
<img src="assets/img/Gallery/vincentiu-solomon-ln5drpv_ImI-unsplash.jpg" class="img-fluid" alt="">
<div class="Gallery-info">
<div class="Gallery-links">
<a href="assets/img/Gallery/vincentiu-solomon-ln5drpv_ImI-unsplash.jpg" data-gallery="GalleryGallery" class="Gallery-lightbox" title="Card 3"><i class="bx bx-plus"></i></a>
<a href="Gallery-details.html" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Gallery Section -->
<!-- ======= Spaceship Section ======= -->
<section id="spaceship" class="spaceship section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Spaceships</h2>
</div>
<div class="row">
<div class="container">
<div class="box" data-aos="fade-up" data-aos-delay="100">
<h3>New Shepard</h3>
<h4>Our reusable launch vehicle is taking payloads - and soon you - to space.</h4>
<p>
Meet New Shepard
Named after Mercury astronaut Alan Shepard, the first American to go to space, New Shepard is our reusable suborbital rocket system designed to take astronauts and research payloads past the Kármán line – the internationally recognized boundary of space. Whether you are an astronaut flying with Blue Origin or sending a payload to space, your 11-minute flight on New Shepard will be the experience of a lifetime.
</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End spaceship Section -->
<!-- ======= Team Section ======= -->
<section id="team" class="team section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Team</h2>
</div>
<div class="row justify-content-center">
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="100">
<div class="member-img">
<img src="assets/img/team/IMG20211219173410.jpg" class="img-fluid" alt="">
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Vaibhav Singh Raghuvanshi</h4>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Contact</h2>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-6">
<div class="row">
<div class="col-md-12">
<div class="info-box">
<i class="bx bx-map"></i>
<h3>Our Address</h3>
<p>Chitkara University, Rajpura, Punjab, India</p>
</div>
</div>
<div class="col-md-6">
<div class="info-box mt-4">
<i class="bx bx-envelope"></i>
<h3>Email Us</h3>
<p>[email protected]<br>[email protected]</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row">
<div class="col form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>NXT Origin<span>.</span></h3>
<p>
Chitkara University<br>
Rajpura, Punjab<br>
India <br><br>
<strong>Phone:</strong> +91 1234567890<br>
<strong>Email:</strong> [email protected]<br>
</p>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Navigations</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">About</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Spaceships</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Mission</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Gallery</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Join NXT Origin</h4>
<p></p>
<form action="" method="post">
<input type="email" name="email" value="Enter your mail"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<div class="container d-md-flex py-4">
<div class="me-md-auto text-center text-md-start">
<div class="copyright">
© Copyright <strong><span>NXT Origin</span></strong>. All Rights Reserved
</div>
</div>
<div class="social-links text-center text-md-end pt-3 pt-md-0">
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!--Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>