-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
181 lines (176 loc) · 6.45 KB
/
home.html
File metadata and controls
181 lines (176 loc) · 6.45 KB
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width,user-scalable=no, initial-scale=1.0, minimum-scale=1, maximum-scale=1"
/>
<title>Sweetaste Dessert</title>
<link rel="stylesheet" href="./styles/home-Page.css" />
</head>
<body>
<header>
<img class="bar" src="./image/dehaze-24px.png" alt="" />
<div class="logo-header">
<img class="only-pic" src="./image/logo-1000x1000.svg" alt="" />
<img class="logo-text" src="./image/logotype-lg-dark.svg" alt="" />
<h1>Sweetaste Dessert Shop</h1>
</div>
<div class="navbar">
<ul>
<li><a href="#">首頁</a></li>
<li><a href="./product.html">甜點</a></li>
<li><a href="#">登入</a></li>
</ul>
<a href="#"
><img class="cart" src="./image/shopping_cart.png" alt=""
/></a>
</div>
</header>
<main>
<section class="banner">
<div class="pic-container">
<img src="https://bit.ly/2OhbMHr" alt="" />
</div>
<ul>
<li>本日精選</li>
<li>人氣推薦</li>
<li>新品上市</li>
</ul>
</section>
<section class="reason">
<div class="outside">
<div class="reason-container one">
<img
class="title-pic"
src="./image/lg-為什麼選擇了做甜點.svg"
alt=""
/>
<img
src="./image/sm-橫式-為什麼選擇了做甜點.svg"
alt=""
class="title-pic hide"
/>
<img
class="product-pic hide"
src="https://images.unsplash.com/photo-1519730722595-a5ff788dea4d?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=2712a33fe9b13532f0682ac4e1e749b8&auto=format&fit=crop&w=600&q=60"
alt=""
/>
<p>
青山依舊在,幾度夕陽紅。慣看秋月春一壺濁酒喜相逢,浪花淘盡英雄。是非轉頭空,滾滾長江東逝水,白髮漁樵江古今多少事,都付笑談中。
<br />
是非成敗轉頭空,滾滾長江東逝水,白樵江渚上,古今多少事,都付笑談中。
</p>
<img
class="product-pic"
src="https://images.unsplash.com/photo-1519730722595-a5ff788dea4d?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=2712a33fe9b13532f0682ac4e1e749b8&auto=format&fit=crop&w=600&q=60"
alt=""
/>
</div>
</div>
<div class="outside">
<div class="reason-container two">
<img class="product-pic" src="https://bit.ly/2zzAQS4" alt="" />
<img
class="title-pic"
src="./image/lg-為什麼一定要吃甜點.svg"
alt=""
/>
<img src="./image/sm-橫式-為什麼一定要吃甜點.svg" alt="" class="title-pic hide">
<img class="product-pic hide" src="https://bit.ly/2zzAQS4" alt="" />
<p>
青山依舊在,幾度夕陽紅。慣看秋月春一壺濁酒喜相逢,浪花淘盡英雄。是非轉頭空,滾滾長江東逝水,白髮漁樵江古今多少事,都付笑談中。
<br />
是非成敗轉頭空,滾滾長江東逝水,白樵江渚上,古今多少事,都付笑談中。
</p>
</div>
</div>
<div class="third-part">
<img class="title-pic3" src="./image/lg-想吃甜點是不需要理由的.svg" alt="" />
<img class="title-pic3 hide" src="./image/sm-橫式-想吃甜點是不需要理由的.svg" alt="">
</div>
</section>
<section class="products">
<ul>
<li class="product-1">
<a href="#" class="pic one">
<p>本日精選</p>
<img src="./image/favorite_border.png" alt="" />
</a>
<div>
<a href="#">焦糖馬卡龍</a>
<p>NT$ 450</p>
</div>
<button type="button">加入購物車</button>
</li>
<li class="product-2">
<a href="#" class="pic two">
<p>本日精選</p>
<img src="./image/favorite_border.png" alt="" />
</a>
<div>
<a href="#">焦糖馬卡龍</a>
<p>NT$ 450</p>
</div>
<button type="button">加入購物車</button>
</li>
<li class="product-3">
<a href="#" class="pic three">
<p>本日精選</p>
<img src="./image/favorite_border.png" alt="" />
</a>
<div>
<a href="#">焦糖馬卡龍</a>
<p>NT$ 450</p>
</div>
<button type="button">加入購物車</button>
</li>
</ul>
</section>
<section class="sub">
<div class="title">
<img class="only-pic-mail" src="./image/logo-light.svg" alt="" />
<p>訂閱你我的甜蜜郵件</p>
</div>
<div class="mail-addr">
<label for="mail">
<img src="./image/mail-24px.png" alt="" />
</label>
<input type="email" name="mail" />
<button class="btn" type="submit">
<img src="./image/arrow_forward-24px.png" alt="" />
</button>
</div>
</section>
</main>
<footer>
<ul class="footer-left">
<a href="#">
<img class="logo-text" src="./image/logotype-lg-dark.svg" alt="" />
</a>
<li class="contact">
<ul>
<li>07-1234-5678</li>
<li>sweetaste@email.com</li>
<li>800 高雄市新興區幸福路 520 號</li>
</ul>
</li>
<li>
<ul class="sns">
<li>
<a href="#"><img src="./image/ic-line@.svg" alt="" /></a>
</li>
<li>
<a href="#"><img src="./image/ic-facebook.svg" alt="" /></a>
</li>
</ul>
</li>
</ul>
<div class="copyright">
<img class="hide" src="./image/sm-今天是個吃甜點的好日子.svg" alt="" />
<p>© 2018 Sweetaste* All Rights Reserved</p>
</div>
</footer>
</body>
</html>