-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
57 lines (54 loc) · 2.12 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
52
53
54
55
56
57
<!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>Home</title>
<link rel="stylesheet" href="./styles/mdhl_1.css">
<!-- <link rel="stylesheet" href="./styles/mdhl_2.css"> -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div>
<h1> Mighty Ducks Hockey League </h1>
</div>
<div class="logoImg"> <img src="assets/Logo-Mighty-ducks-01.png" alt=""></div>
</header>
<div class="subtitle-box">
<h2></h2>
</div>
<main>
<div>
<nav>
<a href="index.html">Back</a>
<a href="#">About MDHL</a>
<a href="contact.html">Contact</a>
</nav>
</div>
<div class="articles">
<div>
<h1> Mission </h1>
<p> To support young athletesliving in Chicago's northside neighborhoods, who have an interest in
learning and playing hockey, with opportunities to learn and practice skills related to the game of
hockey, specifically those skills around teamcooperation and good sportsmanship. </p>
</div>
<div>
<h1> Vision </h1>
<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>
</div>
<div>
<h1> General Information</h1>
<p> The Mighty Ducks Hockey League was established in 1996 to provide athletesresiding in
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 in a Chicago northside
neighborhood. MDHL is ran by a small fullt-ime staff, and relies on the generous volunteer time of
parents and previous league members. </p>
</div>
</div>
</main>
</body>