forked from sutdgrad/gsaweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
questions.html
136 lines (125 loc) · 5.97 KB
/
questions.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
135
136
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SUTD Graduate Students Association</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/et-line-font.css">
<link rel="stylesheet" href="css/nivo-lightbox.css">
<link rel="stylesheet" href="css/nivo_themes/default/default.css">
<link rel="stylesheet" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,500' rel='stylesheet' type='text/css'>
</head>
<body data-spy="scroll" data-target=".navbar-collapse" data-offset="50">
<!-- navigation section -->
<section class="navbar navbar-fixed-top custom-navbar" role="navigation">
<div class="container">
<div class="navbar-header">
<img src="images/gsa-logo.png" height="42" width="42" alt="gsa logo" align="left">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<a href="#" class="navbar-brand"> SUTD GSA</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html#home" class="smoothScroll">HOME</a></li>
<li><a href="index.html#work" class="smoothScroll">ABOUT</a></li>
<li><a href="index.html#about" class="smoothScroll">UPCOMING EVENTS</a></li>
<li><a href="index.html#team" class="smoothScroll">EXCO</a></li>
<li><a href="index.html#portfolio" class="smoothScroll">GALLERY</a></li>
<li><a href="questions.html" class="smoothScroll">FAQ</a></li>
<li><a href="index.html#contact" class="smoothScroll">CONTACT</a></li>
</ul>
</div>
</div>
</section>
<section id="about">
<!-- <div style="background-image: url(images/home/contact-bg.jpg); height: 80px;"></div> -->
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 text-center">
<div class="section-title">
<!-- <strong>02</strong> -->
<br>
<br>
<h1 class="heading bold">FREQUENTLY ASKED QUESTION (FAQ)</h1>
<hr>
</div>
</div>
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li class="active">
<a href="#IT" aria-controls="IT" role="tab" data-toggle="tab">IT Service</a></li>
<li><a href="#Housing" aria-controls="Housing" role="tab" data-toggle="tab">Housing</a></li>
<li><a href="#finding" aria-controls="finding" role="tab" data-toggle="tab">Finding a Place</a></li>
</ul>
<!-- tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="IT">
<p><strong>How to connect to campus wifi? </strong></p>
<p>Visit <a href="http://itservicedesk.sutd.edu.sg/index.php/2016/05/09/wi-fi"> http://itservicedesk.sutd.edu.sg/index.php/2016/05/09/wi-fi/</a></p>
<br>
<p><strong>How to add network printer? </strong></p>
<p>Visit <a href="http://itservicedesk.sutd.edu.sg/wp-content/uploads/2016/04/SUTD-Win-Mac-Instructions.pdf">http://itservicedesk.sutd.edu.sg/wp-content/uploads/2016/04/SUTD-Win-Mac-Instructions.pdf</a></p>
</div>
<div role="tabpanel" class="tab-pane" id="Housing">
<p><strong>Where can I find graduate housing information? </strong></p>
<p>Visit <a href="https://sutd.edu.sg/Campus-Life/Housing/Graduate">https://sutd.edu.sg/Campus-Life/Housing/Graduate</a></p>
<br>
<p><strong>How to submit housing application? </strong></p>
<p>Visit <a href="https://hms.sutd.edu.sg/HousingPortal">https://hms.sutd.edu.sg/HousingPortal</a></p>
<p>Login details will be the Student ID and password details (same as campus WIFI login details).</p>
</div>
<div role="tabpanel" class="tab-pane" id="finding">
<p><strong>Contact SUTD</strong></p>
<p>Visit <a href="https://www.sutd.edu.sg/About-Us/Contact-Us">https://www.sutd.edu.sg/About-Us/Contact-Us</a></p>
<br>
<p><strong>How to find the location of a certain room/lab/lecture theatre? </strong></p>
<p>Visit <a href="https://sutdmap.appspot.com/">https://sutdmap.appspot.com/</a></p>
<br>
<p><strong>What are the amenities around SUTD?</strong></p>
<p>Visit <a href="http://sutdnearest.appspot.com/">http://sutdnearest.appspot.com/</a></p>
<br>
<p><strong>Shuttle bus to Changi City Point and Simei MRT </strong></p>
<p>Look at Route 2 at <a href="http://thecentrepoint.fraserscentrepointmalls.com/contact.php?CategoryID=601&MallID=6">http://thecentrepoint.fraserscentrepointmalls.com/contact.php?CategoryID=601&MallID=6</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- footer section -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<p>© SUTD GSA 2017 | Design by <a href="http://www.tooplate.com" target="_parent">Tooplate</a></p>
<!-- <hr>
<ul class="social-icon">
<li><a href="https://www.facebook.com/SUTDGSA/" class="fa fa-facebook wow fadeIn" data-wow-delay="0.3s"></a></li>
<li><a href="https://www.instagram.com/sutdgrad/" class="fa fa-instagram wow fadeIn" data-wow-delay="0.6s"></a></li>
<li><a href='mailto:[email protected]' class="fa fa-email wow fadeIn" data-wow-delay="0.6s"></a></li>
</ul> -->
</div>
</div>
</div>
</footer>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/isotope.js"></script>
<script src="js/imagesloaded.min.js"></script>
<script src="js/nivo-lightbox.min.js"></script>
<script src="js/jquery.backstretch.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>