-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact-us.html
90 lines (74 loc) · 3.51 KB
/
contact-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
<html lang="en">
<head>
<title>Contact Us - Celebration Youth Music Festival(CYMF)</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body id="contact-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="Contact Us.jpg"/>
</div>
<div class="txbOnline">
<p>Please feel free to contact us if you have any questions or concerns. You can do so by either sending a message to
<b><u>[email protected]</u></b> or by filling in the form below.</p>
</div>
<div class="contactForm">
<iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dGtDMi1qcENZWlc3Mk45VURnT0ZFMXc6MA"
width="760" height="660" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
</div>
<div id="footer">
<p>(c) 2013 Celebration Youth Music Festival. All Rights Reserved.</p>
</div>
</div>
</body>
</html>