-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbecomeInvolved.html
68 lines (68 loc) · 2.75 KB
/
becomeInvolved.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Get Involved</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/nav.css">
</head>
<body class="becomeInvolvedBody">
<nav id="navbar" class="navigation">
<input id="toggle1" type="checkbox" />
<label class="hamburger1" for="toggle1">
<div class="top"></div>
<div class="meat"></div>
<div class="bottom"></div>
</label>
<nav class="menu1">
<ul>
<li>
<h2>Events</h2>
</li>
<li><a class="link1" href="index.html">Home</a></li>
<li><a class="link1" href="workshops.html">Workshops</a></li>
<li><a class="link1" href="register.html">Register</a></li>
</ul>
<ul>
<li>
<h2>About</h2>
</li>
<li><a class="link1" href="tenFaqs.html">FAQS</a></li>
<li><a class="link1" href="aboutUs.html">About Us</a></li>
<li><a class="link1" href="pastProductions.html">Past Shows</a></li>
</ul>
<ul>
<li>
<h2>Support</h2>
</li>
<li><a class="link1" href="becomeInvolved.html">Get Involved</a></li>
<li><a class="link1" href="internships.html">Internships</a></li>
<li><a class="link1" href="donation.html">Donate</a></li>
</ul>
<ul>
<li>
<h2>Media</h2>
</li>
<li><a class="link1" href="https://www.instagram.com/odysseytheatrellc/?hl=en">Instagram</a></li>
<li><a class="link1" href="https://www.facebook.com/groups/133442666671631">Facebook</a></li>
</ul>
</nav>
</nav>
<main>
<section>
<h1 class="becomeInvolvedH1">Calling all adults!</h1>
-There are a variety of volunteer opportunities available at the Odyssey Theatre! <br>
<hr class="becomeInvolvedHR">
-There are internships for college-age individuals as well. <br>
<hr class="becomeInvolvedHR">
-We also employ paid staff with such positions as Tech Director, Accompianist/Musical Director, and Choregrapher. <br>
<hr class="becomeInvolvedHR">
-Staff opportunities vary depending on the needs of each production.
</section>
</main>
</body>
</html>