generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
794 lines (771 loc) · 42.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
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
783
784
785
786
787
788
789
790
791
792
793
794
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- https://www.w3schools.com/tags/tag_meta.asp -->
<meta name="description"
content="Digital Marketing and Product Management services for Entrepreneurs, Startups and SMEs based in Ireland">
<meta name="keywords"
content="Digital Marketing, Product Management, Entrepreneurship, Growth Hacking, Personal Branding, Ireland">
<meta name="author" content="Effie Manyos">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
type="text/css" />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
type="text/css" />
<!-- Styling -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<!-- Website Title -->
<title>Effie Manyos</title>
<!-- Favicon: http://bit.ly/3dKBMHD/ -->
<link rel="icon" href="assets/images/web-favicon.png" type="image/icon">
</head>
<!-- Credit: http://bit.ly/2ZT3CJK -->
<body data-spy="scroll" data-target="#navbar" data-offset="0">
<!-- Navigation Bar | Main Menu -->
<header id="navigation-bar">
<!-- Credit 1: https://bit.ly/3kjq6Nf and customized for this project's requirements -->
<!-- Credit 2: http://bit.ly/2O1nA2g and customized for this project's requirements -->
<nav id="navbar" class="navbar navbar-expand-lg navbar-dark fixed-top">
<a class="navbar-brand" href="#home">Effie Manyos <i class="fa fa-envira"></i></a>
<!-- Toggle Navigation -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarFour"
aria-controls="navbarFour" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa fa-bars toggle-btn navbar-toggler-icon"></i>
</button>
<!-- Navigation Bar -->
<div class="collapse navbar-collapse" id="navbarFour">
<!-- Main Website Menu-->
<ul class="navbar-nav ml-auto">
<!-- Credit: Icons from Font Awesome and customized for this project's requirements -->
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<a class="nav-link page-scroll active" href="#home"><i class="fa fa-home"></i> Home</a>
</li>
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<a class="nav-link page-scroll" href="#about"><i class="fa fa-user-circle-o"></i> About</a>
</li>
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<a class="nav-link page-scroll" href="#services"><i class="fa fa-list-ul"></i> Services</a>
</li>
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<a class="nav-link page-scroll" href="#testimonials"><i class="fa fa-thumbs-up"></i>
Testimonials</a>
</li>
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<a class="nav-link page-scroll" href="#contact"><i class="fa fa-envelope"></i> Contact</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- Hero Image | Website Invitation -->
<!-- Credit: http://bit.ly/2ZN3GL2 and customized for this project's requirements -->
<div class="anchors" id="home" style="padding-top: 40px; margin-top: -40px"></div>
<section id="hero-image-section">
<!-- Credit: http://bit.ly/3qSMcbN and customized for this project's requirements -->
<div class="hero-image">
<div class="hero-text">
<h1>Ready to boost your growth?</h1>
<br>
<div class="hyphen-white-center"></div>
<p>Consultant | Strategist | Entrepreneur | Mentor | Speaker</p>
<div class="cta-button-white-pink">
<a href="#services">View Services</a>
</div>
</div>
</div>
</section>
<!-- About Me Section | Short Bio -->
<!-- Credit: http://bit.ly/2ZN3GL2 and customized for this project's requirements -->
<div class="anchors" id="about" style="padding-top: 140px; margin-top: -140px"></div>
<section id="about-section">
<!-- Credit: http://bit.ly/3qTC2HX and customized for this project's requirements -->
<div class="container">
<div class="row">
<div class="col-sm-8">
<div class="about-text">
<h2>About Me</h2>
<div class="hyphen-white"></div>
<p> I'm a naturally curious person with a solid experience in Digital Marketing and Product
Management. My passion? Helping out small businesses to grow to its full potential and
empower people for success. You would be surprised how much your business could grow just by
taking a few steps into the right direction.</p>
<p> I believe everyone is fully capable of reaching their goals. I will empower you so you
can gain more confidence, attain the knowledge and skills you need and show you the way. And
if that's not enough… No problem! I’ll design the perfect solution for you to help make your
dream come true!</p>
<br>
<!-- CTA Button -->
<a href="#contact">Let's Talk!</a>
</div>
</div>
<div class="col-sm-4 right-column-img">
</div>
</div>
</div>
</section>
<!-- Work Experience Section -->
<section id="work-experience">
<!-- Credit: https://bit.ly/3pShgXM and customized for this project's requirements -->
<div class="experience-wrap">
<!-- Intro Section-->
<h2>Work Experience</h2>
<div class="hyphen-purple"></div>
<p>Some of the companies I work (ed) at in Marketing, Advertising, Branding, and Communications for the past
5+ years.</p>
<!-- Work Experience Section-->
<div class="companies">
<ul>
<li>
<img src="assets/images/ah-logo.png" alt="ArchHyve logo">
<a href="https://archhyve.com/" target="_blank" rel="noopener"><img src="assets/images/ah-img.png"
alt="ArchHyve"></a>
</li>
<li>
<img src="assets/images/aa-logo.png" alt="Ardagh Agencies logo">
<a href="https://www.ardaghagencies.ie/" target="_blank" rel="noopener"><img src="assets/images/aa-img.png"
alt="Ardagh Agencies"></a>
</li>
<li>
<img src="assets/images/isg-logo.png" alt="ISG Contract logo">
<a href="https://www.isgcontract.com/" target="_blank" rel="noopener"><img src="assets/images/isg-img.png"
alt="ISG Contract"></a>
</li>
<li>
<img src="assets/images/pr-logo.png" alt="PeggyRain logo">
<a href="https://peggyrain.com/" target="_blank" rel="noopener"><img src="assets/images/pr-img.png"
alt="PeggyRain"></a>
</li>
<li>
<img src="assets/images/tl-logo.png" alt="Translit logo">
<a href="https://translit.ie/" target="_blank" rel="noopener"><img src="assets/images/tl-img.png"
alt="Translit"></a>
</li>
<li>
<img src="assets/images/kt-logo.png" alt="Keysight Technologies logo">
<a href="https://www.keysight.com/ie/en/home.html" target="_blank" rel="noopener"><img
src="assets/images/kt-img.png" alt="Keysight Technologies"></a>
</li>
<li>
<img src="assets/images/im-logo.png" alt="inbestMe logo">
<a href="https://www.inbestme.com/en" target="_blank" rel="noopener"><img src="assets/images/im-img.png"
alt="inbestMe"></a>
</li>
<li>
<img src="assets/images/tck-logo.png" alt="The Crêpe Kitchen logo">
<a href="https://www.thecrepekitchen.ca/" target="_blank" rel="noopener"><img src="assets/images/tck-img.png"
alt="The Crêpe Kitchen"></a>
</li>
<li>
<img src="assets/images/cg-logo.png" alt="Citigroup logo">
<a href="https://www.citigroup.com/citi/" target="_blank" rel="noopener"><img src="assets/images/cg-img.png"
alt="Citigroup"></a>
</li>
<li>
<img src="assets/images/bcp-logo.png" alt="Banco de Crédito BCP logo">
<a href="https://www.viabcp.com/" target="_blank" rel="noopener"><img src="assets/images/bcp-img.png"
alt="Banco de Crédito BCP"></a>
</li>
<li>
<img src="assets/images/sm-logo.png" alt="SocMark logo">
<a href="https://www.linkedin.com/company/socmark/" target="_blank" rel="noopener"><img
src="assets/images/sm-img.png" alt="SocMark"></a>
</li>
<li>
<img src="assets/images/pc-logo.png" alt="Publicidad Causa logo">
<a href="https://www.linkedin.com/company/socmark/" target="_blank" rel="noopener"><img
src="assets/images/pc-img.png" alt="Publicidad Causa"></a>
</li>
</ul>
</div>
</div>
</section>
<!-- Qualifications Section -->
<section id="qualifications">
<!-- Credit: https://bit.ly/37K3sIS and customized for this project's requirements -->
<!-- Intro Section -->
<div class="qualifications-intro">
<h2>Qualifications</h2>
<div class="hyphen-white-center"></div>
<p>Some of the fields I've studied in the past 10 years. I'm obsessed with Marketing, Advertising,
Product, Business, Tech.</p>
</div>
<!-- Education Timeline -->
<div class="row">
<!--Column 1: Left-->
<div class="col">
<div class="timeline">
<div class="timeline-body">
<div class="timeline-item">
<a href="https://codeinstitute.net/" target="_blank" rel="noopener"><img class="school-logo"
src="assets/images/code-institute.png" alt="Code Institute logo"></a>
<div class="qualifications-content">
<h2>2020—2021</h2>
<h3>Full Stack Software Development</h3>
<h4>Code Institute</h4>
<p>University Accredited Irish Professional Diploma — Irish NFQ Level 6</p>
</div>
</div>
</div>
</div>
<div class="timeline">
<div class="timeline-body">
<div class="timeline-item">
<a href="https://www.ub.edu/web/portal/en/" target="_blank" rel="noopener"><img class="school-logo"
src="assets/images/ub-spain.png" alt="Universitat de Barcelona logo"></a>
<div class="qualifications-content">
<h2>2020—2021</h2>
<h3>Executive MBA</h3>
<h4>Universitat de Barcelona</h4>
<p>Business Administration & Management, General — Irish NFQ Level 9</p>
</div>
</div>
</div>
</div>
<div class="timeline">
<div class="timeline-body">
<div class="timeline-item">
<a href="https://www.wharton.upenn.edu/" target="_blank" rel="noopener"><img class="school-logo"
src="assets/images/ws-logo.png" alt="Wharton School logo"></a>
<div class="qualifications-content">
<h2>2020—2021</h2>
<h3>Entrepreneurship Acceleration Program</h3>
<h4>Wharton School</h4>
<p>Specialisation in Entrepreneurship (EAP) — Irish NFQ Level 6</p>
</div>
</div>
</div>
</div>
<div class="timeline">
<div class="timeline-body">
<div class="timeline-item">
<a href="https://www.ualberta.ca/index.html" target="_blank" rel="noopener"><img class="school-logo"
src="assets/images/uoa-logo.png" alt="University of Alberta logo"></a>
<div class="qualifications-content">
<h2>2020—2021</h2>
<h3>Software Product Management</h3>
<h4>University of Alberta</h4>
<p>Specialisation in Software Product Management — Irish NFQ Level 6</p>
</div>
</div>
</div>
</div>
</div>
<!--Column 2: Right-->
<div class="col">
<div class="timeline">
<div class="timeline-body">
<div class="timeline-item">
<a href="https://productschool.com/" target="_blank" rel="noopener"><img class="school-logo"
src="assets/images/ps-usa.png" alt="Product School logo"></a>
<div class="qualifications-content">
<h2>2020</h2>
<h3>Software Product Management</h3>
<h4>Product School</h4>
<p>Professional Diploma in SPM (PMC™) | Certified — Irish NFQ Level 6</p>
</div>
</div>
</div>
</div>
<div class="timeline">
<div class="timeline-body">
<div class="timeline-item">
<a href="https://productschool.com/" target="_blank" rel="noopener"><img class="school-logo"
src="assets/images/ps-usa.png" alt="Product School logo"></a>
<div class="qualifications-content">
<h2>2020</h2>
<h3>Advanced Data Analytics</h3>
<h4>Product School</h4>
<p>Professional Diploma in ADA (DAC™) | Certified — Irish NFQ Level 6</p>
</div>
</div>
</div>
</div>
<div class="timeline">
<div class="timeline-body">
<div class="timeline-item">
<a href="https://digitalmarketinginstitute.com/" target="_blank" rel="noopener"><img class="school-logo"
src="assets/images/dmi-logo.png" alt="Digital Marketing Institute logo"></a>
<div class="qualifications-content">
<h2>2020</h2>
<h3>Strategic Digital Marketing</h3>
<h4>Digital Marketing Institute</h4>
<p>Professional Diploma in Digital Marketing (CDMP™ | DMI PRO) — NFQ Level 6 </p>
</div>
</div>
</div>
</div>
<div class="timeline">
<div class="timeline-body">
<div class="timeline-item">
<a href="https://www.ulima.edu.pe/en" target="_blank" rel="noopener"><img class="school-logo"
src="assets/images/ulima-logo.png" alt="Universidad de Lima logo"></a>
<div class="qualifications-content">
<h2>2010—2014</h2>
<h3>Marketing and Advertising</h3>
<h4>Universidad de Lima</h4>
<p>BA in Communication and Media Studies + Major & Minor — Irish NFQ Level 8</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- CTA Button -->
<div class="cta-button-white">
<a href="#services">Let's Work Together</a>
</div>
</section>
<!-- How Can I Help Section | Services Types -->
<!-- Credit: http://bit.ly/2ZN3GL2 and customized for this project's requirements -->
<div class="anchors" id="services" style="padding-top: 60px; margin-top: -60px"></div>
<section id="services-types">
<!-- Credit: https://bit.ly/3kk9hli and customized for this project's requirements -->
<div class="section-padding">
<div class="container">
<!-- Intro Section -->
<div class="row justify-content-center text-center">
<div class="col-lg-6">
<div class="services-types-intro">
<h2>How Can I Help</h2>
<div class="hyphen-purple"></div>
<p>I have a variety of services designed to suit every need. And if you don’t find yours,
get in touch and we'll figure something out! </p>
</div>
</div>
</div>
<!-- Services Types -->
<!-- Credit: Icons from Font Awesome and customized for this project's requirements -->
<div class="row">
<div class="col-lg-4">
<div class="services-types-box d-flex">
<div class="services-types-icon">
<i class="fa fa-comments"></i>
</div>
<div class="services-types-content">
<h3>Consulting</h3>
<p>Have you run out of effective tactics and you have no idea how to grow your business? </p>
</div>
</div>
<div class="services-types-box d-flex">
<div class="services-types-icon">
<i class="fa fa-rocket"></i>
</div>
<div class="services-types-content">
<h3>Strategy</h3>
<p>Do you know exactly where you want to be in a year but you don't know how to get there?</p>
</div>
</div>
<div class="services-types-box d-flex">
<div class="services-types-icon">
<i class="fa fa-cogs"></i>
</div>
<div class="services-types-content">
<h3>Management</h3>
<p>Do you need to outsource some digital marketing or product tasks due to a lack of time? </p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="services-type-img">
<!-- Credit: Illustration taken from UnDraw and customized for this project's requirements -->
<img src="assets/images/services-types-img.svg"
alt="illustration of a girl using her mobile phone">
</div>
</div>
<div class="col-lg-4">
<div class="services-types-box d-flex flex-row-reverse text-right">
<div class="services-types-icon">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="services-types-content">
<h3>Training</h3>
<p>Do you want to save some money by doing a few tasks yourself but you don't know how to?</p>
</div>
</div>
<div class="services-types-box d-flex flex-row-reverse text-right">
<div class="services-types-icon">
<i class="fa fa-users"></i>
</div>
<div class="services-types-content">
<h3>Mentoring</h3>
<p>Is it your first business or corporate job and you don't feel confident enough yet?</p>
</div>
</div>
<div class="services-types-box d-flex flex-row-reverse text-right">
<div class="services-types-icon">
<i class="fa fa-microphone"></i>
</div>
<div class="services-types-content">
<h3>Speaking</h3>
<p>Are you organizing an event and you want me to attend so I can share exclusive insights?</p>
</div>
</div>
</div>
</div>
<!-- CTA Button -->
<div class="cta-button-purple">
<a href="#contact">Free Consultation</a>
</div>
</div>
</div>
</section>
<!-- What I Do Section | Services Fields -->
<section id="services-fields">
<!-- Credit: https://bit.ly/3pUIf58 and customized for this project's requirements -->
<div class="container">
<!-- Intro Section -->
<div class="services-fields-intro">
<h2>What I Do</h2>
<div class="hyphen-white-center"></div>
<p>Fields I'm deeply passionate about. I'll share my experience and knowledge
to help you grow/launch your business!</p>
</div>
<!-- Services Fields -->
<div class="row">
<div class="col-md-4">
<div class="services-fields-box">
<i class="fa fa-bullseye top-left"></i>
<h3>Digital Marketing</h3>
<p>Digital Strategy, Email Marketing, Content Strategy, Automation...</p>
<a href="#contact">Learn More</a>
</div>
</div>
<div class="col-md-4">
<div class="services-fields-box">
<i class="fa fa-bullhorn top-left"></i>
<h3>Online Advertising</h3>
<p>Paid Search (PPC), Social Media Ads, Video & Display Ads, Remarketing...</p>
<a href="#contact">Learn More</a>
</div>
</div>
<div class="col-md-4">
<div class="services-fields-box">
<i class="fa fa-line-chart top-left"></i>
<h3>Growth Marketing</h3>
<p>Influencer Marketing, A/B Testing, Referral Marketing, Affiliates...</p>
<a href="#contact">Learn More</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="services-fields-box">
<i class="fa fa-map-signs top-left"></i>
<h3>Product Management</h3>
<p>Product Strategy, MVP, Customer Development, Feature Prioritization...</p>
<a href="#contact">Learn More</a>
</div>
</div>
<div class="col-md-4">
<div class="services-fields-box">
<i class="fa fa-user-circle-o top-left"></i>
<h3>Personal Branding</h3>
<p>I will help you determine the best way to position you online.</p>
<a href="#contact">Learn More</a>
</div>
</div>
<div class="col-md-4">
<div class="services-fields-box">
<i class="fa fa-rocket top-left"></i>
<h3>Entrepreneurship</h3>
<p>Building and launching your small business or startup step by step...</p>
<a href="#contact">Learn More</a>
</div>
</div>
</div>
<!-- CTA Button -->
<div class="cta-button-white">
<a href="#contact">Let's Work Together</a>
</div>
</div>
</section>
<!-- Communities Section -->
<section id="communities-section">
<!-- Credit: https://bit.ly/3pShgXM and customized for this project's requirements -->
<div class="communities-wrap">
<!-- Intro Section-->
<h2>Communities</h2>
<div class="hyphen-purple"></div>
<p>Communities I'm part of as an Active Member -Entrepreneurship, Business, Marketing, Technology,
Product-</p>
<!-- Communities -->
<div class="communities">
<ul>
<li>
<img src="assets/images/jc-logo.png" alt="JCI Ireland logo">
<a href="https://www.jciireland.ie/" target="_blank" rel="noopener"><img src="assets/images/ld-img.png"
alt="Leadership"></a>
</li>
<li>
<img src="assets/images/tpm-logo.png" alt="ThePowerMBA logo">
<a href="https://thepowermba.com/" target="_blank" rel="noopener"><img src="assets/images/biz-img.png"
alt="Business and Entrepreneurship"></a>
</li>
<li>
<img src="assets/images/ghc-logo.png" alt="Growth Hacking Course logo">
<a href="https://www.growthhackingcourse.io/" target="_blank" rel="noopener"><img
src="assets/images/gm-img.png" alt="Growth Marketing"></a>
</li>
<li>
<img src="assets/images/tc-logo.png" alt="Sian Horn's The Club logo">
<a href="https://sianhorn.com/the-club/" target="_blank" rel="noopener"><img src="assets/images/wib-img.png"
alt="Women in Business"></a>
</li>
<li>
<img src="assets/images/ipmg-logo.png" alt="IPMG logo">
<a href="https://www.linkedin.com/company/irish-product-management-group/" target="_blank" rel="noopener"><img
src="assets/images/pm-img.png" alt="Product Management"></a>
</li>
<li>
<img src="assets/images/psc-logo.png" alt="Product School logo">
<a href="https://productschool.com/" target="_blank" rel="noopener"><img src="assets/images/pm-img.png"
alt="Product Management"></a>
</li>
<li>
<img src="assets/images/pb-logo.png" alt="Product Buds logo">
<a href="https://productbuds.co/" target="_blank" rel="noopener"><img src="assets/images/pm-img.png"
alt="Product Management"></a>
</li>
<li>
<img src="assets/images/cic-logo.png" alt="Code Institute logo">
<a href="https://codeinstitute.net/" target="_blank" rel="noopener"><img src="assets/images/sd-img.png"
alt="Software Development"></a>
</li>
<li>
<img src="assets/images/witc-logo.png" alt="Women in Tech logo">
<a href="https://women-in-tech.org/" target="_blank" rel="noopener"><img src="assets/images/wit-img.png"
alt="Women in Technology"></a>
</li>
<li>
<img src="assets/images/usr-logo.png" alt="Up She Rises logo">
<a href="https://upsherises.ie/events/" target="_blank" rel="noopener"><img src="assets/images/wib-img.png"
alt="Women in Business"></a>
</li>
</ul>
</div>
</div>
</section>
<!-- Testimonials Section | What Customers Say -->
<!-- Credit: http://bit.ly/2ZN3GL2 and customized for this project's requirements -->
<div class="anchors" id="testimonials" style="padding-top: 90px; margin-top: -90px"></div>
<section id="testimonials-section">
<!-- Credit: https://bit.ly/2MjVLBw and customized for this project's requirements -->
<div class="testimonials">
<div class="inner">
<!-- Intro Section -->
<h2>Testimonials</h2>
<div class="hyphen-purple"></div>
<!-- Testimonials -->
<div class="row row-styling">
<div class="col col-styling">
<div class="testimonial">
<a href="https://www.linkedin.com/" target="_blank" rel="noopener"><img src="assets/images/portrait-1.png"
alt="portrait of a girl called Hannah Smith"></a>
<div class="name">Hannah Smith</div>
<div class="stars">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
<p>
"Once I applied Effie's tips shared during our first consultation, my business
rocketed immediately!"
</p>
</div>
</div>
<div class="col col-styling">
<div class="testimonial">
<a href="https://www.linkedin.com/" target="_blank" rel="noopener"><img src="assets/images/portrait-2.png"
alt="portrait of a guy called David Brown"></a>
<div class="name">David Brown</div>
<div class="stars">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-o"></i>
</div>
<p>
"Effie has helped me launch my first startup by providing me with crucial tools and a
solid GTM strategy."
</p>
</div>
</div>
<div class="col col-styling">
<div class="testimonial">
<a href="https://www.linkedin.com/" target="_blank" rel="noopener"><img src="assets/images/portrait-3.png"
alt="portrait of a guy called Isaac Wood"></a>
<div class="name">Isaac Wood</div>
<div class="stars">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
<p>
"I'd always wanted to change careers, break into Product, but I had no idea how to.
Effie just made it happen!"
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Me Section | Contact Information & Form -->
<!-- Credit: http://bit.ly/2ZN3GL2 and customized for this project's requirements -->
<div class="anchors" id="contact" style="padding-top: 90px; margin-top: -90px"></div>
<section id="contact-section">
<!-- Intro Section -->
<div class="contact-intro">
<h2>Get In Touch</h2>
<div class="hyphen-white-center"></div>
</div>
<!-- Credit: https://bit.ly/2NDRBoT and customized for this project's requirements -->
<div class="container-fluid">
<div class="row">
<!-- Column 1: Contact Information -->
<div class="col">
<div class="contact-info">
<!-- Open Hours -->
<div class="open-hours">
<h2>Opening Hours</h2>
<p class="text">
Monday-Friday 9:00am-5:00pm | Saturday 09:00am-1:00pm
</p>
</div>
<!-- Contact Information -->
<div class="information">
<div class="contact-information">
<i class="fa fa-thumb-tack"></i>
<p>Cork City, Ireland</p>
</div>
<div class="contact-information">
<i class="fa fa-envelope-o"></i>
<p><a href="mailto:effie@gmail.com">effie@gmail.com</a></p>
</div>
<div class="contact-information">
<i class="fa fa-phone"></i>
<p>+353 85 255 9003</p>
</div>
</div>
<!-- Social Media Icons -->
<div class="social-media">
<p>Follow Me:</p>
<!-- Credit: Icons from Font Awesome and customized for this project's requirements -->
<div class="social-icons">
<a href="https://www.linkedin.com/" target="_blank" rel="noopener"><i class="fa fa-linkedin"><span class="sr-only">LinkedIn</span></i></a>
<a href="https://www.facebook.com/" target="_blank" rel="noopener"><i class="fa fa-facebook"><span class="sr-only">Facebook</span></i></a>
<a href="https://www.instagram.com/" target="_blank" rel="noopener"><i class="fa fa-instagram"><span class="sr-only">Instagram</span></i></a>
<a href="https://twitter.com/" target="_blank" rel="noopener"><i class="fa fa-twitter"><span class="sr-only">Twitter</span></i></a>
</div>
</div>
</div>
</div>
<!-- Column 2: Contact Form -->
<div class="col">
<!-- Form Title -->
<div class="form-intro">
<h3>Let's Work Together</h3>
</div>
<!-- Main Form -->
<div class="center-form">
<form>
<!-- Name -->
<label for="fullname">Full Name</label>
<input type="text" name="name" id="fullname" class="form-control" placeholder="Full Name"
required />
<!-- Email -->
<label for="emailaddress">Email Address</label>
<input type="email" name="email" id="emailaddress" class="form-control" placeholder="Email Address"
required />
<!-- Subject -->
<label for="subjectline">Subject Line</label>
<input type="text" name="subject" id="subjectline" class="form-control" placeholder="Subject Line"
required />
<!-- Message -->
<label for="message">Main Message</label>
<textarea rows="5" name="message" id="message" class="form-control" placeholder="Main Message"
required></textarea>
<div class="form-row text-center">
<div class="col">
<button type="submit" class="button" style="vertical-align:middle">
<span>Send Now</span>
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer id="footer-section">
<!-- Credit: https://bit.ly/37LzS5F and customized for this project's requirements -->
<div class="footer-top">
<div class="container">
<div class="row">
<!-- Column 1: About -->
<div class="col-md-3 col-sm-6 col-xs-12 segment-one md-mb-30 sm-mb-30">
<h2>About</h2>
<p>Passionate professional with 7+ years of international experience working at
national/multinational corporations and tech startups.
</p>
</div>
<!-- Column 2: Services -->
<div class="col-md-3 col-sm-6 col-xs-12 segment-two md-mb-30 sm-mb-30">
<h2>Services</h2>
<ul>
<li><a href="#services">Consulting</a></li>
<li><a href="#services">Strategy</a></li>
<li><a href="#services">Management</a></li>
<li><a href="#services">Training</a></li>
<li><a href="#services">Mentoring</a></li>
<li><a href="#services">Speaking</a></li>
</ul>
</div>
<!-- Column 3: Social Media -->
<div class="col-md-3 col-sm-6 col-xs-12 segment-three sm-mb-30">
<h2>Follow</h2>
<p>Follow me on social media channels if you would like to have access to daily digestable
valuable content!
</p>
<a href="https://www.linkedin.com/" target="_blank" rel="noopener"><i class="fa fa-linkedin"><span class="sr-only">LinkedIn</span></i></a>
<a href="https://www.facebook.com/" target="_blank" rel="noopener"><i class="fa fa-facebook"><span class="sr-only">Facebook</span></i></a>
<a href="https://www.instagram.com/" target="_blank" rel="noopener"><i class="fa fa-instagram"><span class="sr-only">Instagram</span></i></a>
<a href="https://twitter.com/" target="_blank" rel="noopener"><i class="fa fa-twitter"><span class="sr-only">Twitter</span></i></a>
</div>
<!-- Column 4: Newsletter -->
<div class="col-md-3 col-sm-6 col-xs-12 segment-four sm-mb-30">
<h2>Newsletter</h2>
<p>Subscribe if you would like to receive regular event updates, exclusive content, discounts,
monthly insights!</p>
<form>
<label for="email">Email Address</label>
<input type="email" id="email" placeholder="Email Address">
<label for="submit">Submit</label>
<input type="submit" id="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<p class="footer-bottom-text">All Rights Reserved | © Effie Manyos 2021</p>
</footer>
<!--Bootstrap: Responsive Navigation Bar-->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
crossorigin="anonymous"></script>
<script>$('body').scrollspy({ target: '#navbar' })</script>
</body>
</html>