-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
51 lines (43 loc) · 1.94 KB
/
about.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
<!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>About MDHL</title>
</head>
<body>
<header>
<section>
<img src="asset/Logo Mighty ducks-01.png" aling="left" alt="Logo" width="400" height="341">
<h1>Mighty Ducks Hockey League</h1>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About MDHL</a>
<a href="contacto.html">Contact</a>
</nav>
</section>
</header>
<main>
<img src="asset/hockey 2.jpg" aling="left" alt="" width="400" height="341">
<article>
<h3>Misión</h3>
<p>To support young athletes living Chicago's northside neighborhood, who have an interest in
learning and playing soccer, with opportunities to learn and practice skills related to the game of
hockey, specifically those skills around team cooperation and good sportsmanship</p>
<h3>Visión</h3>
<p>The Mighty Ducks Hockey League aspires to develop strong, well-rounded and mindful athletes
through the building of character, self-discipline, and leadership.</p>
<h3>General Information</h3>
<p>The Mighty Ducks Soccer League was established in 1996 to provide athletes residing
Chicago's northside neighborhoods an environment in which to learn and play hockey. To be a
member of MDHL, you must be between the ages of 4 - 12 and reside a Chicago northside
neighborhood. MDHL ran by o small full-time staff, and relies on the generous volunteer time of
parents and previous league members</p>
</article>
</main>
<footer>
<p>Desarrollado por Jesica</p>
</footer>
</body>
</html>