-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
164 lines (144 loc) · 5.56 KB
/
index.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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./images/logo-white.ico"
type="image/x-icon" />
<!-- <link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon" /> -->
<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+Sans+TC:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<!-- end of CDN -->
<link rel="stylesheet" href="./styles/reset.css">
<link rel="stylesheet" href="./styles/custom-reset.css">
<link rel="stylesheet" href="./styles/style.css">
<title>Glasses</title>
</head>
<body>
<nav class="nav fixed w-full theme-primary">
<div class="container flex justify-between align-center">
<a href="#" class="py-4">
<h1 class="h1-logo">Glasses</h1>
</a>
<ul class="nav-list flex gap-16 text-center font-sm">
<li class="nav-list-item">
<a href="#">系列鏡框</a>
</li>
<li class="nav-list-item">
<a href="#">門市據點</a>
</li>
<li class="nav-list-item">
<a href="#">部落格</a>
</li>
<li class="nav-list-item">
<a href="#">常見問題</a>
</li>
</ul>
<!-- end of nav-list -->
</div>
<!-- end of nav.container -->
</nav>
<main class="main"></main>
<footer class="footer pt-12 pb-8 theme-primary font-2xs">
<div class="container">
<div class="footer-none flex justify-between align-center mb-6">
<ul class="nav-list flex gap-16 text-center">
<li class="nav-list-item">
<a href="#">首頁</a>
</li>
<li class="nav-list-item">
<a href="#">系列鏡框</a>
</li>
<li class="nav-list-item">
<a href="#">門市據點</a>
</li>
<li class="nav-list-item">
<a href="#">部落格</a>
</li>
<li class="nav-list-item">
<a href="#">常見問題</a>
</li>
</ul>
<!-- end of nav-list -->
<ul class="sns-list flex gap-8">
<li class="sns-list-item">
<a href="#">
<img loading="lazy"
src="https://raw.githubusercontent.com/hexschool/2022-web-layout-training/main/week3-4/ic-social-fb.png"
alt="ic-social-fb" class="size-12"></a>
</li>
<li class="sns-list-item">
<a href="#">
<img loading="lazy"
src="https://raw.githubusercontent.com/hexschool/2022-web-layout-training/main/week3-4/ic_social_ig.png"
alt="ic-social-ig" class="size-12"></a>
</li>
<li class="sns-list-item">
<a href="#">
<img loading="lazy"
src="https://raw.githubusercontent.com/hexschool/2022-web-layout-training/main/week3-4/ic_social_line.png"
alt="ic-social-line" class="size-12"></a>
</li>
</ul>
<!-- end of sns-list -->
</div>
<!-- end of nav, sns-list -->
<ul class="contact-list pb-8 mb-8 font-lg">
<li class="contact-list-item mb-2">
<div class="flex justify-between align-center">
<a href="tel:+0800-000-000" class="flex align-center gap-5">
<span class="material-symbols-outlined">
call
</span>
<p>0800-000-000</p>
</a>
<!-- REVIEW -->
<ul class="rwd-sns-list display-none gap-2">
<li class="sns-list-item">
<a href="#">
<img loading="lazy"
src="https://raw.githubusercontent.com/hexschool/2022-web-layout-training/main/week3-4/ic-social-fb.png"
alt="ic-social-fb" class="size-6"></a>
</li>
<li class="sns-list-item">
<a href="#">
<img loading="lazy"
src="https://raw.githubusercontent.com/hexschool/2022-web-layout-training/main/week3-4/ic_social_ig.png"
alt="ic-social-ig" class="size-6"></a>
</li>
<li class="sns-list-item">
<a href="#">
<img loading="lazy"
src="https://raw.githubusercontent.com/hexschool/2022-web-layout-training/main/week3-4/ic_social_line.png"
alt="ic-social-line" class="size-6"></a>
</li>
</ul>
</div>
</li>
<li class="contact-list-item">
<a href="mailto:glasses@business.com" class="flex align-center gap-5">
<span class="material-symbols-outlined">
mail
</span>
<p>glasses@business.com</p>
</a>
</li>
</ul>
<!-- end of contact-list -->
<div class="footer-copyright flex justify-between">
<small>Copyright © 2020 Glasses.All rights reserved.</small>
<ul class="flex justify-between gap-12 font-3xs">
<li><a href="#">隱私權政策</a></li>
<li><a href="#">服務條款</a></li>
</ul>
</div>
<!-- end of copyright -->
</div>
</footer>
</body>
</html>