-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
540 lines (496 loc) · 27.5 KB
/
index.html
File metadata and controls
540 lines (496 loc) · 27.5 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
<!doctype html>
<html lang="en">
<head>
<!-- Title -->
<title>Future Fibre Planning</title>
<!-- Meta Tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="AdvNT, Advanced Network Technologies, FTTP, FTTH, network technologies, information technology, it, tech, telecom consultancy, telecom projects, technology strategy, fibre optic, optical fibre, fiber optic, optical fiber, optic fibre broadband, fibre broadband, 5G, 5G mobile, mobile virtual network nperator, MVNO, MVNE." />
<meta name="description" content="We invest on telecom and IT projects, with special focus on fibre deployments, 5G and mobile services." />
<link rel="canonical" href="https://www.advnt.co.uk" />
<meta property="og:locale" content="en_GB" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Advanced Network Technologies" />
<meta property="og:description" content="Telecom and IT experts. We are specialized in fibre deployments, 5G and mobile/radio services." />
<meta property="og:url" content="https://www.advnt.co.uk" />
<meta property="og:site_name" content="Advanced Network Technologies" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:description" content="Telecom and IT experts. We are specialized in fibre deployments, 5G and mobile/radio services." />
<meta name="twitter:title" content="Advanced Network Technologies" />
<!-- Favicon -->
<link rel="icon" href="images/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="images/favicon.png">
<meta name="msapplication-TileImage" content="images/favicon.png">
<link rel="icon" type="image/png" href="images/favicon.png" sizes="32x32">
<link rel="apple-touch-icon" href="images/favicon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/favicon.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/favicon.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="images/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="images/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/favicon.png">
<link rel="apple-touch-icon-precomposed" href="images/favicon.png">
<link rel="icon" href="images/favicon.png" sizes="32x32">
<!-- Animate -->
<link rel="stylesheet" href="css/animate.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Cube Portfolio -->
<link rel="stylesheet" href="css/cubeportfolio.min.css">
<!-- Fancy Box -->
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<!-- REVOLUTION STYLE SHEETS -->
<link rel="stylesheet" type="text/css" href="rs-plugin/css/settings.css">
<link rel="stylesheet" type="text/css" href="rs-plugin/css/navigation.css">
<!-- Style Sheet -->
<link rel="stylesheet" href="css/style.css">
<!--Color Scheme -->
<link rel="stylesheet" href="css/azul-advnt.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TW850K92N2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TW850K92N2');
</script>
</head>
<body data-bs-spy="scroll" data-bs-target=".navbar" data-bs-offset="90">
<!--Loader Start-->
<div class="loader">
<div class="loader-inner">
<div class="loader-blocks">
<span class="block-1"></span>
<span class="block-2"></span>
<span class="block-3"></span>
<span class="block-4"></span>
<span class="block-5"></span>
<span class="block-6"></span>
<span class="block-7"></span>
<span class="block-8"></span>
<span class="block-9"></span>
<span class="block-10"></span>
<span class="block-11"></span>
<span class="block-12"></span>
<span class="block-13"></span>
<span class="block-14"></span>
<span class="block-15"></span>
<span class="block-16"></span>
</div>
</div>
</div>
<!--Loader End-->
<!--Header start-->
<header>
<!--header top-->
<div class="top-header-area text-white">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="header-top-text"><a href="https://goo.gl/maps/NyTBJm3o4nGvtY3k9" target="_blank"><i class="fa fa-map-marker me-2"></i> 20 Primrose Street, London, EC2A 2EW, UK</a></div>
</div>
<div class="col-md-6">
<div class="header-top-text text-end">
<a href="mailto:info@futurefibre.net" class="text-white"><i class="fa fa-comment-o me-2"></i>info@futurefibre.net</a>
</div>
</div>
</div>
</div>
</div>
<!--Navigation-->
<nav class="navbar navbar-top-default navbar-expand-lg navbar-gradient gradient-bg1 nav-box-round">
<div class="container">
<a href="#home" title="Logo" class="logo scroll">
<img src="images/logo_FFP.png" alt="logo" class="logo-dark default">
</a>
<!--Nav Links-->
<div class="collapse navbar-collapse" id="wexim">
<div class="navbar-nav ms-auto">
<a class="nav-link scroll" href="#home">Home</a>
<a class="nav-link scroll" href="#about">About us</a>
<a class="nav-link scroll" href="#services">Services</a>
<a class="nav-link scroll" href="#experience">Experience</a>
<a class="nav-link scroll" href="#contact">Contact</a>
</div>
</div>
<!--Side Menu Button-->
<a href="javascript:void(0)" class="d-inline-block sidemenu_btn" id="sidemenu_toggle">
<span></span>
<span></span>
<span></span>
</a>
</div>
</nav>
<!--Side Nav-->
<div class="side-menu">
<div class="inner-wrapper">
<span class="btn-close" id="btn_sideNavClose"><i></i><i></i></span>
<nav class="side-nav w-100">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link scroll" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link scroll" href="#about">About us</a>
</li>
<li class="nav-item">
<a class="nav-link scroll" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link scroll" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link scroll" href="#contact">Contact</a>
</li>
</ul>
</nav>
<div class="side-footer text-white w-100">
<!--
<ul class="social-icons-simple">
<li><a class="facebook-text-hvr" href="javascript:void(0)"><i class="fa fa-linkedin"></i> </a> </li>
</ul>
-->
<p class="text-white">© 2023 FFP - Future Fibre Platform</p>
</div>
</div>
</div>
<a id="close_side_menu" href="javascript:void(0);"></a>
<!-- End side menu -->
</header>
<!--Header end-->
<!--slider-->
<section id="home" class="p-0 onepage-slide">
<h2 class="d-none">hidden</h2>
<div id="rev_slider_19_1_wrapper" class="rev_slider_wrapper fullscreen-container" data-alias="wexim_slider_01" data-source="gallery" style="background:transparent;padding:0px;">
<!-- START REVOLUTION SLIDER 5.4.8.1 fullscreen mode -->
<div id="rev_slider_19_1" class="rev_slider fullscreenbanner" style="display:none;" data-version="5.4.8.1">
<ul>
<!-- SLIDE -->
<li data-index="rs-3" data-transition="crossfade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="default" data-thumb="images/img_advnt_01.jpg" data-rotate="0" data-saveperformance="off" data-title="Slide" data-param1="" data-description="">
<!-- MAIN IMAGE -->
<img src="images/img_advnt_14.jpg" alt="" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" data-bgparallax="10" class="rev-slidebg" data-no-retina>
<!-- LAYERS -->
<!-- Overlay -->
<div class="bg-dark bg-overlay opacity-2 z-index-1"></div>
<!-- layer nr. 1 -->
<div class="tp-caption NotGeneric-SubTitle tp-resizeme text-white"
data-x="['right','right','right','right']" data-hoffset="['45','45','20','15']"
data-y="['middle','middle','middle','middle']" data-voffset="['-35','-35','-35','-20']"
data-fontsize="['74','74','35','28']"
data-lineheight="['44','44','35','30']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-type="text"
data-responsive_offset="on"
data-frames='[{"from":"y:50px;opacity:0;","speed":1000,"to":"o:1;","delay":600,"ease":"Power4.easeInOut"},{"delay":"wait","speed":1000,"to":"y:[175%];","mask":"x:inherit;y:inherit;s:inherit;e:inherit;","ease":"Power2.easeInOut"},{"frame":"hover","speed":"300","ease":"Power1.easeInOut","to":"o:1;rX:0;rY:0;rZ:0;z:0;","style":"c:rgba(255, 255, 255, 1.00);bc:rgba(255, 255, 255, 1.00);bw:2px 2px 2px 2px;"}]'
data-textAlign="['right','right','right','right']"
style="z-index: 8; white-space: nowrap; font-weight: 700; font-family:'Ubuntu',sans-serif !important;">
Future Fibre Platform
</div>
<!-- layer nr. 2 -->
<div class="tp-caption NotGeneric-Title tp-resizeme font-weight-500 text-white"
data-x="['right','right','right','right']" data-hoffset="['45','45','20','15']"
data-y="['middle','middle','middle','middle']" data-voffset="['10','10','10','10']"
data-fontsize="['20','20','18','20']"
data-lineheight="['25','25','25','25']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-type="text"
data-responsive_offset="on"
data-frames='[{"from":"y:50px;opacity:0;","speed":1000,"to":"o:1;","delay":800,"ease":"Power4.easeInOut"},{"delay":"wait","speed":1000,"to":"y:[175%];","mask":"x:inherit;y:inherit;s:inherit;e:inherit;","ease":"Power2.easeInOut"},{"frame":"hover","speed":"300","ease":"Power1.easeInOut","to":"o:1;rX:0;rY:0;rZ:0;z:0;","style":"c:rgba(255, 255, 255, 1.00);bc:rgba(255, 255, 255, 1.00);bw:2px 2px 2px 2px;"}]'
data-textAlign="['right','right','right','right']"
style="z-index:99; white-space: nowrap;">
Telecom and IT experts
</div>
<!-- layer nr. 3 -->
<div class="tp-caption z-index-5"
data-x="['right','right','right','right']" data-hoffset="['45','45','20','15']"
data-y="['middle','middle','middle','middle']" data-voffset="['135','135','135','135']"
data-fontsize="['18','18','18','18']"
data-lineheight="['18','18','18','18']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-type="text"
data-responsive_offset="on"
data-frames='[{"from":"y:50px;opacity:0;","speed":1000,"to":"o:1;","delay":1000,"ease":"Power4.easeInOut"},{"delay":"wait","speed":1000,"to":"y:[175%];","mask":"x:inherit;y:inherit;s:inherit;e:inherit;","ease":"Power2.easeInOut"},{"frame":"hover","speed":"300","ease":"Power1.easeInOut","to":"o:1;rX:0;rY:0;rZ:0;z:0;","style":"c:rgba(255, 255, 255, 1.00);bc:rgba(255, 255, 255, 1.00);bw:2px 2px 2px 2px;"}]'
data-textAlign="['center','center','center','center']"
style="z-index: 7; white-space: nowrap; font-weight: 100; font-family:'Ubuntu', sans-serif !important">
<a href="#about" class="nav-link btn btn-gradient btn-rounded btn-large me-2">Who we are</a>
<a href="#services" class="nav-link btn btn btn-white btn-rounded btn-large">What we do</a>
</div>
</li>
</ul>
</div>
<!-- END REVOLUTION SLIDER -->
</div>
<!--scroll down-->
<a href="#about" class="scroll-down scroll">Scroll Down <i class="fa fa-long-arrow-down"></i></a>
</section>
<!--slider end-->
<!--ABOUT US-->
<section id="about">
<div class="container">
<div class="row align-items-top wow fadeInUp">
<div class="col-md-5 mb-4">
<p><img class="border-white" src="images/img_advnt_12.png" alt="image"></p>
<p> </p>
</div>
<div class="col-md-7">
<div class="title">
<h6 class="third-color mb-2">Who we are</h6>
<h2 class="mb-2">Excellence, Integrity, and Innovation </h2>
<p class="mb-2">Future Fibre Platform is driven by principles of excellence, integrity, and innovation. We are dedicated to embracing change and the latest technologies, priding ourselves on adaptability and a welcoming attitude towards innovation. </p>
<p>Specialising in telecommunications and IT project investment and management, our core focus areas include fibre optic deployments, 5G and mobile services, and advanced private connectivity initiatives. We offer a range of strategic and operational consulting services and invest in IT and telecommunications ventures. </p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 wow fadeInUp">
<div class="feature-box text-center">
<span class="item-number gradient-text1"><i class="fa fa-area-chart"></i></span>
<h6 class="mb-2">Strategy</h6>
</div>
</div>
<div class="col-md-3 wow fadeInUp">
<div class="feature-box text-center">
<span class="item-number gradient-text1"><i class="fa fa-sitemap"></i></span>
<h6 class="mb-2">Plan</h6>
</div>
</div>
<div class="col-md-3 wow fadeInUp">
<div class="feature-box text-center">
<span class="item-number gradient-text1"><i class="fa fa-server"></i></span>
<h6 class="mb-2">Manage</h6>
</div>
</div>
<div class="col-md-3 wow fadeInUp">
<div class="feature-box text-center">
<span class="item-number gradient-text1"><i class="fa fa-cubes"></i></span>
<h6 class="mb-2">Invest</h6>
</div>
</div>
</div>
</div>
</section>
<!--SERVICES -->
<section id="services" class="bg-light">
<div class="container">
<!--Heading-->
<div class="row">
<div class="col-md-12 text-left wow fadeInUp">
<div class="title d-inline-block">
<h6 class="mb-2">What we do</h6>
<h2 class="mb-2">Services</h2>
<p class="mb-3">We provide strategic and operational consultancy and invest in IT and telecoms projects.</p>
</div>
</div>
</div>
<div class="row align-items-center mb-5">
<div class="col-md-7 order-md-2 wow fadeInUp">
<div class="blog-text">
<h6>+ Strategy</h6>
<p>In the telecommunications industry, effective strategies are imperative. With extensive experience in both demand and supply aspects of the sector, we excel in various areas, including: </p>
<ul class="liStrategy">
<li align="left">Assessing new technologies and developing comprehensive business cases.</li>
<li align="left">Formulating investment strategies and capital plans for cutting-edge network and technology upgrades.</li>
<li align="left">Leading strategic technology deployments and overseeing adoption programmes.</li>
<li align="left">Supporting the rollout of fibre optic networks, 5G, and mobile services.</li>
<li align="left">Implementing IT service rationalisation and transformation initiatives.</li>
</ul>
</div>
</div>
<div class="col-md-5">
<div class="blog-image wow fadeInUp">
<img class="border-grey" src="images/img_advnt_03.jpg" alt="image">
</div>
</div>
</div>
<div class="row align-items-center mb-5">
<div class="col-md-7 order-md-2 wow fadeInUp">
<div class="blog-text">
<h6>+ Planning</h6>
<p>Our expertise spans from upgrading access networks to detailed planning, design, and greenfield project construction. When you collaborate with us, you gain access to a dedicated team available around the clock. They'll assist you in understanding your options, identifying areas of significant impact, and guiding you through practical implementation.</p>
<p>Every day, we work towards bringing next-generation access networks closer to you. Our approach centres on comprehensive network excellence, translating into enhanced access. We prioritise your business objectives, offer expert project management through a talented team, and employ an automated toolchain throughout your project. </p>
</div>
</div>
<div class="col-md-5">
<div class="blog-image text-end wow fadeInUp">
<img class="border-grey" src="images/img_advnt_06.jpg" alt="image">
</div>
</div>
</div>
<div class="row align-items-center mb-5">
<div class="col-md-7 order-md-2 wow fadeInUp">
<div class="blog-text">
<h6>+ Management </h6>
<p>At our core, we empower clients to gain a clear, actionable, and measurable understanding of prioritised capabilities when developing innovative products, services, and digitalising operations for efficiency. We specialise in crafting thorough roadmaps outlining the specific business requirements needed to extract value from emerging digital prospects. Our unique methodology empowers telecom companies to focus on their strengths, gaining a competitive edge in the industry. </p>
</div>
</div>
<div class="col-md-5">
<div class="blog-image wow fadeInUp">
<img class="border-grey" src="images/img_advnt_10.jpg" alt="image">
</div>
</div>
</div>
<div class="row align-items-center mb-5">
<div class="col-md-7 order-md-2 wow fadeInUp">
<div class="blog-text">
<h6>+ Investment </h6>
<p>In a digital landscape brimming with opportunities, making the right investments is critical. We're a rapidly growing, entrepreneurial investment management firm based in the City of London. We believe that a great investment isn't just about finances; it's an opportunity to invest in crucial facets like our environment, health, society, local communities, and the economy. Our ability to adapt and innovate in creating investment products for our clients is key to our growth and success. Our core values guide everything we do, from selecting businesses to invest in to hiring individuals. </p>
</div>
</div>
<div class="col-md-5">
<div class="blog-image wow fadeInUp">
<img class="border-grey" src="images/img_advnt_01.jpg" alt="image">
</div>
</div>
</div>
</div>
</section>
<!--EXPERIENCE-->
<section id="experience">
<div class="container">
<div class="row">
<div class="col-md-12 text-left wow fadeInUp">
<div class="title d-inline-block">
<h6 class="mb-3">Our Background</h6>
<h2 class="mb-3">Experience</h2>
<p class="mb-3">We're a multifaceted organisation centred on fibre deployments and telecom projects. With a 10+ year track record in the telecoms sector and a global presence across Europe, America, and Africa, we provide bespoke services to our clients. Our expertise includes fibre deployments, telecom infrastructure management, data centres, IT business services, open-access telecom infrastructure, and 5G and MVNO/E implementations, along with business case development. </p>
</div>
</div>
</div>
</div>
</section>
<section class="parallax bg-img10">
<div class="bg-overlay bg-black opacity-3"></div>
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6 position-relative">
<div class="parallax-box text-white">
<i class="fa fa-check" aria-hidden="true"></i>
<h2 class="count">287</h2>
<h5>Porjects Completed</h5>
</div>
</div>
<div class="col-md-3 col-sm-6 position-relative">
<div class="parallax-box text-white">
<i class="fa fa-flag" aria-hidden="true"></i>
<h2 class="count">58</h2>
<h5>Customers</h5>
</div>
</div>
<div class="col-md-3 col-sm-6 position-relative">
<div class="parallax-box text-white">
<i class="fa fa-globe" aria-hidden="true"></i>
<h2 class="count">12</h2>
<h5>Countries</h5>
</div>
</div>
<div class="col-md-3 col-sm-6 position-relative">
<div class="parallax-box text-white">
<i class="fa fa-group" aria-hidden="true"></i>
<h2 class="count">42</h2>
<h5>People</h5>
</div>
</div>
</div>
</div>
</section>
<!--Parallax End-->
<!--Contact Start-->
<section id="contact" class="content bg-img9">
<div class="container">
<div class="row">
<div class="col-lg-6 wow fadeInUp">
<div class="content-image">
<img class="border-grey" src="images/img_advnt_08.jpg" alt="image">
</div>
</div>
<div class="col-lg-6 mb-3 wow fadeInUp">
<div class="title">
<h6 class="third-color mb-4">Contact</h6>
<h2 class="mb-4">Let's get in touch</h2>
<p class="contact-p"><a href="mailto:info@futurefibre.net"><i class="fa fa-comment-o me-2"></i>info@futurefibre.net</a></p>
<p class="contact-p"><a href="https://maps.app.goo.gl/1ZJZAcmxtDg5bJ1U6" target="_blank"><i class="fa fa-map-marker me-2"></i> Hill Dickinson Llp The Broadgate Tower, 20 Primrose Street, London, England, EC2A 2EW</a></p>
<p> </p>
<p> </p>
<p>Future Fibre Platform LTD is a company incorporated in England and Wales with Company Number 15014119 and Registered Office located at Hill Dickinson Llp The Broadgate Tower, 20 Primrose Street, London, England, EC2A 2EW</p>
<p> </p>
<!-- <h6 class="third-color mb-4">Send us an enquiry</h6> -->
</div>
</div>
</div>
</div>
</section>
<!--Content End-->
<!--Footer Start-->
<section class="bg-footer text-center section-padding-footer">
<h2 class="d-none">hidden</h2>
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- <div class="footer-social">
<ul class="list-unstyled">
<li><a class="wow fadeInDown" href="javascript:void(0);"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div> -->
<div class="footer-logo">
<img src="images/logo_FFP.png" alt="Fiber Future Planning" class="logo-dark default">
</div>
<p class="company-about fadeIn">© 2023</p>
</div>
</div>
</div>
</section>
<!--Footer End-->
<!--Scroll Top-->
<a class="scroll-top-arrow" href="javascript:void(0);"><i class="fa fa-angle-up"></i></a>
<!--Scroll Top End-->
<!-- Optional JavaScript -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.appear.js"></script>
<!-- isotop gallery -->
<script src="js/isotope.pkgd.min.js"></script>
<!-- cube portfolio gallery -->
<script src="js/jquery.cubeportfolio.min.js"></script>
<!-- owl carousel slider -->
<script src="js/owl.carousel.min.js"></script>
<!-- text rotate -->
<script src="js/morphext.min.js"></script>
<!-- particles -->
<script src="js/particles.min.js"></script>
<!-- parallax Background -->
<script src="js/parallaxie.min.js"></script>
<!-- fancybox popup -->
<script src="js/jquery.fancybox.min.js"></script>
<!-- fancybox popup -->
<script src="js/wow.js"></script>
<!-- REVOLUTION JS FILES -->
<script src="rs-plugin/js/jquery.themepunch.tools.min.js"></script>
<script src="rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<!-- SLIDER REVOLUTION EXTENSIONS -->
<script src="rs-plugin/js/extensions/revolution.extension.actions.min.js"></script>
<script src="rs-plugin/js/extensions/revolution.extension.carousel.min.js"></script>
<script src="rs-plugin/js/extensions/revolution.extension.kenburn.min.js"></script>
<script src="rs-plugin/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="rs-plugin/js/extensions/revolution.extension.migration.min.js"></script>
<script src="rs-plugin/js/extensions/revolution.extension.navigation.min.js"></script>
<script src="rs-plugin/js/extensions/revolution.extension.parallax.min.js"></script>
<script src="rs-plugin/js/extensions/revolution.extension.slideanims.min.js"></script>
<!-- custom script -->
<script src="js/script.js"></script>
</body>
</html>