Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>myUCONN</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<header>
<img id="headerimg" src="img/headerimg.jpg" alt="myUCONN logo">
</header>
<div id="content">
<h2>ALL OF UCONN, IN ONE PLACE</h2>
<div id="iconcontainer">
<div class="icons">
<img class ="iconimg" src="img/mapicon.jpg" alt="map icon">
<p>Never get lost again. The app comes built with an interactive map of campus, equipped with named buildings.</p>
</div>
<div id="busicondiv">
<img class ="iconimg" src="img/busicon.jpg" alt="bus icon">
<p>Forget walking. The built-in bus tracker provides live arrival times for each stop on every line. No more 30 minute walks to class.</p>
</div>
<div class="icons">
<img class ="iconimg" src="img/diningicon.jpg" alt="dining icon">
<p>The dining feature provides each dining halls' menu for any day of the week so you know exactly where to find the best desert.</p>
</div>
</div>
<div id="phonecontainer">
<div id="phonetextcontainer">
<h2>WHATEVER IT MAY BE, UCONN DO IT</h2>
<p>While at UConn, this using this app is a must. Whether you want to double check to see what time you have class or mark when each home basketball game is the myUCONN app can help. Entire features include: a map, bus tracker, dining hall menus, student directory, grade history, athletic schedule, emergency contact, maintentance request, event schedule, resources, course catalog, HuskyCT, UConn Today, Daily Digest, Husky One Card, and libraries.</p>
</div>
<img id="phoneimg" src="img/phoneimg.png" alt="2 phones displaying the myUCONN app">
</div>
</div>
<footer>
<p>Copyright &copy; 2016 University of Connecticut</p>
</footer>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>