-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiaido.html
100 lines (86 loc) · 3.52 KB
/
iaido.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
<!DOCTYPE html>
<html lang="en">
<title>Aiki Budo of Denver - Iaido</TITLE>
<meta charset="UTF-8">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js">
</script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script|Open+Sans&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
<script src="https://apis.google.com/js/platform.js" async defer></script>
<link rel="stylesheet" href="styles.css">
<script type="text/javascript">
function openMenu() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav container") {
x.className += " responsive";
} else {
x.className = "topnav container";
}
}
</script>
<body style = "font-family: 'Open Sans', sans-serif;">
<!-- <div class="top-header container"></div> -->
<ul class="topnav container" id="myTopnav">
<li><a href="index.html"><i class="fa fa-home" aria-hidden="true"></i></a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="aikido.html">Aikido</a></li>
<li><a href="kenjutsu.html">Kenjutsu</a></li>
<li><a>Iaido</a></li>
<li><a href="tactical_weapons.html">Tactical Weapons Training</a></li>
<li><a href="instructor.html">Instructors</a></li>
<li><a href="schedule.html">Class Schedule</a></li>
<li><a href="events.html">Upcoming Events</a></li>
<li><a href="links.html">Links</a></li>
<li><a href="terminology.html">Terminology</a></li>
<li><a href="videos.html">Videos</a></li>
<!-- <li><a href="kids.html" class="kids">Kids</a></li> -->
<li class="icon">
<a href="javascript:void(0);" onclick="openMenu()">☰</a>
</li>
</ul>
<div class="container">
<section>
<header>
<h1 style="display: inline-block">
<!-- 合 気 武 道 -->
Aiki Budo of Denver
</h1>
<span itemprop="photo">
<img src="img/abd_logo.jpg" style="border: 0px;margin-top:20px;margin-left:20px;margin-bottom:20px" class="img-responsive img-circle pull-right" alt="Aiki Budo of Denver Logo">
</span>
</header>
</section>
<section>
<header>
<h2>Iaido</h2>
</header>
<p>
Iaidō (居合道), abbreviated as 'iai' (居合), is a Japanese martial art that
emphasizes being aware and capable of quickly drawing the sword and
responding to a sudden attack. It is associated with the smooth,
controlled movements of drawing the sword from its scabbard (or saya),
striking or cutting an opponent, removing blood from the blade, and
then replacing the sword in the scabbard. While beginning practitioners
of iaido may start learning with a wooden sword (bokken) depending on
the teaching style of a particular instructor, most of the practitioners
use the blunt edged sword, called iaitō.
</p>
</section>
<hr>
<footer>
<p>
<span>© 2017-2025 Aiki Budo of Denver</span>
</p>
</footer>
</div>
<!-- <div class="top-header container"></div> -->
</body>
</html>