-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (121 loc) · 4.46 KB
/
index.html
File metadata and controls
132 lines (121 loc) · 4.46 KB
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
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>TKU Course Application</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!-- <script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async='async'></script>
<script>
var OneSignal = window.OneSignal || [];
OneSignal.push(["init", {
appId: "0f818be7-1b4d-48f6-85cb-e434b7cfaf3f",
autoRegister: true, /* Set to true to automatically prompt visitors */
notifyButton: {
enable: false /* Set to false to hide */
}
}]);
</script>-->
</head>
<body ng-app="tkucourseapplication">
<!-- <script>
alert("緊急公告(2017/8/8 14:10):\n目前程式更新至2.5版可以正常使用,請下載最新版。");
</script>-->
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="#/!" class="logo"><h2><strong>TKU Course Application</strong></h2></a>
<ul class="icons">
<li><a href="https://github.com/tkucourseapplication" class="icon fa-github"><span class="label">Github</span></a></li>
</ul>
</header>
<!-- Content -->
<br/>
<br/>
<div ng-view>
</div>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Search -->
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="#/!">Homepage</a></li>
<li><a href="#!aboutus">About</a></li>
<li><a href="#!news">最新消息</a></li>
<li><a href="#!declaration">免責聲明</a></li>
<li><a href="#!faq">FAQ</a></li>
<li><a href="#!contactus">聯絡我們</a></li>
<li><a href="#!donate">贊助</a></li>
</ul>
</nav>
<!-- Section -->
<section>
<header class="major">
<h2>Our Program</h2>
</header>
<div class="mini-posts">
<article>
<a href="#!chromeextension" class="image"><img src="images/tkucoursechrome.png" alt="" /></a>
<p>Chrome Extension選課程式</p>
</article>
<article>
<a href="#!tkucourseandroid" class="image"><img src="images/app_layout.jpg" alt="" /></a>
<p>淡江大學隨時隨地選課</p>
</article>
<!--<article>
<a href="#!tkucourseapplication" class="image"><img src="images/tkucourseapplication.png" alt="" /></a>
<p>Windows 桌面版選課程式</p>
</article>-->
<article>
<a href="#!chromeautofill" class="image"><img src="images/chromeautofill.png" alt="" /></a>
<p>淡江選課驗證碼幫手</p>
</article>
</div>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>Get in touch</h2>
</header>
<p>Our contact method</p>
<ul class="contact">
<li class="fa-envelope-o"><a href="#">tku.course.assistant@gmail.com</a></li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© TKUCourseApplication All rights reserved.</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular-route.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>