-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
692 lines (565 loc) · 37.8 KB
/
index.html
File metadata and controls
692 lines (565 loc) · 37.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>EIA — Entrepreneurial Advocacy Initiative</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=Oswald:400,700|Muli:300,400,700,900" rel="stylesheet">
<link rel="icon" href="images/eai2.png" type="image/x-icon">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery-ui.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/owl.theme.default.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<div id="overlayer"></div>
<div class="loader">
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar py-4 js-sticky-header site-navbar-target" role="banner">
<div class="container-fluid">
<div class="d-flex align-items-center">
<div class="site-logo">
<a href="index.html" class="text-uppercase"> <span> EAI GH </span></a>
</div>
<div>
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu main-menu js-clone-nav mr-auto d-none d-xl-block">
<li><a href="#home-section" class="nav-link">Home</a></li>
<li><a href="#models-section" class="nav-link">Modules</a></li>
<li><a href="#blog-section" class="nav-link">Blog</a></li>
<li><a href="#faculty-section" class="nav-link">Faculty Members</a></li>
<li><a href="#session-section" class="nav-link">Values</a></li>
</ul>
</nav>
</div>
<div class="ml-auto">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu main-menu site-menu-dark js-clone-nav mr-auto d-none d-xl-block">
<li><a href="#info-section" class="nav-link">Info</a></li>
<li><a href="#about-section" class="nav-link">About Us</a></li>
<li class="cta"><a href="#contact-section" class="nav-link"><span class="border bg-danger rounded text-white border-danger">Contact</span></a></li>
</ul>
</nav>
<a href="#" class="d-inline-block d-xl-none site-menu-toggle js-menu-toggle float-right"><span class="icon-menu h3"></span></a>
</div>
</div>
</div>
</header>
<div class="intro-section custom-owl-carousel" id="home-section">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 mr-auto" data-aos="fade-up">
<div class="owl-carousel slide-one-item-alt-text">
<div class="slide-text">
<<<<<<< HEAD
<h1>Entrepreneurial Advocacy Initiative</h1>
<p class="mb-5">Lorem ipsum dolor sit amet consectetur adipisicing elit. Maxime ipsa nulla sed quis rerum amet natus quas necessitatibus.</p>
=======
<h1>Entrepreneurial Adivisory Initiative</h1><br>
<h3 class="mb-5"> <b>SERVE.</b> <b>ENGAGE.</b> <b>CONNECT</b></h3>
>>>>>>> c8b2593e5299c4ccacb1487e53ad1034393124de
<p><a href="#" target="_blank" class="btn btn-outline-light py-3 px-5">Get Started</a></p>
</div>
<div class="slide-text">
<h1>Serve</h1>
<p class="mb-5">Lorem ipsum dolor sit amet consectetur adipisicing elit. Maxime ipsa nulla sed quis rerum amet natus quas necessitatibus.</p>
<p><a href="#" target="_blank" class="btn btn-outline-light py-3 px-5">Get Started</a></p>
</div>
<div class="slide-text">
<h1>Engage</h1>
<p class="mb-5">Lorem ipsum dolor sit amet consectetur adipisicing elit. Maxime ipsa nulla sed quis rerum amet natus quas necessitatibus.</p>
<p><a href="#" target="_blank" class="btn btn-outline-light py-3 px-5">Get Started</a></p>
</div>
<div class="slide-text">
<h1>Connect</h1>
<p class="mb-5">Lorem ipsum dolor sit amet consectetur adipisicing elit. Maxime ipsa nulla sed quis rerum amet natus quas necessitatibus.</p>
<p><a href="#" target="_blank" class="btn btn-outline-light py-3 px-5">Get Started</a></p>
</div>
</div>
</div>
<div id="fit-home" class="col-lg-6 ml-auto" data-aos="fade-up" data-aos-delay="100">
<div class="owl-carousel slide-one-item-alt">
<img src="images/money2.jpg" alt="Image" class="img-fluid">
<img src="images/lecturing 2.jpg" alt="Image" class="img-fluid">
<img src="images/engage2.jpg" alt="Image" class="img-fluid">
<img src="images/connect.png" alt="Image" class="img-fluid">
</div>
<div class="owl-custom-direction">
<a href="#" class="custom-prev"><span class="icon-keyboard_arrow_left"></span></a>
<a href="#" class="custom-next"><span class="icon-keyboard_arrow_right"></span></a>
</div>
</div>
</div>
</div>
</div>
<div class="site-section section-1">
<div class="container">
<div class="row">
<div class="col-lg-6 mr-auto mb-5" data-aos="fade-up">
<div class="mb-5">
<h2 class="section-title">Capability Statement </h2>
<p>Persistently we have put in place events, which highlighted on what our focus is all about. In 2004, the educational programme on best practices in businesses was executed for members engaged in small scale business. Topics
discussed included book keeping and basic accounting practices. In 2008, EAI in collaboration with African Trusteeship Foundation (A.T.F) jointly employed cultural display to disseminate the Millennium Development Goal
(MDG’s) to the people of Bukom, a suburb in Accra, Ghana. Further activities that were organized in the area of self-development in pleasure activities were the events on soccer. The society organized gala event for eight
(8) teams, which ended successful with nine outstanding awards shared between the teams. Consistently, we performed actions that improved sanitation in the community. Clean ups, provision of collection bins and the planting
of trees to support the greening Ghana initiative which was done in collaboration with ATF, Axiom Youth Club, and United Kings Clan are just but a few to mention.
</p>
<p class="mb-5">EAI (formerly New ideas), established in 2002 focuses on these three pillars:
</p>
<ul class="ul-check list-unstyled success">
<li>Capacity Building</li>
<li>Self-development</li>
<li>Communal Development</li>
</ul>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<div class="image-absolute-box">
<div class="box">
<<<<<<< HEAD
<div class="icon-wrap"><span class="flaticon-vector"></span></div>
<h3>Pixel Perfect Templates</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Obcaecati commodi aspernatur eum eius inventore facilis.</p>
<p class="mb-0">See our <a href="index.html#models-section" class="text-danger">Modules</a></p>
=======
<h3>Our Models</h3>
<ul class="ul-check list-unstyled success">
<li>Getting Started in Business</li>
<li>Small Business Growth Kits</li>
<li>Risk Management</li>
<li>Savings and Investment</li>
<li>Stock Market</li>
</ul>
<p class="mb-0">See our <a href="index.html#models-section" class="text-danger">Models</a></p>
>>>>>>> c8b2593e5299c4ccacb1487e53ad1034393124de
</div>
<img src="images/Gina1.jpg" alt="Image" class="img-fluid">
</div>
</div>
</div>
</div>
</div>
<!-- <div class="container section-counter">
<div class="row">
<div class="col-md-6 col-lg-3" data-aos="fade-up" data-aos-delay="">
<div class="counter d-flex align-items-start mb-5">
<div class="icon-wrap"><span class="flaticon-reload text-primary"></span></div>
<div class="counter-text">
<strong class="number" data-number="360">0</strong>
<span>Creativity</span>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3" data-aos="fade-up" data-aos-delay="100">
<div class="counter d-flex align-items-start">
<div class="icon-wrap"><span class="flaticon-download text-primary"></span></div>
<div class="counter-text">
<strong class="number" data-number="4500">0</strong>
<span>WordPress Themes </span>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3" data-aos="fade-up" data-aos-delay="200">
<div class="counter d-flex align-items-start mb-5">
<div class="icon-wrap"><span class="flaticon-monitor text-primary"></span></div>
<div class="counter-text">
<strong class="number" data-number="120">0</strong>
<span>HTML5 / CSS3</span>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3" data-aos="fade-up" data-aos-delay="300">
<div class="counter d-flex align-items-start">
<div class="icon-wrap"><span class="flaticon-chat text-primary"></span></div>
<div class="counter-text">
<strong class="number" data-number="3913">0</strong>
<span>Bootstrap</span>
</div>
</div>
</div>
</div>
</div> -->
<div class="site-section bg-light" id="models-section" data-aos="fade">
<div class="container">
<div class="row">
<div class="col-lg-6 mb-5">
<h2 class="section-title">Modules</h2>
<p>Initiative is targeted initially at Youth in Schools and Churches in the community who have the capacity to become own managers in future, and therefore ought to be trained to acquire the technical skills that may transform the economy.</p>
</div>
</div>
</div>
<div class="owl-carousel nonloop-block-14">
<<<<<<< HEAD
<div class="service">
<div>
<span class="custom-icon-wrap"><span class="flaticon-reload"></span></span>
<h3>Getting Started in Business</h3>
<p>Participants will identify questions and problems in converting ideas into reality and prepare for starting a business. Students will apply the check list for starting their businesses and depend on a practical plan with a solid foundation to start their businesses. General orientation and preparing a mindset for the establishment of a business.
</p>
=======
<div class="owl-carousel nonloop-block-13">
<a class="models-thumb" href="images/GettingStarted2.png" data-fancybox="gallery">
<div class="models-text">
<h3>Getting Started In Business</h3>
<!-- <span class="category"></span> -->
>>>>>>> c8b2593e5299c4ccacb1487e53ad1034393124de
</div>
</div>
<div class="service">
<div>
<span class="custom-icon-wrap"><span class="flaticon-glasses"></span></span>
<h3>Small Business Growth Kit</h3>
<p>Participants will learn tips and tools to chart their business path to growth. How to plan, prepare and the tools and solutions they would need to bring their vision to life whether it’s a new business or business already on its way.Participants would be able to map out their growth path through their vision, values, methods, obstacles standing in their way and metrics associated with industry.</p>
</div>
</div>
<div class="service">
<div>
<span class="custom-icon-wrap"><span class="flaticon-monitor"></span></span>
<h3>Risk Management</h3>
<p>Participants will identify examples of risks that individuals and household face (such as illness and or theft). Activity would also describe how valuable items might be damaged or lost and ways to protect them. Given a scenario or activity students would analyze how to reduce and avoid different kind of risk. </p>
</div>
</div>
<div class="service">
<div>
<span class="custom-icon-wrap"><span class="flaticon-download"></span></span>
<h3>Savings and Investment</h3>
<p>Participants will describe the advantages and disadvantages of saving for a short term goal, identify short term financial goal (i.e. purchase of a new bike, attend summer camp, etc. etc.) and develop a plan and timetable for achieving it, including ways to earn money and ways to reduce expenses.Participants would appreciate the significance of financial planning.</p>
</div>
</div>
<div class="service">
<div>
<span class="custom-icon-wrap"><span class="flaticon-vector"></span></span>
<h3>Stock Market</h3>
<p>Students will learn how the stock market works and investigate how different companies stocks have performed. Furthermore calculate gains and losses of specific stocks when bought or sold. Participants appreciate the process of raising funds for business expansion, what long term investments mean to the business.</p>
</div>
</div>
</div>
</div>
<div class="site-section section-2 bg-light" id="blog-section" data-aos="fade">
<div class="container">
<div class="row">
<div class="col-lg-6 mb-5">
<h2 class="section-title">Problem Statement</h2>
<p>One of the major problems affecting the youth (both academics and drop outs) unemployment in Ghana is the lack of technical information on entrepreneurship development. A serious problem is the fact that in the years to come the youth would constitute about 60% of the population in Ghana, and therefore the need to make them self-employable.</p>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 mb-4 mb-lg-0">
<div class="blog bg-white rounded">
<div>
<h3>Basic Knowledge</h3>
<p>The youth do not have the requisite technical knowledge and understanding on operating an enterprise or even if they do, how do they improve upon the basics which they already know. The youth may contemplate as to whether Advocacy initiative may improve their standard of living or provide employment. Yet this initiative has outcomes related to job creation and innovation in the business world.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-0">
<div class="blog bg-white rounded">
<div>
<h3>Implementation</h3>
<p>There is the question of how long will support be needed and Advocacy Initiative sustained. When will the project end as well as when will the project be self-supporting? It should be emphasized that the objective and goal underlying this programme fall under one of the main pillars of the current government in Ghana that aims at deepening entrepreneurship culture among the youth to prepare them for the world of work.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-0">
<div class="blog bg-white rounded">
<div>
<h3>Unemployment Rate</h3>
<p>The youth whose ages are between 16 years – 35 years complete colleges and tertiary institutions with the notion that government will employ them immediately, but this is not so. Compounded is the fact that, these youthful ones ignore their hidden creative talents and rather complain about their unemployment conditions.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="site-section testimonial-wrap custom-owl-carousel" id="faculty-section">
<div class="container">
<div class="row text-center justify-content-center mb-5" data-aos="fade-up">
<div class="col-lg-8 mb-5 text-center">
<h2 class="section-title w-100 mx-auto">Faculty Members</h2>
<p>The responsibilities of full-time faculty members will vary among individuals, modules and communities.These duties constitute: <br> <b> Planning, Teaching, Interactive seminar sessions, Assignments, Breaking down modules and IT support</b></p>
</div>
</div>
<div class="row align-items-center" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-5 mr-auto">
<div class="owl-carousel slide-one-item-alt-text">
<div class="slide-text">
<blockquote>
<p><span>“</span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dignissimos corrupti, obcaecati repudiandae, animi ad quos. Eius expedita ipsa qui autem.<span>”</span></p>
<p class="author"> Michael Asantey— Facilitator
<p>
</blockquote>
</div>
<div class="slide-text">
<blockquote>
<p><span>“</span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dignissimos corrupti, obcaecati repudiandae, animi ad quos. Eius expedita ipsa qui autem.<span>”</span></p>
<p class="author"> Eric Daazi— Facilitator</p>
</blockquote>
</div>
<div class="slide-text">
<blockquote>
<p><span>“</span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dignissimos corrupti, obcaecati repudiandae, animi ad quos. Eius expedita ipsa qui autem.<span>”</span></p>
<p class="author"> Calvin Asantey— IT Specialist</p>
</blockquote>
</div>
<div class="slide-text">
<blockquote>
<p><span>“</span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dignissimos corrupti, obcaecati repudiandae, animi ad quos. Eius expedita ipsa qui autem.<span>”</span></p>
<p class="author"> Jerubbaal Asiedu— IT Specialist/p>
</blockquote>
</div>
</div>
</div>
<div class="col-lg-6 ml-auto" data-aos="fade-up" data-aos-delay="200">
<div class="owl-carousel slide-one-item-alt">
<img src="images/Calvin.jpg" alt="Image" class="img-fluid">
<img src="images/Jeffery.jpg" alt="Image" class="img-fluid">
<img src="images/Kobby.jpg" alt="Image" class="img-fluid">
<img src="images/Gina1.jpg" alt="Image" class="img-fluid">
</div>
<div class="owl-custom-direction">
<a href="#" class="custom-prev"><span class="icon-keyboard_arrow_left"></span></a>
<a href="#" class="custom-next"><span class="icon-keyboard_arrow_right"></span></a>
</div>
</div>
</div>
</div>
</div>
<div class="site-section section-2" id="session-section" data-aos="fade">
<div class="container">
<div class="row">
<div class="col-lg-6 mb-5">
<h2 class="section-title">Values</h2>
<p>This initiative presents a challenging but achievable goal which may reduce youth unemployment and poverty in a dramatic way, with the entire benefit for our communities and nation. When the objectives and goals underlying the projects are implemented, new small & medium enterprises would be created by the youth at the end of the project. The youth will give back to the economy or contribute to national economic development by providing jobs and employment as a result of the success achieved on the youth entrepreneurship initiative. Also employable youth would contribute to the solution to social and community problems which this meaningful endeavor will do. Giving the benefit of the doubt, when the youth are empowered to become self-reliant the world would be a better place to live, poverty would reduce and job security will be the order of the day.</p>
</div>
</div>
</div>
<div class="owl-carousel nonloop-block-13">
<a class="models-thumb" href="images/Small business kit 1.jpg" data-fancybox="gallery">
<div class="models-text">
<h3>Small Business Growth Kits</h3>
<!-- <span class="category">Illustration</span> -->
</div>
<img src="images/Small business kit 1.jpg" alt="Image" class="img-fluid">
</a>
<a class="models-thumb" href="images/Risk-Management.jpg" data-fancybox="gallery">
<div class="models-text">
<h3>Risk Management</h3>
<!-- <span class="category">Branding</span> -->
</div>
<img src="images/Risk-Management.jpg" alt="Image" width="400px" height="250px">
</a>
<a class="models-thumb" href="images/savings and investment.jpg" data-fancybox="gallery">
<div class="models-text">
<h3>Savings & Investment</h3>
<!-- <span class="category">Web Development</span> -->
</div>
<img src="images/savings and investment.jpg" alt="Image" height="250px">
</a>
<a class="models-thumb" href="images/stock1.png" data-fancybox="gallery">
<div class="models-text">
<h3>Stock Market</h3>
<!-- <span class="category">Design</span> -->
</div>
<img src="images/stock1.png" alt="Image" class="img-fluid">
</a>
</div>
</div>
<div class="info-wrap bg-primary info-counter" id="info-section" data-aos="fade">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-7 text-center">
<h2 class="section-title mb-3 text-center text-white mx-auto">Goals and Approach</h2>
<p class="mb-5 section-desc">Natus totam voluptatibus animi aspernatur ducimus quas obcaecati mollitia quibusdam temporibus culpa dolore molestias blanditiis consequuntur sunt nisi.</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row no-gutters">
<div class="col-lg-4">
<div class="info">
<h3>Project Summary</h3>
<p class="description">
We focus on activities such as business capacity building, mentoring, investment and Business Plan Development and technical support services in areas of Information Communication development.Our project is branded "HIGH SPEED SUCCESS".HIGH SPEED SUCCESS
is an initiative designed to provide technical business skills assistance to the youth in Sub - Saharan Africa(especially Ghana) through full time business owners and outstanding professionals.
<br> HIGH SPEED SUCCESS in principle is targeted at Youth in Schools and Churches who have the capacity to become own managers in future, and therfore ought to be supported to acquire the technical skills and finance that should
transform the economy through the establishment of MSMEs. Programme is Community based.
</p><br><br><br><br><br>
<p><a href="index.html" target="_blank" class="btn btn-outline-primary py-3 px-5">Get Started</a></p>
</div>
</div>
<div class="col-lg-4">
<div class="info info-popular">
<h3>Rationale & Objectives</h3>
<p class="description">Currently,only 10,000 of the estimated 120,000 students who graduated from tertiary institution every year get jobs. Interviewing a cross section of the youth between the ages of 19 - 35 in the community, it seems to me that a
lot are willing to own businesses but would need financial and competence based on support to accomplish their dream. A recent survey of the targeted group indicated that about 70% of this group wanted to be entrepreneur and
indeed demonstrated the traits associated with the profession.</p>
<b><p class="description">Mayor goals or outcome of proposed project:</p> </b>
<ul class="description">
<li>To expand and enhance apparent knowledge and skills about starting owning and managing businesses.</li><br><br><br><br><br>
</ul>
<p><a href="index.html" target="_blank" class="btn btn-outline-danger py-3 px-5">Get Started</a></p>
</div>
</div>
<div class="col-lg-4">
<div class="info">
<h3>Technical Approach & Methodology</h3>
<p class="description">
The following business modules would be employed on a year basis as technical support(in area of training and mentoring) to enable the youth that wants to establish new businesses understand the process of starting business, growing and sustaining business.
Furthurmore youth would prepare business plans to enable them justify their position for financial assistance. Indeed exceptional ideas would be considered for financial Awards at the end of the programme Basically companies
or MSMEs that are limited liabilities would be encouraged on this programme.
<ul>
<li> Getting Started In Business</li>
<li> Small Business Growth kits</li>
<li> Risk Management</li>
<li> Savings & Investment</li>
<li> Stock Market</li>
</ul><br><br>
</p>
<p><a href="index.html" target="_blank" class="btn btn-outline-primary py-3 px-5">Get Started</a></p>
</div>
</div>
</div>
</div>
<div class="site-section" data-aos="fade">
<div class="container">
<a href="https://vimeo.com/325355987" class="video-img-bg" data-fancybox data-ratio="2">
<span class="play-button">
<span class="icon-play"></span>
</span>
<img src="images/video_bg.jpg" alt="Image" class="img-fluid">
</a>
</div>
</div>
<div class="site-section testimonial-wrap custom-owl-carousel" id="about-section">
<div class="container">
<div class="row text-center justify-content-center mb-5" data-aos="fade-up">
<div class="col-lg-6 mb-5 text-center">
<h2 class="section-title w-100 mx-auto">About Us</h2>
<p>Entrepreneurial Advocacy Initiative is a Community Based Organization(CBO) which was launched in 2020 with a mission to provide the platform which develops entrepreneurial initiative that deepens the capacities of individuals(expecially
the youth) through events and projects. We focus on activities such as business capacity building, mentoring, investment and Business Plan Development and technical support services in areas of Information Communication development.
Our project is branded "HIGH SPEED SUCCESS". HIGH SPEED SUCCESS is an initiative designed to provide technical business skills assistance to the youth in Sub - Saharan Africa(especially Ghana) through full time business owners
and outstanding professionals.</p>
</div>
</div>
</div>
</div>
<div class="site-section" id="contact-section" data-aos="fade">
<div class="container">
<div class="row align-items-center">
<div class="col-md-5 order-1 order-md-2 mb-5 mb-md-0">
<img src="images/800x428_Contact_Headset.jpg" alt="Image" height="500px" width="500px">
</div>
<div class="col-md-6 mr-auto order-2 order-md-1">
<h2 class="section-title mb-3">Contact Us</h2>
<form method="post">
<div class="form-group row">
<div class="col-md-6 mb-4">
<input type="text" class="form-control" placeholder="First name">
</div>
<div class="col-md-6">
<input type="text" class="form-control" placeholder="Last name">
</div>
</div>
<div class="form-group row">
<div class="col-md-12">
<input type="text" class="form-control" placeholder="Subject">
</div>
</div>
<div class="form-group row">
<div class="col-md-12">
<input type="email" class="form-control" placeholder="Email">
</div>
</div>
<div class="form-group row">
<div class="col-md-12">
<textarea class="form-control" id="" cols="30" rows="10" placeholder="Write your message here."></textarea>
</div>
</div>
<div class="form-group row">
<div class="col-md-6">
<input type="submit" class="btn btn-primary py-3 px-5 btn-block" value="Send Message">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<footer class="footer-section bg-light">
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-md-4">
<h4>Contact US</h4>
<hr class="light">
<p>0243282535</p>
<p>0577828130 or 0241039470</p>
<p>m3125gh@gmail.com</p>
<p> Main Branch : Parakuo Estates, Dome</p>
<p>Acrra, Ghana</p>
</div>
<div class="col-md-4">
<hr class="light">
<h4>Active Hours</h4>
<hr class="light">
<p>Monday-Fridays: 9:am - 5pm </p>
<p>Saturday: 9:am - 5pm </p>
<p>Sunday: Closed </p>
<a href="#"> <i class="fab fa-instagram"></i> </a>
</div>
<div class="col-md-4">
<h4 class="lead"> Branches</h4>
<hr class="light">
<p>Dansoman</p>
<p>Presec Legon</p>
<p>West Legon</p>
<p>South Legon</p>
<p>Taifa Road</p>
</div>
<div class="col-12">
<hr class="light-100">
<p> Copyright ©
<script>
document.write(new Date().getFullYear());
</script> Calkobs
</p>
</div>
</div>
</div>
</footer>
</div>
<!-- .site-wrap -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/main.js"></script>
<script src="//code.tidio.co/otg7bgd2it1yxwfa0rra1xll1y2vitof.js" async></script>
</body>
</html>