/var/www/hkosl.com/jamie/cana/en/about-founder-Agnes.php


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"> Agnes Wen </a>
                </div>
            </div>

            <div class="subpage">
                <div class="container">
                    <div class="founder-details">
                        <div class="col-sm-3">
                            <img src="../img/elements/founder-4.jpg">
                        </div>
                        <div class="col-sm-9">
                            <h3>Agnes Wen</h3>
                            <h4>Director</h4>
                            <p>Agnes obtained a First Class (B.A. Hons) degree in Mathematics at the University of Oxford before switching to a Master of Science degree in Mathematical Modelling and Scientific Computing, also at University of Oxford. Her master’s enabled her to further explore the application side of maths, particularly on the numerical approaches of Alan Turing’s pattern formation theory. Before university she attended Concord College at Shrewsbury, United Kingdom and Shenzhen Foreign Languages School in Shenzhen, China.</p>
                            <p>After graduating Agnes joined CANA. She co-edited and helped publish three academic titles for IB maths students with an IB senior examiner. In addition to teaching, Agnes relies on a network of trusted advisers and consultants to help students with various challenges, and remains good friends with her former students.</p>
                            <p>Currently, Agnes is a Director of CANA. She oversees the Sales and Marketing department, co-leading the UK Admission Consultation Team with Joyce, as well as working on business development. She leads the One-Year International A-Level Course as well as the CANA Elite University Talks, a series of sample lectures and admission seminars delivered by respected academics from prominent universities in the UK.</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>