-
Notifications
You must be signed in to change notification settings - Fork 2
/
travel.html
134 lines (120 loc) · 5.83 KB
/
travel.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
126
127
128
129
130
131
132
133
134
<!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">
<meta name="description" content="">
<meta name="author" content="">
<title>Collate, SoC style</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/page.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-fixed-top navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Collage</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Main</a></li>
<li><a href="acad.html">Acad</a></li>
<li><a href="admin.html">Admin</a></li>
<li><a href="bidding.html">Bidding</a></li>
<li><a href="email.html">Email</a></li>
<li><a href="food.html">Food</a></li>
<li><a href="halls.html">Halls</a></li>
<li><a href="internet.html">Internet</a></li>
<li><a href="misc.html">Misc</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="printing.html">Printing</a></li>
<li><a href="social.html">Social Media</a></li>
<li class="active"><a href="travel.html">Travel</a></li>
<li><a href="work.html">Work</a></li>
</ul>
</div><!-- /.nav-collapse -->
</div><!-- /.container -->
</div><!-- /.navbar -->
<div class="container">
<div class="row row-offcanvas row-offcanvas-right">
<div class="col-xs-12 col-sm-9">
<div class="jumbotron">
<h1>Travelling around NUS!</h1>
<p>Some things that might help make your travelling in NUS
more efficient & effective
<br />
Random note: the shortcut is not advised at night or for
ladies to travel alone... use at your own risk (snakes?)
</p>
</div>
<div class="row">
<div class="col-6 col-sm-6 col-lg-4">
<h2>Within NUS</h2>
<p></p>
<p>
<a class="btn btn-info btn-block" href="http://map.nus.edu.sg/" role="button">NUS Campus Map</a>
<a class="btn btn-info btn-block" href="http://map.nus.edu.sg/assets/campusmap/pdf/campus_map_full_version.pdf" role="button">NUS Campus Map PDF</a>
<a class="btn btn-danger btn-block"
href="https://www.youtube.com/watch?v=juKX1omYwWk"
role="button">Secret Shortcut Biz 2 to Sci S1</a>
</p>
</div><!--/span-->
<div class="col-6 col-sm-6 col-lg-4">
<h2>Outside NUS</h2>
<p>Information on getting your hands on the NUS Concession Card</p>
<p>
<a class="btn btn-danger btn-block" href="http://www.transitlink.com.sg/PSdetail.aspx?ty=art&Id=6" role="button">Concession Card</a>
<a class="btn btn-info btn-block" href="http://www.nus.edu.sg/osa/ssc/services/unistudconc" role="button">Concession Card Info</a>
</p>
</div><!--/span-->
<div class="col-6 col-sm-6 col-lg-4">
<h2>Internal Shuttle Bus Schedule</h2>
<p>For Bus timings in NUS.</p>
<p>
<a
class="btn btn-danger btn-block"
href="http://www.nus.edu.sg/oca/Transport-and-Parking/Getting-around-NUS.html"
role="button">
Official Shuttle Bus Timing
</a>
</p>
</div><!--/span-->
<div class="col-6 col-sm-6 col-lg-4">
<h2>Around NUS</h2>
<p>Mobile application that is also the directory of the campus, and much much more.</p>
<p>
<a class="btn btn-info btn-block" href="https://itunes.apple.com/sg/app/around-nus/id454926129?mt=8" role="button">iTunes</a>
<a class="btn btn-success btn-block" href="https://play.google.com/store/apps/details?id=nus.cc.mobile.aroundnus&hl=en" role="button">Google Play</a>
</p>
</div>
<div class="col-6 col-sm-6 col-lg-4">
<h2>NUS NextBus</h2>
<p>Mobile application that seeks to predict when the internal shuttle bus (ISB) is arriving.</p>
<p>
<a class="btn btn-info btn-block" href="https://itunes.apple.com/sg/app/nus-nextbus/id542131822?mt=8" role="button">iTunes</a>
<a class="btn btn-success btn-block" href="https://play.google.com/store/apps/details?id=nus.ais.mobile.android.shuttlebus&feature=search_result#?t=W251bGwsMSwxLDEsIm51cy5haXMubW9iaWxlLmFuZHJvaWQuc2h1dHRsZWJ1cyJd" role="button">Google Play</a>
</p>
</div>
</div><!--/row-->
</div><!--/span-->
</div><!--/row-->
<hr>
<footer>
<p>© 2014 <a href="http://www.facebook.com/andrewkzk">Collator</a> | Anything on this site is purely my humble opinion :)</p>
</footer>
</div><!--/.container-->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/page.js"></script>
</body>
</html>