-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoin.html
64 lines (53 loc) · 3.15 KB
/
join.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
<!DOCTYPE html>
<html lang="en">
<!--Written by hand by Greta Parks-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Poiret+One|Montserrat" rel="stylesheet">
<link href="custom.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Poiret+One|Montserrat" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Karla|Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<title>MidHudson Suzuki Music Cooperative</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="index.html">Mid-Hudson <span>Suzuki</span></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link" href="index.html">Home</a>
<a class="nav-item nav-link" href="about.html">About</a>
<a class="nav-item nav-link" href="events.html">Events</a>
<a class="nav-item nav-link" href="instruments.html">Instruments</a>
<a class="nav-item nav-link active" href="join.html">Become a teacher <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link" href="contact.html">Contact</a>
</div>
</div>
</div>
</nav>
<div class="container pt-lg-5 pt-md-5 pt-xl-5">
<div class="row pb-5">
<div class="col-md-4">
<img class="img-responsive" src="img/musicTree.png" alt="Tree made of music icons">
</div>
<div class="col-md-8">
<h2>Want to become a MH Suzuki Teacher?</h2>
<p>In order to join us, you must be a member in good standing of the Suzuki Association of the Americas in the instrument you want to teach. All instruments are welcome.</p>
<p>We are NOT a school - we are a group of teachers who are working together to pool resources. Our members teach in the Mid-Hudson River Valley.</p>
<p>Membership Fee for the Coop is being considered. Costs of Communal Events are shared.</p>
<p>If you are not yet a Suzuki teacher, the <a target="_blank" href="http://suzukiassociation.org/teachers/training/"> SAA has information on how to become one.</a></p>
<p>If this sounds like something you would be interested in, please fill out a <a href="contact.html">contact form </a>and we will be in touch.</p>
</div>
</div>
</div>
<script src="jquery-3.3.1.slim.min.js"></script>
<script src="popper.min.js"></script>
<script src="bootstrap.min.js"></script>
</body>
</html>