-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
61 lines (60 loc) · 2.89 KB
/
index.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
<!DOCTYPE htmleye-slash>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Instructional Media Services - Student Employee Resources</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
padding-bottom: 100px;
}
</style>
<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="icomoon/style.css">
<link rel="stylesheet" href="css/main.css">
<link rel="shortcut icon" href="favicon.ico"/>
</head>
<body>
<div class="container">
<div class="row">
<div class="box">
<h2 class="box-hd">Spec</h2>
<div><a href="https://spec.wesleyan.edu/" target="_blank"><i class="icon-calendar icon-2x"></i> Special Events Calendar</a></div>
</div>
<div class="box">
<h2 class="box-hd">Pull<i class="icon-droplet icon-1x"></i>Effect</h2>
<div><a href="https://pulleffect.wesleyan.edu/" target="_blank"><i class="icon-feed icon-2x"></i> Organizational Dashboard</a></div>
</div>
<div class="box">
<h2 class="icon-header"><i class="icon-cmdr icon-3x"></i></h2>
<div><a href="https://cmdr.wesleyan.edu/" target="_blank"><i class="icon-tree icon-2x"></i> Touchscreen Management</a></div>
</div>
<div class="box">
<h2 class="box-hd">Timeclock</h2>
<div><a href="https://wesep.wesleyan.edu/cgi-perl/timeclock/timeclock.cgi" target="_blank"><i class="icon-clock icon-2x"></i> Clock In/Out</a></div>
</div>
<div class="box">
<h2 class="box-hd">ServiceNow</h2>
<div><a href="https://wesleyanedu.service-now.com" target="_blank"><i class="icon-switch icon-2x"></i> Incident Management</a></div>
</div>
<div class="box">
<h2 class="box-hd">EMS</h2>
<div><a href="https://iasext.wesleyan.edu/ems/virtual_ems_access" target="_blank"><i class="icon-table icon-2x"></i> Room Availability</a></div>
</div>
<div class="box">
<h2 class="box-hd">Yammer</h2>
<div><a href="https://www.yammer.com/wesleyan.edu/#/threads/inGroup?type=in_group&feedId=4325311" target="_blank"><i class="icon-feed2 icon-2x"></i> Social Communication</a></div>
</div>
<div class="box">
<h2 class="box-hd">Staff Directory</h2>
<div><a href="https://docs.google.com/spreadsheet/ccc?key=0AsbjGruYOEo_dDBOOS0zOWItSzBVVzVOMGxRc0FRVnc&usp=sharing" target="_blank"><i class="icon-address-book icon-2x"></i> Google Spreadsheet</a></div>
</div>
</div>
</div>
</div>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-2.1.1.min.js"><\/script>')</script>
<script src="js/main.js"></script>
</body>
</html>