This repository was archived by the owner on Dec 27, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (89 loc) · 3.52 KB
/
index.html
File metadata and controls
95 lines (89 loc) · 3.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Academics | NUS Computing</title>
<link rel="stylesheet" href="assets/css/bootstrap.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.ico">
</head>
<body>
<!-- body content -->
<header>
<div class="container-fluid">
<div class="row">
<div class="col-xs-6">
<table class="acad-logo">
<tr>
<td><img src="assets/img/comp_club_logo.png" class="img-responsive" alt="Comp Club Logo"></td>
<td><img src="assets/img/acad_logo.png" class="img-responsive" alt="Academic Liason Logo"></td>
</tr>
</table>
</div>
<div class="col-xs-6">
<!-- holder for nus computing words with vertical line (should be img for easy manipulation)-->
</div>
</div>
</div>
</header>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#nav-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="nav-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">HOME</a></li>
<li><a href="#">BIDDING</a></li>
<li><a href="#">EVENTS</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="container-fluid">
<div class="body-wrapper">
<div class="post-wrapper">
<h2 class="post-title">Dropping Module with 'W' Grade</h2>
<h5 class="post-time">22 February 2016. Tuesday 5:09 PM</h5>
<div class="post-content">
<p>
It is the start of Recess Week! Please take this time to catch up and revise for Mid-Terms! But do also take care of your own health, heave plenty of trest and drink plenty of water! :D
</p>
<p>
Please be reminded of the following: <br>
<img src="assets/img/comp_club_logo.png" alt="">
</p>
<p>
Last day of Recess Week: 28 Feb 16, Sunday. <br>
If you wish to drop the module, please do so before 28 feb 16, to avoid getting the Fail Grade. <br>
For a module dropped with an 'F' or 'CU' grade, you will not be able to apply the S/U option during the S/U declaration exercise.
</p>
<p>
To drop a module: <br>
1. Login to CORS: http://www.nus.edu.sg/cors/ <br>
2. Select 'Module Management' on the left panel. <br>
3. Check the checkbox for the module you wish to sop. <br>
4. Click the 'Drop' button <br>
</p>
</div>
</div>
</div>
</div>
<footer>
<div class="copyright">
© 2015 NUS Students' Computing Club
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
</body>