-
Notifications
You must be signed in to change notification settings - Fork 2
/
aboutus.html
38 lines (38 loc) · 1.44 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>關於我們</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<link rel="stylesheet" href="css/all.css">
<script type="text/javascript" src="js/init.js"></script>
</head>
<body>
<div class="wrapper">
<div class="header_second">
<div class="groupintroduction">
<div class="groupheader">
<h1>關於本網站</h1>
</div><hr>
<div class="groupcontent">
<h2>為何創立這個網站?</h2>
<p>透過這個網站將政府所提供的開放原始碼資料,提供民眾所需的即時資訊。讓他們能夠隨時隨地查詢所需的資料。</p>
<p>本網站透過圖形化模式呈現民眾所需的查詢服務,透過形象化的數據圖表讓民眾能夠更直覺的瞭解資訊的內容。</p>
</div>
</div>
</div>
</div>
<div id="sidebar">
<ul>
<li><a href="index.html"><img src="img/home.png" alt=""></a></li>
<li><a href="grouppage.html"><img src="img/group.png" alt=""></a></li>
<li><a href="aboutus.html"><img src="img/info.png" alt=""></a></li>
<li><a href="info.html"><img src="img/information.png" alt=""></a></li>
</ul>
</div>
<div class="panel">
<p>Copyright © 2015 國立高雄大學資管系 All Rights Reserved.</p>
</div>
<div class="footer_time"><p>高雄市<img alt=""></p><label>今天溫度為</label> <span id='realtime_temp'></span> </div>
</body>
</html>