This repository has been archived by the owner on Aug 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstructor.html
84 lines (84 loc) · 3.2 KB
/
instructor.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Instructor</title>
<link rel="stylesheet" href="./styles/global.css" />
<link rel="stylesheet" href="styles/Suleiman.css" />
<style>
body {
/* background: url(./assets/images/instructors/ca-apu.jpg) no-repeat; */
background-size: cover;
}
</style>
</head>
<body>
<header-template></header-template>
<div class="instructor">
<div class="ul">
<img src="./assets/images/corners/DesCor(UL).png" alt="" />
</div>
<div class="ur">
<img src="./assets/images/corners/DesCor(UR).png" alt="" />
</div>
<div class="bl">
<img src="./assets/images/corners/DesCor(BL).png" alt="" />
</div>
<div class="br">
<img src="./assets/images/corners/DesCor(BR).png" alt="" />
</div>
<h2>Instructors</h2>
<div class="container">
<div class="inst" style="width: 40%">
<img src="./assets/images/instructors/111.png" alt="" />
<h4>Michael Muleta</h4>
<div>
<h3>Background</h3>
<p>
<b>Michael Muleta</b> is an
<b>8th Degree Black Belt Master Instructo</b>r, as well as A Class
International Umpire. Master Muleta currently holds the official
post of under Secretary General of the International Taekwon-Do
Federation. He is the Founding President of United ITF Taekwon-Do
Australia Inc,
<b
>with 30 years of ITF experience at the highest level as a
competitor</b
>, coach, umpire and administrator. Michael has with an extensive
Taekwon-Do and education background. His informative seminars are
some of the most highly regarded domestically and internationally.
</p>
</div>
</div>
<div class="inst" style="width: 40%">
<img src="./assets/images/instructors/22.png" alt="" />
<h4>Justin Chin</h4>
<div>
<h3>Background</h3>
<p>
<b>Justin Chin</b> is a
<b>6th Degree International Instructor and Examiner.</b> He is
currently the head instructor of the Thoroughbred Balwyn and
Canterbury branches based in Melbourne. Additionally, Justin is
currently the Secretary/Treasurer of the National Organization for
ITF in Australia, United ITF Taekwon Australia (inc) Justin was
recently tested and promoted to 6th Degree in an extensive Black
Belt grading,
<b
>in December 2018. In 2019, he was appointed as Tournament
Director for the ITF National Body</b
>, United ITF Taekwon-Do Australia inc. Justin has overseen a
number of State Championships in his home city of Melbourne. He
has also been a Tournament Committee member for the Arnold Classic
Taekwondo Championships for several years.
</p>
</div>
</div>
</div>
</div>
<footer-template></footer-template>
<script src="scripts/global.js"></script>
</body>
</html>