-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (59 loc) · 4.09 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0", shrink-to-fit="no">
<meta name="description" content="Zackary Ross is an active Theatre Artist based in Louisville, Ky.">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" href="/css/styles.css">
<title>About | Zackary Ross</title>
</head>
<body>
<div id="headerContainer">
<header>
<div id="headerContent">
<div id="siteTitle">Zackary Ross</div><div id="siteSubtitle">Theatre Artist</div>
</div>
</header>
<nav class="mainNavigation">
<div class="hamburger-menu">
<input id="menu__toggle" type="checkbox" />
<label class="menu__btn" for="menu__toggle">
<span></span></label>
<ul class="flex-content-wrap menu__box">
<!--li><a href="/index.html" class="menu__item">Home</a></li-->
<li><a href="/Theatre-Artist/about.html" class="menu__item">About</a></li>
<li><a href="/Theatre-Artist/resume.html" class="menu__item">Resume</a></li>
<li><a href="/Theatre-Artist/portfolio.html" class="menu__item">Portfolio</a></li>
<li><a href="/Theatre-Artist/contact.html" class="menu__item">Contact</a></li>
</ul></div>
<ul class="flex-content-wrap hamburger">
<!--li><a href="/index.html">Home</a></li-->
<li><a href="/Theatre-Artist/about.html">About</a></li>
<li><a href="/Theatre-Artist/resume.html">Resume</a></li>
<li><a href="/Theatre-Artist/portfolio.html">Portfolio</a></li>
<li><a href="/Theatre-Artist/contact.html">Contact</a></li>
</ul>
</nav>
</div>
<main>
<h1>About</h1><img id="headshot" src="../images/Zackary Ross 2.jpg" alt="Zackary Ross Headshot" width="350px" height="280px">
<p>
<strong>Dr. Zackary Ross</strong> is an Associate Professor of Theatre at Bellarmine University in Louisville, KY. There, he serves as the Interim Director of the Theatre Program, Director of the Arts Administration Program, and Assistant Director of the Honors Program.
</p>
<p>
Zack has a Ph.D. in Theatre and a Graduate Minor in Film Studies from the University of Illinois at Urbana-Champaign, a master's degree in Educational Theatre from New York University, and is an honors graduate of Lewis and Clark College's theatre department in Portland, Oregon.
</p>
<p>
In addition to his experience as an educator, Zack is an active theatre artist. As a director, his most recent productions include <i>Asking Strangers the Meaning of Life</i>, <i>Commedie of Errors</i>, <i>The 25th Annual Putnam County Spelling Bee</i>, <i>Blithe Spirit</i>, and <i>44 Plays for 44 Presidents</i>. As and actor, he has appeared most recently in Frederick Knott's <i>Wait Until Dark</i>, The Neo-futurists <i>Too Much Light Makes the Baby Go Blind</i>, Christopher Durang's <i>The Actor's Nightmare</i>, and Wendy Kesselman's adaptation of <i>The Dairy of Anne Frank</i>. His dramaturgy credits include <i>The Illusion</i> freely adapted from Pierre Corneille's <i>L'Illusion Comique</i> by Tony Kushner, <i>Iphigenia and Other Daughters</i> by Ellen McLaughlin, and <i>Buried Child</i> by Sam Shepard. Zack also dabbles in design (sceneic and sound) and fight choreography.
</p>
</main>
<footer>
<ul class="social-media-icons">
<li><a href="https://www.facebook.com/Zackary.Ross.03/" target="_blank" class="facebook"><span role="img" aria-label="Facebook Profile"> </span></a></li>
<li><a href="https://www.linkedin.com/in/zackary-ross-73a4b180/" class="linkedin" target="_blank"><span role="img" aria-label="LinkedIn Profile"> </span></a></li>
</ul>
<div class="copyright">© 2023 - Zackary Ross</div></footer>
</body>
</html>