-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume_technical.php
executable file
·80 lines (80 loc) · 1.96 KB
/
resume_technical.php
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
<?php
$section = "resume";
include 'inc/header.php'; ?>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-1">
<table class="table">
<tr>
<th colspan="3"><h1>Technical Credits</h1></th>
</tr>
<tr>
<td>Mansfield Park</td>
<td>Stage Manager</td>
<td>Peabody Chamber Opera</td>
</tr>
<tr>
<td>Qadar</td>
<td>Stage Manager</td>
<td>Peabody Opera</td>
</tr>
<tr>
<td>Carmen</td>
<td>Stage Manager</td>
<td>Opera <abbr title="Anne Arundel Community College">AACC</abbr></td>
</tr>
<tr>
<td>La Traviata</td>
<td>Stage Manager</td>
<td>Opera <abbr title="Anne Arundel Community College">AACC</abbr></td>
</tr>
<tr>
<td>Die Fledermaus</td>
<td>Stage Manager</td>
<td>Opera <abbr title="Anne Arundel Community College">AACC</abbr></td>
</tr>
<tr>
<td>The Telephone & The Medium</td>
<td>Stage Manager</td>
<td>Opera <abbr title="Anne Arundel Community College">AACC</abbr></td>
</tr>
<tr>
<td>The Magic Flute</td>
<td>Stage Manager</td>
<td>Opera <abbr title="Anne Arundel Community College">AACC</abbr></td>
</tr>
<tr>
<td>Amahl & the Night Visitors</td>
<td>Stage Manager</td>
<td>Opera <abbr title="Anne Arundel Community College">AACC</abbr></td>
</tr>
<tr>
<td>Riders To The Sea</td>
<td>Stage Manager</td>
<td>Towson University</td>
</tr>
<tr>
<td>Cavalleria Rusticana & Pagliacci</td>
<td>Assistant Stage Manager</td>
<td>Annapolis Opera</td>
</tr>
<tr>
<td>Tosca</td>
<td>Props Master</td>
<td>Annapolis Opera</td>
</tr>
<tr>
<td>Little Women</td>
<td>Conductor</td>
<td>Miracle Players</td>
</tr>
<tr>
<td>9 to 5</td>
<td>Conductor</td>
<td>Silhouette Stage (October 2015)</td>
</tr>
</table>
</div>
</div>
</div>
<?php include 'inc/footer.php'; ?>