-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (67 loc) · 3.31 KB
/
index.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
85
86
<!DOCTYPE html>
<html>
<head>
<script src="https://kit.fontawesome.com/aa41177087.js" crossorigin="anonymous"></script> <link rel="stylesheet" href="style.css">
<meta charset="utf-8">
<title>Dragon Slayer Wrestling Club t</title>
<meta name = "viewport" content = "width=device-width, initial-scale=1.0">
</head>
<body>
<div class="container">
<div class = "navigation">
<img src="logo.jpg" alt="logo" width="100" height="100">
<ul>
<li><a href = "#">Home</a></li>
<li><a href = "#">Schedule</a></li>
<li><a href = "#">Shop</a></li>
<li><a href = "#">Coaches</a></li>
<li><a href = "#">Registration</a></li>
<li><a href = "#">Contact Us</a></li>
</ul>
</div>
<div class = "slideshow">
<div class = "slideshow_elements">
<img src="teampic.jpg">
<h1 class = "center_text">South Bellevue Wrestling Club</h1>
<h1 class = "center_text">Registration tbd</h1>
</div>
</div>
<div class = "content">
<img src="mission.jpg" alt = "mission">
<br><br><br><br><br><br><br><br><br><br>
<h1>Our Mission</h1>
<p>"Once you've wrestled, everything else in life is easy."<br>
-Dan Gable, Olympic Champion<br><br>
We believe that nothing teaches life lessons like wrestling does. Wrestling makes athletes better athletes, helps students become better learners, and teaches the values that make good people.
<br><br>We want to make a positive impact in our youth's lives. Teaching that no goal is too big as long as you've got a plan, are willing to put the work in, and believe that you can achieve it!
</p>
</div>
<footer>
<div>
<h1>Address</h1>
<p>4333 Factoria Blvd. SE Bellevue, WA 98006</p>
<div class = "social">
<a href="https://www.instagram.com/dragonslayer_wc/" target="_blank"><span class="fa fa-instagram"></i></a>
<a href="https://www.facebook.com/groups/607468824621398" target="_blank"><span class = "fab fa-facebook"></a>
<a href="https://www.youtube.com/@go.newport/videos" target="_blank"><span class="fa fa-youtube"></i></a>
</div>
</div>
<div>
<h1>Contact</h1>
<p>425-457-2577</p>
<p>coachweisenburgh@outlook.com</p>
</div>
<div>
<h1 >Practice Hours</h1>
<p>Mon - Fri:
<br>
6:15 pm – 8:00 pm
<br>
Saturday and Sunday:
<br>
closed
</div>
</footer>
</div>
</body>
</html>