Skip to content
Permalink
c35713f870
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
145 lines (126 sloc) 5.45 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/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">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="hero">
<div class="top">
<div class="left">
<h2>UConn vPC</h2>
<p><span id="catchphrase">Your computer lab. Anywhere. Anytime.</span></p>
<h3 class="tagline">Access vPC from your iPad or Android device.</h3>
</p></div>
<div class="right">
<p>You can have content over here too!</p>
</div>
</div>
</div>
<div class="second">
<div class="bottom left clear">
<h2>What is UConn vPC?</h2>
<p>UConn vPC is a virtual computer lab that allows you to use UConn Software and Resources from anywhere in the world (including your PC, Mac or iPad)!</p>
<p>UConn vPC is a collaboration between the School of Business, the School of Engineering, and the University Libraries.</p>
</div>
<div class="bottom right">
<h2>How do I use it?</h2>
<p class="help"><a href="/help">Visit our Help Center.</a></p>
<p><a href="/software">View available software.</a></p>
<div class="divider"></div>
<p class="help">Need more help?</p>
<p class="help"><a href="http://huskytech.uconn.edu/" target="_blank">Visit HuskyTech.</a></p>
</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>