-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinternships.html
80 lines (80 loc) · 3.93 KB
/
internships.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Internships</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">
<link rel="stylesheet" href="css/internships.css">
<link href="https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@500&family=Cinzel&family=Kanit:wght@700&family=Montserrat:wght@589&family=Orbitron:wght@500;900&family=Oswald:wght@600&family=Source+Sans+Pro:wght@200&family=Yellowtail&display=swap" rel="stylesheet">
</head>
<body>
<section class="p-menu1">
<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>
</section>
<main>
<h1>About Internships</h1>
<section>
<img src="Images/interns11.png" alt="cast in costume">
<img class="rightImg" src="Images/interns2.png" alt="stage hands moving set pieces">
<p id="centerText">Odyssey Theatre offers the opportunity to learn more about theatre by working as an intern.</p>
</section>
<br>
<section>
<img id="makeup" src="Images/interns1.png" alt="applying stage makeup">
<img class="rightImg" src="Images/interns6.png" alt="stage hands moving set pieces">
<p id="centerMiddleText">Several Opportunities are available for internships. Sr and Jr Intern positions include: Lighting Design, Sound Design, Set Design, Stage Management, Assistant Director, Assistant Tech Director, Light and Sound Board Operators, Assistant Stage Managers, Costume, Light, Set and Sound Crew.</p>
</section>
<br>
<section>
<img id= "botLeft" src="Images/interns10.png" alt="stage hands moving set pieces">
<img class="rightImg" src="Images/interns4.png" alt="stage hands taking a bow">
<p id="centerBottomText">If interested in applying for Sr Intern positions, please leave a message/text for Karla at 319.213.0147 or [email protected]</p>
</section>
</main>
</body>
</html>