-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
652 lines (594 loc) · 30.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Xalloo - Modern Business Landing Page</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="stylesheet" href="css/normalize.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="vendor/owlcarousel/owl.carousel.css">
<link rel="stylesheet" href="vendor/owlcarousel/owl.theme.default.css">
<link rel="stylesheet" href="vendor/aos/aos.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
<div id="top" class="page-content">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top">
<div class="container-fluid container--custom">
<a class="navbar-brand" href="#top">
<img src="img/logo.png" alt="Logo">
</a>
<button class="navbar-toggler toggler-clr" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#progress">Solutions</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#review">Reviews</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#foot">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- end of Navigation -->
<!-- Page Header -->
<header class="header">
<div class="container-fluid container--custom">
<div class="header__main">
<h1>Ultimate team for your <span class="color--main">business</span></h1>
<p>Creative approach to every problem</p>
</div>
</div>
<img class="header__path" src="img/header-bg.png" alt="Header color design image">
</header><!-- End of Page Header -->
<!-- Feature services element -->
<div id="main-services" class="feature-services">
<div class="container-fluid container--custom">
<div class="row justify-content-around">
<!-- First item of main features row -->
<div class="col-lg-3 boxes-col col--no-pading">
<div class="feature-services__box text-center">
<div class="feature-services__header">
<i class="far fa-window-restore feature-services__icon color--main"></i>
<p class="feature-services__title">Web Development</p>
</div>
<div class="feature-services__content text-justify">
<p class="scrollable-box">With the best profesionals in the field, we are able to deliver best solutions regarding your business needs. Every problem is welcomed with creative solution and is delivered with the best performance. We are web development profesionals delivering best solutions.</p>
</div>
<a href="#skills">
<div class="feature-services__button bg--main">
More
</div>
</a>
</div>
</div><!-- End of First item of main features row -->
<!-- Second item of main features row -->
<div class="col-lg-3 boxes-col col--no-pading">
<div class="feature-services__box text-center">
<div class="feature-services__header">
<i class="fas fa-mobile-alt feature-services__icon color--main"></i>
<p class="feature-services__title">App Development</p>
</div>
<div class="feature-services__content text-justify">
<p class="scrollable-box">App development is our main focus, when solving business needs, by developing mobile applications we seek to solve our clients problems with the most creative solutions available to the market. We apple the best standarts to our mobile apps.</p>
</div>
<a href="#skills">
<div class="feature-services__button bg--main">
More
</div>
</a>
</div>
</div><!-- End of Second item of main features row -->
<!-- Third item of main features row -->
<div class="col-lg-3 boxes-col col--no-pading">
<div class="feature-services__box text-center">
<div class="feature-services__header">
<i class="far fa-newspaper feature-services__icon color--main"></i>
<p class="feature-services__title">Marketing</p>
</div>
<div class="feature-services__content text-justify">
<p class="scrollable-box">Where to go when your digital product is ready? It is where our digital marketing team comes into play. We provide the best strategies to go to the market and provide value to customers. Using every possible methods in marketing.</p>
</div>
<a href="#skills">
<div class="feature-services__button bg--main">
More
</div>
</a>
</div>
</div>
</div><!-- End of Third item of main features row -->
</div>
</div>
<!-- End of feature services element -->
<!-- Video Section with text -->
<section id="about" class="video-box">
<div class="container-fluid container--custom container--md-p video-box__container">
<div class="row">
<!-- Text column -->
<div class="col-md-5 video-box__col" data-aos="fade-in" data-aos-once="true">
<h2 class="video-box__heading">We are digital</h2>
<p class="text-justify">Our expertise is in the digital products and we always strive to achieve the most out of our products. We take as small as a single idea and turn it into the operating business, by designing, developing and marketing the product. The biggest challange is to make it a sustainable business, that can scal. This is where our professionals comes into play.</p>
<a class="btn-large bg--main link--no-style float-left float-md-right" href="#skills">More Details</a>
</div>
<!-- End of Text column -->
<!-- Video column -->
<div class="col-md-5 offset-md-2 video-box__col box__col--relative-sm" data-aos="fade-in" data-aos-delay="400" data-aos-once="true">
<div class="video-box__video">
<iframe src="https://www.youtube.com/embed/sByzHoiYFX0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<img class="video-box__oval oval--sm" src="img/color-oval.svg" alt="Colorful Oval">
</div>
<!-- End of Video column -->
<img class="video-box__oval oval--md" src="img/color-oval.svg" alt="Colorful Oval" data-aos="fade-in" data-aos-once="true" data-aos-duration="1300">
</div>
</div>
</section>
<!-- End of Video Section with text -->
<!-- Expertise section -->
<section id="progress" class="progress-box">
<div class="container-fluid container--custom">
<div class="row">
<div class="col-12 text-center">
<h2 class="progress-box__heading"><i class="fas fa-chart-pie color--main"></i> <span>Our expertise</span></h2>
</div>
</div>
<div class="row justify-content-around" data-aos="fade-in" data-aos-duration="1500" data-aos-once="true">
<div class="col-md-3">
<div class="progress-box__item text-center">
<div class="progress-box__svg-header">
<img class="progress-box__progress" src="img/progress-red.svg" alt="Progress Bar">
</div>
<h3>Progressive Web Apps</h3>
<p class="text-justify">With cutting edge web APIs our team is able to come up with the ideal solutions to fit the web app market and provide the best solutions and mobile experiences to the web apps.</p>
</div>
</div>
<div class="col-md-3">
<div class="progress-box__item text-center">
<div class="progress-box__svg-header">
<img class="progress-box__progress" src="img/progress-blue.svg" alt="Progress Bar">
</div>
<h3>Serverless Apps</h3>
<p class="text-justify">We are able to architect the solutions, that doesn't require the server setup and server side coding practices. With newest technologies, we are able to build the serverless applications.</p>
</div>
</div>
<div class="col-md-3">
<div class="progress-box__item text-center">
<div class="progress-box__svg-header">
<img class="progress-box__progress" src="img/progress-pink.svg" alt="Progress Bar">
</div>
<h3>Single Page Apps</h3>
<p class="text-justify">The web need to be faster than ever and with single page applications architecture, we are able to deliver the solutions, that are scalable, fast and reliable.</p>
</div>
</div>
</div>
</div>
</section>
<!-- end of Expertise section -->
<!-- Services multiple section -->
<section id="skills" class="multi-services">
<div class="container-fluid container--custom">
<div class="row justify-content-around" data-aos="fade-in" data-aos-duration="1500" data-aos-once="true">
<!-- Services multiple section item -->
<div class="col-md-3">
<div class="multi-services__item text-center">
<div class="multi-services__ico-header">
<i class="far fa-calendar-alt color--main"></i>
</div>
<h3>Punctuality</h3>
<p class="text-justify">As the industry professionals we always seek for the best delivery of our products, that could be delivered on time and be as effective as possible. Our team is always ready for new challenges.</p>
</div>
</div>
<!-- end of Services multiple section item -->
<!-- Services multiple section item -->
<div class="col-md-3">
<div class="multi-services__item text-center">
<div class="multi-services__ico-header">
<i class="fas fa-rocket color--main"></i>
</div>
<h3>Innovation</h3>
<p class="text-justify">As we build our products, we strive for the innovation and best performance. Therefore we make our products as innovative as possible. Our team puts the best effort into making products.</p>
</div>
</div>
<!-- end of Services multiple section item -->
<!-- Services multiple section item -->
<div class="col-md-3">
<div class="multi-services__item text-center">
<div class="multi-services__ico-header">
<i class="far fa-chart-bar color--main"></i>
</div>
<h3>Best Conversion</h3>
<p class="text-justify">With our products we are able to make best monetization possible and to achieve the best rezults, therefor, with the best talent available, we are able to deliver top-notch products.</p>
</div>
</div>
<!-- end of Services multiple section item -->
</div>
<div class="row justify-content-around mt-5" data-aos="fade-in" data-aos-duration="1500" data-aos-once="true">
<!-- Services multiple section item -->
<div class="col-md-3">
<div class="multi-services__item text-center">
<div class="multi-services__ico-header">
<i class="fas fa-sitemap color--main"></i>
</div>
<h3>Architecture</h3>
<p class="text-justify">Architecting the best solutions are the daily tasks of our team. With the best performance architecture, we are able to come up with the best products available in the market.</p>
</div>
</div>
<!-- end of Services multiple section item -->
<!-- Services multiple section item -->
<div class="col-md-3">
<div class="multi-services__item text-center">
<div class="multi-services__ico-header">
<i class="fas fa-bullhorn color--main"></i>
</div>
<h3>Scalability</h3>
<p class="text-justify">We build scalable solutions. This is out best practice and this is what we do. Our team is able to come up with best scalable system in the process of developing new products.</p>
</div>
</div>
<!-- end of Services multiple section item -->
<!-- Services multiple section item -->
<div class="col-md-3">
<div class="multi-services__item text-center">
<div class="multi-services__ico-header">
<i class="fab fa-searchengin color--main"></i>
</div>
<h3>Research</h3>
<p class="text-justify">Before every development phase, we are putting best effort into delivering the best suitable products and researching the market before the implementation of any processes.</p>
</div>
</div>
<!-- end of Services multiple section item -->
</div>
</div>
</section>
<!-- Circle progress section -->
<div class="circle-progress">
<div class="container-fluid container--custom container--md-p">
<div class="row justify-content-between">
<div class="col-md-7">
<div class="row">
<!-- Circle Progress Bar Item -->
<div class="col-md-4 text-center">
<div id="progress-circle1" class="progress-circle"></div>
<span class="circle-progress__note">Solutions</span>
</div>
<!-- end of Circle Progress Bar Item -->
<!-- Circle Progress Bar Item -->
<div class="col-md-4 text-center">
<div id="progress-circle2" class="progress-circle"></div>
<span class="circle-progress__note">Developers</span>
</div>
<!-- end of Circle Progress Bar Item -->
<!-- Circle Progress Bar Item -->
<div class="col-md-4 text-center">
<div id="progress-circle3" class="progress-circle"></div>
<span class="circle-progress__note">Innovations</span>
</div>
<!-- end of Circle Progress Bar Item -->
</div>
</div>
<div class="col-md-5 position-relative text-center text-md-left">
<div class="circle-progress__liner"></div>
<p class="circle-progress__text">Every process is developed by industry professionals who are able to come up with the best ideas and implement them in real time, with the best effort to make solutions market ready.</p>
</div>
</div>
</div>
</div>
<!-- Team & Review Carousel Section -->
<section id="team" class="carousels">
<div class="container-fluid container--custom carousels-container">
<div class="row carousels__heading">
<div class="col-12 text-center">
<h2>Our Team</h2>
</div>
</div>
<div class="row justify-content-around owl-carousel">
<!-- Team item -->
<div class="carousels-team__box">
<div class="carousels-team__header text-center color--main">
<p>Albert Jhon.</p>
<span class="carousels-team__role">Expert Website designer</span>
</div>
<div class="carousels-team__content">
<p class="scrollable-box">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illo quidem sit nostrum doloremque quia, nihil a fugit similique tempora quod laboriosam recusandae voluptatum omnis.</p>
</div>
<div class="carousels-team__footer">
<div class="carousels-team__img">
<img src="img/team-member.jpg" alt="Team member">
</div>
<div class="carousels-team__fcontent">
<p>Albert Jhon.</p>
<p>Expert Website designer</p>
</div>
<div class="carousels-team__social">
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-facebook-square"></i></a>
<a href="#"><i class="fab fa-twitter-square"></i></a>
</div>
</div>
</div>
<!-- end of Team item -->
<!-- Team item -->
<div class="carousels-team__box">
<div class="carousels-team__header text-center color--main">
<p>Matt Jhon.</p>
<span class="carousels-team__role">Expert Website developer</span>
</div>
<div class="carousels-team__content">
<p class="scrollable-box">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illo quidem sit nostrum doloremque quia, nihil a fugit similique tempora quod laboriosam recusandae voluptatum omnis.</p>
</div>
<div class="carousels-team__footer">
<div class="carousels-team__img">
<img src="img/team-member.jpg" alt="Team member">
</div>
<div class="carousels-team__fcontent">
<p>Matt Jhon.</p>
<p>Expert Website developer</p>
</div>
<div class="carousels-team__social">
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-facebook-square"></i></a>
<a href="#"><i class="fab fa-twitter-square"></i></a>
</div>
</div>
</div>
<!-- end of Team item -->
<!-- Team item -->
<div class="carousels-team__box">
<div class="carousels-team__header text-center color--main">
<p>John Paul.</p>
<span class="carousels-team__role">Expert Website designer</span>
</div>
<div class="carousels-team__content">
<p class="scrollable-box">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illo quidem sit nostrum doloremque quia, nihil a fugit similique tempora quod laboriosam recusandae voluptatum omnis.</p>
</div>
<div class="carousels-team__footer">
<div class="carousels-team__img">
<img src="img/team-member.jpg" alt="Team member">
</div>
<div class="carousels-team__fcontent">
<p>John Paul.</p>
<p>Expert Website designer</p>
</div>
<div class="carousels-team__social">
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-facebook-square"></i></a>
<a href="#"><i class="fab fa-twitter-square"></i></a>
</div>
</div>
</div>
<!-- end of Team item -->
<!-- Team item -->
<div class="carousels-team__box">
<div class="carousels-team__header text-center color--main">
<p>Adam Jhon.</p>
<span class="carousels-team__role">SEO Expert</span>
</div>
<div class="carousels-team__content">
<p class="scrollable-box">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illo quidem sit nostrum doloremque quia, nihil a fugit similique tempora quod laboriosam recusandae voluptatum omnis.</p>
</div>
<div class="carousels-team__footer">
<div class="carousels-team__img">
<img src="img/team-member.jpg" alt="Team member">
</div>
<div class="carousels-team__fcontent">
<p>Adam Jhon.</p>
<p>SEO Expert</p>
</div>
<div class="carousels-team__social">
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-facebook-square"></i></a>
<a href="#"><i class="fab fa-twitter-square"></i></a>
</div>
</div>
</div>
<!-- end of Team item -->
</div>
<div id="review" class="row carousels__heading">
<div class="col-12 text-center">
<h2>Clients reviews</h2>
</div>
</div>
<div class="row justify-content-around owl-carousel reviews-margin-b">
<!-- Review Item -->
<div class="carousels-review__box">
<div class="carousels-review__header text-center">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<div class="carousels-review__content">
<p class="scrollable-box">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illo quidem sit nostrum doloremque quia, nihil a fugit similique tempora quod laboriosam recusandae voluptatum omnis.</p>
</div>
<div class="carousels-review__footer">
<div class="carousels-review__img">
<img src="img/team-member.jpg" alt="Team member">
</div>
<div class="carousels-review__fcontent">
<p>Albert Jhon.</p>
<p>Client</p>
</div>
<div class="carousels-review__social">
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-facebook-square"></i></a>
<a href="#"><i class="fab fa-twitter-square"></i></a>
</div>
</div>
</div>
<!-- end of Review Item -->
<!-- Review Item -->
<div class="carousels-review__box">
<div class="carousels-review__header text-center">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<div class="carousels-review__content">
<p class="scrollable-box">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illo quidem sit nostrum doloremque quia, nihil a fugit similique tempora quod laboriosam recusandae voluptatum omnis.</p>
</div>
<div class="carousels-review__footer">
<div class="carousels-review__img">
<img src="img/team-member.jpg" alt="Team member">
</div>
<div class="carousels-review__fcontent">
<p>Albert Jhon.</p>
<p>Client</p>
</div>
<div class="carousels-review__social">
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-facebook-square"></i></a>
<a href="#"><i class="fab fa-twitter-square"></i></a>
</div>
</div>
</div>
<!-- end of Review Item -->
<!-- Review Item -->
<div class="carousels-review__box">
<div class="carousels-review__header text-center">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<div class="carousels-review__content">
<p class="scrollable-box">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illo quidem sit nostrum doloremque quia, nihil a fugit similique tempora quod laboriosam recusandae voluptatum omnis.</p>
</div>
<div class="carousels-review__footer">
<div class="carousels-review__img">
<img src="img/team-member.jpg" alt="Team member">
</div>
<div class="carousels-review__fcontent">
<p>Albert Jhon.</p>
<p>Client</p>
</div>
<div class="carousels-review__social">
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-facebook-square"></i></a>
<a href="#"><i class="fab fa-twitter-square"></i></a>
</div>
</div>
</div>
<!-- end of Review Item -->
<!-- Review Item -->
<div class="carousels-review__box">
<div class="carousels-review__header text-center">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<div class="carousels-review__content">
<p class="scrollable-box">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illo quidem sit nostrum doloremque quia, nihil a fugit similique tempora quod laboriosam recusandae voluptatum omnis.</p>
</div>
<div class="carousels-review__footer">
<div class="carousels-review__img">
<img src="img/team-member.jpg" alt="Team member">
</div>
<div class="carousels-review__fcontent">
<p>Albert Jhon.</p>
<p>Client</p>
</div>
<div class="carousels-review__social">
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-facebook-square"></i></a>
<a href="#"><i class="fab fa-twitter-square"></i></a>
</div>
</div>
</div>
<!-- end of Review Item -->
</div>
<img class="carousels__oval" src="img/review-oval.svg" alt="Design oval" data-aos="fade-in" data-aos-once="true" data-aos-duration="1300">
</div>
</section>
<a>
<div id="to-top" class="to-top">
<i class="fas fa-arrow-up"></i>
</div>
</a>
<!-- Page Footer -->
<footer id="foot">
<div class="container-fluid container--custom">
<div class="row">
<div class="col-md-3">
<div class="footer__logo">
<img src="img/logo.png" alt="logo">
</div>
<p class="text-justify">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illo quidem sit nostrum doloremque quia, nihil a fugit similique tempora quod laboriosam recusandae voluptatum omnis.
</p>
<div class="footer__social">
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-facebook-square"></i></a>
<a href="#"><i class="fab fa-twitter-square"></i></a>
</div>
</div>
<div class="col-md-2 offset-md-1 footer__col">
<p>Menu</p>
<ul class="list-unstyled">
<li><a href="#about">About</a></li>
<li><a href="#progress">Solutions</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#team">Team</a></li>
</ul>
</div>
<div class="col-md-3 footer__col">
<p>Contact</p>
<ul class="list-unstyled">
<li>71 One Way Avenue Sedney, </li>
<li>SA 14321</li>
<li>+225 347 229 2893</li>
<li>[email protected]</li>
</ul>
</div>
<div class="col-md-3 footer__col">
<p>Subscribe to our newsletter</p>
<input class="footer__email" type="email" placeholder="[email protected]">
<button class="footer__btn">Subscribe</button>
</div>
</div>
</div>
</footer>
<!-- end of Page Footer -->
</div>
<!-- end of Page content container -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"></script>
<script src="vendor/owlcarousel/owl.carousel.min.js"></script>
<script src="js/progressbar.min.js"></script>
<script src="vendor/aos/aos.js"></script>
<script src="js/script.js"></script>
</body>
</html>