-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
172 lines (154 loc) · 7.51 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<html lang="en">
<head>
<title>Celebration Youth Music Festival(CYMF)</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body id="home">
<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="homeBannerBox">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/
cabs/flash/swflash.cab#version=6,0,40,0"
width="804" height="250"
id="mymoviename">
<param name="movie" value="hpbanner_original.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="hpbanner_original.swf" quality="high" bgcolor="#ffffff"
width="804" height="250"
name="mymoviename" align="" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>
</div>
<table id="hpInfo">
<tr>
<td>
<table id="info">
<th>Who We Are...</th>
<tr>
<td>
<img src="Homepage (3).jpg"/>
<p>CYMF is a non-profitable music festival that offers all music students studying
piano, strings, vocal, and band instruments the exceptional opportunity to...
<a href="about-us.html">Read more</a></p>
</td>
</tr>
</table>
</td>
<td>
<table id="info">
<th>Spread the Music!</th>
<tr>
<td>
<img src="Homepage (2).jpg"/>
<p>CYMF is designed to provide children and youths with the opportunity to
showcase their talents, develop good...
<a href="our-mission.html">Read more</a></p>
</td>
</tr>
</table>
</td>
<td>
<table id="infoLarge">
<th>Register Today!</th>
<tr>
<td>
<img src="Homepage (4).jpg"/>
<p><a href="register.html">Register </a>
for Festival 2013!</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<div class="blueStrip2">
<p>Meet Our Partners!</p>
</div>
<table id="hpbottom">
<tr>
<td id="trimImg">
<img src="Tri-M Banner (6).jpg"/>
</td>
<td>
<table>
<tr>
<td id="trimInfo">
<a href="tri-m-organization.html"><img src="Tri-M Logo (200x90).jpg"/></a>
<p>Tri-M (Modern Music Masters) is a non-profit,
student run organization by music students attending Unionville High School.
Our goal is to promote the importance of music presence in our youth as well
as throughout our entire lives. Throughout the year, the members make monthly
visits to senior homes and give music performances to the residents hoping
that their monthly appearances will put a ...
<a href="tri-m-organization.html">read more</a></p>
</td>
</tr>
<tr>
<td id="fbTwt">
<p>Check us out at:</p>
<a href="#"><img src="twitter-logo.jpg"/></a>
<a href="https://www.facebook.com/cymfestival"><img src="facebook-logo.png"/></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div id="footer">
<p>(c) 2013 Celebration Youth Music Festival. All Rights Reserved.</p>
</div>
</div>
</body>
</html>