-
Notifications
You must be signed in to change notification settings - Fork 0
/
questions.html
125 lines (110 loc) · 4.77 KB
/
questions.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
<!DOCTYPE html>
<!--
Solarize by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>綠色問答</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="shortcut icon" href="icon/question.ico" />
<script src = "js/fb_like.js"></script>
<script src = "js/qGenerator.js"></script>
<!--[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>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body>
<!-- Header Wrapper -->
<div class="wrapper style1">
<!-- Header -->
<div id="header">
<div class="container">
<!-- Logo -->
<h1><a href="index.html" id="logo">Green Earth</a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="introduction.html">綠樹朋友</a></li>
<li><a href="index.html#tree">我的樹苗</a></li>
<li><a href="questions.html">綠色問答</a></li>
<li><a href="sharingnews.html">綠園世界</a></li>
<li><a href="footprint.html">碳の足跡</a></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="wrapper style3">
<section class="container">
<header class="major"><h2>綠色問答</h2></header>
<p>等不及要來測驗看看您對環境的認識有多廣了嗎?</p>
<p>趕快按下按鈕,開始對我們的地球進行探索吧!</p>
<div class="fb-like" style = "margin-left: 20%;" data-href="questions.html" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div>
</section>
</div>
<div class="wrapper style2">
<section class="container">
<div id = "qArea">
<input id = "comeQ" type = "button" value = "開始探索" class="button">
</div>
<div id = 'ans' class = '4u'></div>
<div id = 'timer' class = '4u'></div>
</section>
</div>
<!-- Team -->
<div class="wrapper style5">
<section id="team" class="container">
<header class="major">
<h2>本次專案製作人員</h2>
<span class="byline">點擊可以觀看個人資料</span>
</header>
<div class="row">
<div class="3u">
<a href="https://www.facebook.com/bowun.shih" class="image"><img src="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xfp1/v/t1.0-1/c50.1.128.128/p130x130/314469_101412819969483_271761475_n.jpg?oh=6d54d3eee9165e0840e297ade5d1da76&oe=55FE0FEF&__gda__=1442795896_305dc8636de42c42f9570fe8f3ce40b1" alt="Bo-Wun Shih"></a>
<h3>施博文</h3>
<p>00257111</p>
</div>
<div class="3u">
<a href="https://www.facebook.com/joseph.larry.7547" class="image"><img src="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xfp1/v/t1.0-1/p130x130/11100809_1630355023854307_3932763446302498959_n.jpg?oh=f16b2a11939509ccad87890300a5ab73&oe=55FE0DC9&__gda__=1443230175_2e02f4128e1685bca0d15afc3b9f86b7" alt="Joseph Larry"></a>
<h3>藍孟彬</h3>
<p>00257112</p>
</div>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer">
<section class="container">
<header class="major">
<div><img src= "images/greenEarth.png" alt= "green earth" width = "64%"></div><br>
<h2>聯絡我們</h2>
<span class="byline">您可以透過下列連結關注我們!</span>
</header>
<ul class="icons">
<li class="active"><a href="#" class="fa fa-facebook"><span>Facebook</span></a></li>
<li><a href="#" class="fa fa-twitter"><span>Twitter</span></a></li>
<li><a href="#" class="fa fa-dribbble"><span>Pinterest</span></a></li>
<li><a href="#" class="fa fa-google-plus"><span>Google+</span></a></li>
</ul>
</section>
<!-- Copyright -->
<div id="copyright">
<p>-網頁程式設計期末專案-</p>
<a href = "readme/00257111+00257112.pdf" target = "_blank">網站說明文件</a><br>
<div class="fb-like" style = "margin-left: 19%" data-href="index.html" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div>
</div>
</div>
</body>
</html>