-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (43 loc) · 1.55 KB
/
index.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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Zenryo Shimabukuro</title>
<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1 class="text-primary text-center">Zenryō Shimabukuro</h1>
<h2 class="text-primary text-center">Founder of Shorin-Ryu Seibukan Karate</h2>
<br><br>
<center><img src="http://www.okinawankaratelineage.com/images/Zenryo.jpg"</img></center>
<br><br>
<div class="row">
<div class="col-xs-5"></div>
<div class="col-xs-2">
<div class="row">
<div class="col-xs-1"></div>
<div class="col-xs-10">
<ul>
<li>Born: 1906</li>
<li>Died: 1969</li>
<li>Rank: 10th Dan</li>
</ul>
</div>
<div class="col-xs-1"></div>
</div>
</div>
<div class="col-xs-5"></div>
</div>
<br><br>
<center>
More information can be found at the following web sites: <br><br>
<a href="http://www.reservoirkarate.com/history" target="_blank">Reservoir Karate / History</a>
<br>
<a href="http://www.shuriway.co.uk/zenryoshimabukuro.html" target="_blank">SHURIWAY KARATE & KOBUDO / Master Zenryō Shimabukuro</a>
<br>
<a href="https://en.wikipedia.org/wiki/Zenry%C5%8D_Shimabukuro" target="_blank">Wikipedia / Zenryō Shimabukuro</a>
<br><br>
</center>
</body>
</html>