-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
208 lines (191 loc) · 10.7 KB
/
index.html
File metadata and controls
208 lines (191 loc) · 10.7 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
<!DOCTYPE HTML>
<!-- ADD RESOURCES -->
<html>
<head>
<title>Hope Haven School Math Competition</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name = "description" content = "The Hope Haven secondary school Math competition is focused on young, avid mathematicians who would like to immerse themselves in the world of team contests." />
<link rel="icon" type="image/x-icon" href="/logo2.jpeg">
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<img src = "/logo2.jpeg" style = "border-radius: 50%; display: block; margin: auto;" width = 178px>
<nav>
<ul>
<li><a href="#beginning">Welcome</a></li> <!-- Rename ID -->
<li><a href="#one">The Contest</a></li>
<li><a href ="#two">Practice</a></li>
<li><a href="#three">Talk To Us</a></li>
<li><a href="#four">Register</a></li>
<li><a href="#five">Start Test</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id = "beginning" class="wrapper style2-alt fullscreen fade-up" style = "background-image: url(/background.jpg);">
<div id = "inner" style = "margin-left: 20px;">
<h1>Hope Haven School Math Competition</h1>
<p> A team competition for avid young mathematicians.</p>
<ul class="actions">
<li><a href="#four" class="button scrolly">Register</a></li>
<li><a href="#five" class="button scrolly">Start Test</a></li><!-- Link button -->
</ul>
</div>
</section>
<section id="one" class="wrapper style3 fade-up">
<div class="inner">
<h2>The Contest</h2>
<h3>When: Saturday, December 9th. 1:30 - 5:30 PM <font color="red">"Contest is Closed Now"</font></h3>
<h3>Where: Online At this site <a href="#five" class="button scrolly">Register</a></h3>
<p>The Hope Haven School Math Attack (HMA) provides a new, unique format of competition for young math enthusiasts. The TMA organization wishes to increase the engagement of Junior High youth in mathematics and provide an enjoyable experience for all participants. </p>
<div class="features">
<section>
<span class="icon major fa-pencil-square-o"></span>
<h3>Live Setting</h3>
<p>The HMA is held live at the Hope Haven School, creating a more competitive and fun atmosphere for students.</p>
</section>
<section>
<span class="icon major fa-clock-o"></span>
<h3>Intensity</h3>
<p>30 difficult questions in 1 hour. The contest is challenging; we do not anticipate any groups to finish during the time allotted!</p>
</section>
<section>
<span class="icon major fa-cogs"></span>
<h3>Collaboration</h3>
<p>Students will compete in teams of three, encouraging collaboration among team members during the contest.</p>
</section>
<section>
<span class="icon major fa-lightbulb-o"></span>
<h3>Preparation</h3>
<p>Students will have the opportunity to practice skills that are used in higher mathematics courses, as well as practice for other math competitions.</p>
</section>
</div>
<h3>Schedule: </h3>
<img src = "/schedule.png" height = 300 width = 700 style = "display: block; margin: auto">
<h3>Awards</h3>
<p> The team prizes go to the top three teams. In particular, the members of the first place team are rewarded with engraved trophies, while the members of the second and third place teams will receive engraved medals. </p>
<h3> 2023 Contest Papers </h3>
<ul>
<li> <a href = "assets/papers/CJHTMA (2017-18) - Part A Problems.pdf" target = "_blank">Part A</a></li>
<li> <a href = "assets/papers/CJHTMA (2017-18) - Part B Problems.pdf" target = "_blank">Part B </a></li>
</ul>
</div>
</section>
<section id = "two" class = "wrapper style3-alt">
<div class="inner">
<h2>Practice</h2>
<p> To become a math contest master, you need to practice. To help you fulfill your inner math potential, our team has compiled the following links that you can use at your leisure.</p>
<div class="features">
<section>
<h3>Art of Problem Solving (AoPS)</h3>
<p>This website includes a multitude of resources, such as an online school with advanced math courses, a bookstore, and several trainer games to help students become better at contest math.</p>
<a href="https://artofproblemsolving.com" class="button special">AoPS</a>
</section>
<section>
<h3>MathCounts</h3>
<p>To become better at contest math, it is often suggested to practice past contests. MathCounts is a program started specifically for junior high students who aspire to become better at math.</p>
<a href="https://www.mathcounts.org/programs/competition-series/past-competitions" class="button special">MathCounts</a>
</section>
<section>
<h3>CEMC</h3>
<p>The Centre for Education in Mathematics and Computing from the University of Waterloo provides many math and computing contests each year.By excelling at these contests, students can participate in national or even international contests.</p>
<a href="http://www.cemc.uwaterloo.ca/contests/past_contests.html" class="button special">CEMC</a>
</section>
<section>
<h3>Hope Haven School Math Contest</h3>
<p>A contest offered by the Hope Haven School, this annual contests tests students from grades 7-12. A great introduction into contest mathematics from the university itself. Winners are recognized by the UofC. </p>
<a href="https://math.ucalgary.ca/community_outreach/junior_math_contest/exam_archive" class="button special">MTA</a>
</section>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style2 spotlights">
<section>
<a href="#" class="image"><img src="/runlin.jpg" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<h2>Tr. Uzabakiriho Jean Claude</h2>
<p>ChairPerson and Founder of CreativeMaths</p>
</div>
</div>
</section>
<section>
<a href="#" class="image"><img src="/kevin.jpg" alt="" data-position="top center" / width = "344px" height = "400px"></a>
<div class="content">
<div class="inner">
<h2>Muhire Fiston</h2>
<p>president and Content Director of CreativeMaths</p>
</div>
</div>
</section>
<section>
<a href="#" class="image"><img src="/eric.png" alt="" data-position="top center" /></a>
<div class="content">
<div class="inner">
<h2>Mugisha Eric</h2>
<p>Chief Problem Writer and Web developer</p>
</div>
</div>
</section>
</section>
<!-- Three -->
<section id="four" class="wrapper style1 fade-up" style = "margin-bottom: 0px; height: 555px;">
<div id="CreativeMaths" class="tabcontent">
<h3>Info</h3>
<p>Welcome to CreativeMaths the home of online mathematics Practice and Testing.
<br> CreativeMaths is a digital classroom tool designed for both teachers and students to help the students master their multiplication and division facts, while giving teachers a powerfull timed testing method, and giving both teachers and students in depth student results.
</p>
<p>
CreativeMaths all began in the fall of 2024 when the Hope Haven School Teacher Mr. Jean Claude wanted a way to continue giving his 70 question timed Multiplication and Division facts test to his 12th grade students but couldn’t find a suitable online method to give out said test. And so with his student who was web developer, Creativekmaths was created to fill this need for an online timed test service and an practice service for students.
</p>
<p>
CreativeMaths Provideds all of its current features free of charge as a hope to give students acces to
</p>
<p>
As of know CreativeMaths has 3 different built in Calculation and Logic Question testing bundels. These 2 different tests are just for now and we will be adding more testing methods as the days progress, aswell as hopefully an input your own test feature for Teacher acounts.
</p>
<p>
Give any of these built in tests a whirl right now by clicking here.
</p>
</section>
<div id="five"></div>
<script id="shoutscript" type="text/javascript" src="https://freeonlinesurveys.com/ShoutEmbed/embed.min.js"></script>
<button shout-button
class="shout-button"
style="color: #fff; background-color: #50c633; border-radius: 12px; font-size: 16px; "
data-sh-form="fVa2mD0I"
data-sh-close-on-complete="false"
data-sh-type="popout"
sh-initial-color="#2A98C6">
Take Test
</button>
<!-- Footer -->
<footer id="footer" class="wrapper style2-alt" style = "background-color: #1B4A7F;">
<div class="inner">
<p style = "text-align: center"> Contact: <a href = "mailto: admin@hopemathcompetition.org">admin@hopemathcompetition.org</a></p>
<ul class="menu">
<li>© Hope Haven School Math Competition HMA. All rights reserved.</li><li>Design: Mugisha Eric </li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>