Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reorganized the repo. Now have Wordpress and Static site. STarted sta…
…tic site cleanup.
  • Loading branch information
ejr06006 committed Apr 9, 2012
1 parent b5cfdf5 commit c35713f
Show file tree
Hide file tree
Showing 90 changed files with 19,823 additions and 13,749 deletions.
573 changes: 573 additions & 0 deletions Static HTML/css/application.css

Large diffs are not rendered by default.

5,356 changes: 5,356 additions & 0 deletions Static HTML/css/base.css

Large diffs are not rendered by default.

145 changes: 145 additions & 0 deletions Static HTML/index.html
@@ -0,0 +1,145 @@
<!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>
94 changes: 47 additions & 47 deletions 404.php → Wordpress/404.php
@@ -1,48 +1,48 @@
<?php
/**
* The template for displaying 404 pages (Not Found).
*
* @package UConn
* @subpackage HuskyPress
* @since HuskyPress 1.0
*/

get_header(); ?>

<div id="primary">
<div id="content" role="main">

<article id="post-0" class="post error404 not-found">
<header class="entry-header">
<h1 class="entry-title"><?php _e( 'This is somewhat embarrassing, isn&rsquo;t it?', 'twentyeleven' ); ?></h1>
</header>

<div class="entry-content">
<p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching, or one of the links below, can help.', 'twentyeleven' ); ?></p>

<?php get_search_form(); ?>

<?php the_widget( 'WP_Widget_Recent_Posts', array( 'number' => 10 ), array( 'widget_id' => '404' ) ); ?>

<div class="widget">
<h2 class="widgettitle"><?php _e( 'Most Used Categories', 'twentyeleven' ); ?></h2>
<ul>
<?php wp_list_categories( array( 'orderby' => 'count', 'order' => 'DESC', 'show_count' => 1, 'title_li' => '', 'number' => 10 ) ); ?>
</ul>
</div>

<?php
/* translators: %1$s: smilie */
$archive_content = '<p>' . sprintf( __( 'Try looking in the monthly archives. %1$s', 'twentyeleven' ), convert_smilies( ':)' ) ) . '</p>';
the_widget( 'WP_Widget_Archives', array('count' => 0 , 'dropdown' => 1 ), array( 'after_title' => '</h2>'.$archive_content ) );
?>

<?php the_widget( 'WP_Widget_Tag_Cloud' ); ?>

</div><!-- .entry-content -->
</article><!-- #post-0 -->

</div><!-- #content -->
</div><!-- #primary -->

<?php
/**
* The template for displaying 404 pages (Not Found).
*
* @package UConn
* @subpackage HuskyPress
* @since HuskyPress 1.0
*/

get_header(); ?>

<div id="primary">
<div id="content" role="main">

<article id="post-0" class="post error404 not-found">
<header class="entry-header">
<h1 class="entry-title"><?php _e( 'This is somewhat embarrassing, isn&rsquo;t it?', 'twentyeleven' ); ?></h1>
</header>

<div class="entry-content">
<p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching, or one of the links below, can help.', 'twentyeleven' ); ?></p>

<?php get_search_form(); ?>

<?php the_widget( 'WP_Widget_Recent_Posts', array( 'number' => 10 ), array( 'widget_id' => '404' ) ); ?>

<div class="widget">
<h2 class="widgettitle"><?php _e( 'Most Used Categories', 'twentyeleven' ); ?></h2>
<ul>
<?php wp_list_categories( array( 'orderby' => 'count', 'order' => 'DESC', 'show_count' => 1, 'title_li' => '', 'number' => 10 ) ); ?>
</ul>
</div>

<?php
/* translators: %1$s: smilie */
$archive_content = '<p>' . sprintf( __( 'Try looking in the monthly archives. %1$s', 'twentyeleven' ), convert_smilies( ':)' ) ) . '</p>';
the_widget( 'WP_Widget_Archives', array('count' => 0 , 'dropdown' => 1 ), array( 'after_title' => '</h2>'.$archive_content ) );
?>

<?php the_widget( 'WP_Widget_Tag_Cloud' ); ?>

</div><!-- .entry-content -->
</article><!-- #post-0 -->

</div><!-- #content -->
</div><!-- #primary -->

<?php get_footer(); ?>

0 comments on commit c35713f

Please sign in to comment.