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 pathmission.html
40 lines (39 loc) · 1.59 KB
/
mission.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
<!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>Mission</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>Mission</h1>
<p>
APU Taekwondo recognises that it has an obligation to work towards the
growth and success of the wider Olympic Movement. Its policies and
practices are aligned with those of the International Olympic Committee
and it continuously works to improve in key areas such as governance and
social media. The organisation also works hard to promote the IOC's
Olympic Values of education, inclusiveness, friendship, solidarity and
fair play. Another key goal is to contribute to a better and more
peaceful world through sport. One way World Taekwondo does this is
through its work with the Taekwondo Humanitarian Foundation, which
teaches the martial art to refugees and displaced people around the
world. <br />
<br />
<b
>Develop and grow taekwondo throughout the world, from grassroots
level all the way through to elite level. To provide all with the
opportunity to play, watch and enjoy the sport regardless of age,
gender, religion, ethnicity or ability.</b
>
</p>
</div>
<footer-template></footer-template>
<script src="scripts/global.js"></script>
</body>
</html>