-
Notifications
You must be signed in to change notification settings - Fork 2
/
email.html
274 lines (123 loc) · 7.34 KB
/
email.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
137
<!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="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 class="active"><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><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>Emails!</h1>
<p>A.k.a. Electronic Mail, could be your door to getting another module to the way for you to receive your internship. </p>
</div>
<div class="row">
<div class="col-6 col-sm-6 col-lg-4">
<h2>Accessing NUS Outlook</h2>
<p>If your email has already migrated to the new server, this will be the link to access to</p>
<p><a class="btn btn-primary btn-block" href="http://outlook.com/u.nus.edu" role="button">NUS Webmail</a></p>
</div><!--/span-->
<div class="col-6 col-sm-6 col-lg-4">
<h2>Syncing to NUS Outlook</h2>
<p>If your email has already migrated to the new server, you may want to see these to sync your email properly</p>
<p><a class="btn btn-primary btn-block" href="https://comcen.nus.edu.sg/support/eguides/mobilemail/" role="button">MobileMail</a></p>
<p><a class="btn btn-warning btn-block" href="https://comcen.nus.edu.sg/support/eguides/set-up-microsoft-outlook/" role="button">Outlook Client</a></p>
<p><a class="btn btn-danger btn-block" href="https://comcen.nus.edu.sg/support/eguides/set-up-imap-client/" role="button">IMAP Client</a></p>
<p><a class="btn btn-success btn-block" href="https://comcen.nus.edu.sg/support/eguides/set-up-pop3-client/" role="button">POP3 Client</a></p>
</div><!--/span-->
<div class="col-6 col-sm-6 col-lg-4">
<h2>Accessing Webmail</h2>
<p>Tentatively it is this link. It could change, as NUS is doing an update very recently.</p>
<p><a class="btn btn-warning btn-block" href="http://exchange.nus.edu.sg" role="button">NUS Webmail</a></p>
</div><!--/span-->
<div class="col-6 col-sm-6 col-lg-4">
<h2>Autoforward emails</h2>
<p>There comes a time where you have one too many emails to check. What to do? Make your emails work together. Autoforward your NUS Email to your personal email!</p>
<p><a class="btn btn-warning btn-block" href="https://exchange.nus.edu.sg/autoforward/" role="button">Autoforward NUS Mail</a></p>
</div><!--/span-->
<div class="col-6 col-sm-6 col-lg-4">
<h2>Friendly NUS EMail</h2>
<p>Your Matriculation number may not be the most intuitive thing to remember. Make it more human and friendly here!</p>
<p><a class="btn btn-warning btn-block" href="https://exchange.nus.edu.sg/fea/updatefea/fea.asp" role="button">NUS FriendlyMail</a></p>
</div>
<div class="col-6 col-sm-6 col-lg-4">
<h2>Sync NUS EMail</h2>
<p>So many emails, but no time to check? Make it easier to check by syncing your emails to your mobile devices!</p>
<p>
<a class="btn btn-success btn-block" href="http://www.nus.edu.sg/comcen/gethelp/guide/itcare/Configure_NUS_Email_in_Android.pdf" role="button">Android</a>
<a class="btn btn-primary btn-block" href="http://www.nus.edu.sg/comcen/nusmail/download/iPhone.pdf" role="button">iPhone</a>
<a class="btn btn-primary btn-block" href="http://www.nus.edu.sg/comcen/gethelp/guide/itcare/eguides/Exchange%20Setup%20for%20iPad.pdf" role="button">iPad</a>
</p>
</div>
<div class="col-6 col-sm-6 col-lg-4">
<h2>Google App Account</h2>
<p>Something extra for computing students an email with a comp [dot] nus [dot] edu [dot] sg domain! Also entails you a Google App account!</p>
<p><a class="btn btn-warning btn-block" href="http://start.comp.nus.edu.sg/" role="button">Find out more Here</a></p>
<p><a class="btn btn-primary btn-block" href="http://mysoc.comp.nus.edu.sg/~myacct/gapps.cgi" role="button">Request Here</a></p>
</div>
<div class="col-6 col-sm-6 col-lg-4">
<h2>NUS Email Groups</h2>
<p>Ever felt bombarded by all the other emails that you
find not necessary? Here's all the groups you are
following, and should you wwant to not follow some of them
or follow more, here is the link!</p>
<p><a
class="btn btn-warning btn-block"
href="https://groups.nus.edu.sg/NUSGroups/"
role="button">
NUS Groups</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>