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="#" class="active">關於我們</a> </div> <!-- end of web location -->
<!-- content image section --> <div class="content_section"> <div class="container"> <div class="img-overlay-content"> <img src="../img/about_02.jpg" class="fullimg bannerimg" alt="理財策劃團隊"> <div class="content"> <h1>簡單、專業、一站式</h1> <p>我們是ㄧ個理財策劃團隊,以專業的態度和知識為客戶提供財富方案,為人生每個階段作好安排。</p> <p>團隊由來自不同背景、年齡及行業的成員組成,年輕的帶來活力,資深的給予經驗。 所以即使面對不同的理財需要及情況的客戶,我們都可以提供適當的配合。</p> <p>多年來,我們建立了ㄧ個多元化的客戶群,漸漸形成ㄧ個平台,為雙方提供穩妥及優質的轉介服務。個人客戶需要醫療協助,商業客戶需要公司服務,都可以從我們的平台找到轉介。</p> <p>我們是屬於宏利金融其中一隊團隊,宏利產品及服務在市場上被受肯定,支持着AJ Century Team 發展,成為一隊專業可靠的理財服務團隊。</p>
<div class="icons-col text-center mt-20"> <img src="../img/about-icon-01.png" alt="品牌管理"> <p>品牌管理</p> </div> <div class="icons-col text-center mt-20"> <img src="../img/about-icon-02.png" alt="會計"> <p>會計</p> </div> <div class="icons-col text-center mt-20"> <img src="../img/about-icon-03.png" alt="公司保險"> <p>公司保險</p> </div> <div class="icons-col text-center mt-20"> <img src="../img/about-icon-04.png" alt="個人強積金"> <p>個人強積金</p> </div> <div class="icons-col text-center mt-20"> <img src="../img/about-icon-05.png" alt="團隊合作管理"> <p>團隊合作管理</p> </div> <div class="icons-col text-center mt-20"> <img src="../img/about-icon-06.png" alt="一般保險"> <p>一般保險</p> </div> <div class="clear"></div> </div> </div> </div> </div> <!-- end of section -->
<!-- ads --> <div class="ads"> <img src="../img/BannerInfo.gif" alt="一站式服務"> </div> <!-- end of ads -->
<!-- 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>
|