-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
81 lines (78 loc) · 3.6 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="守護來自大自然的真誠、連結身體的活力、溫柔守護您的健康">
<meta property="og:title" content="德信生技台灣官方網站"/>
<meta property="og:description" content="守護來自大自然的真誠、連結身體的活力、溫柔守護您的健康" />
<meta property="og:image" content="www.healthcome.tw/assets/images/about/header.jpg"/>
<meta property="og:site_name" content="德信生技"/>
<title>關於我們 | 德信生技台灣官方網站</title>
<link rel="SHORTCUT ICON" href="/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Coming+Soon" rel="stylesheet">
<link href="https://fonts.googleapis.com/earlyaccess/notosanstc.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/earlyaccess/notosanssc.css" rel="stylesheet">
<link href="/assets/css/v2/common.css" rel="stylesheet">
<link href="/assets/css/v2/about.css?v=2" rel="stylesheet">
<!--[if lt IE 9]>
<script src="/assets/js/html5shiv.js"></script>
<![endif]-->
<body>
<nav>
<div id="menuToggle">
<input type="checkbox">
<span></span>
<span></span>
<span></span>
<ul id="menu">
<li><a href="/" title="首頁">首頁</a></li>
<li><a href="/story.html" title="源起故事">源起故事</a></li>
<li><a href="/about.html" title="關於我們">關於我們</a></li>
<li><a href="/products.html" title="精選品牌">精選品牌</a></li>
<li><a href="/news.html" title="最新消息">最新消息</a></li>
</ul>
</div>
</nav>
<section role="about">
<header>
<div class="logo">
<a href="/"><img src="/assets/images/logo.png" alt=""></a>
</div>
<div class="title">
<span class="en">About Us</span>
<span class="ch">關於我們</span>
</div>
</header>
<main>
<h2>我們的理念</h2>
<article role="t1">
<p>我們深信,優質的產品不須經過多次加工與添加過多的化合物;</p>
<p>使用純粹的護理產品,減少長期吸收有害化學添加物而造成的負擔,</p>
<p>是對身體最溫柔的呵護</p>
</article>
<article role="t2">
<img src="/assets/images/about/t2.jpg" alt="">
</article>
<article role="t3">
<a href="/qa.html"><p>Q & A</p></a>
</article>
<article role="t4">
<img src="/assets/images/about/t4.jpg" alt="">
</article>
</main>
<footer>
<div class="intro">
<span>德信生技有限公司 ©COPYRIGHT</span>
<span class="address">404 台中市北區中清路一段89號9樓之5</span>
<span class="email">[email protected]</span>
<span class="phone">04-22025678</span>
</div>
<div class="icons">
<a href="https://www.instagram.com/healthcome555/" target="_blank" title="Facebook 連結 | 德信生技台灣官方網站"><img src="/assets/images/icon_ig.png" title="Facebook 連結 | 德信生技台灣官方網站" alt="Facebook 連結 | 德信生技台灣官方網站"></a>
<a href="https://www.facebook.com/healthcome555/" target="_blank" title="Instagram 連結 | 德信生技台灣官方網站"><img src="/assets/images/icon_fb.png" title="Instagram 連結 | 德信生技台灣官方網站" alt="Instagram 連結 | 德信生技台灣官方網站"></a>
</div>
</footer>
</section>
</body>
</html>