-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
83 lines (79 loc) · 3.58 KB
/
news.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
<!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/product/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/news.css" 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="news">
<header>
<div class="logo">
<a href="/"><img src="/assets/images/logo.png" alt="首頁 | 德信生技"></a>
</div>
<!-- <button class="menu">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button> -->
<div class="title">
<span class="en">News</span>
<span class="ch">最新消息</span>
</div>
</header>
<main>
<ul class="data">
<li>
<p>德信生技 X 家扶公益愛心活動</p>
<p>活動日期: 2017/10/01-201/12/31</p>
<p>活動內容:於PC Home購買膠原蛋白原液,德信生技撥出10%商品收入,予以家扶基金會,幫助社會弱勢幼苗安心成長。</p>
</li>
</ul>
</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>