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"> Tim Lee </a> </div> </div>
<div class="subpage"> <div class="container"> <div class="founder-details"> <div class="col-sm-3"> <img src="../img/elements/founder-2.jpg"> </div> <div class="col-sm-9"> <h3>Tim Lee</h3> <h4>Co-Founder and Director</h4> <p>After graduating from Massachusetts Institute of Technology with a degree in Electrical Engineering and Computer Science, Tim worked as a computer systems engineer and manager in a Fortune 100 high-tech company. He later became the founder and director of an NGO, providing large corporations and community groups with training and consulting services in areas such as career planning, mediation, communications, and life coaching.</p> <p>During his teaching career Tim has enabled countless students in both the U.S. and Hong Kong to achieve academic excellence, helping them attain top scores in the SAT, ACT, IB, U.S. and U.K. Mathematics syllabuses. After co-founding CANA Tim was able to follow his passion for holistic education through providing university and high school application guidance, and coaching in areas such as learning and study planning. Tim is a demanding teacher who believes in instructing students not only on what to learn, but also how to learn.</p> <p>In order to foster collaboration among education institutions, Tim initiated a partnership project with Nanjing University to bring tailor-made university application services to selected students in the Greater Nanjing region.</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>
|