-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutUs.html
43 lines (42 loc) · 1.73 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
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/timetabling.css">
<title>about us</title>
</head>
<body>
<div id="main">
<div id="header">
<div id="widgetBar">
<div class="logo">
<img align="left" src="logo.jpg" alt="logo" width="300" height="100">
</div>
<div class="button">
<button class="btn login" id="logout" onclick="javascript:location.href='index.html'">Logout</button>
<!--<script src="logout.js"></script>-->
</div>
<div class="button">
<button class="btn login" id="aboutUs" onclick="javascript:location.href='aboutUs.html'">About us</button>
</div>
<div class="button">
<button class="btn login" id="My Timetable" onclick="javascript:location.href='myTimetable.html'">My timetable</button>
</div>
<div class="button">
<button class="btn login" id="instruction" onclick="javascript:location.href='instruction.html'">Swap class</button>
</div>
</div>
<h1>About Us :)
</h1>
<p>This website is only created for HKUSpace Community College - Associated of Engineering 2019-2020 Year 2 Group18 Final Year Project</p>
<p>The project title is <b>Time-tabling System</b></p>
<p>Group member :<br/>Cheng Wan Yan, Stacy (20078925)<br/>Chung Shuk Wai, Mia (20088692)<br/>Nam Hiu Yi, Mila (20091146)<br/>Wong Man Chun, Simon (20090412)</p>
<p>Copyright by HKUSPACE CC AEng Year2 Gp18</p>
<div id="footer">
<hr>
<p id="footerText">Group 18 The time tabling system</p>
</div>
</div>
</div>
</body>
</html>