-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmembers.html
32 lines (32 loc) · 1.65 KB
/
members.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
<html>
<head>
<style>
h1{
text-align:center;
}
</style>
<link rel="stylesheet" type="text/css" href="common.css">
</head>
<body>
<h1>Members of the Daiko Shibu Dojo</h1><hr>
<h2>List of Members</h2>
<ul>
<li>Sensei Stephen Tack—Shihan</li>
<li>Rikard Goist—Sankyū</li>
<li>Jim Shepich—Sankyū</li>
<li>Houston Webb—Rokkyū</li>
<li>Zaid Haque—Rokkyū</li>
<li>Sam Shepich—Nanakyū</li>
<li>Sierra Cleland—Nanakyū</li>
<li>Sarah Syeda—Nanakyū</li>
<li>Safi Syed—Nanakyū</li>
</ul>
<h2>Annual Registration Fee: $13</h2>
This fee is required to maintain registration with the Hakkō Denshin Ryū Federation. It helps pay for <span title="headquarters">honbu</span> operations and events such as the annual Tai Kai.
<h2>Monthly Training Fee: $25</h2>
This fee is required for members to train at the Daiko Shibu Dojo. It goes toward dojo upkeep, the dojo registration fee, and Sensei's registration, training, and testing fees with <span title="headquarters">honbu</span>.
<h2>Testing fees: $25</h2>
For all kyū grades, there is a $25 testing fee. This money goes toward the certificate and the new belt you recieve upon promotion. For all ranks higher than ikkyū, tests will be conducted at honbu, where you will be informed of the testing fees. When testing for gokyū or above, you will be required to take and pass a written test, which contains material from the Hakkō Denshin Ryū Shodan Manual and the <a href="about.html">about page</a> of this website.
</body>
<script src="common.js"></script>
</html>