-
Notifications
You must be signed in to change notification settings - Fork 0
/
past-events.html
100 lines (83 loc) · 3.98 KB
/
past-events.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<html lang="en">
<head>
<title>Our Missions - Celebration Youth Music Festival(CYMF)</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body id="past-events">
<div id="container">
<div id="leftnav">
<div class="leftBox"></div>
</div>
<div id="rightnav">
<div class="rightBox"></div>
</div>
<div id="body">
<a href="index.html"><img src="Logo.jpg"/></a>
</div>
<ul id="nav">
<li><a id="home" href="index.html">Home</a></li>
<li><a id="about-us" href="about-us.html">About Us</a>
<ul>
<li><a href="our-mission.html">Our Mission</a></li>
<li><a href="board-of-directors.html">Board of Directors</a></li>
</ul>
</li>
<!-- <li><a id="upcoming-events" href="upcoming-events.html">Upcoming Events</a></li> -->
<li><a id="festival-2013" href="festival-2013.html">Festival 2013</a>
<ul>
<li><a href="adjudicators.html">Adjudicators</a></li>
<li><a href="syllabus.html">Syllabus</a></li>
</ul>
</li>
<li><a id="past-events" href="past-events.html">Past Events</a>
<ul>
<!-- <li><a href="poster-design-contest.html">Poster Design Contest</a></li>
<li><a href="button-design-contest.html">Button Design Contest</a></li> -->
<li><a href="festival-2012.html">Festival 2012</a></li>
<li><a href="gallery.html">Gallery</a></li>
</ul>
</li>
<li><a id="partners-and-sponsors" href="partners-and-sponsors.html">Partners and Sponsors</a>
<ul>
<li><a href="our-partners-and-sponsors.html">Our Partners and Sponsors</a></li>
<li><a href="tri-m-organization.html">Tri-M Organization</a></li>
</ul>
</li>
<li><a id="register" href="register.html">Register</a>
<ul>
<li><a href="online-registration.html">Online Registration</a></li>
<li><a href="registration-form.html">Registration Form</a></li>
</ul>
</li>
<li><a id="contact-us" href="contact-us.html">Contact Us</a></li>
</ul>
<br>
<div class="mainBox">
<div class="blueStrip"></div>
<div class="banner">
<img src="Past Events.jpg"/>
</div>
<p style="font-family:arial; color:#666666; font-size:36px; text-indent:50px; position:absolute; top:240px;">
<b>Congratulations to All Performers!</b></p>
<table class="past">
<tr>
<td>
<img src="Poster 2013.jpg"/>
</td>
<td style="padding-left:20px;">
<p>Thank to everyone who participated in the second annual Celebration Youth Music Festival
and congratulations to all of our performers!</p>
<p>We had a fantastic year to our annual event and hope to see all of you again next year!</p>
<p>Don't forget to check out our <a href="gallery.html">gallery</a> for pictures of past festivals.</p>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</td>
</tr>
</table>
<div class="blueStripBottom"></div>
</div>
<div id="footer">
<p>(c) 2013 Celebration Youth Music Festival. All Rights Reserved.</p>
</div>
</div>
</body>
</html>