-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanagement.html
More file actions
782 lines (730 loc) · 30.3 KB
/
Copy pathmanagement.html
File metadata and controls
782 lines (730 loc) · 30.3 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
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
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<title>AlphaByte LLC</title>
<!-- Fav Icon -->
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<!-- Stylesheets -->
<link href="assets/css/font-awesome-all.css" rel="stylesheet" />
<link href="assets/css/flaticon.css" rel="stylesheet" />
<link href="assets/css/owl.css" rel="stylesheet" />
<link href="assets/css/bootstrap.css" rel="stylesheet" />
<link href="assets/css/jquery.fancybox.min.css" rel="stylesheet" />
<link href="assets/css/animate.css" rel="stylesheet" />
<link href="assets/css/nice-select.css" rel="stylesheet" />
<link href="assets/css/color.css" rel="stylesheet" />
<link href="assets/css/elpath.css" rel="stylesheet" />
<link href="assets/css/style.css" rel="stylesheet" />
<link href="assets/css/elements-css/page-title.css" rel="stylesheet" />
<link href="assets/css/elements-css/team-details.css" rel="stylesheet" />
<link href="assets/css/elements-css/expertise.css" rel="stylesheet" />
<link href="assets/css/responsive.css" rel="stylesheet" />
</head>
<style>
.mh-profile-card {
max-width: 800px;
margin: 2rem auto;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mh-profile-card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.mh-profile-image {
width: 150px;
height: 150px;
border-radius: 50%;
object-fit: cover;
border: 5px solid #ffffff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}
.mh-profile-card:hover .mh-profile-image {
transform: scale(1.05);
}
.mh-profile-name {
color: rgb(233, 33, 33);
font-size: 1.8rem;
font-weight: bold;
margin-top: 1rem;
}
.mh-profile-title {
color: #333;
font-size: 1.2rem;
margin-bottom: 1rem;
}
.mh-profile-description {
color: #555;
font-size: 0.9rem;
line-height: 1.6;
}
.mh-linkedin-link {
color: #0077b5;
text-decoration: none;
transition: color 0.3s ease;
}
.mh-linkedin-link:hover {
color: #00548c;
}
.mh-linkedin-icon {
width: 20px;
height: 20px;
margin-right: 5px;
}
</style>
<!-- page wrapper -->
<body>
<div class="boxed_wrapper">
<div class="loader-wrap">
<div class="preloader">
<div class="preloader-close">x</div>
<div id="handle-preloader" class="handle-preloader">
<div class="animation-preloader">
<div class="spinner"></div>
<div class="txt-loading">
<span data-text-preloader="a" class="letters-loading"> A </span>
<span data-text-preloader="l" class="letters-loading"> l </span>
<span data-text-preloader="p" class="letters-loading"> p </span>
<span data-text-preloader="h" class="letters-loading"> h </span>
<span data-text-preloader="a" class="letters-loading"> a </span>
<span data-text-preloader="b" class="letters-loading"> b </span>
<span data-text-preloader="y" class="letters-loading"> y </span>
<span data-text-preloader="t" class="letters-loading"> t </span>
<span data-text-preloader="e" class="letters-loading"> e </span>
</div>
</div>
</div>
</div>
</div>
<header class="main-header">
<!-- header-top -->
<!-- <div class="header-top">
<div class="auto-container">
<div class="top-inner">
<div class="top-left">
<ul class="info clearfix">
<li><i class="icon-1"></i>Mon-Fri 8:00 am-6:00 pm</li>
<li>
<i class="icon-2"></i><a href="tel:+971 50 558 8524">+971 50 558 8524, </a>
</li>
<li>
<i class="icon-2"></i><a href="tel:+971 50 552 2412">+971 50 552 2412</a>
</li>
<li><i class="icon-3 "></i><a
href="mailto:contact@alphabyte.ae">contact@alphabyte.ae</a></li>
</ul>
</div>
<div class="top-right">
<div class="login" style="padding: 8px;"><a href="index.html"><span
style="display: none; "></span></a>
</div>
<ul class="social-links clearfix">
<li><a href="https://www.linkedin.com/company/alphabyte-technology-llc/"><span
class="fab fa-linkedin-in"></span></a></li>
</ul>
</div>
</div>
</div>
</div> -->
<!-- header-lower -->
<div class="header-lower">
<div class="auto-container">
<div class="outer-box">
<div class="logo-box">
<figure class="logo">
<a href="index.html"
><img src="assets/images/logo.png" alt=""
/></a>
</figure>
</div>
<div class="menu-area clearfix">
<!--Mobile Navigation Toggler-->
<div class="mobile-nav-toggler">
<i class="icon-bar"></i>
<i class="icon-bar"></i>
<i class="icon-bar"></i>
</div>
<nav class="main-menu navbar-expand-md navbar-light">
<div
class="collapse navbar-collapse show clearfix"
id="navbarSupportedContent"
>
<ul class="navigation clearfix">
<li class=" "><a href="index.html">Home</a></li>
<!-- <li><a href="about.html">About Us</a></li> -->
<li class="dropdown">
<a href="services.html">Services</a>
<div class="megamenu">
<div class="row clearfix">
<div class="col-lg-4 column">
<ul>
<li>
<a href="IT-consulting.html"
>IT Consulting and Strategy</a
>
</li>
<li>
<a href="Digital-Marketing.html"
>Digital Marketing</a
>
</li>
<li>
<a href="Infrastructure-Services.html"
>Infrastructure Services</a
>
</li>
<li>
<a href="Cybersecurity-Services.html"
>Cybersecurity Solutions</a
>
</li>
<li>
<a href="Software-Development.html"
>Software Development</a
>
</li>
</ul>
</div>
<div class="col-lg-4 column">
<ul>
<li>
<a href="Disaster-Recovery.html"
>Disaster Recovery and Business
Continuity</a
>
</li>
<li>
<a href="Mobile-App-Developement.html"
>Mobile App Development</a
>
</li>
<li class="current">
<a href="CMS.html"
>CMS(Content Management Systems)</a
>
</li>
<li>
<a href="Ecommerce-Website-Development.html"
>Ecommerce Website Development</a
>
</li>
</ul>
</div>
<div class="col-lg-4 column">
<ul>
<li>
<a href="Cloud-Computing-Services.html"
>Cloud Solutions</a
>
</li>
<li>
<a href="Training-and-Development.html"
>Training and Development</a
>
</li>
<li>
<a href="Iot.html"
>IoT (Internet of Things) Solutions</a
>
</li>
<li>
<a href="AI-and-ML.html"
>AI and Machine Learning
</a>
</li>
</ul>
</div>
</div>
</div>
</li>
<li><a href="career.html">Career</a></li>
<li><a href="clients.html">Our Clients</a></li>
<!-- <li class="current"><a href="management.html">Management</a></li> -->
<!-- <li><a href="contact.html">Contact Us</a></li> -->
</ul>
</div>
</nav>
</div>
<!-- <ul class="menu-right-content">
<li class="btn-box">
<a href="contact.html">Free Consulting</a>
</li>
</ul> -->
</div>
</div>
</div>
<!--sticky Header-->
<div class="sticky-header">
<div class="auto-container">
<div class="outer-box">
<div class="logo-box">
<figure class="logo">
<a href="index.html"
><img src="assets/images/logo.png" alt=""
/></a>
</figure>
</div>
<div class="menu-area clearfix">
<nav class="main-menu clearfix">
<!--Keep This Empty / Menu will come through Javascript-->
</nav>
</div>
<!-- <ul class="menu-right-content">
<li class="search-box-outer search-toggler">
<i class="icon-4"></i>
</li>
<li class="btn-box">
<a href="contact.html">Free Consulting</a>
</li>
</ul> -->
</div>
</div>
</div>
</header>
<!-- Mobile Menu -->
<div class="mobile-menu">
<div class="menu-backdrop"></div>
<div class="close-btn"><i class="fas fa-times"></i></div>
<nav class="menu-box">
<div class="nav-logo">
<a href="index.html"
><img src="assets/images/logo.png" alt="" title=""
/></a>
</div>
<div class="menu-outer">
<!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header-->
</div>
<div class="contact-info">
<h4>Contact Info</h4>
<ul>
<li>Dubai</li>
<!-- <li><a href="tel:+971 50 558 8524">+971 50 558 8524</a></li>
<li><a href="mailto:contact@alphabyte.ae">contact@alphabyte.ae</a></li> -->
<li><a href="tel:+971 50 463 7478">+971 50 463 7478</a></li>
<li><a href="mailto:cfo@alphabyte.ae">cfo@alphabyte.ae</a></li>
</ul>
</div>
<div class="social-links">
<ul class="clearfix">
<li>
<a
href="https://www.linkedin.com/company/alphabyte-technology-llc/"
><span class="fab fa-linkedin-in"></span
></a>
</li>
</ul>
</div>
</nav>
</div>
<!-- End Mobile Menu -->
<!-- page-title -->
<section class="page-title centred">
<div
class="bg-layer"
style="background-image: url(assets/images/banner/services.png)"
></div>
<div class="auto-container">
<div class="content-box">
<h1>Management Team Overview</h1>
<ul class="bread-crumb clearfix">
<li><a href="index.html">Home</a></li>
<li>Management Details</li>
</ul>
</div>
</div>
</section>
<!-- page-title end -->
<!-- team-details -->
<div class="container">
<div class="mh-profile-card bg-white p-4">
<div class="text-center">
<img
src="assets/images/suwaidi.jpeg"
alt="Eng. Sultan Al Suwaidi"
class="mh-profile-image mb-3"
/>
<h2 class="mh-profile-name">Eng. Sultan Al Suwaidi</h2>
<br />
<p class="mh-profile-title">CEO and Partner</p>
</div>
<div class="mh-profile-description mb-4">
<p style="text-align: justify">
With over 20 years of experience in digital transformation, Eng.
Sultan has led critical government initiatives in the UAE,
focusing on strategic management, cybersecurity, and digital
infrastructure development. His expertise in aligning technology
with business goals makes him an invaluable leader in AlphaByte’s
journey.
</p>
<!-- <p style=" text-align: justify;">With over 20 years of professional experience, Eng. Mohamad Al
Hashimi has successfully delivered
strategic governmental projects, developed comprehensive strategies, integrated multimodal
transport modes, formulated policies, and contributed to master planning initiatives.</p>
<p style=" text-align: justify;">He possesses solid financial acumen and a knack for developing
procedures to track and measure
business performance, driving continuous improvements and best practices.</p> -->
</div>
<style>
.social-icons {
display: flex;
gap: 10px;
}
.icon-container {
padding: 20px;
border-radius: 50%;
background-color: #f0f0f0;
transition: background-color 0.3s ease, color 0.3s ease;
}
.icon-container a {
text-decoration: none;
color: inherit;
/* Let the color be inherited from .icon-container */
}
.icon-container:hover {
background-color: red;
}
.icon-container:hover i {
color: white;
/* Make icon white on hover */
}
.icon-container i {
font-size: 20px;
color: #000;
/* Default icon color */
}
@media (max-width: 768px) {
.icon-container i {
font-size: 18px;
}
}
@media (max-width: 480px) {
.icon-container i {
font-size: 16px;
}
}
</style>
<div class="social-icons">
<div class="icon-container instagram">
<a
href="https://www.linkedin.com/company/urban-express-ae/"
target="_blank"
>
<i class="fab fa-linkedin-in"></i>
</a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="mh-profile-card bg-white p-4">
<div class="text-center">
<img
src="assets/images/hashmi.png"
alt="Eng. Mohamad Al Hashimi"
class="mh-profile-image mb-3"
/>
<h2 class="mh-profile-name">Eng. Mohamad Al Hashimi</h2>
<br />
<p class="mh-profile-title">COO & Partner</p>
</div>
<div class="mh-profile-description mb-4">
<p style="text-align: justify">
Eng. Mohamad brings extensive experience in transportation and
urban mobility, having led strategic projects across the UAE. His
financial acumen and strong leadership have been instrumental in
delivering large-scale government projects, making him a vital
contributor to AlphaByte’s vision.
</p>
<!-- <p style=" text-align: justify;">With over 20 years of professional experience, Eng. Sultan has
successfully delivered critical
projects, developed comprehensive digital strategies, and led the implementation of innovative
technologies that have significantly enhanced the operational efficiency of key government
entities. His work has been pivotal in areas such as cybersecurity, education technology, and
national infrastructure projects.</p>
<p style=" text-align: justify;">Eng. Sultan possesses a strong financial acumen and excels at
developing procedures to monitor
and measure business performance, driving continuous improvements and implementing best
practices across all levels of operations. His ability to integrate advanced technologies with
strategic goals has made him a vital contributor to the UAE’s digital transformation journey.
</p> -->
</div>
<style>
.social-icons {
display: flex;
gap: 10px;
}
.icon-container {
padding: 20px;
border-radius: 50%;
background-color: #f0f0f0;
transition: background-color 0.3s ease, color 0.3s ease;
}
.icon-container a {
text-decoration: none;
color: inherit;
/* Let the color be inherited from .icon-container */
}
.icon-container:hover {
background-color: red;
}
.icon-container:hover i {
color: white;
/* Make icon white on hover */
}
.icon-container i {
font-size: 20px;
color: #000;
/* Default icon color */
}
@media (max-width: 768px) {
.icon-container i {
font-size: 18px;
}
}
@media (max-width: 480px) {
.icon-container i {
font-size: 16px;
}
}
</style>
<div class="social-icons" style="display: none">
<div class="icon-container instagram">
<a href="https://www.instagram.com" target="_blank">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
</div>
</div>
</div>
<!--leadership -->
<div class="container">
<div
class="mh-profile-card bg-white p-4"
style="
background-color: rgb(233, 33, 33) !important;
color: white !important;
"
>
<div class="text-center">
<!-- <img src="/assets/Hashimi.png" alt="Eng. Mohamad Al Hashimi" class="mh-profile-image mb-3"> -->
<h2 class="mh-profile-name" style="color: white !important">
Looking Ahead
</h2>
<br />
<!-- <p class="mh-profile-title">COO & Partner</p> -->
</div>
<div class="mb-4" style="color: white !important">
<p style="text-align: justify; color: white">
We are committed to building long-term partnerships and delivering
innovative solutions that promote growth, efficiency, and success.
We look forward to collaborating with businesses to achieve
excellence together.
</p>
<!-- <p style=" text-align: justify;">With over 20 years of professional experience, Eng. Sultan has
successfully delivered critical
projects, developed comprehensive digital strategies, and led the implementation of innovative
technologies that have significantly enhanced the operational efficiency of key government
entities. His work has been pivotal in areas such as cybersecurity, education technology, and
national infrastructure projects.</p>
<p style=" text-align: justify;">Eng. Sultan possesses a strong financial acumen and excels at
developing procedures to monitor
and measure business performance, driving continuous improvements and implementing best
practices across all levels of operations. His ability to integrate advanced technologies with
strategic goals has made him a vital contributor to the UAE’s digital transformation journey.
</p> -->
</div>
<style>
.social-icons {
display: flex;
gap: 10px;
}
.icon-container {
padding: 20px;
border-radius: 50%;
background-color: #f0f0f0;
transition: background-color 0.3s ease, color 0.3s ease;
}
.icon-container a {
text-decoration: none;
color: inherit;
/* Let the color be inherited from .icon-container */
}
.icon-container:hover {
background-color: red;
}
.icon-container:hover i {
color: white;
/* Make icon white on hover */
}
.icon-container i {
font-size: 20px;
color: #000;
/* Default icon color */
}
@media (max-width: 768px) {
.icon-container i {
font-size: 18px;
}
}
@media (max-width: 480px) {
.icon-container i {
font-size: 16px;
}
}
</style>
<div class="social-icons" style="display: none">
<div class="icon-container instagram">
<a href="https://www.instagram.com" target="_blank">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
</div>
</div>
</div>
<!-- team-details end -->
<!-- main-footer -->
<footer class="main-footer">
<div class="widget-section">
<div class="pattern-layer">
<div
class="pattern-1"
style="background-image: url(assets/images/shape/shape-20.png)"
></div>
<div
class="pattern-2"
style="background-image: url(assets/images/shape/shape-21.png)"
></div>
</div>
<div class="auto-container">
<div class="row clearfix">
<div class="col-lg-4 col-md-6 col-sm-12 footer-column">
<div class="logo-widget footer-widget">
<figure class="footer-logo">
<a href="index.html"
><img src="assets/images/logopng.png" alt=""
/></a>
</figure>
<div class="text">
<p>
At AlphaByte, we deliver expert IT solutions tailored to
your needs. Our team excels in software development, IT
consulting, digital marketing, and cybersecurity, ensuring
your business thrives in the digital age.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 footer-column">
<div class="links-widget footer-widget ml_50">
<div class="widget-title">
<h3>Quick Link</h3>
</div>
<div class="widget-content">
<ul class="links-list clearfix">
<!-- <li><a href="about.html">About Us</a></li> -->
<li><a href="services.html">Services</a></li>
<!-- <li><a href="contact.html">Contact Us</a></li> -->
</ul>
</div>
</div>
</div>
<!-- <div class="col-lg-3 col-md-6 col-sm-12 footer-column">
<div class="links-widget footer-widget ml_30">
<div class="widget-title">
<h3>Usefull Links</h3>
</div>
<div class="widget-content">
<ul class="links-list clearfix">
<li><a href="index.html">Privacy Policy</a></li>
<li><a href="index.html">Terms & Condition</a></li>
<li><a href="index.html">Support</a></li>
<li><a href="index.html">Disclaimer</a></li>
<li><a href="index.html">Faq</a></li>
</ul>
</div>
</div>
</div> -->
<!-- <div class="col-lg-4 col-md-6 col-sm-12 footer-column">
<div class="contact-widget footer-widget">
<div class="widget-title">
<h3>Contact</h3>
</div>
<div class="widget-content">
<p>Contact us today!</p>
<ul class="info-list clearfix">
<li><i class="icon-23"></i>Dubai</li>
<li><i class="icon-3"></i><a
href="mailto:contact@alphabyte.ae">contact@alphabyte.ae</a>
</li>
<li><i class="icon-2"></i><a href="tel:+971 50 558 8524">+971 50 558 8524</a>
</li>
<li><i class="icon-2"></i><a href="tel:+971 50 552 2412">+971 50 552 2412</a>
</li>
</ul>
</div>
</div>
</div> -->
</div>
</div>
</div>
<div class="footer-bottom centred">
<div class="auto-container">
<div class="copyright">
<p>
Copyright 2024 by <a href="index.html">AlphaByte</a> All Rights
Reserved.
</p>
</div>
</div>
</div>
</footer>
<!-- main-footer end -->
<!--Scroll to top-->
<div class="scroll-to-top">
<div>
<div class="scroll-top-inner">
<div class="scroll-bar">
<div class="bar-inner"></div>
</div>
<div class="scroll-bar-text">Go To Top</div>
</div>
</div>
</div>
<!-- Scroll to top end -->
</div>
<!-- jequery plugins -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/owl.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/validation.js"></script>
<script src="assets/js/jquery.fancybox.js"></script>
<script src="assets/js/appear.js"></script>
<script src="assets/js/scrollbar.js"></script>
<script src="assets/js/isotope.js"></script>
<script src="assets/js/jquery.nice-select.min.js"></script>
<script src="assets/js/parallax-scroll.js"></script>
<!-- main-js -->
<script src="assets/js/script.js"></script>
</body>
<!-- End of .page_wrapper -->
</html>