-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
281 lines (221 loc) · 9.68 KB
/
contact.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
<!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>SCHOOL-WEBSITE</title>
<!-- css link -->
<link rel="stylesheet" href="./css/style.css">
<!-- swiper css link -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css"/>
<!-- font awesome link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/./css/all.min.css">
</head>
<body>
<!-- begin header section-->
<header class="header">
<a href="#" class="logo">
<i class="fas fa-lightbulb"></i> EduTexalians
</a>
<nav class="navbar">
<div id="close-navbar" class="fas fa-times"></div>
<a href="./index.html">Home</a>
<a href="./about.html">About</a>
<a href="./courses.html">Courses</a>
<a href="./contact.html">Contact</a>
</nav>
<div class="icons">
<div id="account-btn" class="fas fa-user"></div>
<div id="menu-btn" class="fas fa-bars"></div>
</div>
</header>
<!-- start account-form section -->
<div class="account-form">
<div id="close-form" class="fas fa-times"></div>
<div class="buttons">
<span class="btn active login-btn">Login</span>
<span class="btn register-btn">Register</span>
</div>
<form class="login-form active" action="">
<h3>Login now</h3>
<input type="email" placeholder="Enter your email" class="box">
<input type="password" placeholder="Enter your password" class="box">
<div class="flex">
<input type="checkbox" name="" id="remember-me">
<label for="remember-me">Remember me</label>
<a href="#">Forgot password</a>
</div>
<input type="submit" value="login now" class="btn">
</form>
<form class="register-form" action="">
<h3>register now</h3>
<input type="email" placeholder="Enter your email" class="box">
<input type="password" placeholder="Enter your password" class="box">
<input type="password" placeholder="Confirm your password" class="box">
<input type="submit" value="Register now" class="btn">
</form>
</div>
<!-- end sccount-form section -->
<!-- end header section-->
<section class="heading-link">
<h3>Contact Us</h3>
<p><a href="./index.html">Home</a> / Contact</p>
</section>
<!-- start of contact us section -->
<section class="contact">
<h1 class="heading">Get in Touch</h1>
<div class="icons-container">
<div class="icons">
<i class="fas fa-clock"></i>
<h3>Opening Hours: </h3>
<p>8:00AM to 6:00PM</p>
</div>
<div class="icons">
<i class="fas fa-phone"></i>
<h3>Phone: </h3>
<p>+254 793 563479</p>
<p>+254 793 098764</p>
</div>
<div class="icons">
<i class="fas fa-envelope"></i>
<h3>Email: </h3>
<p>EduTexalians@education.com</p>
</div>
<div class="icons">
<i class="fas fa-globe"></i>
<h3>Location: </h3>
<p>Nairobi, Kenya</p>
</div>
</div>
<div class="row">
<form action="">
<h3>Send us a message</h3>
<input type="text" placeholder="name" class="box">
<input type="email" placeholder="email" class="box">
<input type="number" placeholder="phone" class="box">
<textarea name="" class="box" placeholder="message" cols="30" rows="10"></textarea>
<input type="submit" value="send message" class="btn">
</form>
<div class="image">
<img src="./images/Contact us.gif" alt="">
</div>
</div>
</section>
<!-- end of contact us section -->
<!-- start of faq section -->
<section class="faq">
<h1 class="heading">frequently asked questions</h1>
<div class="accordion-container">
<div class="accordion active">
<div class="accordion-heading">
<h3>how to contact for help?</h3>
<i class="fas fa-angle-down"></i>
</div>
<p class="accordion-content">
We have several numbers display on our Web3.0site and you can contact any and you will recieve
an immediate response from our stuff. You can also find us throught our Email which is EduTexalians@education.com
</p>
</div>
<div class="accordion">
<div class="accordion-heading">
<h3>what is the best career in 2022?</h3>
<i class="fas fa-angle-down"></i>
</div>
<p class="accordion-content">
We can not mention a particular career as the best. We encourage all our students to take a course that they love
and enjoy doing. You can never go wrong with your instincts.
</p>
</div>
<div class="accordion">
<div class="accordion-heading">
<h3>how much fees for Web3.0 development?</h3>
<i class="fas fa-angle-down"></i>
</div>
<p class="accordion-content">
We have both online and in-person classes for all our courses. For Web3.0 development, the fees for online
classes is $ 275 per term and for in-person classes is $ 425 per term.
</p>
</div>
<div class="accordion">
<div class="accordion-heading">
<h3>Do you offer financial aid?</h3>
<i class="fas fa-angle-down"></i>
</div>
<p class="accordion-content">
We offer financial aid to our students on a need and merit basis.
The options that are currently available include partial scholarships for
For more information on financial aid please visit our financial aid page.
</p>
</div>
<div class="accordion">
<div class="accordion-heading">
<h3>what payment methods are availabe?</h3>
<i class="fas fa-angle-down"></i>
</div>
<p class="accordion-content">
For our modules, you can pay in 3 monthly installments, this means monthly payment every term.
Full payment of the term's fee is required to be complete by the last week of the term.
</p>
</div>
<div class="accordion">
<div class="accordion-heading">
<h3>Do you guarantee employment upon completion of course?</h3>
<i class="fas fa-angle-down"></i>
</div>
<p class="accordion-content">
NO. What we guarantee is career-ready skills.
Our courses are practical and relevant to the market.
That is why many of our graduates find jobs. Moringa School offers support
through training and informing graduates of job opportunities.
</p>
</div>
</div>
</section>
<!-- end of faq section -->
<!-- start of footer section -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3><i class="fas fa-lightbulb"> EduTexalians</i></h3>
<p>Moi South Lake Rd P.O. Box: 1896-20117 Naivasha, Nairobi, Kenya</p>
<div class="share">
<a href="#" class="fab fa-whatsapp"></a>
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</div>
<div class="box">
<h3>Quick links</h3>
<a href="./index.html" class="link">Home</a>
<a href="./about.html" class="link">About</a>
<a href="./courses.html" class="link">Courses</a>
<a href="./contact.html" class="link">Contact</a>
</div>
<div class="box">
<h3>useful links</h3>
<a href="#" class="link">Help Desk</a>
<a href="#" class="link">FAQs</a>
<a href="#" class="link">Send Feedback</a>
<a href="#" class="link">Privacy Policy</a>
</div>
<div class="box">
<h3>Newsletter</h3>
<p>Subscribe to our newsletter</p>
<form action="">
<input type="email" name="" placeholder="Enter your Email" id="" class="email">
<input type="submit" value="subscribe" class="btn">
</form>
</div>
</div>
<div class="credit">all rights reserved</div>
</section>
<!-- end of footer section -->
<!-- swiper js link -->
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<!-- js file link -->
<script src="./js/script.js"></script>
</body>
</html>