-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
164 lines (153 loc) · 5.09 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>
<!--
Horizons by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>CDC AirBox</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
</noscript>
<script>
$(function(){
$("#footer").load("footer.html");
});
</script>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body class="homepage">
<!-- Header -->
<div id="header">
<div class="container">
<!-- Logo -->
<h1><a href="#" id="logo">空氣盒子平面圖</a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="index.html">大台北</a>
<ul>
<li><a href="cknh.html">承康護理之家</a></li>
<li><a href="cfad.html">聖若瑟失智老人養護中心</a></li>
<li><a href="hanh.html">恆安老人養護中心</a></li>
<li><a href="ntnusce.html">師大進修推廣學院</a></li>
<li><a href="ntnucsie.html">師大分部</a></li>
<li><a href="ntnulinkou.html">師大林口校區</a></li>
</ul>
</li>
<li>
<a href="index.html">桃園</a>
<ul>
<li><a href="neili.html">內壢國中</a></li>
</ul>
</li>
<li>
<a href="index.html">宜蘭</a>
<ul>
<li><a href="#">國立陽明大學附設醫院</a></li>
<li><a href="#">羅東聖母醫院</a></li>
<li><a href="#">三星鄉公所</a></li>
<li><a href="#">宜蘭教養院</a></li>
<li><a href="#">聖嘉民老人長期照顧中心</a></li>
<li><a href="#">懷哲復康之家</a></li>
</ul>
</li>
<li>
<a href ="index.html">高雄</a>
<ul>
<li><a href="minsheng.html">民生醫院附設護理之家</a></li>
<li><a href="shenggonghuli.html">聖功醫院附設護理之家</a></li>
<li><a href="shenggong.html">聖功醫院</a></li>
<li><a href="jiayi.html">高雄佳醫護理之家</a></li>
<li><a href="xinli.html">新立護理之家</a></li>
<li><a href="jiangqing.html">財團法人獎卿護理展望基金會護理之家</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
<!-- Featured -->
<div class="wrapper style2">
<section class="container">
<header class="major">
<h2>IAQ sensors</h2>
<span class="byline">目前設置在各安養院的室內空氣環境感測器</span>
</header>
<div class="row no-collapse-1">
<section class="4u">
<a href="#" class="image feature"><img src="images/pic_7688.jpg" alt=""></a>
<p>LinkIt 7688 NB-IoT version</p>
</section>
<section class="4u">
<a href="#" class="image feature"><img src="images/MAPS_02.jpg" alt=""></a>
<p>OLED 顯示畫面</p>
</section>
<section class="4u">
<a href="#" class="image feature"><img src="images/MAPS_01.jpg" alt=""></a>
<p>MAPSv6</p>
</section>
</div>
</section>
</div>
<!-- Main -->
<div id="main" class="wrapper style1">
<section class="container">
<header class="major">
<h2>IAQ AirBox LineBot</h2>
<span class="byline">What can IAQ AirBox LineBot do?</span>
</header>
<div class="row">
<!-- Content -->
<div class="6u">
<section>
<ul class="style">
<li>
<span class="fa fa-wrench"></span>
<h3>Status</h3>
<span>即時查詢指定機器的上線及環境狀況</span>
</li>
<li>
<span class="fa fa-cloud"></span>
<h3>Website</h3>
<span>透過網站觀看機器詳細資料</span>
</li>
</ul>
</section>
</div>
<div class="6u">
<section>
<ul class="style">
<li>
<span class="fa fa-cogs"></span>
<h3>Help</h3>
<span>查詢LineBot有哪些功能</span>
</li>
<li>
<span class="fa fa-leaf"></span>
<h3>LASS</h3>
<span>透過LASS的介面觀看機器詳細資料</span>
</li>
</ul>
</section>
</div>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer"></div>
</body>
</html>