-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
132 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
<!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="hero"> | ||
<div class="top"> | ||
<div class="left"> | ||
<h2>UConn Thing</h2> | ||
<p><span id="catchphrase">Tagline.</span></p> | ||
<h3 class="tagline">Access from anywhere, etc.</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 Thing?</h2> | ||
<p>UConn Thing is the latest and greatest service from the University. It's awesome.</p> | ||
</div> | ||
|
||
<div class="bottom right"> | ||
<h2>How do I use it?</h2> | ||
<p>Great question!</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 & Copyright</a></div></aside> | ||
</div> | ||
</div> | ||
</footer> | ||
<!-- END Footer --> | ||
|
||
</div> | ||
</body> | ||
</html> |