-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstudent-activities.html
141 lines (115 loc) · 6.59 KB
/
student-activities.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
138
139
140
141
<!doctype html>
<!-- Conditional comment for mobile ie7 http://blogs.msdn.com/b/iemobile/ -->
<!--[if IEMobile 7 ]> <html class="no-js iem7"> <![endif]-->
<!--[if (gt IEMobile 7)|!(IEMobile)]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Student Activities | UConn Mobile</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/h/apple-touch-icon.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/m/apple-touch-icon.png">
<link rel="apple-touch-icon-precomposed" href="img/l/apple-touch-icon-precomposed.png">
<link rel="shortcut icon" href="img/l/apple-touch-icon.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<script>(function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName))d=d.parentNode;"href"in d&&(d.href.indexOf("http")||~d.href.indexOf(e.host))&&(a.preventDefault(),e.href=d.href)},!1)}})(document,window.navigator,"standalone")</script>
<link rel="apple-touch-startup-image" href="img/l/splash.png">
<meta http-equiv="cleartype" content="on">
<link rel="stylesheet" href="css/style.css?v=1">
<script src="js/libs/modernizr-custom.js"></script>
<script>Modernizr.mq('(min-width:0)') || document.write('<script src="js/libs/respond.min.js">\x3C/script>')</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1427009-31']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="container">
<header id="header-main">
<h1><a href="index.html">UConn Mobile</a></h1> <a href="http://uconn.edu" id="uc-logo"></a>
<nav class="nav-main">
<a class='button search' data-target="searchForm" href="javascript:void(0);">Search</a>
<a class='button categories' data-target="navList" href="javascript:void(0);">Categories</a>
</nav>
<div id="popdown"> <div id="searchForm">
<form class="searchform" action="http://uconn.edu/search.php" method="get">
<fieldset>
<input type="hidden" name="cx" value="004595925297557218349:65_t0nsuec8">
<input name="q" class="txt-search" id="txt-mapSearch" type="text" placeholder="Enter search term...">
<input name="cof" type="hidden" value="FORID:10" />
<input name="ie" type="hidden" value="UTF-8" />
<input type="submit" class="btn-search" value="Search">
</fieldset>
</form>
</div>
<div id="navList">
<ul>
<li class='nav-header'><h3>Navigation</h3></li>
<li><a href="about.html">About UConn</a></li>
<li><a href="closings.html">Closings & Emergencies</a></li>
<li><a href="news.html">UConn News</a></li>
<li><a href="athletics.html">Athletics</a></li>
<li><a href="library.html">Library</a></li>
<li><a href="maps.html">Maps</a></li>
<li><a href="bus.html">Bus Schedules</a></li>
<li><a href="student-activities.html">Student Activities</a></li>
<li><a href="calendars.html">Calendars & Events</a></li>
</ul>
</div>
</div>
</header>
<div id="main" role="main">
<div>
<h3><span class="icon-small icon-studentactivities-small"></span> Student Activities</h3>
<p>If you're not busy, you're doing it wrong.</p>
<ul class="listview">
<li><a class="external" href="http://subog.uconn.edu/m/#calendar_subog.php">Events</a></li>
</ul>
<p>Free fun on Friday and Saturday Nights</p>
<ul class="listview">
<li><a class="external" href="http://subog.uconn.edu/m/#calendar_latenight.php">Late Night</a></li>
</ul>
<p>GO BUS is SUBOG backwards.</p>
<ul class="listview">
<li><a class="external" href="http://subog.uconn.edu/m/#trips.php">Trips</a></li>
</ul>
<p>UConn has a movie theater. Check showtimes. </p>
<ul style="margin-bottom:25px;" class="listview">
<li><a class="external" href="http://subog.uconn.edu/m/#movies.php">Movies</a></li>
</ul>
<p>The official website of SUBOG.</p>
<ul class="listview">
<li><a class="external" href="http://subog.uconn.edu/m/">SUBOG Mobile</a></li>
</ul>
</div>
</div>
<footer id="footer-main"> <ul><li><a href="http://facebook.com/uconntoday"><img src="img/icons/hires/socmed/facebook.png"></a></li><li><a href="http://youtube.com/user/uconn"><img src="img/icons/hires/socmed/youtube.png"></a></li><li><a href="http://www.flickr.com/photos/uconntoday/"><img src="img/icons/hires/socmed/flickr.png"></a></li></ul>
<ul class='footer-links'><li>© 2011</li><li><a href="mailto:[email protected]">Feedback</a></li><li><a href="http://uconn.edu">Full UConn Site</a></li></ul>
</footer>
<footer id="footer-uc">
<p>University of Connecticut</p>
</footer>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script>
<script src="js/mylibs/helper.js"></script>
<script src="js/mylibs/load.js"></script>
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<script>
/** Mobile Boilerplate Helpers **/
MBP.scaleFix();
MBP.hideUrlBar();
</script>
</body>
</html>