-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
292 lines (263 loc) · 15.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Allotey Maths Camp | Home</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free HTML Templates" name="keywords">
<meta content="Free HTML Templates" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Navbar Start -->
<div class="container-fluid">
<div class="row border-top px-xl-5">
<div class="col-lg-3 d-none d-lg-block">
<a class="navbar-brand" href="index.html"><strong class="text-primary">Allotey</strong> <span class="text-dark">Maths Camp</span></a>
</div>
<div class="col-lg-9">
<nav class="navbar navbar-expand-lg bg-light navbar-light py-3 py-lg-0 px-0">
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav py-0">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="Resources.html" class="nav-item nav-link">Resources</a>
<a href="Schedule.html" class="nav-item nav-link">Schedule</a>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
<a class="btn btn-primary py-2 px-4 ml-auto d-none d-lg-block" href="https://docs.google.com/forms/d/e/1FAIpQLSdsHs92ZqRLar3wh8bRn6mjVPH2HOkl3Jlfhk6_ZTaycb0tYw/viewform">Apply Now</a>
</div>
</nav>
</div>
</div>
</div>
<!-- Navbar End -->
<!-- Carousel Start -->
<div class="container-fluid p-0 pb-5 mb-5">
<div id="header-carousel" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#header-carousel" data-slide-to="0" class="active"></li>
<li data-target="#header-carousel" data-slide-to="1"></li>
<li data-target="#header-carousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active" style="min-height: 300px;">
<img class="position-relative w-100" src="img/Allotey Maths Camp.png" style="min-height: 300px; object-fit: cover;">
</div>
<div class="carousel-item" style="min-height: 300px;">
<img class="position-relative w-100" src="img/Allotey Maths Camp2.png" style="min-height: 300px; object-fit: cover;">
</div>
<div class="carousel-item" style="min-height: 300px;">
<img class="position-relative w-100" src="img/allotey camp 3.JPG" style="min-height: 300px; object-fit: cover;">
</div>
</div>
</div>
</div>
<!-- Carousel End -->
<!-- Introduction Start -->
<div class="container-fluid py-3">
<div class="container py-3">
<div class="text-center mb-5">
<h5 class="text-primary text-uppercase mb-3" style="letter-spacing: 5px;"></h5>
<h1>Thanks for Visiting Allotey Maths Camp</h1>
</div>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="testimonial">
<div class="text-center">
<i class="fa fa-3x fa-quote-left text-primary mb-4"></i>
<h6 class="font-weight-normal mb-4">The Allotey Maths Camp, formerly known as the Ghana Maths Camp will be a unique opportunity for students in Ghana to have their eyes opened to the world of mathematics.
Students will spend one week learning new and exciting mathematics taught by a team of local and overseas volunteer maths educators, teachers and lecturers.
By the end of the camp we want all the students to be able to appreciate and enjoy mathematics. We are targeting senior high school students and teachers.</h6>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Introduction End -->
<!-- About Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row align-items-center">
<div class="col-lg-5">
<img class="img-fluid rounded mb-4 mb-lg-0" src="img/P8081126.JPG" alt="">
</div>
<div class="col-lg-7">
<div class="text-left mb-4">
<h5 class="text-primary text-uppercase mb-3" style="letter-spacing: 5px;">About Us</h5>
<h3>The main aims of the Maths Camp are for students to:</h3>
</div>
<p>* Develop problem solving skills through mathematical activities, games and puzzles.</p>
<p>* Experience a computer based environment with the latest mathematical software. </p>
<p>* Meet mathematics teachers, lecturers and researchers from Ghana and beyond.</p>
<p>* Discover ways mathematics is being used in the world today, by looking at current research. </p>
<a href="about.html" class="btn btn-primary py-md-2 px-md-4 font-weight-semi-bold mt-2">Learn More</a>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Body Start -->
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="testimonial">
<div class="text-center">
<h6 class="font-weight-normal mb-4">The Allotey Maths Camp, formerly known as the Ghana Maths Camp will be a unique opportunity for students in Ghana to have their eyes opened to the world of mathematics.
Students will spend one week learning new and exciting mathematics taught by a team of local and overseas volunteer maths educators, teachers and lecturers.
By the end of the camp we want all the students to be able to appreciate and enjoy mathematics. We are targeting senior high school students and teachers.</h6>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="testimonial">
<div class="text-center">
<h4>Background</h4>
<h6 class="font-weight-normal mb-4">The idea of a Ghana Maths Camp came from a group of AIMS Ghana students discussing how to share their experiences with school children. This led to one of them visiting Maseno, Kenya to participate in the running of the 2013 Maseno Maths Camp organised by The African Maths Initiative.
The Maseno Maths camp is an annual event held at Maseno University, Kenya, that was first held in August 2011 and will see its fourth running later this year.
The 2012 Maseno Maths Camp was attended by a participant from Ethiopia. From this experience they recreated the idea and hosted a maths camp in Bahir Dar, Ethiopia, with support from <a href="https://www.africanmathsinitiative.net">The African Maths Initiative</a></h6>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="testimonial">
<div class="text-center">
<h6 class="font-weight-normal mb-4">After seeing first hand the success and impact of the Maseno Maths Camp 2013, this Ghanaian student wanted to bring this idea to Ghana, so that not just Kenyan and Ethiopian students would benefit, but also Ghanaian students.
With the support of The African Maths Initiative, we plan to adapt the Maseno Maths Camp in Ghana, just as was done successfully in Ethiopia.</h6>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="testimonial">
<div class="text-center">
<h6 class="font-weight-normal mb-4">The African Maths Initiative Ghana team with consistent support from the
<a href="https://www.samicharity.co.uk/">SAMI</a>, <a href="https://www.africanmathsinitiative.net">AMI</a>,<a href="https://aims.edu.gh/">AIMS Ghana</a> and <a href="https://www.idems.international/">IDEMS </a> has since 2014 been successfully organizing the Allotey Maths Camp.</h6>
</div>
</div>
</div>
</div>
<!-- Sponsors Section -->
<section class="text-center pt-5" id="Team">
<!-- Container -->
<div class="container">
<h3 class="mt-3 mb-5 pb-5">Our Sponsors</h3>
<!-- Row -->
<div class="row">
<div class="col-sm-10 col-md-4 m-auto">
<div class="">
<img src="img/ami.png">
</div>
</div>
<div class="col-sm-10 col-md-4 m-auto">
<div class="">
<img src="img/aimsghana-300x60.png">
</div>
</div>
<div class="col-sm-10 col-md-4 m-auto">
<div class="">
<img src="img/IDEMS-300x82.png">
</div>
</div>
<div class="col-sm-10 col-md-4 m-auto">
<div class="">
<img src="img/ami_gh-300x156.png">
</div>
</div>
<div class="col-sm-10 col-md-4 m-auto">
<div class="">
<img src="img/sami.png">
</div>
</div>
</div><!-- end of Row -->
</div><!-- End of Cotanier -->
</section><!-- End of Sponsors Section -->
<!-- Body End -->
<!-- Blog Start -->
<div class="container-fluid py-5">
<div class="container pt-5 pb-3">
<div class="text-center mb-5">
<h5 class="text-primary text-uppercase mb-3" style="letter-spacing: 5px;">Our Post</h5>
<h1>Latest From Our facebook post</h1>
</div>
<div class="row pb-3">
<div class="col-lg-4 mb-4">
<div class="blog-item position-relative overflow-hidden rounded mb-2">
<img class="img-fluid" src="img/camp.jpg" alt="">
<a class="blog-overlay text-decoration-none" href="https://web.facebook.com/permalink.php?story_fbid=pfbid0238GiHsh8T3SAxvLTat2bhejDYsgRwzPfHe5yfCqQp42hBvE9voEH2wKdcLGuMFMgl&id=1598437600408431&__tn__=-R">
<h5 class="text-white mb-3">The AFRICAN MATHS INITIATIVE presents the 2022 Allotey Maths Camp...</h5>
<p class="text-primary m-0">June 25, 2022</p>
</a>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="blog-item position-relative overflow-hidden rounded mb-2">
<img class="img-fluid" src="img/virtual.jpg" alt="">
<a class="blog-overlay text-decoration-none" href="https://web.facebook.com/1598437600408431/photos/a.1615791338673057/2991854137733430/?type=3&__xts__[0]=68.ARDPz5E0w_gzXBNphj5zFZHf4OSCmy2xk58r9UIN06aShGCYNciIw5g_MkEHC3UKbytTlF8qPLHzZ5Z2fFQyDnziNYwCoKY2ZoqwD2aLwIvK8gcbqeiTVN6PhuXVc3X7Pu0ZQO2Tp0GrsgVkP6ygyFs7j34X0jzC96yMp4_kV_HiV228V7bzUl9vpYPJwujDZbaK01ulBT927ml5kFbVuJfc14VW3Q5ko9oYuaq8eA-MqGHC9G7gbCaI_RBh0K2gWnjwLv5jXGebIKKeOuFFjUHh6cLsjSw5BDwxGyNITBLc0GMQHRrvSrI">
<h6 class="text-white mb-3">The 2021 Virtual Allotey Maths camp, a week-long fun packed and educative sessions with exciting activities has come to an end (13th – 17th December 2021)...</h6>
<p class="text-primary m-0">Dec 18, 2021</p>
</a>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="blog-item position-relative overflow-hidden rounded mb-2">
<img class="img-fluid" src="img/ff.jpg" alt="">
<a class="blog-overlay text-decoration-none" href="https://web.facebook.com/permalink.php?story_fbid=pfbid02bZJjidFJgz9osqeaCJ21EFdigs34ZemEuP8j8BKBWxjMzzJjNHn4obmXJ5tDqY5jl&id=1598437600408431&__tn__=-R">
<h6 class="text-white mb-3">Last week, we set up another club which is our first Junior High School Allotey Maths Club at the Happy Kids School...</h6>
<p class="text-primary m-0">Feb 16, 2020</p>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Blog End -->
<!-- Footer Start -->
<div class="container-fluid bg-dark text-white border-top py-4 px-sm-3 px-md-5" style="border-color: rgba(256, 256, 256, .1) !important;">
<div class="row">
<div class="col-lg-6 text-center text-md-left mb-3 mb-md-0">
<p class="m-0 text-white">© <a href="#">2019 Allotey Maths Camp</a>. All Rights Reserved.
</p>
</div>
<div class="col-lg-6 text-center text-md-right">
<ul class="nav d-inline-flex">
<li class="nav-item">
<a class="nav-link text-white py-0" href="contact.html">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="contact.html">Help</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>