Skip to content
Permalink
c98e251627
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
123 lines (105 sloc) 6.02 KB
<!DOCTYPE html>
<html lang="en">
<head>
<title>UConn HuskyPress</title>
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width" />
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" href="css/jquery-ui-1.8.16.custom.css" />
<link rel="stylesheet" type="text/css" href="css/application.css" />
<!-- Scripts -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="http://web2.uconn.edu/webtools/global/4.0/head-foot/head.js"></script>
<script language="javascript" type="text/javascript" src="http://alert.uconn.edu/alert.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"" type="text/javascript"></script>
<![endif]-->
</head>
<body>
<div id="page">
<!-- Header -->
<header id="branding" id="uc-head" role="banner" class="cufon">
<script type="text/javascript">
Cufon.replace('h1 #uc-website-title', { fontFamily: 'Adobe Garamond Pro', hover: true });
</script>
<h1><a href="http://uconn.edu" ><img src="http://web2.uconn.edu/webtools/global/4.0/head-foot/images/uconn-blueG.png" alt="University of Connecticut" width="229" height="90" /></a> <strong id="uc-website-title"><a href="#">HuskyPress</a></strong></h1>
<div class="only-search with-image"> <a id="skipSearch"></a>
<form action="http://uconn.edu/search.php" method="get" id="searchform">
<fieldset>
<ul>
<li><label for="cx1"><input type="radio" id="cx1" value="004595925297557218349:65_t0nsuec8" name="cx" />UConn </label></li>
<li><label for="cx3"><input type="radio" id="cx3" value="people" name="cx" />People </label></li>
</ul>
<input type="text" size="17" class="searchBox" name="q" id="q" title="Search..."/>
<input type="hidden" value="160" name="page_id"/>
<input type="hidden" value="FORID:10" name="cof"/>
<input type="hidden" value="UTF-8" name="ie"/>
<input type="submit" name="sa" id="sa" value="Go" />
</fieldset>
</form>
</div>
<!-- Menu -->
<nav id="access" role="navigation">
<div>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#menu-one">Menu 1</a>
<ul>
<li><a href="#thing-one">Thing One</a></li>
<li><a href="#thing-two">Thing Two</a></li>
</ul>
</li>
<li><a href="#random">Random</a></li>
<li><a href="#menu-two">Menu 2</a>
<ul>
<li><a href="#nested-menu">Nested Menu</a>
<ul>
<li><a href="#one">One</a></li>
<li><a href="#two">Two</a></li>
<li><a href="#three">Three</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</nav>
<!-- END Menu -->
</header>
<!-- END Header -->
<!-- Main Content -->
<div id="main">
<div id="primary">
<div id="content" role="main">
<article>
<!-- START: YOUR CONTENT HERE -->
<h1 class="entry-title">About</h1>
<div class="entry-content">
<p><strong class="headline">What is the UConn vPC?</strong></p>
<p>UConn vPC is a collaborative IT project between the UConn <a href="http://www.business.uconn.edu/" target="_blank">School of Business</a>, <a href="http://www.engr.uconn.edu/">School of Engineering</a>, and <a href="http://lib.uconn.edu/" target="_blank">University Libraries</a>. This project has delivered virtual desktops to UConn students since the Fall 2011 semester. Students have access to UConn licensed applications from their PCs, Macs, and mobile devices from anywhere in the world where they have Internet access.</p>
</div>
<!-- END: YOUR CONTENT HERE -->
</article>
</div>
</div>
</div>
<!-- END Main Content -->
<!-- Footer -->
<footer id="colophon" role="contentinfo">
<div id="supplementary" class="three">
<div id="first" class="widget-area" role="complementary">
<aside id="text-2" class="widget widget_text"><div class="textwidget"><a href="http://uconn.edu/" target="_blank">UConn Home</a></div></aside>
</div>
<div id="second" class="widget-area" role="complementary">
<aside id="text-3" class="widget widget_text"><div class="textwidget"><a href="mailto:feedback@vpc.uconn.edu">Contact Us</a></div></aside>
</div>
<div id="third" class="widget-area" role="complementary">
<aside id="text-4" class="widget widget_text"><div class="textwidget"><a href="http://uconn.edu/disclaimers-and-copyrights.php" target="_blank">Disclaimers, Privacy &amp; Copyright</a></div></aside>
</div>
</div>
</footer>
<!-- END Footer -->
</div>
</body>
</html>