-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistration-form.html
104 lines (84 loc) · 4.45 KB
/
registration-form.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
<html lang="en">
<head>
<title>Registration Form - Celebration Youth Music Festival(CYMF)</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body id="register">
<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="Mail-in Reg.jpg"/>
</div>
<div class="txbRegMail">
<p>Please download the registration form below and mail the completed form to the following address by <u><b>April 26, 2013</b></u>:</p>
<p style="text-align:center; line-height: 5px">CYMF</p>
<p style="text-align:center; line-height: 5px">7 Birdsong Street</p>
<p style="text-align:center; line-height: 5px">Richmond Hill, Ontario</p>
<p style="text-align:center; line-height: 5px">L4E 5C8</p>
<p>A confirmation e-mail will be sent out to applicants when the registration form is received.
If applicants do not receive a confirmation, please contact <b><u>[email protected].</u></b></p>
<p>Feel free to consult the 2013 <a href="syllabus.html">Syllabus</a> for more information, it will help you in the registration process. </p>
<p>PLEASE NOTE: For participants interested in playing a duet or ensemble, please register under Class 39 Open (Ensemble) </p>
<div class="regForm">
<a href="CYMF Registration Form 2013.pdf" target="_blank"><img src="CYMF Application Form.jpg"/></a>
</div>
</div>
<div class="downloadLink">
<p>You can download the registration form <a href="CYMF Registration Form 2013.pdf" target="_blank">here</a>.</p>
</div>
<div class="blueStripBottom"></div>
</div>
<div id="footer">
<p>(c) 2013 Celebration Youth Music Festival. All Rights Reserved.</p>
</div>
</div>
</body>
</html>