-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout-kendo.html
More file actions
executable file
·121 lines (111 loc) · 5.9 KB
/
Copy pathabout-kendo.html
File metadata and controls
executable file
·121 lines (111 loc) · 5.9 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
<!DOCTYPE HTML>
<!--
Ion by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>About Kendo</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-D0ZYVW920V"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-D0ZYVW920V');
</script>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body id="top">
<!-- Header -->
<header id="header" class="skel-layers-fixed">
<a href="index.html"><img src="images/uw_logo.png" style="height:4em;"></img>
</a>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about-kendo.html">About Kendo</a></li>
<li><a href="practice-info.html">Practice Info</a></li>
<!-- <li><a href="faq.html">FAQ</a></li> -->
<li><a href="contact-us.html">Contact Us</a></li>
<li>
<a class="nav-icon" href="https://www.instagram.com/wlookendo/"><img src="images/instagram.svg" width="26" height="26" style="vertical-align: middle;" /></a>
</li>
<li>
<a class="nav-icon" href="https://www.facebook.com/uwkendo"><img src="images/facebook.svg" width="26" height="26" style="vertical-align: middle;" /></a>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="wrapper style1">
<header class="major">
<h2>About Kendo</h2>
</header>
<div class="container">
<div class="row">
<div class="6u skel-cell-important">
<section>
<h3>Kendo - the way of the sword</h3>
<p>Kendo is a Japanese martial art descended from the ancient Japanese swordsmanship of the samurai. Kendo is practiced to improve the mind and body through application of the principles of the katana by means of continuous mental,
physical, and emotional training. Today, kendo has been adapted such that people of all ages and gender may practice this dynamic and competitive sport while maintaining the cultural and spiritual aspects from its roots.</p>
<p>Modern kendo employs bamboo swords, called "shinai" and bogu, the protective gear, to safely permit full contact during practice and competitions. There are three cuts - the head (men), the wrist (kote), and the stomach (do), and
one thrust to the throat (tsuki). During practice, kendoka, people who practice kendo, wear gi and hakama and bogu. Bogu is comprised of the men, kote, do, and tare. </p>
</section>
</div>
<div class="6u">
<section>
<a class="image fit"><img src="images/kendouniformdiagram.jpg"></img>
</a>
<p><i>Source: http://wiringdiagramone.today/kendo-armor-diagram.html</i></p>
</section>
</div>
</div>
<hr class="major" />
<div class="row">
<div class="6u">
<section>
<h3>Etiquette and Manner</h3>
<p>In kendo, we have high expectations on your etiquette and manner.The dojo is the place where you practice and you should pay respect to it. Before a practice, your shoes should be lined up neatly outside of the dojo. When you enter
or leave the dojo, you should do a bow. Always have a clean rag ready and be prepared to clean the dojo floor. During practice, show respect to your peers and demonstrate good spirit with kiai. Respect your sword and carry
it properly using your left hand. Never let the tip of the sword hit the floor. The most important thing is to be humble and respectful. </p>
</section>
</div>
<div class="6u">
<section>
<h3>Matches</h3>
<p>
A standard kendo match has a time limit of three minutes. The side that first scores two points wins the match. There are usually three judges (one as the head judge). A point can be scored by gaining a majority vote from the judges. In the case where
there is a tie, either judges will decide the winner or a time limit extension will be given.
</p>
<a class="image fit"><img src="images/IMG_4689-1.jpg" /img></a>
<p><i>JCCC Senior Kendo tournament 2022</i></p>
</section>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="copyright">
<li>© UWKC. All rights reserved.</li>
</ul>
</div>
</footer>
</body>
</html>