-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
574 lines (549 loc) · 37.8 KB
/
Copy pathindex.html
File metadata and controls
574 lines (549 loc) · 37.8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Oleksandr Butskyi - Personal Portfolio</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free Website Template" name="keywords">
<meta content="Free Website Template" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:wght@400;700&family=Poppins&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="51">
<div class="wrapper">
<div class="sidebar">
<div class="sidebar-text d-flex flex-column h-100 justify-content-center text-center">
<img class="w-100 img-fluid mb-4" src="img/me.jpg" alt="Image">
<h1 class="mt-2">Oleksandr Butskyi</h1>
<div class="mb-4" style="height: 22px;">
<h4 class="typed-text-output d-inline-block text-body"></h4>
<div class="typed-text d-none">Full Stack Web Developer, Mobile App Developer, AI Expert, Game Developer </div>
</div>
<div class="d-flex justify-content-center mt-auto mb-3">
<a class="mx-2" href="#"><i class="fab fa-twitter"></i></a>
<a class="mx-2" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="mx-2" href="#"><i class="fab fa-linkedin-in"></i></a>
<a class="mx-2" href="#"><i class="fab fa-instagram"></i></a>
<a class="mx-2" href="#"><i class="fab fa-youtube"></i></a>
</div>
<div class="d-flex align-items-end justify-content-between">
<a href="" class="btn btn-block border-right">Download CV</a>
<a href="#contact" class="btn btn-block btn-scroll">Contact Me</a>
</div>
</div>
<div class="sidebar-icon d-flex flex-column h-100 justify-content-center text-right">
<i class="fas fa-2x fa-angle-double-right text-primary"></i>
</div>
</div>
<div class="content">
<!-- About Start -->
<div class="container bg-white py-5">
<div class="row px-3">
<div class="col-12">
<h2 class="title position-relative pb-2 mb-4" style="color: brown;">About Me</h2>
</div>
<div class="col-12">
<h5>
Full Stack Developer | Mobile App Creator | Game Developer | AI Expert
</h5>
<p style="text-align: justify">
I am a passionate and versatile developer with expertise in full-stack web development (MERN stack),
mobile app development for Android and iOS, game development using Unity,
and AI-driven solutions. From building scalable web applications and intuitive mobile experiences
to crafting immersive games and integrating advanced AI technologies, I deliver impactful, innovative solutions across platforms. Committed to staying at the forefront of technology, I thrive on creating cutting-edge, user-centric experiences through technical excellence and continuous improvement.
</p>
<div class="row">
<div class="col-sm-6 py-1">
<h5 class="d-inline text-primary">Name:</h5> Oleksandr Butskyi
</div>
<div class="col-sm-6 py-1">
<h5 class="d-inline text-primary">Birthday:</h5> 24 May 1990
</div>
<div class="col-sm-6 py-1">
<h5 class="d-inline text-primary">Degree:</h5> Master
</div>
<div class="col-sm-6 py-1">
<h5 class="d-inline text-primary">Experience:</h5> 8 Years
</div>
<div class="col-sm-6 py-1">
<h5 class="d-inline text-primary">Phone:</h5> +380 506259265
</div>
<div class="col-sm-6 py-1">
<h5 class="d-inline text-primary">Email:</h5> butskyioleksandr8@gmail.com
</div>
<div class="col-sm-6 py-1">
<h5 class="d-inline text-primary">Address:</h5> Berezynska Dnipro ,Ukraine
</div>
<div class="col-sm-6 py-1">
<h5 class="d-inline text-primary">Freelance:</h5> Available
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Skills Start -->
<div class="container bg-white py-5">
<div class="row px-3">
<div class="col-12">
<h2 class="title position-relative pb-2 mb-4">Skills</h2>
</div>
<div class="col-sm-6">
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<p class="mb-2"><strong style="color: rgb(5, 96, 96);">FNONT-END</strong>:<br> React, Next, Angular, Vue</p>
<p class="mb-2">95%</p>
</div>
<div class="progress">
<div class="progress-bar bg-primary" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<p class="mb-2"><strong style="color:rgb(5, 96, 96) ;">BACK-END:</strong><br>
Node, Express, Laravel, Djang, Ruby,
</p>
<p class="mb-2">90%</p>
</div>
<div class="progress">
<div class="progress-bar bg-warning" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<p class="mb-2"><strong style="color:rgb(5, 96, 96);">DATABASE:</strong><br>
MySql, PostgrSql, MongoDB
</p>
<p class="mb-2">90%</p>
</div>
<div class="progress">
<div class="progress-bar bg-danger" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<p class="mb-2"><strong style="color:rgb(5, 96, 96)">Mobile(Android, iPhone)</strong>:<br>React Native, Flutter, Swift, Kotlin</p>
<p class="mb-2">90%</p>
</div>
<div class="progress">
<div class="progress-bar bg-danger" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<p class="mb-2"><strong style="color:rgb(5, 96, 96) ;">AI</strong>:<br>
Python, TensorFlow, PyTorch,
</p>
<p class="mb-2">95%</p>
</div>
<div class="progress">
<div class="progress-bar bg-info" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<p class="mb-2"><strong style="color: rgb(5, 96, 96);">GAME</strong>:<br>Unity</p>
<p class="mb-2">95%</p>
</div>
<div class="progress">
<div class="progress-bar bg-dark" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
<!-- Skills End -->
<!-- Education Start -->
<div class="container bg-white py-5">
<div class="row px-3">
<div class="col-12">
<h2 class="title position-relative pb-2 mb-4">Expericence</h2>
</div>
<div class="col-12">
<div class="border-left border-primary pt-2 pl-4 ml-2">
<div class="position-relative mb-4">
<i class="fa fa-arrow-right text-primary position-absolute" style="top: 3px; left: -24px;"></i>
<h4 class="mb-1" style="color: blueviolet;">Web Development</h4>
<p class="mb-2">Spark Company | <small>2019 - 2022</small></p>
<p style="text-align: justify;">
Proficient in full-stack web development with expertise in frontend, backend, and database systems. Skilled in HTML5, CSS3, and JavaScript frameworks like React.js, Vue.js, and Angular, as well as back-end technologies such as Node.js, Express.js, and Django. Experienced with databases including MySQL, PostgreSQL, MongoDB, and Firebase, with a strong focus on optimizing performance. Delivered over 20+ responsive web applications, including e-commerce platforms and dynamic portfolio websites, achieving notable improvements in user engagement and performance metrics.
</p>
</div>
<div class="position-relative mb-4">
<i class="fa fa-arrow-right text-primary position-absolute" style="top: 3px; left: -24px;"></i>
<h4 class="mb-1"style="color: blueviolet;">Mobile Development</h4>
<p class="mb-2">GrabrFI Company | <small>2019 - 2023</small></p>
<p style="text-align: justify;">
Experienced in developing both native and cross-platform mobile applications for Android and iOS. Proficient in Kotlin, Java, Swift, and Objective-C, as well as frameworks like Flutter and React Native for efficient cross-platform development. Published 12+ apps across Google Play and App Store, featuring functionalities like real-time data tracking, location services, and seamless user interfaces. Optimized app performance, achieving an average user rating of 4.5+ and improving app responsiveness by 25%.
</p>
</div>
<div class="position-relative mb-4">
<i class="fa fa-arrow-right text-primary position-absolute" style="top: 3px; left: -24px;"></i>
<h4 class="mb-1"style="color: blueviolet;">AI Development</h4>
<p class="mb-2">webAI Company | <small>2022 - 2023</small></p>
<p style="text-align: justify;">
Experienced in developing AI-powered applications using Python, TensorFlow, and PyTorch, with a focus on machine learning, natural language processing (NLP), and computer vision. Built and deployed models for chatbots, recommendation systems, and image recognition, achieving up to 92% accuracy. Passionate about creating intelligent tools that solve real-world problems and improve user experiences
</p>
</div>
<div class="position-relative mb-4">
<i class="fa fa-arrow-right text-primary position-absolute" style="top: 3px; left: -24px;"></i>
<h4 class="mb-1"style="color: blueviolet;">Game Development</h4>
<p class="mb-2">Anterior Company | <small>2023 - 2024</small></p>
<p style="text-align: justify;">
Skilled in creating 2D and 3D games using Unity Engine with expertise in C# scripting. Developed and published 5+ games for mobile and desktop platforms, including a multiplayer adventure game and a puzzle game with over 100,00 downloads. Focused on building fun, immersive gameplay and optimizing performance for a smooth user experience.
</p>
</div>
<div class="position-relative mb-4">
<i class="fa fa-arrow-right text-primary position-absolute" style="top: 3px; left: -24px;"></i>
<h4 class="mb-1"style="color: blueviolet;">Other Stack Development</h4>
<p class="mb-2">Honei Company | <small>2018 - 2019</small></p>
<p style="text-align: justify;">
Skilled in CUDA and C/C++ for high-performance computing and system programming. Experienced in optimizing algorithms for GPU acceleration and developing efficient, performance-critical applications. Worked on projects involving image processing, simulations, and real-time systems.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Education End -->
<!-- Services Start -->
<div class="container bg-white pt-5 pb-3">
<div class="row px-3">
<div class="col-12">
<h2 class="title position-relative pb-2 mb-4">Services</h2>
</div>
<div class="col-md-6 service-item text-center mb-3">
<i class="fa fa-2x fa-laptop-code mx-auto mb-4"></i>
<h5 class="mb-2">Web Services</h5>
<ul style="text-align: justify;">
<li>
Custom Website Development:
<p>Building responsive, user-friendly websites tailored to client needs.</p>
</li>
<li>
Full-Stack Web Applications:
<p>Developing feature-rich web platforms with both frontend and backend integration.</p>
</li>
<li>
E-Commerce Development:
<p> Creating scalable online stores with secure payment gateways.</p>
</li>
<li>
Web Performance Optimization:
<p>Improving site speed, SEO, and overall performance.</p>
</li>
<li>
Maintenance and Support:
<p> Ongoing updates, bug fixes, and security enhancements.</p>
</li>
</ul>
</div>
<div class="col-md-6 service-item text-center mb-3">
<i class="fab fa-2x fa-android mx-auto mb-4"></i>
<h5 class="mb-2">Mobile Services</h5>
<ul style="text-align: justify;">
<li>
Custom App Development:
<p>Building Android, iOS, and cross-platform mobile apps.</p>
</li>
<li>
App Optimization and Debugging:
<p> Improving app performance and addressing user feedback.</p>
</li>
<li>
MVP Development:
<p>Rapid prototyping for startups to test ideas in the market.</p>
</li>
<li>
Web Performance Optimization:
<p>Improving site speed, SEO, and overall performance.</p>
</li>
<li>
Real-Time Features Integration:
<p>Adding functionalities like geolocation, chat, and push notifications.</p>
</li>
</ul>
</div>
<div class="col-md-6 service-item text-center mb-3">
<i class="fa fa-2x fa-brain mx-auto mb-4"></i>
<h5 class="mb-2">AI Services</h5>
<ul style="text-align: justify;">
<li>
Custom AI Solutions:
<p>Building AI models for business-specific needs, such as recommendation systems.</p>
</li>
<li>
Chatbot Development:
<p>Creating intelligent NLP-powered chatbots for customer support.</p>
</li>
<li>
Predictive Analytics:
<p> Developing AI tools to analyze trends and predict future outcomes.</p>
</li>
</ul>
</div>
<div class="col-md-6 service-item text-center mb-3">
<i class="fa fa-2x fa-gamepad mx-auto mb-4"></i>
<h5 class="mb-2">Game Services</h5>
<ul style="text-align: justify;">
<li>
Desktop & Mobile Game Development:
<p>Creating optimized games for Windows, Linux, MacOs ,Android and iOS platforms.</p>
</li>
<li>
Parallel Processing Optimization:
<p>Accelerating applications using GPU-based computation.</p>
</li>
<li>
Embedded System Development:
<p>Writing efficient, real-time code in C/C++ for hardware devices.</p>
</li>
</ul>
</div>
</div>
</div>
<!-- Services End -->
<!-- Portfolio Start -->
<div class="container bg-white pt-5 pb-3">
<div class="row px-3">
<div class="col-12">
<h2 class="title position-relative pb-2 mb-4">Portfolio</h2>
</div>
<div class="col-12">
<div class="row">
<div class="col-12 text-center mb-2">
<ul class="list-inline mb-4" id="portfolio-flters">
<li class="btn btn-outline-primary active" data-filter="*"><i class="fa fa-star mr-2"></i>All</li>
<li class="btn btn-outline-primary" data-filter=".first"><i class="fa fa-laptop-code mr-2"></i>Websites</li>
<li class="btn btn-outline-primary" data-filter=".second"><i class="fa fa-mobile-alt mr-2"></i>Mobile Apps</li>
<li class="btn btn-outline-primary" data-filter=".third"><i class="fa fa-mobile-alt mr-2"></i>Games</li>
</ul>
</div>
</div>
<div class="row portfolio-container">
<div class="col-md-6 mb-4 portfolio-item first">
<div class="position-relative overflow-hidden mb-2">
<img class="img-fluid w-100" src="img/web2.jpg" alt="">
<div class="portfolio-btn d-flex align-items-center justify-content-center">
<a href="img/web2.jpg" data-lightbox="portfolio">
<i class="fa fa-4x fa-plus text-white"></i>
</a>
</div>
</div>
</div>
<div class="col-md-6 mb-4 portfolio-item first">
<div class="position-relative overflow-hidden mb-2">
<img class="img-fluid w-100" src="img/web3.jpg" alt="">
<div class="portfolio-btn d-flex align-items-center justify-content-center">
<a href="img/web3.jpg" data-lightbox="portfolio">
<i class="fa fa-4x fa-plus text-white"></i>
</a>
</div>
</div>
</div>
<div class="col-md-6 mb-4 portfolio-item second">
<div class="position-relative overflow-hidden mb-2">
<img class="img-fluid w-100" src="img/mobile1.jpg" alt="">
<div class="portfolio-btn d-flex align-items-center justify-content-center">
<a href="img/mobile1.jpg" data-lightbox="portfolio">
<i class="fa fa-4x fa-plus text-white"></i>
</a>
</div>
</div>
</div>
<div class="col-md-6 mb-4 portfolio-item second">
<div class="position-relative overflow-hidden mb-2">
<img class="img-fluid w-100" src="img/mobile3.png" alt="">
<div class="portfolio-btn d-flex align-items-center justify-content-center">
<a href="img/mobile3.png" data-lightbox="portfolio">
<i class="fa fa-4x fa-plus text-white"></i>
</a>
</div>
</div>
</div>
<div class="col-md-6 mb-4 portfolio-item third">
<div class="position-relative overflow-hidden mb-2">
<img class="img-fluid w-100" src="img/game1.jpg" alt="">
<div class="portfolio-btn d-flex align-items-center justify-content-center">
<a href="img/game1.jpg" data-lightbox="portfolio">
<i class="fa fa-4x fa-plus text-white"></i>
</a>
</div>
</div>
</div>
<div class="col-md-6 mb-4 portfolio-item third">
<div class="position-relative overflow-hidden mb-2">
<img class="img-fluid w-100" src="img/game2.jpg" alt="">
<div class="portfolio-btn d-flex align-items-center justify-content-center">
<a href="img/game2.jpg" data-lightbox="portfolio">
<i class="fa fa-4x fa-plus text-white"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio End -->
<!-- Testimonial Start -->
<div class="container bg-white py-5">
<div class="row px-3">
<div class="col-12">
<h2 class="title position-relative pb-2 mb-4">Testimonial</h2>
</div>
<div class="col-12">
<div class="owl-carousel testimonial-carousel">
<div class="text-left">
<i class="fa fa-3x fa-quote-left text-primary mb-4"></i>
<h4 class="text-body mb-4" style="text-align: left;">
"The website exceeded our expectations! The design is modern, responsive, and incredibly fast. Our online traffic and engagement have doubled since its launch. The seamless integration of the backend with our database saved us hours of manual work each week. Highly recommend!"
</h4>
<div class="d-flex align-items-center">
<img class="img-fluid" src="img/client1.jpg" style="width: 60px; height: 60px;">
<div class="pl-3">
<h5 class="text-primary m-0">Client Name</h5>
<i>David Johnson</i>
</div>
</div>
</div>
<div class="text-left">
<i class="fa fa-3x fa-quote-left text-primary mb-4"></i>
<h4 class="text-body mb-4">
"Our mobile app is a game-changer! The interface is so intuitive, and users have been raving about the smooth experience on both Android and iOS. Real-time tracking and push notifications work flawlessly, helping us stay connected with our customers. Exceptional work!"
</h4>
<div class="d-flex align-items-center">
<img class="img-fluid" src="img/client2.jpg" style="width: 60px; height: 60px;">
<div class="pl-3">
<h5 class="text-primary m-0">Client Name</h5>
<i>Emma Carter</i>
</div>
</div>
</div>
<div class="text-left">
<i class="fa fa-3x fa-quote-left text-primary mb-4"></i>
<h4 class="text-body mb-4">
"The game you developed for us was a massive hit! The Unity-based 3D visuals and immersive gameplay kept our audience hooked. The performance optimization ensured it ran smoothly across devices, even on lower-end hardware. We're already planning the next project!"
</h4>
<div class="d-flex align-items-center">
<img class="img-fluid" src="img/client3.jpg" style="width: 60px; height: 60px;">
<div class="pl-3">
<h5 class="text-primary m-0">Client Name</h5>
<i>Michael Brown</i>
</div>
</div>
</div>
<div class="text-left">
<i class="fa fa-3x fa-quote-left text-primary mb-4"></i>
<h4 class="text-body mb-4">
"Your AI solution transformed our business operations! The chatbot you built reduced customer response time by 70%, and the predictive analytics tool helped us forecast demand more accurately. The project was delivered on time, and the results were outstanding."
</h4>
<div class="d-flex align-items-center">
<img class="img-fluid" src="img/client4.jpg" style="width: 60px; height: 60px;">
<div class="pl-3">
<h5 class="text-primary m-0">Client Name</h5>
<i>Sophia Martinez</i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<!-- Contact Start -->
<div class="container bg-white py-5" id="contact">
<div class="row px-3">
<div class="col-12">
<h2 class="title position-relative pb-2 mb-4">Contact Me</h2>
</div>
<div class="col-12">
<div class="contact-form">
<div id="success"></div>
<form name="sentMessage" id="contactForm" novalidate="novalidate">
<div class="form-row">
<div class="control-group col-sm-6">
<input type="text" class="form-control p-4" id="name" placeholder="Your Name"
required="required" data-validation-required-message="Please enter your name" />
<p class="help-block text-danger"></p>
</div>
<div class="control-group col-sm-6">
<input type="email" class="form-control p-4" id="email" placeholder="Your Email"
required="required" data-validation-required-message="Please enter your email" />
<p class="help-block text-danger"></p>
</div>
</div>
<div class="control-group">
<input type="text" class="form-control p-4" id="subject" placeholder="Subject"
required="required" data-validation-required-message="Please enter a subject" />
<p class="help-block text-danger"></p>
</div>
<div class="control-group">
<textarea class="form-control py-3 px-4" rows="5" id="message" placeholder="Message"
required="required"
data-validation-required-message="Please enter your message"></textarea>
<p class="help-block text-danger"></p>
</div>
<div>
<button class="btn btn-primary py-3 px-4" type="submit" id="sendMessageButton">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Contact End -->
<!-- Footer Start -->
<div class="container-fluid bg-white pt-5 px-0">
<div class="container bg-dark text-light text-center py-5">
<div class="d-flex justify-content-center mb-4">
<a class="btn btn-outline-primary btn-square mr-2" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-primary btn-square mr-2" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-primary btn-square mr-2" href="#"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-outline-primary btn-square" href="#"><i class="fab fa-instagram"></i></a>
</div>
<div class="d-flex justify-content-center mb-3">
<a class="text-white" href="#">Privacy</a>
<span class="px-3">|</span>
<a class="text-white" href="#">Terms</a>
<span class="px-3">|</span>
<a class="text-white" href="#">FAQs</a>
<span class="px-3">|</span>
<a class="text-white" href="#">Help</a>
</div>
<p class="m-0">© All Rights Reserved. Designed by <a href="https://htmlcodex.com">HTML Codex</a></p>
</div>
</div>
<!-- Footer End -->
</div>
</div>
<!-- Back to Top -->
<a href="#" class="back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/typed/typed.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>