-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResources.html
127 lines (108 loc) · 5.6 KB
/
Resources.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Allotey Maths Camp | Resources</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">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="Resources.html" class="nav-item nav-link active">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 -->
<!-- Header Start -->
<div class="container-fluid page-header" style="margin-bottom: 90px;">
<div class="container">
<div class="d-flex flex-column justify-content-center" style="min-height: 300px">
<h3 class="display-4 text-white text-uppercase">Resources</h3>
<div class="d-inline-flex text-white">
<p class="m-0 text-uppercase"><a class="text-white" href="">Home</a></p>
<i class="fa fa-angle-double-right pt-1 px-3"></i>
<p class="m-0 text-uppercase">Resources</p>
</div>
</div>
</div>
</div>
<!-- Header End -->
<!-- Category Start -->
<div class="container-fluid py-5">
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="testimonial">
<div class="text-center">
<h3>Resources</h3>
<p>All resources that students will need, such as: computers, software, internet connection, pens and paper will be provided.</p>
<h6 class="font-weight-normal mb-4">Some of the ideas already being considered for the Maths Camp include sessions on: computing using GeoGebra, Logo & Scratch; combinatorics; Modelling; Geometry and Code Breaking. A sample timetable is attached at the end of this document.
<a href="https://www.africanmathsinitiative.net/resources/">more...</a></h6>
</div>
</div>
</div>
</div>
</div>
<!-- Category Start -->
<!-- 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="index.html">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>