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 pathvision.html
34 lines (34 loc) · 1.46 KB
/
vision.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
<!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>Vision</title>
<link rel="stylesheet" href="./styles/global.css" />
<link rel="stylesheet" href="styles/Suleiman.css" />
</head>
<body>
<header-template></header-template>
<div class="mission">
<h1>Vision</h1>
<p>
APU Taekwondo believes that developing its member associations is
critical to its goal of hosting better events and improving the sport at
grassroots level. Its ambition is to strengthen the support and training
given to key stakeholders, while sharing best practices in areas such as
organisation, administration, event management, good governance, gender
equality, Olympic Values and sustainable development. Another goal is to
ensure the availability of the tools necessary to work towards quality
development. To this end, World Taekwondo uses its global membership
systems, its member association survey and its development programme to
monitor and support the progression of its members. Administrative
staff, competition officials, coaches, entourage members and athletes
are all provided with vital support, including at the end of athletic
careers.
</p>
</div>
<footer-template></footer-template>
<script src="scripts/global.js"></script>
</body>
</html>