-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFAQ.html
More file actions
142 lines (142 loc) · 5.09 KB
/
FAQ.html
File metadata and controls
142 lines (142 loc) · 5.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ibom3000P</title>
<link rel="stylesheet" href="./style.css" />
</head>
<header>
<nav class="header">
<img src="./images/ibom3000logo.jpg" alt="Ibom3000 Logo" width="75" />
<ul class="nav">
<li class="nav"><a href="visionaries.html"> Visionaries</a></li>
<li class="nav"><a href="gallery.html"> Gallery</a></li>
<li class="nav"><a href="programs.html"> Programs</a></li>
</ul>
</nav>
</header>
<body>
<h1>Frequently Asked Questions About Ibom3000</h1>
<main class="FAQ">
<ol class="faq">
<li class="faq">
How much do I need to pay to register for the Ibom 3000 Project?
<br />
</li>
<label for="faq" class="answer">
You don’t need to pay any amount of money as the program is free. All
payments has been undertaken by the Akwa Ibom State government.</label
>
<li class="faq">
Do I need the recommendation from someone to register for the Ibom3000
Project? <br />
</li>
<label for="faq" class="answer"
>No. The whole process is 100% free and fair to all who wishes to
participate.</label
>
<li class="faq">
Will there be other batches in this program?
<br />
</li>
<label for="faq" class="answer">Yes</label>
<li class="faq">
What is the minimum or maximum requirement to register for this
program?
<br />
</li>
<label for="faq" class="answer"
>There is no pre-requisite requirement, the only requirement is that
you should be an Akwa Ibomite</label
>
<li class="faq">
Will I be given employment after the program?
<br />
</li>
<label for="faq" class="answer">
The idea of the program is to make you employable, after the training
and knowing what to do, you’ll be employed in one of the new emerging
industries or you can be self-employed or an employer – employing
others to work for you</label
>
<li class="faq">
How much will be paid monthly to the participants?
<br />
</li>
<label for="faq" class="answer"
>For now, there is no monthly stipends for the beneficiaries of the
program</label
>
<li class="faq">
Will devices be provided during the program?
<br />
</li>
<label for="faq" class="answer"
>Not in the beginning, but during the program and after seriousness
has been seen, something will be done about it</label
>
<li class="faq">
How long does the program last?
<br />
</li>
<label for="faq" class="answer"
>It varies depending on what you apply for, but minimum of 2 months
and maximum of 6 months</label
>
<li class="faq">
Can I apply for more than one program?
<br />
</li>
<label for="faq" class="answer">No</label>
<li class="faq">
Will learning materials be given during the program?
<br />
</li>
<label for="faq" class="answer">
Yes, materials that will aid effective learning will be given to the
beneficiaries</label
>
<li class="faq">
Will I need to pay extra fees during and after the program?
<br />
</li>
<label for="faq" class="answer">
No. all cost for learning and learning materials has been fully paid
by the state government</label
>
<li class="faq">
Is it mandatory to attend all classes during the program?
<br />
</li>
<label for="faq" class="answer">
Yes, as effective attendance will bring out the best result in the
participants</label
>
<li class="faq">
Can I switch from one faculty to another?
<br />
</li>
<label for="faq" class="answer"
>For now, No. But you can change the department (or course of
study)</label
>
</ol>
</main>
</body>
<footer>
<nav>
<ul class="footer" class="nav">
<li class="nav"><a href="#vision"> Vision</a></li>
<li class="nav"><a href="#mission"> Mission</a></li>
<li class="nav"><a href="./gallery.html"> Gallery</a></li>
<li class="nav"><a href="./visionaries.html"> Visionaries</a></li>
<li class="nav"><a href="./programs.html">Programs</a></li>
<li class="nav"><a href="./FAQ.html">FAQ</a></li>
<li class="nav"><a href="./index.html">Home</a></li>
</ul>
</nav>
</footer>
<body></body>
</html>