-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
142 lines (132 loc) · 3.53 KB
/
index.html
File metadata and controls
142 lines (132 loc) · 3.53 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>
<head>
<title>West Point Middle School MATHCOUNTS</title>
<meta charset="utf-8" />
<style>
body {
font-size: 150%;
}
table {
font-size: 85%;
table-layout: fixed;
width: 500px;
}
th {
color: #000000;
background-color: #dddddd;
padding: 6px 6px 6px 6px;
text-align: center;
}
td {
color: #000000;
background-color: #eeeeee;
padding: 6px 6px 6px 6px;
text-align: center;
}
.meet {
color: #ffffff;
background-color: #2b8f22;
}
.nomeet {
color: #ffffff;
background-color: #ad1111;
}
.invalid {
color: #666666;
background-color: #666666;
}
</style>
</head>
<body>
<h1><img src="./WestPointMS_Mascot_9_722171.webp" alt="West Point Middle School mascot" class="inline" width="100" align="top"/>West Point MS MATHCOUNTS</h1>
<p>West Point Middle School is seeking members for a newly formed <a href="https://www.mathcounts.org/programs/national-math-club" target="_blank" rel="noopener noreferrer">National Math Club</a> and <a href="https://www.mathcounts.org/programs/mathcounts-competition-series" target="_blank" rel="noopener noreferrer">MATHCOUNTS Competition Team</a>.</p>
<p>
This is <b>for students who enjoy math</b> and desire more opportunities to:
<ol>
<li>have fun doing mathematics, </li>
<li>explore more math topics than typically taught in school, </li>
<li>attempt very challenging problems, and </li>
<li>meet other students with similar interests. </li>
</ol>
</p>
<p>
We will meet most Tuesdays and Thursdays, 2:30-3:00PM, in room 126, on school days without an early release.
See the calendar below for which days<sup>†</sup> we <b><span style="background-color:#2b8f22; color:#ffffff">will meet</span></b> (in green).
<span style="background-color:yellow"><sup>†</sup>SUBJECT TO CHANGE</span>
</p>
<table>
<tr>
<th colspan=7>October</th>
</tr>
<tr>
<th>SUN</th>
<th>MON</th>
<th>TUE</th>
<th>WED</th>
<th>THUR</th>
<th>FRI</th>
<th>SAT</th>
</tr>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
<td>5</td>
<td>6</td>
<td>7</td>
</tr>
<tr>
<td>8</td>
<td>9</td>
<td>10</td>
<td>11</td>
<td class="meet">12</td>
<td>13</td>
<td>14</td>
</tr>
<tr>
<td>15</td>
<td>16</td>
<td class="meet">17</td>
<td>18</td>
<td class="meet">19</td>
<td>20</td>
<td>21</td>
</tr>
<tr>
<td>22</td>
<td>23</td>
<td class="meet">24</td>
<td>25</td>
<td class="meet">26</td>
<td>27</td>
<td>28</td>
</tr>
<tr>
<td>29</td>
<td>30</td>
<td class="nomeet">31</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<p>
During the Tuesday meetings, we will do activities for the <a href="https://www.mathcounts.org/programs/national-math-club" target="_blank" rel="noopener noreferrer">National Math Club</a>.<br><br>
During the Thursday meetings, we will practice for the <a href="https://www.mathcounts.org/programs/mathcounts-competition-series" target="_blank" rel="noopener noreferrer">MATHCOUNTS Competition Team</a>.<br><br>
<b>No transportation provided</b>; parents of bus riders will need to pick up their children.<br><br>
New attendees please <b>RSVP at least 24hrs prior</b> so that I can print enough materials for everyone.
</p>
<p>
Videos for content covered so far this year:<br>
<ul>
<li>
October 12th: <a href="https://youtu.be/6X5CkrA6xsM" target="_blank" rel="noopener noreferrer">Introduction to Exponents 1</a>
</li>
</ul>
</p>
</body>
</html>