-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedule.php
executable file
·41 lines (40 loc) · 1.27 KB
/
schedule.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
<?php
$section = "schedule";
include 'inc/header.php'; ?>
<div class="container">
<div class="row">
<div class="col-md-8">
<p>
<h1>Upcoming Performances</h1></br>
<h4>Zweite Dame (Second Lady)</h4>
<i>Die Zauberflöte (The Magic Flute)</i> by Wolfgang Amadeus Mozart<br>
<small>Robert Kauffman Theatre, Anne Arundel Community College</small><br>
January 2017
</p>
<p>
<h1>Past Performances</h1>
<h3>Tuptim</h3><br>
<i>The King and I</i> by Rodgers & Hammerstein<br>
<small>St. Gabriel Miracle Players, Woodlawn, MD</small><br>
May 13-22, 2016<br>
<br>
<h3>Madame Firmin ; Carlotta cover with performance</h3><br>
<i>The Phantom of the Opera</i> by Andrew Lloyd Webber<br>
<small>Robert Kauffman Theatre, Anne Arundel Community College</small><br>
April 17-26, 2015<br>
<br>
<h3>Soloist</h3><br>
<i>Silhouette Stages: Cabaret Night</i><br>
<small>Slayton House</small><br>
May 2nd, 2015<br>
<br>
<h3>Asst. Music Director/Conductor</h3><br>
<i>9-5: The Musical</i> by Dolly Parton<br>
<small>Silhouette Stages, Slayton House</small><br>
October 10-18th, 2015<br>
<br>
</p>
</div><!--container-->
</div><!--row-->
</div><!--col-mid-8-->
<?php include 'inc/footer.php'; ?>