-
Notifications
You must be signed in to change notification settings - Fork 0
/
archery.html
69 lines (55 loc) · 3.01 KB
/
archery.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Straight to the Point Archery Academy</title>
<link rel="stylesheet" type="text/css" href="styles/archerysheet.css">
<script src="https://kit.fontawesome.com/37af231497.js"></script>
</head>
<body>
<a href="#main-content" class="hidden">Skip to main content</a>
<header class="container" id="color-header">
<h1>Straight to the Point</h1>
<img src="images/styleguide-design-elements/archeryAcademy-logo-color.png" alt="White company logo with archery target.">
</header>
<nav>
<a href="classes.html">Classes and Registration</a> / <a href="instructors.html">Our Staff</a> / <a href="history.html">More About Us</a>
</nav>
<section class="grid-container" id="main-content">
<h2 class="grid-item-1a">Welcome to the Straight to the Point Archery Academy's Website</h2>
<article class="grid-item-2a box box-type-a">
<h3>Location and Contact Information</h3>
<p>Straight to the Point Archery</p>
<p>528 Nock Point Ln</p>
<p>Tacoma, WA 98412</p>
<p>[email protected]</p>
<p>(253)555-1010</p>
<i class="fas fa-bullseye"></i>
</article>
<article class="grid-item-3a box box-type-a">
<h3>Schedule</h3>
<p>A101: Mondays and Wednesdays, 4-5pm</p>
<p>A102: Tuesdays and Thursdays, 4-5pm</p>
<p>A103: Tuesdays and Thursdays, 5-6pm</p>
<i class="fas fa-bullseye"></i>
</article>
<article class="grid-item-4a box box-type-a">
<h3>Instructor Qualifications:</h3>
<p>Straight to the Point Archery has instructors that are qualified level 1 and level 2 instructors and have met the safety requirements of the USA Archery (USAA). We teach in a positive learning environment.</p>
<i class="fas fa-bullseye"></i>
</article>
<article class="grid-item-5a box box-type-a">
<h3>Our Facility and Services</h3>
<p>Straight to the Point Archery is an indoor training facility with 28 shooting (14 - 10 yard lanes and 14 – 20 yard lanes) and 2 private coaching rooms. We also have access to 26 additional 20 yard lanes and an outdoor shooting field. We offer several types of lessons to accommodate everyone from the first time archer to the professional archer.</p>
<i class="fas fa-bullseye"></i>
</article>
</section>
<br>
<br>
<br>
<footer>
<p>Nondiscriminatory Policy:<br>Next Step Archery admits students of any race, gender presentation, sexuality, religion, national origin or ethnic origin to all rights, privileges, programs and activities available to students at the school. We do not discriminate in administration of our educational policies, admission policies and other school administered programs. All students are welcome and valuable members of our community.</p>
<p>© 2018 Archery Academy | Seattle, WA</p>
</footer>
</body>
</html>