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
|
<!DOCTYPE html> <html lang="tc-HK" prefix="og: http://ogp.me/ns#">
<head> <title>AJ Century</title>
<meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0"> <meta name="description" content="AJ Century是屬於宏利金融其中一隊團隊,宏利產品及服務在市場上被受肯定,支持着AJ Century Team 發展,成為一隊專業可靠的理財服務團隊。"> <meta property="og:type" content="website" /> <meta property="og:url" content="http://www.ajcentury.com/tc/" /> <meta property="og:title" content="團隊成員 | AJ CEntury" /> <meta property="og:description" content="AJ Century是屬於宏利金融其中一隊團隊,宏利產品及服務在市場上被受肯定,支持着AJ Century Team 發展,成為一隊專業可靠的理財服務團隊。" /> <meta property="og:image" content="http://www.ajcentury.com/img/joinus/joinus.jpg" /> <meta property="og:site_name" content="AJ Century" />
<meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="AJ Century是屬於宏利金融其中一隊團隊,宏利產品及服務在市場上被受肯定,支持着AJ Century Team 發展,成為一隊專業可靠的理財服務團隊。" /> <meta name="twitter:title" content="團隊成員 | AJ Century" /> <meta name="twitter:image" content="http://www.ajcentury.com/img/joinus/joinus.jpg" />
<link rel="shortcut icon" href="../img/pagelogo.png">
<!-- nav css --> <link rel="stylesheet" href="../css/nav-layout.min.css">
<!-- slick --> <link rel="stylesheet" type="text/css" href="../css/slick.css"/> <link rel="stylesheet" type="text/css" href="../css/slick-theme.css"/>
<!-- mysvg --> <link rel="stylesheet" type="text/css" href="../css/myicons.css"/>
<link rel="stylesheet" href="../css/style.css"> <link rel="stylesheet" href="../css/responsive.css">
</head>
<body class="greybg"> <div class="wrapper "> <!-- header --> <?php include 'include/header.php';?> <!-- end of header -->
<!-- web location --> <div class="web_location"> <h2>團隊成員</h2> <a href="index.php">主頁</a> / <a href="team.php">核心團隊</a> / <a href="#" class="active">林樹雄</a> </div> <!-- end of web location -->
<!-- content image section --> <div class="content_section"> <div class="container"> <div class="row"> <div class="col-member-pic"> <img src="../img/member-pic-01.jpg" class="fullimg" alt="高級理財策劃經理"> <div class="info-status"> <div class="year"><span class="en">16</span></div> <div class="experience">年服務經驗</div> </div> </div> <div class="member-info"> <div class="box"> <h1>林樹雄</h1> <p>僱員福利僱問<br> 保留帳戶之星<br> 高級理財策劃經理<br> 高級分行經理<br> 認可強積金中介人<br> 保險代理登記號碼 : 0111883<br> 強積金中介人註冊編號 : 042354<br> (註冊姓名 : 林樹雄)<br> 宏利人壽保險 (國際) 有限公司 (於百慕達註冊成立之有限責任公司)<br> <br> 九龍塘海濱道83號宏利大樓8樓<br> <br> 電話: 29698848<br> 手提電話 : 9013 8238<br> 傳真 : 2503 2845<br> 電子郵址 : sh_lam@manulife.com.hk </p> <div class="inline-box mr-40"> <h4>個人微信二維碼</h4> <img src="../img/infoQR-01.jpg" alt="保險代理"> </div> <div class="inline-box"> <h4>更多資訊關注下方微信號</h4> <img src="../img/infoQR-02.jpg" alt="宏利人壽保險"> </div> </div> </div> <div class="clear"></div> </div>
</div> </div> <!-- end of section -->
<!-- footer --> <?php include 'include/footer.php';?> <!-- end of footer --> </div>
<!-- JS --> <script src="../js/jquery.js"></script> <!-- nav --> <script src="../js/nav.jquery.min.js"></script> <!-- slick --> <script type="text/javascript" src="../js/slick.min.js"></script>
<script src="../js/script.js"></script>
</body>
</html>
|