-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
527 lines (489 loc) · 25.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="fontawesome/css/all.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/png" sizes="16x16" href="../Celestial/img/favicon.ico">
<link rel="manifest" href="/site.webmanifest">
<title>Celestial</title>
</head>
<body>
<!-- Section | Navbar Starts -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark" id="navigation">
<div class="container-fluid">
<a href="#" class="navbar-brand">
<img src="img/cover.png" alt="logo">
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end align-items-center" id="navbar">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#services">Service</a></li>
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="#projects">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="#blogs">Blogs</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</div>
<span><a href="#" class="btn-1">Hire us</a></span>
</div>
</nav>
<!-- Section | Navbar Ends -->
<!-- Section | showcase Starts-->
<section id="home" class="showcase" data-parallax="scroll" data-image-src="img/showcase2.jpg">
<div class="">
<div class="showcase-content">
<p><span class="text-high">Best Web</span> Design Company</p>
<h1>we build <span class="text-high">your
dream</span></h1>
<a href="#"class="btn-2">Explore</a>
</div>
</div>
</section>
<!-- Section | showcase Ends-->
<!-- Section | Services Starts -->
<section id="services" class="container">
<div class="service-container">
<div class="service-heading text-center">
<h2 class="text-high"><span>Our Services</span></h2>
<p>The best way to find yourself is to lose yourself in the service of others</p>
</div>
<div class="service-content">
<div class="service-card shadow" data-aos="fade-up">
<i class="far fa-lightbulb fa-3x"></i>
<h3>Creative Idea</h3>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Accusantium, expedita sapiente commodi accusamus et praesentium at quidem magnam animi ducimus?</p>
<a href="" class="btn-small">View Details</a>
</div>
<div class="service-card shadow" data-aos="fade-up">
<i class="fas fa-mobile-alt fa-3x"></i>
<h3>Responsive Design</h3>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Accusantium, expedita sapiente commodi accusamus et praesentium at quidem magnam animi ducimus?</p>
<a href="" class="btn-small">View Details</a>
</div>
<div class="service-card shadow" data-aos="fade-up">
<i class="fas fa-code fa-3x"></i>
<h3>UI/UX Design</h3>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Accusantium, expedita sapiente commodi accusamus et praesentium at quidem magnam animi ducimus?</p>
<a href="" class="btn-small">View Details</a>
</div>
<div class="service-card shadow" data-aos="fade-up">
<i class="fas fa-chart-line fa-3x"></i>
<h3>Admin Dashboard</h3>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Accusantium, expedita sapiente commodi accusamus et praesentium at quidem magnam animi ducimus?</p>
<a href="" class="btn-small">View Details</a>
</div>
<div class="service-card shadow" data-aos="fade-up">
<i class="far fa-file-alt fa-3x"></i>
<h3>Simple Documentation</h3>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Accusantium, expedita sapiente commodi accusamus et praesentium at quidem magnam animi ducimus?</p>
<a href="" class="btn-small">View Details</a>
</div>
<div class="service-card shadow" data-aos="fade-up">
<i class="fas fa-cog fa-3x"></i>
<h3>Easy Customization</h3>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Accusantium, expedita sapiente commodi accusamus et praesentium at quidem magnam animi ducimus?</p>
<a href="" class="btn-small">View Details</a>
</div>
</div>
</div>
</section>
<!-- Section | Services Ends -->
<!-- Section | banner Starts -->
<section id="banner" data-parallax="scroll" data-image-src="img/showcase1.jpg">
<div class="container">
<div class="banner-container">
<div class="banner-left">
<img src="img/banner.png" alt="">
</div>
<div class="banner-right">
<h2 class="text-high"><span>Client's Satisfaction</span></h2>
<p>The best way to find yourself is to lose yourself in the service of others service of others</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quia,service of others rerum!</p>
</div>
</div>
</div>
</section>
<!-- Section | banner Ends -->
<!-- Section | About Starts -->
<section id="about" class="container">
<div class="about-container">
<div class="about-heading text-center">
<h2 class="text-high"><span>About Us</span></h2>
<p>The best way to find yourself is to lose yourself in the service of others</p>
</div>
<div class="about-content">
<div class="member-card" data-aos="zoom-in">
<img src="img/mem1.jpg" alt="">
<div class="member-info">
<ul class="member-icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
<h3 class="member-title">Dominique Vroslav</h3>
</div>
</div>
<div class="member-card" data-aos="zoom-in">
<img src="img/mem2.jpg" alt="">
<div class="member-info">
<ul class="member-icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
<h3 class="member-title">Catherine Jane</h3>
</div>
</div>
<div class="member-card" data-aos="zoom-in">
<img src="img/mem3.jpg" alt="">
<div class="member-info">
<ul class="member-icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
<h3 class="member-title">David Martin</h3>
</div>
</div>
<div class="member-card" data-aos="zoom-in">
<img src="img/mem4.jpg" alt="">
<div class="member-info">
<ul class="member-icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
<h3 class="member-title">Nola Maurin</h3>
</div>
</div>
<div class="member-card" data-aos="zoom-in" data-aos-delay="100">
<img src="img/mem5.jpg" alt="">
<div class="member-info">
<ul class="member-icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
<h3 class="member-title">Cole Emmerich</h3>
</div>
</div>
<div class="member-card" data-aos="zoom-in" data-aos-delay="100">
<img src="img/mem6.jpg" alt="">
<div class="member-info">
<ul class="member-icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
<h3 class="member-title">Andrew Berti</h3>
</div>
</div>
<div class="member-card" data-aos="zoom-in" data-aos-delay="100">
<img src="img/mem7.jpg" alt="">
<div class="member-info">
<ul class="member-icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
<h3 class="member-title">Thomas Jeffersonn</h3>
</div>
</div>
<div class="member-card" data-aos="zoom-in" data-aos-delay="100">
<img src="img/mem8.jpg" alt="">
<div class="member-info">
<ul class="member-icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
<h3 class="member-title">jassica Barbie</h3>
</div>
</div>
</div>
</div>
</section>
<!-- Section | About Ends -->
<!-- Section | Projects Slider Starts -->
<section id="projects">
<div class="project-container">
<div class="project-heading text-center">
<h2 class="text-high"><span>Some of Our projects</span></h2>
<p>The best way to find yourself is to lose yourself in the service of others</p>
</div>
<div class="proslide owl-carousel owl-theme" data-ride="carousel">
<div class="proslide-content" style="background: url('img/show1.jpg') no-repeat center center/cover;">
<p>Web Design</p>
<h1>Best Web Customization</h1>
</div>
<div class="proslide-content" style="background: url('img/show2.jpg') no-repeat center center/cover;">
<p>Tours & Travels</p>
<h1>Welcome To Our Site</h1>
</div>
<div class="proslide-content" style="background: url('img/show3.jpg') no-repeat center center/cover;">
<p>Tours & Travels</p>
<h1>Welcome To Our Site</h1>
</div>
<div class="proslide-content" style="background: url('img/show4.jpg') no-repeat center center/cover;">
<p>Tours & Travels</p>
<h1>Welcome To Our Site</h1>
</div>
<div class="proslide-content" style="background: url('img/show5.jpg') no-repeat center center/cover;">
<p>Tours & Travels</p>
<h1>Welcome To Our Site</h1>
</div>
</div>
</div>
</section>
<!-- Section | Projects Slider Ends -->
<!-- Section | Blogs Starts -->
<section id="blogs" class="container">
<div class="blog-container">
<div class="blog-heading text-center">
<h2 class="text-high"><span>Latest From Our Blog</span></h2>
<p>The best way to find yourself is to lose yourself in the service of others</p>
</div>
<div class="blog-content">
<div class="row">
<div class="col-md-4">
<div class="blog-card" data-aos="zoom-in">
<div class="blog-image">
<div>
<img src="/img/mem6.jpg" alt="">
</div>
<div class="blog-info flex-row">
<span><i class="far fa-heart"></i> 22 Likes</span>
<span><i class="far fa-comment"></i> 4 Commets</span>
</div>
</div>
<div class="blog-text">
<div class="blog-date">
<i class="fas fa-calendar-alt"></i> April 14, 2020
</div>
<a href="#">New data recording system to better analyse road accidents</a>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Totam aspernatur neque ea sapiente earum, incidunt animi odio consectetur temporibus. Illum.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="blog-card" data-aos="zoom-in">
<div class="blog-image">
<div>
<img src="/img/mem7.jpg" alt="">
</div>
<div class="blog-info flex-row">
<span><i class="far fa-heart"></i> 58 Likes</span>
<span><i class="far fa-comment"></i> 17 Commets</span>
</div>
</div>
<div class="blog-text">
<div class="blog-date">
<i class="fas fa-calendar-alt"></i> May 1, 2020
</div>
<a href="#">Why should only boys have all the fun?</a>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Totam aspernatur neque ea sapiente earum, incidunt animi odio consectetur temporibus. Illum.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="blog-card" data-aos="zoom-in">
<div class="blog-image">
<div>
<img src="/img/mem3.jpg" alt="">
</div>
<div class="blog-info flex-row">
<span><i class="far fa-heart"></i> 41 Likes</span>
<span><i class="far fa-comment"></i> 9 Commets</span>
</div>
</div>
<div class="blog-text">
<div class="blog-date">
<i class="fas fa-calendar-alt"></i> August 27, 2020
</div>
<a href="#">inappropriate behavior is often laughed off</a>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Totam aspernatur neque ea sapiente earum, incidunt animi odio consectetur temporibus. Illum.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Section | Blogs Ends -->
<!-- Section | testimonial Starts -->
<section id="testimonial" data-parallax="scroll" data-image-src="img/showcase3.jpg">
<div class="container">
<div class="testimonial-container">
<div class="testslide owl-carousel owl-theme" data-ride="carousel">
<div class="test-content">
<p>
<i class="fa fa-quote-left"></i>
They have got my project on time with the competition with a sed highly skilled, and experienced & professional team.
<i class="fa fa-quote-right"></i>
</p>
<div class="test-info">
<img src="img/mem8.jpg" alt="">
<h5>James Andersson <small>- Newyork</small></h5>
</div>
</div>
<div class="test-content">
<p>
<i class="fa fa-quote-left"></i>
They have got my project on time with the competition with a sed highly skilled, and experienced & professional team.
<i class="fa fa-quote-right"></i>
</p>
<div class="test-info">
<img src="img/mem7.jpg" alt="">
<h5>Rodney Cooper <small>- </small></h5>
</div>
</div>
<div class="test-content">
<p>
<i class="fa fa-quote-left"></i>
They have got my project on time with the competition with a sed highly skilled, and experienced & professional team.
<i class="fa fa-quote-right"></i>
</p>
<div class="test-info">
<img src="img/mem4.jpg" alt="">
<h5>Dora Walker <small>- Sydney</small></h5>
</div>
</div>
<div class="test-content">
<p>
<i class="fa fa-quote-left"></i>
They have got my project on time with the competition with a sed highly skilled, and experienced & professional team.
<i class="fa fa-quote-right"></i>
</p>
<div class="test-info">
<img src="img/mem1.jpg" alt="">
<h5>James Andersson <small>- Newyork City</small></h5>
</div>
</div>
<div class="test-content">
<p>
<i class="fa fa-quote-left"></i>
They have got my project on time with the competition with a sed highly skilled, and experienced & professional team.
<i class="fa fa-quote-right"></i>
</p>
<div class="test-info">
<img src="img/mem4.jpg" alt="">
<h5>Dora Walker <small>- Sydney</small></h5>
</div>
</div>
<div class="test-content">
<p>
<i class="fa fa-quote-left"></i>
They have got my project on time with the competition with a sed highly skilled, and experienced & professional team.
<i class="fa fa-quote-right"></i>
</p>
<div class="test-info">
<img src="img/mem1.jpg" alt="">
<h5>James Andersson <small>- Newyork City</small></h5>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Section | testimonial Ends -->
<!-- Section | Contact Starts-->
<section id="contact">
<div class="container">
<div class="contact-container">
<div class="contact-heading text-center">
<h2 class="text-high"><span>Contact US</span></h2>
<p>The best way to find yourself is to lose yourself in the service of others</p>
</div>
<div class="contact-content">
<div class="contact-left" data-aos="fade-right">
<h3>Get In Touch</h3>
<p>23 Main, Street</p>
<p>New York, United States</p>
<p>555 (555) 5555</p>
<p>[email protected]</p>
</div>
<div class="contact-form" data-aos="fade-left">
<form action="">
<div class="input-field">
<input type="text" id="name" required="">
<label for="name">Your name:</label>
</div>
<div class="input-field">
<input type="text" id="email" required="">
<label for="email">Your email:</label>
</div>
<div class="input-field">
<textarea name="message" id="message"></textarea>
<label for="message">Enter your message:</label>
</div>
</form>
<button class="btn btn-2">
Submit
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Section | Contact Ends-->
<!-- Section | Footer Starts -->
<footer id="main-footer">
<div class="container">
<div class="footer-container">
<div class="footer-content">
<div class="footer-left">
<h4>Communities</h4>
<ul>
<li><h6><a href="#">help & Support</a></h6></li>
<li><h6><a href="#">Terms & Conditions</a></h6></li>
<li><h6><a href="#">Privecy & Policy</a></h6></li>
<li><h6><a href="#">About Us</a></h6></li>
</ul>
</div>
<div class="footer-center">
<h4>Newsletter</h4>
<p>Stay update with our latest updates</p>
<form class="d-flex justify-content-between">
<input type="email" placeholder="Your email" name="email" id="email">
<button> <span> subscribe </span> </button>
</form>
</div>
<div class="footer-right">
<h4>Instragram Feed</h4>
<ul class="feed-image d-flex flex-wrap">
<li><img src="img/mem8.jpg" alt=""></li>
<li><img src="img/mem7.jpg" alt=""></li>
<li><img src="img/mem6.jpg" alt=""></li>
<li><img src="img/mem5.jpg" alt=""></li>
<li><img src="img/mem4.jpg" alt=""></li>
<li><img src="img/mem3.jpg" alt=""></li>
<li><img src="img/mem2.jpg" alt=""></li>
<li><img src="img/mem1.jpg" alt=""></li>
</ul>
</div>
<div class="social">
<h4>Follow Us</h4>
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-dribbble"></i></a>
<a href="#"><i class="fab fa-behance"></i></a>
</div>
</div>
<div class="footer-bottom">
<p>Copyright © All rights reserved | Celestial</p>
</div>
</div>
</div>
</footer>
<!-- Section | Footer Ends -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="js/Jquery3.4.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>