-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-us.html
130 lines (102 loc) · 5.79 KB
/
about-us.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
<html lang="en">
<head>
<title>About Us - Celebration Youth Music Festival (CYMF)</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body id="about-us">
<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="Dear Musicians.jpg"/>
</div>
<div class="textbox">
<p class="info">We are honoured to invite you to the Second Annual Celebration Youth Music Festival (CYMF),
an event for children and youth hosted in partnership with the Chapter of Tri-M International
Organization at Unionville High School. This festival is designed to provide children and youth
with the opportunity to showcase their talents, develop good performance abilities and etiquettes,
as well as receive professional and constructive commentaries from numerous musicians in all
disciplines of music. CYMF offers all students studying piano, strings, voice, and band instruments
the exceptional opportunity to display the numerous talents and skills in young musicians today.</p>
<p class="info">As musicians and students ourselves, we see the importance of performing and understand the
lack of opportunities youths today have to present and display their musical talents for the
public. We hope to provide children and youth in our community with the fantastic experience to
perform and receive comments for their performances at the same time. To achieve the best result
possible, we have personally set up the Celebration Youth Music Festival as a non-profitable event
and therefore, there are <u><b>no application fees</b></u>. Our goal is to encourage
young musicians ages eighteen and under in all grades and levels to join us in celebrating the importance of music in youths. </p>
<p class="info">Thank you for taking the time to find out more about us and we hope to see you soon
in our upcoming festival and concert.</p>
<p class="sincerely">Sincerely,</p>
<img class="sig" src="Signature.jpg"/>
<br><br><br>
<p class="names">Kelly Guo and Belinda Ding</p>
<p class="founders">Founders</p>
<table class="links">
<tr>
<td class="cell1">
<p>Please visit our other pages:</p>
</td>
<td class="img">
<a href="#"><img src="Dear Musicians! (1).jpg"/></a>
<a href="#"><img src="Dear Musicians! (2).jpg"/></a>
<a href="#"><img src="Dear Musicians! (3).jpg"/></a>
</td>
</tr>
</table>
</div>
<div class="blueStripBottom"></div>
</div>
<div id="footer">
<p>(c) 2013 Celebration Youth Music Festival. All Rights Reserved.</p>
</div>
</div>
</body>
</html>