-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsched.html
177 lines (153 loc) · 4.59 KB
/
sched.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Allen UIL: Schedule</title>
</head>
<body>
<header>
<h1>UIL Schedule</h1>
<nav>
<a href="index.html" style="color:#fff" class>Home</a>
<a href="subj.html" style="color:#fff" class>Subjects</a>
<a href="sched.html" style="color:#fff" class="active">Schedule</a>
<a href="https://allen-uil.github.io/comp-history/" style="color:#fff" class>AHS Results</a>
</nav>
</header>
<main>
<div class="container">
<h2>Practice Schedule (Subject to Change!)</h2>
<div class="row">
<section class="col-md-8 col-xl-9">
<table>
<tr>
<th>Tuesdays</th>
<th>Wednesdays</th>
<th>Fridays</th>
</tr>
<tr>
<td rowspan="3"><u>Computer Science</u><br>Lowery @ Lower D Pod<br>*Every Other Week</td>
<td rowspan="3"><u>Science</u><br>Lowery @ Lower E Pod</td>
<td><u>Number Sense + Calculator + Math</u><br>Lowery @ Lower D Pod</td>
</tr>
</table>
<br><br>
<h2>Competition Schedule 2023-2024</h2>
<p>Competitions highlighted in green have already passed, and those in yellow are windows in progress.
Underlined competitions are not directly affiliated with UIL (aka anything other than UIL Meets and VCs).</p>
<!-- if class name is 'progress', color is yellow -->
<!-- if class name is 'complete', color is green -->
<table>
<tr class="">
<td><b>VC#1</b></td>
<td>9/30 - 10/26</td>
</tr>
<tr class="">
<td><b>TMSCA Meet #2</b></td>
<td>TBA (may not go)</td>
</tr>
<tr class="">
<td><b>VC#2</b></td>
<td>11/4 - 12/7</td>
</tr>
<tr class="">
<td><b><u>AMC 10/12 A</u></b></td>
<td>11/6</td>
</tr>
<tr class="">
<td><b><u>AMC 10/12 B</u></b></td>
<td>11/12</td>
</tr>
<tr class="">
<td><b><u>USACO December</u></b></td>
<td>TBA</td>
</tr>
<tr class="">
<td><b>VC#3</b></td>
<td>1/6 - 2/1</td>
</tr>
<tr class="">
<td><b>Invitational A</b></td>
<td>TBD</td>
</tr>
<tr class="">
<td><b><u>USACO January</u></b></td>
<td>TBA</td>
</tr>
<tr class="">
<td><b><u>USABO Open Round</u></b></td>
<td>2/6</td>
</tr>
<tr class="">
<td><b><u>AIME I/II</u></b></td>
<td>2/5 or 2/13</td>
</tr>
<tr class="">
<td><b><u>F=ma</u></b></td>
<td>TBA</td>
</tr>
<tr class="">
<td><b>Invitational B</b></td>
<td>TBD @ Rock Hill HS</td>
</tr>
<tr class="">
<td><b>VC#4</b></td>
<td>2/10 - 3/8</td>
</tr>
<tr class="">
<td><b><u>USACO February</u></b></td>
<td>TBA</td>
</tr>
<tr class="">
<td><b>TMSCA 13</b></td>
<td>3/8 @ Highland Park *likely going</td>
</tr>
<tr class="">
<td><b><u>USACO US Open</u></b></td>
<td>TBA</td>
</tr>
<tr class="">
<td><b><u>USAPhO</u></b></td>
<td>TBA</td>
</tr>
<tr class="">
<td><b><u>USABO Semifinals</u></b></td>
<td>3/27</td>
</tr>
<tr class="">
<td><b>UIL Districts</b></td>
<td>3/28 - 3/29 @ Rock Hill HS</td>
</tr>
<tr class="">
<td><b>VC Regionals</b></td>
<td>4/7 - 4/19</td>
</tr>
<tr class="">
<td><b>UIL Regionals</b></td>
<td>4/25 - 4/26 @ Rock Hill HS</td>
</tr>
<tr class="">
<td><b>VC State</b></td>
<td>5/5 - 5/17</td>
</tr>
<tr class="">
<td><b>UIL State</b></td>
<td>5/20 - 5/21 @ UT Austin</td>
</tr>
</table>
</section>
</div>
</div>
</main>
<footer>
<p class="footnote" style="color:#fff">Made by Warith Rahman via GitHub. Design inspired by
<a href="https://www.ekzhang.com" target="_blank">Eric Zhang</a></p>
<p class="footnote" style="color:#fff">This site is unofficial, and not managed/sponsored by Allen ISD.</p>
<p class="footnote" style="color:#fff">Updated up to August 5, 2024.</p>
</footer>
</body>
</html>