-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
337 lines (337 loc) · 17 KB
/
about.html
File metadata and controls
337 lines (337 loc) · 17 KB
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<!DOCTYPE html>
<html>
<head>
<title>Canada-China Cultural Development Association: About</title>
<link rel="stylesheet" href="CSS/about.css">
<script type="text/javascript" src="Script/jquery-3.5.1.min.js"></script>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
</head>
<body>
<div id="windowSizeAlert">
<center><h5>Please resize your window for a better viewing experience</h5>
<h5>▼</h5>
<button id="button1" onclick="newWindow1()">Click here to open up a window that is more suitable for this website.</button>
<button id="button2" onclick="newWindow2()">Click here to open up a window that is more suitable for this website.</button></center>
</div>
<script>
function newWindow1() {
myWindow = window.open(window.location.href, "", "width=" + (window.screen.height*1.8) + ", height=" + window.screen.height);
close();
}
function newWindow2() {
myWindow = window.open(window.location.href, "", "width=" + window.screen.width + ", height=" + (window.screen.width/1.8));
close();
}
var w = window.innerWidth;
var h = window.innerHeight;
if ((w/h) > 2.73) {
$("#windowSizeAlert").css("display","block");
$("#button1").css("display","block");
}
if ((w/h) < 1.56) {
$("#windowSizeAlert").css("display","block");
$("#button2").css("display","block");
}
$(window).on('resize', function(){
var w = window.innerWidth;
var h = window.innerHeight;
if ((w/h) > 2.73) {
$("#windowSizeAlert").css("display","block");
$("#button1").css("display","block");
$("#button2").css("display","none");
}
if ((w/h) < 1.56) {
$("#windowSizeAlert").css("display","block");
$("#button2").css("display","block");
$("#button1").css("display","none");
}
if ((w/h) >1.56 && (w/h)<2.73) {
$("#windowSizeAlert").css("display","none");
$("#button1").css("display","none");
$("#button2").css("display","none");
}
});
</script>
<div id="header">
<a href="index.html"><div id="headerCompanyLogo">
<img id="logoRed" src="Images/logoRed.png">
<img id="logoWhite" src="Images/logoWhite.png">
</div></a>
<div id="headerCompanyName">
<span>C</span>
<span>C</span>
<span>C</span>
<span>D</span>
<span>A</span>
</div>
<a href="index.html"><div id="headerHome">Home</div></a>
<div id="headerEducationdropdown">
<a href="education.html"><div id="headerEducation">Education</div></a>
<div id="headerEducationContent">
<div><a href="educationSymphony.html">Symphony Orchestra</a></div>
<div><a href="educationPiano.html">Piano & Teaching</a></div>
<div><a href="educationChoir.html">CICF & Choir</a></div>
<div><a href="educationArts.html">Dance, Art & Drama</a></div>
</div>
</div>
<div id="headerEventsdropdown">
<a href="events.html"><div id="headerEvents">Events</div></a>
<div id="headerEventsContent">
<div><a href="events2020.html">2020 Events</a></div>
<div><a href="pastevents.html">Past Events</a></div>
</div>
</div>
<div id="headerAboutdropdown">
<a href="about.html"><div id="headerAbout">About</div></a>
<div id="headerAboutContent">
<div><a href="about.html#whatWeDo1">What We Do</a></div>
<div><a href="about.html#history1">History</a></div>
<div><a href="about.html#board1">Board & Staff</a></div>
<div><a href="about.html#reviews1">Reviews</a></div>
</div>
</div>
<script>
$("#sidebarcontainer").css("height",document.height);
$("#headerEventsdropdown").mouseenter(function(){
$("#headerEventsContent").show(200);
})
$("#headerEventsdropdown").mouseleave(function(){
$("#headerEventsContent").hide(200);
})
$("#headerAboutdropdown").mouseenter(function(){
$("#headerAboutContent").show(200);
})
$("#headerAboutdropdown").mouseleave(function(){
$("#headerAboutContent").hide(200);
})
$("#headerEducationdropdown").mouseenter(function(){
$("#headerEducationContent").show(200);
})
$("#headerEducationdropdown").mouseleave(function(){
$("#headerEducationContent").hide(200);
})
</script>
<a href="contact.html"><div id="headerContactUs">Contact Us</div></a>
</div>
<div id="aboutIntro">
<img src="Images/balletLayerDance.jpg">
<div id="aboutIntroAbout">About</div>
<script>
$(document).ready(function(){
setTimeout(function() {
$("#aboutIntroAbout").animate({
opacity: "1"
});
}, 400);
});
$("#aboutIntroAbout").mouseenter(function() {
$("#aboutIntroLine").animate({
width:"29vh"
});
});
$("#aboutIntroAbout").mouseleave(function() {
$("#aboutIntroLine").animate({
width:"0vh"
});
});
</script></div>
<div id="whatWeDo">
<div id="whatWeDo1" class="pageSection"></div>
<div id="whatWeDoTitleDiv">
<h5 class="whatWeDoTitleText1" id="whatWeDoPadd"><center>LEARN MORE ABOUT CCCDA</center></h5>
<h2 id="whatWeDoTitleText2"><center>What We Do</center></h2>
<h5 class="whatWeDoTitleText1"><center>WHO WE ARE, OUR MISSION, PHILOSOPHY, PARTNERS & AREAS OF FOCUS</center></h5>
</div>
<div id="whatWeDoInfoDiv">
<div id="whatWeDoPhoto1" class="parallax"></div>
<p id="whatWeDoInfoText1">The Canada-China Cultural Development Association (CCCDA) is an officially registered non-governmental and non-profit organization in Canada, dedicated to developing international cultural exchanges, and organizing and promoting artistic events around the world, with the focus on North America and China. Moreover, CCCDA has affiliates in main cities of Canada, USA and China, providing services regarding public relations, local outreach and promotion, and foreign delegation visits, etc.</p>
<script>
function seen(x){
var elementTop = $(x).offset().top;
var elementBottom = elementTop + $(x).outerHeight();
var viewportTop = $(window).scrollTop();
var viewportBottom = viewportTop + $(window).height();
return elementBottom > viewportTop && elementTop < viewportBottom;
};
$(window).scroll(function() {
var scrolled = $(window).scrollTop();
$('.parallax').each(function(index, element) {
var initY = $(this).offset().top;
var height = $(this).height();
var endY = initY + $(this).height();
if (seen(this)) {
var diff = scrolled - initY;
var ratio = Math.round((diff / height) * 100);
$(this).css('background-position','center ' + parseInt(-(ratio * 1.5)) + 'px');
};
});
});
</script>
</div>
<div id="whatWeDoMissionDiv">
<h4 id="whatWeDoMissionTitle">OUR MISSION<hr></h4>
<center>
<div id="whatWeDoMissionBoxes">
<div id="box1"><h2>C</h2><p>CONNECT</p></div>
<div id="box2"><h2>C</h2><p>COMBINE</p></div>
<div id="box3"><h2>C</h2><p>CONTRIBUTE</p></div>
<div id="box4"><h2>D</h2><p>DIFFUSE</p></div>
<div id="box5"><h2>A</h2><p>AMPLIFY</p></div>
</div></center>
</div>
<div id="whatWeDoPhilosophyDiv">
<div id="whatWeDoPhilosophyPhoto1" class="parallax"></div>
<div id="whatWeDoPhilosophyPhoto2" class="parallax"></div>
<div id="whatWeDoPhilosophyPhoto3" class="parallax"></div>
<div id="whatWeDoPhilosophyPhoto4" class="parallax"></div>
<p id="whatWeDoPhilosophyText1">CCCDA’s philosophy is rooted in an awareness of the pivotal role of cultural art in the positioning of a new regional identity and development strategy. As one of the primary actors in western and eastern culture integration, CCCDA aims to ensure diffusion and promotion of North American and Chinese culture and arts, encourage cultural fusion to strengthen the people to people friendship, build strong links and relationship between artists, institutes, markets and countries.</p>
</div>
<div id="whatWeDoPartners">
<center><h5>OUR PARTNERS</h5><hr id="partnershr"></center>
<p id="whatWeDoPartnersText">CCCDA clients and partners include top-level art troupes, such as China national level art troupes, China Federation of Literary and Art Circles, Symphony Orchestra of Ottawa, Montreal, Toronto, Shenzhen, and Beijing; municipal governments and organizations, including Toronto and Montreal International Film Festival, Calgary Stampede, China Hebei Provincial Department of Cultural, Central Conservatory of Music of China, and many other domestic and foreign institutions. <br><br>Through diverse cultural and artistic events, CCCDA strives to increase and use our resources wisely, foster collaborative relationship, and make the culture integral and beneficial to the lives of local people. And to our partners, we are a connector, facilitator, amplifier, catalyst and opportunity-maker for branding and new markets.</p>
</div>
<div id="whatWeDoAreas">
<h4 id="whatWeDoAreasTitle">AREAS OF FOCUS<hr></h4>
<div>
<h5>Culture & Art</h5>
<p>
To inform cultural practitioners, artists, policy makers, and governments about arts and culture in and between Asia and North America.
<hr>To create networking opportunities for cultural and art professionals who are looking to share ideas.
<hr>To facilitate the cultural exchange platform as well as stimulate cooperation for non-profit organizations and private sectors.
</p></div>
<div>
<h5>Education</h5>
<p>
To enrich lives through artistic expression and personal growth, accomplished by opportunities provided through customized programs and tours.
</p></div>
<div>
<h5>Business</h5>
<p>
To empower an inclusive community of clients and partners with an extensive network of professionals, opportunities and resources necessary for those thrive in cross board of China and North America.
</p></div>
</div>
</div><br><hr>
<div id="history">
<div id="history1" class="pageSection"></div>
<div id="historyTitleDiv">
<h5 id="historyTitleText1" class="historyTitleText1">LEARN MORE ABOUT CCCDA</h5>
<h2 id="historyTitleText2">Our History</h2>
<h5 class="historyTitleText1">Over the years, the CCCDA has organized multitudes of cultural events across Canada, which have brought to communities fantastic and inspirational art performances.</h5>
</div>
<div id="historyInfoDiv">
<div id="scrollingColor2"></div>
<img id="scrollingColor" src="Images/scrollingBlock.png">
<img id="scrolling2" src="Images/scrollingBlockOverlay.png">
<div id="a">
<img class="aimg" src="Images/iconBrush.png">
<p class="a">Art shows, Concerts and Tours</p>
<img class="aimg" src="Images/iconGrow.png">
<p class="a">Cultural Experience and Educational Programs</p>
<img class="aimg" src="Images/iconLocation.png">
<p class="a">10 cities and regions</p>
<img class="aimg" src="Images/iconPeople.png">
<p class="a">398260 happy audiences</p>
</div>
<div id="b">
<img class="bimg" src="Images/iconMonologue.png">
<p class="b">Cultural Exchange Events</p>
<img class="bimg" src="Images/iconBusiness.png">
<p class="b">Business and Public Relation Events</p>
<img class="bimg" src="Images/iconPuzzle.png">
<p class="b">600 events and shows</p>
<img class="bimg" src="Images/iconClock.png">
<p class="b">12 years of experience</p>
</div>
</div>
<div id="historyDiv2">
<hr><h5>VISITS:</h5> <p>Produce performances, concerts and variety shows <br>Organize tours<br>Arrange visits to China or Canada</p><hr>
<h5>FESTIVALS: </h5><p>CICF <br>Joint-organized festivals <br>Introducing Canadian festivals to China</p><hr>
<h5>EDUCATION: </h5> <p>Youth orchestra joint-concert and tour <br>Music and art master classes <br>International school branding <br>Teacher’s training; master database</p><hr>
</div>
</div>
<div id="board">
<div id="board1" class="pageSection"></div>
<div id="boardTitleDiv">
<h5 id="boardTitleText1" class="boardTitleText1">LEARN MORE ABOUT CCCDA</h5>
<h2 id="boardTitleText2">Board & Staff</h2>
<h5 class="boardTitleText1">MEET MEMBERS OF OUR ADVISORY COMMITTEE</h5>
</div>
<div id="boardCards">
<div class="carda"><h5>Rudy Gao</h5>Founder/Chair of CCCDA<br>CEO of Blue Sky Media</div>
<div class="cardb"><h5>Mark Hammond</h5>CEO & Director of Programming<br>Sony Centre</div>
<div class="carda"><h5>Claudette Dionne</h5>CEO of Claudette Communications</div>
<div class="cardb"><h5>Vincent Belanger</h5>Cellist<br>Musical Ambassador</div>
<div class="carda"><h5>Jennifer Shen</h5>Standing Committee of National Congress of Chinese Canadians</div>
</div>
</div><hr>
<div id="reviews">
<div id="reviews1" class="pageSection"></div>
<div id="reviewsTitleDiv">
<h5 class="reviewsTitleText1" id="reviewsPadd"><center>LEARN MORE ABOUT CCCDA</center></h5>
<h2 id="reviewsTitleText2"><center>Reviews</center></h2>
<h5 class="reviewsTitleText1"><center>HEAR WHAT OUR FANS SAY ABOUT CCCDA</center></h5>
</div>
<div id="reviewHori">
<div id="realcontent">
<div>"I am certain that spectators will be entertained and inspired by the many performances ... I would also like to thank the Canada-China Cultural Development Association and the Canada International Choral Festival for hosting this event, and for contributing to the vibrant multicultural fabric of our nation." Justin Trudeau, Prime Minister of Canada</div>
<div>"The festival offers an opportunity for audiences to transcend languages, cultures and borders, while sharing their passion for musical art." Julie Payette, Governor General of Canada</div>
<div>"Such efforts undoubtedly strengthen Canada's multicultural heritage." Victor Oh, Canadian senator</div>
<div>"If you want an evening of unforgettable performances along with a special message this is it….the artistry of these young people was amazing and you forget that they are hearing, and vision impaired….they received a 10-15 min standing ovation from the audience…."</div>
<div>"Encouraging, Very Positive Energy!Hope they will come back to Ottawa!"</div>
<div>“A multimedia experience with live music and impressive lighting throughout."</div>
</div>
<div id="fakecontent"></div>
<script>
$(window).on('scroll', function() {
$("#realcontent").css("right", $(window).scrollTop() - $('#fakecontent').offset().top + '100vw');
});
</script>
</div>
</div>
<div id="footer">
<hr>
<div id="footerLogoDiv">
<a href="index.html">
<img src="Images/CCCDAlogo.png">
</a>
<div id="mc_embed_signup">
<form action="https://ocdsb.us2.list-manage.com/subscribe/post?u=3c41640258b3b732f1452a14e&id=53252c0114" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<label for="mce-EMAIL">Subscribe</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_3c41640258b3b732f1452a14e_53252c0114" tabindex="-1" value=""></div>
</form>
</div>
</div>
<!--<p>Culture in Art.</p>-->
<div id="footer2">
<div class="footerDiv">
<h3>Explore</h3>
<p><a href="index.html">Home</a></p> •
<p><a href="events.html">Events</a></p> •
<p><a href="education.html">Education</a></p> •
<p><a href="about.html">About</a></p> •
<p><a href="contact.html">Contact Us</a></p>
</div>
<div class="footerDiv">
<h3>Follow</h3>
<p><a href="https://twitter.com/cccda_ca?lang=en">Twitter</a></p> •
<p><a href="https://www.facebook.com/Canada-China-Cultural-Development-Association-364911953578051/about/">Facebook</a></p> •
<p><a href="https://www.youtube.com/channel/UCcUF1BexqaJodTvNv5hy8BQ/featured">YouTube</a></p> •
<p><a href="https://ca.linkedin.com/in/rudy-gao-75435455?trk=public_profile_browsemap_profile-result-card_result-card_full-click">LinkedIn</a></p>
</div>
</div>
<div onclick="backToTop()" id="backToTopButton">
<img id="backToTopOutline" src="Images/backToTopOutline.png">
<img id="backToTopFill" src="Images/backToTopFill.png">
</div>
<script>
function backToTop() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</div>
</body>
</html>