-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
656 lines (621 loc) · 25.3 KB
/
index.html
File metadata and controls
656 lines (621 loc) · 25.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>
TheOptitechHub | Virtual Assistant | Executive Assistant | Administrative Support
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Playfair+Display:wght@600&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" type="image/png" href="/images/favicon.png">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container">
<a class="navbar-brand" href="index.html">TheOptiTechHub</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a href="#home" class="nav-link">Home</a></li>
<li class="nav-item"><a href="#about" class="nav-link">About</a></li>
<li class="nav-item"><a href="#services" class="nav-link">Services</a></li>
<li class="nav-item"><a href="/mentorship.html" class="nav-link">My Mentorship Program</a></li>
<li class="nav-item"><a href="#tools" class="nav-link">Tools I use</a></li>
<li class="nav-item"><a href="#contacts" class="nav-link">Contacts</a></li>
<li class="nav-item"><a href="https://calendly.com/nwanyiezeikonnie/discussion-session-1"
class="nav-link active">Hire Me</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- END nav -->
<div class="hero-section">
<div class="container hero-content">
<div class="text-container">
<h1 class="hero-title">Your Virtual Support System, Anytime and Anywhere</h1>
<p class="hero-subtitle">Efficient, Reliable Services for You</p>
<p class="hero-description">
I offer a wide range of professional services to help you succeed in your business or personal
goals. Whether you need administrative support, digital marketing, project management, or one-on-one
coaching, I'm here to provide the solutions you need.
</p>
<div class="cta-buttons">
<a href="https://calendly.com/nwanyiezeikonnie/discussion-session-1" class="btn-primary">Get
Started</a>
<a href="#" class="btn-secondary" id="learnMoreBtn">Learn More</a>
</div>
</div>
<div class="image-container">
<img src="images/portrait-4.png" alt="Virtual Assistant" class="hero-image">
</div>
</div>
</div>
<section class="ftco-section ftco-no-pb ftco-no-pt ftco-animate" id="about">
<div class="container">
<div class="row">
<div class="col-md-6 d-flex justify-content-center align-items-center">
<div class="image-slider">
<img src="images/portrait-1.png" class="slider-image active" alt="Portrait 1">
<img src="images/portrait-2.png" class="slider-image" alt="Portrait 2">
<img src="images/portrait-3.png" class="slider-image" alt="Portrait 3">
</div>
</div>
<div class="col-md-6 wrap-about pl-md-5 ftco-animate py-md-5">
<div class="heading-section font-weight-bold pt-md-4 description-text">
<h1 class="mb-4">Meet Nwanyieze</h1>
<span>
<p class="lead-2">Executive Business Support Specialist</p>
</span>
<p>With a Master’s in Marketing Management and years of hands-on experience, I help businesses
and individuals thrive by offering a wide range of professional support.</p>
<p>Whether it’s administrative assistance, real estate VA support, project management,
short-term rental services, or virtual coaching, I’m here to provide solutions that drive
success.</p>
<p>I work with entrepreneurs, startups, property owners, and aspiring virtual assistants,
offering personalized services that lighten your workload and free up your time for
strategic growth. Through my virtual coaching and training programs, I empower individuals
to develop the skills needed for success in the virtual workspace while offering ongoing
support through a lifetime community.</p>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section" id="services">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 heading-section text-center ftco-animate mb-5">
<span class="subheading">What Service do you need?</span>
<h2 class="mb-2">TheOptiTechHub Core Services</h2>
</div>
</div>
<div class="row d-flex">
<div class="col-md-6 col-lg-4 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block text-left">
<div class="icon d-flex justify-content-center align-items-center">
<span class="fa fa-headphones"></span>
</div>
<div class="media-body py-md-4">
<h3 class="">Virtual Administrative, Executive, & Personal Support</h3>
<p><strong>Administrative Support</strong>: Manage data entry, document organization, and
correspondence.</p>
<p><strong>Executive Assistance</strong>: Provide high-level support in calendar management,
meetings, and travel planning.</p>
<p><strong>Personal Assistance</strong>: Handle individual needs like scheduling, errands,
and task management.</p>
<p><strong>Project Coordination</strong>: Assist in planning and tracking business or
personal projects.</p>
<p><strong>Customer Support</strong>: Deliver responsive customer service, including email
and ticket resolution.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block text-left">
<div class="icon d-flex justify-content-center align-items-center">
<span class="fa fa-line-chart"></span>
</div>
<div class="media-body py-md-4">
<h3 class="">Digital Marketing & Online Presence</h3>
<p><strong>Social Media Management</strong>: Create, schedule, and oversee social media
content.</p>
<p><strong>Digital Marketing Campaigns</strong>: Execute campaigns across email,
advertising, and content channels.</p>
<p><strong>SEO (Search Engine Optimization)</strong>: Optimize websites for search engine
visibility and organic traffic.</p>
<p><strong>Content Creation</strong>: Develop written, graphic, and video content aligned
with brand identity.</p>
<p><strong>Email Marketing Management</strong>: Design and analyze campaigns for engagement
and growth.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block text-left">
<div class="icon d-flex justify-content-center align-items-center">
<span class="fa fa-cogs"></span>
</div>
<div class="media-body py-md-4">
<h3 class="">Automation & Workflow Optimization</h3>
<p><strong>Workflow Automation</strong>: Set up automated systems (email sequences, CRM
workflows) to save time.</p>
<p><strong>Data Analysis & Reporting</strong>: Offer reports on marketing and social media
performance for decision-making.</p>
<p><strong>E-commerce Support</strong>: Manage tasks like product listings, customer
inquiries, and order processing.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block text-left">
<div class="icon d-flex justify-content-center align-items-center">
<span class="fa fa-briefcase"></span>
</div>
<div class="media-body py-md-4">
<h3 class="">Business Consultation</h3>
<p><strong>Strategic Planning</strong>: Define business goals, strategies, and actionable
steps.</p>
<p><strong>Process Optimization</strong>: Analyze and improve operations to enhance
efficiency.</p>
<p><strong>Market Analysis</strong>: Provide insights on trends and customer behaviors to
make informed decisions.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block text-left">
<div class="icon d-flex justify-content-center align-items-center">
<span class="fa fa-users"></span>
</div>
<div class="media-body py-md-4">
<h3 class="">Collaboration Services</h3>
<p><strong>Team Building Workshops</strong>: Facilitate workshops to boost team dynamics and
collaboration.</p>
<p><strong>Networking Opportunities</strong>: Connect freelancers and businesses for
potential collaborations.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block text-left">
<div class="icon d-flex justify-content-center align-items-center">
<span class="fa fa-graduation-cap"></span>
</div>
<div class="media-body py-md-4">
<h3 class="">Freelance Coaching</h3>
<p><strong>Profile Building</strong>: Assist with creating standout profiles on platforms
like LinkedIn and Upwork.</p>
<p><strong>Proposal Writing</strong>: Teach proposal writing strategies to improve
job-winning potential.</p>
<p><strong>Skill Development</strong>: Offer training in freelancing essentials, including
negotiation and communication.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section" id="certifications">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 heading-section text-center ftco-animate mb-5">
<span class="subheading">Nwanyieze's Certifications</span>
<h2 class="mb-2">My Certifications</h2>
</div>
</div>
<div class="row ftco-animate">
<div class="col-md-12">
<div class="carousel-certifications owl-carousel ftco-owl">
<!-- Certificate 1 -->
<div class="item">
<div class="certification-wrap">
<img src="images/certificates/ALX-cert.jpeg" alt="ALX Virtual Assistant Certification"
class="certification-img">
</div>
</div>
<!-- Certificate 2 -->
<div class="item">
<div class="certification-wrap">
<img src="images/certificates/Email-cert.jpeg" alt="Email Marketing Fundamentals"
class="certification-img">
</div>
</div>
<!-- Certificate 3 -->
<div class="item">
<div class="certification-wrap">
<img src="images/certificates/HP-cert.jpeg" alt="Business Communications"
class="certification-img">
</div>
</div>
<!-- Certificate 4 -->
<div class="item">
<div class="certification-wrap">
<img src="images/certificates/IBM-cert.jpeg" alt="Digital Marketing"
class="certification-img">
</div>
</div>
<!-- Certificate 5 -->
<div class="item">
<div class="certification-wrap">
<img src="images/certificates/linkedin-cert.jpeg" alt="LinkedIn Marketing"
class="certification-img">
</div>
</div>
<!-- Certificate 6 -->
<div class="item">
<div class="certification-wrap">
<img src="images/certificates/zapier-cert.jpeg" alt="Zapier Automation"
class="certification-img">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section bg-light" id="portfolio">
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-md-12 heading-section text-center ftco-animate">
<span class="subheading">My Portfolio</span>
<h2 class="mb-4">Featured Projects</h2>
<p class="lead">
Here are some of my projects. View them directly from Google Drive.
</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-4 col-lg-3 mb-4 ftco-animate">
<div class="portfolio-file">
<a href="https://www.upwork.com/freelancers/~01ff891b219e87778e?p=1866127769976958976"
target="_blank">
<div class="file-icon">
<i class="fas fa-file-alt"></i>
</div>
<h4 class="file-title">Research and Data Entry</h4>
</a>
</div>
</div>
<div class="col-md-4 col-lg-3 mb-4 ftco-animate">
<div class="portfolio-file">
<a href="https://www.upwork.com/freelancers/~01ff891b219e87778e?p=1866126466071109632"
target="_blank">
<div class="file-icon">
<i class="fas fa-file-alt"></i>
</div>
<h4 class="file-title">Project Management Projects</h4>
</a>
</div>
</div>
<div class="col-md-4 col-lg-3 mb-4 ftco-animate">
<div class="portfolio-file">
<a href="https://www.upwork.com/freelancers/~01ff891b219e87778e?p=1821520667700170752"
target="_blank">
<div class="file-icon">
<i class="fas fa-file-alt"></i>
</div>
<h4 class="file-title">Business Presentations</h4>
</a>
</div>
</div>
</div>
</section>
<section class="ftco-section py-5" id="hire">
<div class="container text-center">
<h2 class="mb-4">Ready to Take Your Business to the Next Level?</h2>
<h6 class="lead mb-4">
Let's work together to achieve your business goals.
Call me directly for a custom quote.
I'm here to provide the support you need to succeed.
</h6>
<!-- <p class="mb-4">
Before proceeding, please review our
<a href="path-to-clients-privacy-policy.pdf" class="ta-link" target="_blank">Privacy Policy and Terms of
Service for
Clients</a>
</p> -->
<a href="https://calendly.com/nwanyiezeikonnie/discussion-session-1"
class="btn btn-primary btn-lg py-3 px-5">
Get Started Here
</a>
</div>
</section>
<section class="ftco-section bg-white py-5" id="pricing">
<div class=" text-center">
<h2 class="mb-4">My Rates</h2>
<p class="lead mb-4">
I offer competitive pricing tailored to suit your business or personal needs.
</p>
<div class="row justify-content-center text-center">
<div class="col-md-6 col-lg-4 ftco-animate">
<div class="pricing-entry">
<h3>Hourly Rate</h3>
<p class="price">$15<span class="period">/hour</span></p>
<p>Cost-effective, high-quality support for your business.</p>
</div>
</div>
<div class="col-md-6 col-lg-4 ftco-animate">
<div class="pricing-entry">
<h3>Flat Rate Projects</h3>
<p class="price">Custom Pricing</p>
<p>For projects requiring a flat rate,
<a href="https://calendly.com/nwanyiezeikonnie/discussion-session-1"> Contact me </a>
for a tailored quote or retainer fee.
</p>
</div>
</div>
<!-- <div class="col-md-6 col-lg-4 ftco-animate">
<div class="pricing-entry">
<h3>One-on-One Training</h3>
<p class="price">$20<span class="period">/person</span></p>
<p>Personalized virtual coaching and training sessions for aspiring virtual assistants.</p>
</div>
</div> -->
<div class="col-md-6 col-lg-4 ftco-animate">
<div class="pricing-entry">
<h3>Elite Business Plan</h3>
<p class="price">$2000<span class="period">/month</span></p>
<p>Comprehensive support and premium services to elevate your business to the next level</p>
</div>
</div>
</div>
</section>
<section class="ftco-section testimony-section" id="testimonials">
<div class="overlay"></div>
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-md-7 text-center heading-section heading-section-white ftco-animate">
<span class="subheading">Testimonials</span>
<h2 class="mb-3">Happy Upwork Clients</h2>
</div>
</div>
<div class="row ftco-animate">
<div class="col-md-12">
<div class="carousel-testimony owl-carousel ftco-owl">
<div class="item">
<div class="testimony-wrap py-4">
<div class="icon d-flex align-items-center justify-content-center">
<span class="fa fa-quote-left"></span>
</div>
<div class="text">
<p class="mb-4">"Nwanyieze was very pro active, smart and diligent, I was a very
pleased with all services she provided.
She also works beyond what's asked, which shoes a level of commitment I rarely
see"</p>
<div class="d-flex align-items-center">
<div>
<i class="fa fa-user text-warning"></i>
</div>
<div class="pl-3">
<i class="name">Upwork Client</i>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap py-4">
<div class="icon d-flex align-items-center justify-content-center">
<span class="fa fa-quote-left"></span>
</div>
<div class="text">
<p class="mb-4">"Nwanyieze (aka Queen) was extremely prompt and professional. She
provided with excellent service and documents for my needs, especially during an
incredibly stressful personal and professional period for me. Queen was on my
side helping me with generate the information (documents) I needed during this
time. I felt like I had a friend and ally standing next to me, as I went against
some extremely nasty characters in my business. You are crazy if you don't hire
Nwanyieze, she is a real pro and caring person!."
</p>
<div class="d-flex align-items-center">
<div>
<i class="fa fa-user text-warning"></i>
</div>
<div class="pl-3">
<i class="name">Upwork Client</i>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap py-4">
<div class="icon d-flex align-items-center justify-content-center">
<span class="fa fa-quote-left"></span>
</div>
<div class="text">
<p class="mb-4">"Nwanyieze was very pro active, smart and diligent, I was a very
pleased with all services she provided.
She also works beyond what's asked, which shoes a level of commitment I rarely
see.
"</p>
<div class="d-flex align-items-center">
<div>
<i class="fa fa-user text-warning"></i>
</div>
<div class="pl-3">
<i class="name">Upwork Client</i>
</div>
</div>
</div>
</div>
</div>
<!-- Additional testimonials can be added here -->
<div class="item">
<div class="testimony-wrap py-4">
<div class="icon d-flex align-items-center justify-content-center">
<span class="fa fa-quote-left"></span>
</div>
<div class="text">
<p class="mb-4">"Nwanyieze is a wonderful person to work with. She is passionate and
there to help. Quick to respond to messages/requests. She deserves a shot"</p>
<div class="d-flex align-items-center">
<div>
<i class="fa fa-user text-warning"></i>
</div>
<div class="pl-3">
<i class="name">Upwork Client</i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section bg-light-green" id="tools">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 heading-section text-center ftco-animate mb-5">
<span class="subheading">Tools I Use</span>
<h2 class="mb-2">My Essential Tools</h2>
</div>
</div>
<div class="owl-carousel ftco-owl carousel-tools">
<div class="item">
<img src="images/microsoft-office.png" alt="Microsoft Office" class="img-fluid">
</div>
<div class="item">
<img src="images/google-workspace.jpg" alt="Google Workspace" class="img-fluid">
</div>
<div class="item">
<img src="images/realtor.png" alt="Realtor" class="img-fluid">
</div>
<div class="item">
<img src="images/asana.jpg" alt="Asana" class="img-fluid">
</div>
<div class="item">
<img src="images/notion.png" alt="Notion" class="img-fluid">
</div>
<div class="item">
<img src="images/copyai.jpg" alt="Airtable" class="img-fluid">
</div>
<div class="item">
<img src="images/clickup.jpg" alt="Clickup" class="img-fluid">
</div>
<div class="item">
<img src="images/capcut.jpg" alt="CapCut" class="img-fluid">
</div>
<div class="item">
<img src="images/gemini.jpg" alt="Gemini" class="img-fluid">
</div>
<div class="item">
<img src="images/canva.jpg" alt="Canva" class="img-fluid">
</div>
<div class="item">
<img src="images/chatgpt.jpg" alt="ChatGPT" class="img-fluid">
</div>
</div>
</div>
</section>
<section class="ftco-section bg-light" id="join-us">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 text-center ftco-animate">
<h2 class="">Comprehensive Mentorship Program!</h2>
<p class="mb-4 lead">
Are you ready to rise above the competition, secure high-paying clients, and build a fulfilling
freelance career? My Freelancing Mentorship Program is your ultimate guide to thriving in
today’s competitive freelance market.
</p>
<p class="mb-4">
Whether you're just starting out or struggling to land consistent clients, this program provides
the tools, strategies, and personalized guidance you need to define your niche, showcase your
expertise, and attract your dream clients. From profile building and client outreach to pricing
strategies and workflow optimization, I've got you covered.
</p>
<p class="mb-4 font-weight-bold">
Stop guessing your way through freelancing—take the step toward real growth and success.
</p>
<a href="/mentorship" class="btn-primary px-4 py-3">
Learn More about the Programme
</a>
</div>
</div>
</div>
</section>
<footer class="ftco-footer" id="contacts">
<div class="container">
<div class="row mb-5">
<div class="col-md-12 text-center">
<div class="ftco-footer-widget mb-4">
<!-- <img src="images/logo.jpeg" alt="TheOptitechHub Logo" class="img-fluid"
style="max-width: 100px;"> -->
<h2 class="ftco-heading-2 logo">TheOptiTechHub</h2>
<p class=""> Feel free to reach out to me via the following channels:</p>
<ul class="ftco-footer-social list-unstyled mt-5">
<li class="ftco-animate">
<a href="https://www.linkedin.com/in/nwanyiezeikonnievirtualassistant/" target="_blank">
<span class="fab fa-linkedin"></span>
<span class="link-text">Connect on LinkedIn</span>
</a>
</li>
<li class="ftco-animate">
<a href="https://www.instagram.com/nwanyieze.ikonnie" target="_blank">
<span class="fab fa-instagram"></span>
<span class="link-text">Follow on Instagram</span>
</li>
<li class="ftco-animate">
<a href="https://x.com/nwanyiking001" target="_blank">
<span class="fab fa-x"></span>
<span class="link-text">Connect on X</span>
</li>
<li class="ftco-animate">
<a href="https://www.tiktok.com/@nwanyiking001" target="_blank">
<span class="fab fa-tiktok"></span>
<span class="link-text">Follow on Tiktok</span>
</a>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p>
Copyright ©
<script>document.write(new Date().getFullYear());</script> All rights reserved
</p>
<!-- <p> This site was
made with <i class="fa fa-heart color-danger" aria-hidden="true"></i> by <a
href="https://wa.me/message/RP4YH4XWERAGI1" target="_blank"
class="text-success">Freedompraise</a>
</p> -->
</div>
</div>
</div>
</footer>
<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#F96D00" />
</svg></div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/scrollax.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>