-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.pug
45 lines (40 loc) · 1.36 KB
/
about.pug
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
<!DOCTYPE html>
html(lang="en")
head
meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1.0")
title 新宜芳香舖 | good incense
link(rel="stylesheet", href="public.css")
body
h1 About page is coming soon.
.all_wrap
//- header
header
nav
.title
h1
a(href="index.html") 新宜芳香舖
//- a(id="menubtn" href="javascript:;")
a(href="javascript:;").open ≡
a(href="javascript:;").close.hidden ×
.nav_list
a(href="product.html").color1 產品
a(href="service.html").color2 服務項目
a(href="https://cladtsai.medium.com/" target="_blank").color3 部落格
a(href="about.html").color4 關於我們
//- footer
footer
ul
.footer_left
li.rwd_mail
p shinyifangtw@gmail.com
li.rwd_phone
p 02 2668 8532
li
p 238 新北市樹林區佳園路一段75巷188號1樓
.footer_right
li
p © 2021 SHIN YI FANG. All rights reserved.
script(src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js")
script(src="sfy.js")
script(src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.js")