-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.html
executable file
·75 lines (66 loc) · 2.24 KB
/
menu.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
<html>
<head>
<title>知識井 Knowledge Sharp</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<link rel="stylesheet" type="text/css" href="morecss/style.css" />
<script src="morejs/utils.js"></script>
<script src="morejs/flip-card.js"></script>
<style media="screen">
</style>
</head>
<body>
<div id="header">
<script src="http://code.jquery.com/jquery.js"></script> <!-- jQuery source-->
<script src="morejs/login.js"></script>
</div>
<div class="row">
<table id="tttt">
<tr><td>
<div id="logo"><img src="picture/logo.png" width="250" height="250"></div>
</td><td>
<section class="container">
<div id="card">
<figure class="front"></figure>
<figure class="back"><a color="yellow" href="content.php?a=1" style="font-size: 20px" ></figure>
</div>
</section>
</td><td>
<section class="container">
<div id="card2">
<figure class="front"></figure>
<figure class="back"><a color="yellow" href="content.php?a=2" style="font-size: 20px" >專題內容</figure>
</div>
</section>
</td><td>
<section class="container">
<div id="card3">
<figure class="front"></figure>
<figure class="back"><a color="yellow" href="content.php?a=3" style="font-size: 20px" ></figure>
</div>
</section>
</td><td>
<section class="container">
<div id="card4">
<figure class="front"></figure>
<figure class="back"><a color="yellow" href="content.php?a=4" style="font-size: 20px" >升學經驗談</figure>
</div>
</section>
</td></tr>
</table>
<!--footer information-->
<div class="row11">
<p class="muted credit" id="copyright">
<!--Line 1-->
All Rights reserved. copyright © 2013 by Hackthonla, Taiwan R.O.C.
</p>
<!--Line 2-->
<p class="muted credit">
<a href="project_intro.html" target"_blank">網站計畫</a>|
<a href="work_team.html" target="_blank">開發團隊</a> | <!--CCUMIS + Hackthonla 都會會加進來-->
<a href="https://www.facebook.com/groups/165087747029043/" target="_blank">聯絡我們(Facebook)</a> <!--目前為私人社團,之後會公開提供聯絡與意見回饋-->
</p>
</div>
</div>
</body>
</html>