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
|
<!DOCTYPE html> <html lang="tc-HK" prefix="og: http://ogp.me/ns#">
<head> <title>Venuechain</title> <?php include 'inc/headlinks.php';?> <!-- slider --> <link rel="stylesheet" href="../css/lightslider.css"/> <link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet"> </head>
<body> <div class="wrapper"> <!-- header --> <?php include 'inc/header.php';?> <!-- end of header -->
<div class="subsection-grey"> <div class="container">
<div class="profile-box"> <h1 class="ui header headLine" >關於我們</h1> <div class="ui grid stackable"> <div class="ten wide column">圖文編輯器,內容可自行編輯-我們是一間深根於在地的企業,秉持著專業技術、服務熱誠與優質開發為原則,用心為您做最好的服務。我們希望帶給客戶誠實可靠,工作認真有效率並負責的企業形象,提供最好的產品與專業的服務品質。我們致力於推出最專業的產品服務,並投注心力在開發上,以達到企業與客戶彼此都有最好的感受與成效,這是我們所重視的專業。用心的服務,負責任的態度,是我們的宗旨。我們的產品或服務是您可以放心的項目,使我們成為您可以信賴的商業夥伴。我們重視誠信,言出必行。 合作雙方互惠是我們努力發展的基礎,期待與貴公司有長久互相信賴的合作關係。</div> <div class="six wide column"><img src="../img/business.jpg" class="ui fluid image"></div> </div> </div> </div> </div>
<!-- footer --> <?php include 'inc/footer.php';?> <!-- end of footer --> </div>
<!-- JS --> <?php include 'inc/link-js.php';?>
</body>
</html>
|