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
|
<!DOCTYPE html> <html dir="ltr" lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="author" content="SemiColonWeb" />
<!-- Stylesheets ============================================= --> <link href="http://fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700|Crete+Round:400italic" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="../css/bootstrap.css" type="text/css" /> <link rel="stylesheet" href="../css/style.css" type="text/css" /> <link rel="stylesheet" href="../css/swiper.css" type="text/css" /> <link rel="stylesheet" href="../css/dark.css" type="text/css" /> <link rel="stylesheet" href="../css/font-icons.css" type="text/css" /> <link rel="stylesheet" href="../css/animate.css" type="text/css" /> <link rel="stylesheet" href="../css/magnific-popup.css" type="text/css" /> <link rel="stylesheet" href="../css/custom.css?v=1.2" type="text/css" /> <link rel="stylesheet" href="../css/Grid-Layout.css"> <script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>
<link rel="stylesheet" href="../css/responsive.css" type="text/css" /> <link rel="stylesheet" href="../css/responsive-custom.css?v=1.2" type="text/css" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!--[if lt IE 9]> <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> <![endif]-->
<!-- Document Title ============================================= --> <title>CANA</title>
</head>
<body class="stretched side-push-panel">
<?php include 'include/side-nav.php';?>
<!-- Document Wrapper ============================================= --> <div id="wrapper" class="clearfix">
<!-- Header ============================================= --> <?php include 'include/header.php';?> <!-- #header end -->
<!-- Content ============================================= --> <section id="content"> <div class="subpage-Header" style="background-image: url('../img/elements/subpage-headerbg-1.jpg');"> <div class="subp-Header-Title"> <h1>Our Team</h1> <h3>Outstanding teachers make an outstanding tuition centre.</h3> </div> <div class="subp-Header-location"> <img src="../img/elements/home-white.png"> <a href="#" class="Subpage-location-link"> Home </a> <img src="../img/elements/right-arrow.png"> <a href="#" class="Subpage-location-link"> About Us </a> <img src="../img/elements/right-arrow.png"> <a href="#" class="Subpage-location-link"> About CANA </a> <img src="../img/elements/right-arrow.png"> <a href="#" class="Subpage-location-active"> Joyce Wu </a> </div> </div>
<div class="subpage"> <div class="container"> <div class="founder-details"> <div class="col-sm-3"> <img src="../img/elements/founder-1.jpg"> </div> <div class="col-sm-9"> <h3>Joyce Wu</h3> <h4>Co-Founder and Director</h4> <p>Joyce is a strong believer of mentorship and “life impacts life” (生命影響生命). Her passion for education was apparent from a young age. She took a gap year between high school and university to teach English at a local Beijing school, an experience which solidified her passion for pursuing a lifelong career in education. She has also volunteered as a mentor at the Breakthrough Organisation, the After School Organisation, Maryknoll Convent School as well as the Hong Kong Federation of Youth Groups.</p> <p>Joyce graduated with a BA (Hons) in Economics from the University of Cambridge. She received a full scholarship to support her studies. As part of Joyce’s Cambridge education she also spent one year at the Massachusetts Institute of Technology (MIT) as an exchange student. Before Cambridge, she attended the Li Po Chun United World College of Hong Kong and the Maryknoll Convent School.</p> <p>After graduating Joyce began her career as an analyst at McKinsey and Company, a management consulting firm that advises the senior management of leading companies. After McKinsey she became the co-founder and director of CANA, an education institution that focuses on international education. This year she founded a non-profit branch of CANA in order to provide support for less privileged students in Hong Kong. In addition to her duties at CANA Joyce is also the education column writer for the AM730.</p> </div> </div> </div> </div>
<?php include 'include/testimonials.php';?> <div class="HomeSection GreyBG"> <div class="container"> <?php include 'include/successStories.php';?> </div> </div> </section> <!-- #content end --> <?php include 'include/scrollContainer.php';?>
<!-- Contact Form & Map Overlay Section End -->
<!-- Footer ============================================= --> <?php include 'include/footer.php';?> <!-- #footer end -->
</div> <!-- #wrapper end -->
<!-- Go To Top ============================================= --> <div id="gotoTop" class="icon-angle-up"></div>
<!-- External JavaScripts ============================================= --> <script type="text/javascript" src="../js/jquery.js"></script> <script type="text/javascript" src="../js/plugins.js"></script>
<!-- Footer Scripts ============================================= --> <script type="text/javascript" src="../js/functions.js"></script> <script type="text/javascript" src="../js/script.js"></script>
<script src="../js/Grid-Layout.js"></script>
<script type="text/javascript"> $("a.addMore").on("click", function(e){ $(".LoadMember:hidden:lt(8)").show(0, function(){ !$(".LoadMember:hidden").length && $(e.target).remove() ; }); }).trigger("click"); </script>
</body>
</html>
|