-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtesting.html
58 lines (40 loc) · 2.74 KB
/
testing.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
<!doctype html>
<html>
<head>
<title>UChicago Taekwondo Club | Testing</title>
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="container">
<nav>
<div id="nav-background">
<header>
<h1>The University of Chicago</h1>
<h2>Taekwondo Club</h2>
</header>
<ul id="menu">
<li><a href="http://taekwondo.uchicago.edu/">Home</a></li>
<li><a href="http://taekwondo.uchicago.edu/about.html">About</a></li>
<li><a href="http://taekwondo.uchicago.edu/instructors.html">Instructors</a></li>
<li><a href="http://taekwondo.uchicago.edu/testing.html">Testing</a></li>
<li><a href="http://taekwondo.uchicago.edu/etiquette.html">Etiquette</a></li>
<li><a href="http://taekwondo.uchicago.edu/faq.html">FAQ</a></li>
<li><a href="mailto:[email protected]">Contact Us</a></li>
</ul>
</div>
</nav>
<div id="main">
<h3>Testing</h3>
<div class="content">
<p>The University of Chicago Taekwondo Club offers a ten rank advancement program from white belt to 1st Dan Black Belt. As promotion is allowed each academic quarter, it is possible to reach Black Belt within the four years typically spent at the University.</p>
<p>Click <a href="http://taekwondo.uchicago.edu/testingrequirements.pdf">HERE</a> for a PDF detailing the rank advancement requirements.</p>
<p>Testing requirements have been developed as a combination of the requirements found at our instructors' home schools. The specific requirements depend on the rank you are testing for but may include performing marching series techniques, two or three forms, sparring, self-defense and board breaking. All testing requirements are cumulative and students are fequently asked to perform skills required of lower ranks.</p>
<p>Testing is held on Saturday of 10th week in each quarter and the fee is $10.00 for all ranks. The fee includes your belt and boards.</p>
<p>If you are thinking about testing it is best to attend at least 15 classes in the preceeding quarter (30 are offered) and to ask the instructors if they think you are ready for promotion.</p>
<pr>*** Please note, as previously explained, the University of Chicago Taekwondo Club is not currently affiliated with any officiating Taekwondo organization. This means that ranks received at this club do not have to be automatically recognized by another club if a student wishes to continue their training elsewhere. If you are leaving the University and joining a club elsewhere our Instructors would be happy to write a letter of reference explaining your unique training background.</p>
</div>
</div>
</div>
</body>
</html>