-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
89 lines (89 loc) · 6.27 KB
/
about.html
File metadata and controls
89 lines (89 loc) · 6.27 KB
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
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About Us</title>
<link rel="stylesheet" href="css/archeryStyle.css">
</head>
<body>
<a href="#main-container-id" class="hidden">Skip To Main Content</a>
<header class="header-brand">
<div class="header-brand">
<img class="header-img" src="images/archeryAcademy-logo-white.png" alt="brand logo">
</div>
<aside class="header-map">
<a class="header-map-a" href="contact.html#mapLocation">
<h2 class="aside-p">Straight to the Point Archery</h2>
<p>
528 Nock Point Ln<br />
Tacoma, WA 98412<br />
Click for Map
</p>
</a>
</aside>
</header>
<nav>
<ul class="nav-ul">
<li><a href="index.html">Home</a></li>
<li><a href="training.html">Lessons</a></li>
<li><a href="instructors.html">Instructors</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="links.html">Links</a></li>
</ul>
</nav>
<div id="main-container-id" class="main-container">
<section class="main-section">
<h2>Our Story</h2>
<p>Straight to the Point Archery is a non profit archery education center founded in 2005 by Giap Nguyen. Our state of the art educational and training facility incorporates detailed technical video analysis combined with generations of archery experience from certified coaches and instructors.</p>
<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. Once set up with proper fitting equipment, each archer will be given the basic safety instruction to start and will be introduced to various shooting techniques.</p>
<p>From Beginner to Elite, archers of all ages and ability learn about this exciting Olympic and international sport. Sign up for a group lesson, private class, schedule a birthday or corporate party or compete at one of our many tournaments. Straight to the Point Archery also offers homeschooling programs, kids club events, YMCA classes, Boy and Girl Scouts achievement programs and several other youth group activities. We are dedicated to teaching valuable life skills to the youth in our community through the wonderful discipline of archery. 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. Our instructors also have extensive knowledge of the most advanced archery equipment and all forms of archery from the traditional long bow to the modern compound. Straight to the Point Archery also has specific instructors for recreational archery, competitive archery and bow hunting.</p>
<p>Straight to the Point Archery has an excellent network of contacts with the USA Archery (USAA), Washington State Archery Association (WSAA), Washington State Bow Hunters (WSB), National Field Archery Association (NFAA) and many more national and state archery associations. These partnerships allow you to feel confident in our facility and staff.Straight to the Point Archery’s staff has decades of experience in the archery industry. We are committed to educating you with any questions that you may have.</p>
</section>
<aside class="main-aside">
<div class="main-aside-top">
<p class="aside-p">Hours<br />9:00 am - 6:00 pm</p>
<p>Phone:<br /><a href="tel:2535551010">(253)555-1010</a></p>
<p class="aside-email-p">Email:<br /><a href="mailto:archery-education@example.com">archery-education@example.com</a></p>
</div>
<article class="main-aside-bottom">
<h2>Weekly Schedule</h2>
<h3>Monday</h3>
<p>Open Range<br />10:00 am - 3:00 pm</p>
<p>A101 Basic Archery<br />4:00 - 5:00 pm</p>
<hr />
<h3>Tuesday</h3>
<p>Open Range<br />10:00 am - 3:00 pm</p>
<p>A102 Intermediate Archery<br />4:00 - 5:00 pm</p>
<p>A103 Advanced Archery<br />5:00 - 6:00 pm</p>
<hr />
<h3>Wednesday</h3>
<p>Open Range<br />10:00 am - 3:00 pm</p>
<p>A101 Basic Archery<br />4:00 - 5:00 pm</p>
<hr />
<h3>Thursday</h3>
<p>Open Range<br />10:00 am - 3:00 pm</p>
<p>A102 Intermediate Archery<br />4:00 - 5:00 pm</p>
<p>A103 Advanced Archery<br />5:00 - 6:00 pm</p>
<hr />
<h3>Friday</h3>
<p>Open Range<br />10:00 am - 6:00 pm</p>
<p>Private Lessons<br />By Appointment</p>
<hr />
<h3>Saturday</h3>
<p>Open Range<br />10:00 am - 6:00 pm</p>
<p>Private Lessons<br />By Appointment</p>
<hr />
<h3>Sunday</h3>
<p>Closed</p>
</article>
</aside>
</div>
<footer class="footer-area" style="background-image: url(images/footerimage.jpg);">
<img src="images/archeryAcademy-logo-white.png" alt="brand logo">
<p>Learn more about our sport at the <span class="sr-only">this link opens in a new tab</span><a href="https://www.teamusa.org/USA-Archery" target="_blank">US Archery Association</a></p>
<p>Non-Discrimination policy: 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>Copyright Information</p>
</footer>
</body>
</html>