-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
140 lines (105 loc) · 5.06 KB
/
about.html
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
138
139
140
<!DOCTYPE>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--Mobile View-->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<!--CSS-->
<link rel="stylesheet" type="text/css" href="css/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/main.css" media="screen">
<title>About | Sea Harbour Restaurant Vancouver</title>
<!--Opengraph-->
<meta property="og:title" content="Sea Harbour Restaurant" />
<meta property="og:image" content="http://seaharbour.com/images/logo200.png" />
<meta property="og:description" content="Sea Harbour Seafood Restaurant is well located at the ground level exit of Canada Line Bridgeport Station. Featuring a splendid dining hall for over 23 tables and three deluxe private rooms, Sea Harbour is open for reservations all year round. " />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://seaharbour.com" />
<!--JS-->
<script src="js/svgeezy.min.js"></script>
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<!--
<script src="layerslider/js/jquery.js" type="text/javascript"></script>
<script src="js/jquery.bxslider.min.js"></script>
-->
</head>
<body class="is_about">
<div id="wrapper">
<div id="main_menu">
<a class="menu_close"></a>
<div id="mainmenu_wrapper">
<div>
<a href="index.html" id="logo-sign"></a>
<a href="index.html" id="logo-sign-mobile">
<img src="images/traditional-logo-only.svg" alt="Sea Harbour Restaurant" />
</a>
<ul>
<li><a href="dish.html">佳餚</a></li>
<li class="sm"><a href="dish-inside.html#dimsum-full-section">1/點心</a></li>
<li class="sm"><a href="dish-inside.html#dinner-full-section">2/主菜</a></li>
<li><a href="banquet.html">宴會</a></li>
<li><a class="active" href="about.html">關於海港</a></li>
<li><a href="contact.html">聯繫我們</a></li>
</ul>
<ul class="two-col clearfix">
<li class="sm"><a class="chi active">中文</a></li>
<li class="sm"><a class="eng" href="en/about.html">ENGLISH</a></li>
</ul>
<a href="tel:6042320816">604.232.0816</a>
<ul class="two-col lg clearfix">
<li><a href="http://www.yelp.ca/biz/sea-harbour-seafood-restaurant-richmond" target="_blank"></a></li>
<li><a href="http://www.urbanspoon.com/r/14/181597/restaurant/Vancouver/Central-Richmond/Sea-Harbour-Seafood-Restaurant-Richmond" target="_blank"></a></li>
</ul>
</div>
</div><!--mainmenu_wrapper-->
</div><!--main_menu-->
<header>
<div class="width1024 clearfix">
<nav class="left" id="main_nav">
<ul>
<li><a href="javascript:void(0)"><i class="fa fa-bars fa-lg"></i><span>主目錄</span></a></li>
</ul>
</nav>
<nav class="right" id="lang_nav">
<ul>
<li><a class="active">中文</a></li>
<li><a href="en/about.html">EN</a></li>
</ul>
</nav>
</div>
</header>
<div class="fixed_wrapper">
<section class="width1024">
<a href="index.html" class="sm_logo_wrap">
<img class="" src="images/logo.svg" alt="Sea Harbour Restaurant" />
</a>
</section>
</div>
<section id="" class="main width1024">
<article class="">
<div id="slogan"></div>
<p>溫哥華海港大酒樓於1999年創立,採用專業化管理,嚴格控制食物標準、以傳統烹調技術。配合創新菜式,為北美中外食家誠心奉献中華飲食文化精髓。</p>
<a href="about-inside.html" class="btn btn-shine"><span>海港歷史</span></a>
<a href="about-inside.html" class="btn btn-shine"><span>飲食文化</span></a>
</article>
</section>
<footer id="inside_footer" class="">
<section class="width1024 clearfix">
<div class="left">
<a href="https://goo.gl/maps/JgPyB" target="_blank">150 - 8888 River Road, Richmond, BC</a>
<a href="https://goo.gl/maps/JgPyB" target="_blank"><i class="fa fa-map-marker"></i>路線查閱</a>
<a href="tel:6042320816">604.232.0816</a>
</div>
<div class="right">
<span id="copyright">Sea Harbour Seafood Restaurant © 2015 All Rights Reserved</span>
</div>
</section>
</footer>
</div><!--wrapper-->
<script src="js/common.js"></script>
</body>
</html>