-
Notifications
You must be signed in to change notification settings - Fork 0
/
feature.html
76 lines (70 loc) · 2.77 KB
/
feature.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA_Compatible" content="IE=edge">
<title>XIA WEN CING FEATURE</title>
<link rel="stylesheet" href="css/featurestyle.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700;900&display=swap" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<!-- Top block -->
<div class="top">
<div class="no_padding">
<a href="index.html"><img src="img/logo.png" alt=""></a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="feature.html">About</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="psy-test-home.html">Test</a></li>
<li><a href="#buttombar">Contact</a></li>
</ul>
</div>
</div>
<div class="kv">
<div class="kv-text">
<h1>為何為呷文青</h1>
<p>於不平凡的日子中誕生的產物<br>
呷文青提供給欲要假裝文青者<br>
期望給消費者絕佳的飲用體驗<br>
選取極品且有機食材調製而成<br>
專業人員用心調配每一杯飲品<br>
結合代表色心理測驗滿足顧客<br>
獨一無二特色店鋪獨步全世界</p>
</div>
</div>
<div class="about-us">
<div class="block">
<div class="about-us-text">
<h1>About Us</h1>
<p>一群臺北小孩的夢想<br>
開間飲料店<br>
自詡為臺灣飲品店龍頭<br>
特色產品獨領風騷<br>
滿足您的小確幸</p>
</div>
<img src="img/brand.png" alt="">
</div>
</div>
<!-- bottom bar -->
<div class="bottombar" id="buttombar">
<div class="main-block no_padding">
<div class="bottombar-text">
<h2>聯絡我們</h2>
<ul>
<li class="btn btn1"><a href=""></a></li>
<li class="btn btn2"><a href=""></a></li>
<li class="btn btn3"><a href=""></a></li>
</ul>
<h3>TEL. 02-12345678</h3>
<h3>Address. 242新北市新莊區中正路514巷89號3樓</h3>
<h4>Copyright © 2021 哲安嘉廷股份有限公司 JHE AN JIA TUNG Co. Ltd All Rights Reserves.</h4>
</div>
</div>
</div>
</div>
</body>
</html>