Skip to content
This repository has been archived by the owner. It is now read-only.
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
<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/
$secondary = get_option( 'secondarytitle','');
$secondarylink = get_option( 'secondarylink','');
$nav1 = get_theme_mod( 'navoption1','');
$nav2 = get_theme_mod( 'navoption2','');
?>
<!doctype html>
<!-- UCONN Template v5.0 July 2013 by UITS Web Lab. Help: http://webtools.uconn.edu or contact webdev@uconn.edu -->
<!--[if lt IE 7]> <html class="ie lte9 lte8 lte7 lte6"> <![endif]-->
<!--[if IE 7]> <html class="ie ie7 lte9 lte8 lte7"> <![endif]-->
<!--[if IE 8]> <html class="ie ie8 lte9 lte8"> <![endif]-->
<!--[if IE 9]> <html class="ie ie9 lte9"> <![endif]-->
<!--[if gt IE 9]><!-->
<html>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
<head>
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
<?php the_title(); ?>
&#8250;
<?php bloginfo('name'); ?>
&#8250; UCONN</title>
<?php wp_head();?>
<link href="<?php bloginfo('template_url'); ?>/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!--<link href="<?php bloginfo('template_url'); ?>/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">-->
<link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet">
<!--<link href="<?php bloginfo('template_url'); ?>/uc-print.css" rel="stylesheet" media="print">-->
<!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>-->
</head>
<body>
<?php if(function_exists('uconn_banner_hook')){uconn_banner_hook();}?>
<div id="uc-titlebar" class="uc-titlebar-gradient gradient clearfix">
<div class="container-nav">
<div id="uc-site-header">
<?php
if(strlen($secondary) > 0 && strlen($secondarylink) > 0){
if(substr($secondarylink,0,4) != 'http'){
$secondarylink = 'http://'.$secondarylink;
}
echo '<p id="uc-site-parent" class="clearfix"><a href="'.$secondarylink.'">'.$secondary.'</a></p>';
}
?>
<div class="title-and-search">
<div id="uc-site-title" class="clearfix">
<p class="secondary-site-title-wrapper"><a class="secondary-site-title" href="http://global.uconn.edu/">GLOBAL AFFAIRS</a></p>
<a href="<?php echo home_url(); ?>">
<h1 class="site-title">Human Rights Institute</h1></a>
</div>
<div class="site-title-buttons">
<a href="https://uconn.givecorps.com/causes/3547-human-rights-institute-endowment-increase-the-impact-of-your-gift-today"><img src="<?php bloginfo('template_url'); ?>/img/support-BUT.png" alt="support button" onMouseOver="this.src='<?php bloginfo('template_url'); ?>/img/support-BUT-rollover.png'" onMouseOut="this.src='<?php bloginfo('template_url'); ?>/img/support-BUT.png'" /></a>
<a href="mailto:humanrights@uconn.edu"><img src="<?php bloginfo('template_url'); ?>/img/newsletter-BUT.png" alt="newsletter button" onMouseOver="this.src='<?php bloginfo('template_url'); ?>/img/newsletter-BUT-rollover.png'" onMouseOut="this.src='<?php bloginfo('template_url'); ?>/img/newsletter-BUT.png'" /></a>
<a href="http://www.facebook.com/humanrightsatUCONN" target="_blank"><img src="<?php bloginfo('template_url'); ?>/img/twitter-BUT.png" alt="twitter button" onMouseOver="this.src='<?php bloginfo('template_url'); ?>/img/twitter-BUT-rollover.png'" onMouseOut="this.src='<?php bloginfo('template_url'); ?>/img/twitter-BUT.png'" /></a>
</div>
</div>
<div class="clear"></div>
</div>
<nav id="uc-navbar" class="navbar">
<div class="navbar-inner clear">
<div class="nav-collapse collapse">
<?php
wp_nav_menu(
array(
'menu' => 'primary', /* menu name */
'menu_class' => 'nav '.$nav1.' '.$nav2,
'theme_location' => 'primary', /* where in the theme it's assigned */
'container' => false, /* container class */
)
);
?>
</div>
</div>
</nav>
<div class="nav-drop-about-us hide">
<?php wp_nav_menu(
array(
'menu' => 'about us', /* menu name */
'menu_class' => 'nav '.$nav1.' '.$nav2,
'theme_location' => 'primary', /* where in the theme it's assigned */
'container' => false, /* container class */
'items_wrap' => '<ul id="%1$s" class="%2$s">%3$s</ul>',
)
);
?>
<img class="menu-img-4-less" src="<?php bloginfo('template_url'); ?>/img/menu/menu-about-us.jpg" alt="filler image">
<img class="menu-circle-4-less" src="<?php bloginfo('template_url'); ?>/img/menu/menu-about-us-circle.png" alt="filler image">
<p class="text-serif about-us-menu-text" >HRI encourages <br />engaged discussion<br /> and interdisciplinary<br /> research on human<br /> rights discourse<br /> and practice.</p>
<img src="<?php bloginfo('template_url'); ?>/img/home/triangle-corner-bottom-right-white.png" alt="white
triangle cut out" class="triangle-bottom-right-nav" />
</div>
<div class="nav-drop-academics hide">
<?php wp_nav_menu(
array(
'menu' => 'academics', /* menu name */
'menu_class' => 'nav '.$nav1.' '.$nav2,
'theme_location' => 'primary', /* where in the theme it's assigned */
'container' => false, /* container class */
'items_wrap' => '<ul id="%1$s" class="%2$s">%3$s</ul>',
)
);
?>
<img class="menu-img-4-less" src="<?php bloginfo('template_url'); ?>/img/menu/menu-academic-programs.jpg" alt="filler image">
<img class="menu-circle-4-less" src="<?php bloginfo('template_url'); ?>/img/menu/menu-academic-programs-circle.png" alt="filler image">
<p class="text-serif academics-menu-text" >Through either a double major, a minor, or graduate studies in Human Rights, you can make a major impact in the world.</p>
<img src="<?php bloginfo('template_url'); ?>/img/home/triangle-corner-bottom-right-white.png" alt="white triangle cut out" class="triangle-bottom-right-nav" />
</div>
<div class="nav-drop-research-programs hide">
<?php wp_nav_menu(
array(
'menu' => 'research programs', /* menu name */
'menu_class' => 'nav '.$nav1.' '.$nav2,
'theme_location' => 'primary', /* where in the theme it's assigned */
'container' => false, /* container class */
'items_wrap' => '<ul id="%1$s" class="%2$s">%3$s</ul>',
)
);
?>
<img class="menu-img-4-less" src="<?php bloginfo('template_url'); ?>/img/menu/menu-research-programs.jpg" alt="filler image">
<img class="menu-circle-4-less" src="<?php bloginfo('template_url'); ?>/img/menu/menu-research-programs-circle.png" alt="filler image">
<p class="text-serif research-programs-menu-text" >Our faculty, graduate students, and affiliates apply interdisciplinary research practices and collaborative scholarship to a range of global concerns.</p>
<img src="<?php bloginfo('template_url'); ?>/img/home/triangle-corner-bottom-right-white.png" alt="white triangle cut out" class="triangle-bottom-right-nav" />
</div>
<div class="nav-drop-events hide">
<?php wp_nav_menu(
array(
'menu' => 'events', /* menu name */
'menu_class' => 'nav '.$nav1.' '.$nav2,
'theme_location' => 'primary', /* where in the theme it's assigned */
'container' => false, /* container class */
'items_wrap' => '<ul id="%1$s" class="%2$s">%3$s</ul>',
)
);
?>
<img class="menu-img-4-less" src="<?php bloginfo('template_url'); ?>/img/menu/menu-events.jpg" alt="filler image">
<img class="menu-circle-4-less" src="<?php bloginfo('template_url'); ?>/img/menu/menu-events-circle.png" alt="filler image">
<p class="text-serif event-menu-text" >From conferences to frequent lecturers and events, we bring fresh insights on Human Rights to the UCONN campus.</p>
<img src="<?php bloginfo('template_url'); ?>/img/home/triangle-corner-bottom-right-white.png" alt="white triangle cut out" class="triangle-bottom-right-nav" />
</div>
<div class="nav-drop-resources hide">
<?php wp_nav_menu(
array(
'menu' => 'resources', /* menu name */
'menu_class' => 'nav '.$nav1.' '.$nav2,
'theme_location' => 'primary', /* where in the theme it's assigned */
'container' => false, /* container class */
'items_wrap' => '<ul id="%1$s" class="%2$s">%3$s</ul>',
)
);
?>
<p class="text-serif resource-menu-text" >Dig in, learn more, get involved. The Institute hosts a range of materials to encourage multiple levels of immersion.</p>
<img src="<?php bloginfo('template_url'); ?>/img/home/triangle-corner-bottom-right-white.png" alt="white triangle cut out" class="triangle-bottom-right-nav" />
</div>
<div class="nav-drop-awards-and-fellowships hide">
<?php wp_nav_menu(
array(
'menu' => 'awards and fellowships', /* menu name */
'menu_class' => 'nav '.$nav1.' '.$nav2,
'theme_location' => 'primary', /* where in the theme it's assigned */
'container' => false, /* container class */
'items_wrap' => '<ul id="%1$s" class="%2$s">%3$s</ul>',
)
);
?>
<img class="menu-circle-4-less" src="<?php bloginfo('template_url'); ?>/img/menu/menu-awards-circle.png" alt="filler image">
<p class="text-serif awards-menu-text" >We have developed opportunities to enrich learning and promote scholarly excellence at every stage of Human Rights study.</p>
<img src="<?php bloginfo('template_url'); ?>/img/home/triangle-corner-bottom-right-white.png" alt="white triangle cut out" class="triangle-bottom-right-nav" />
</div>
<div class="nav-drop-collaborations hide">
<?php wp_nav_menu(
array(
'menu' => 'collaborations', /* menu name */
'menu_class' => 'nav '.$nav1.' '.$nav2,
'theme_location' => 'primary', /* where in the theme it's assigned */
'container' => false, /* container class */
'items_wrap' => '<ul id="%1$s" class="%2$s">%3$s</ul>',
)
);
?>
<p class="text-serif collaboration-menu-text" >We foster research and engagement in human rights through collaborative efforts at UConn and beyond </p>
<img src="<?php bloginfo('template_url'); ?>/img/home/triangle-corner-bottom-right-white.png" alt="white triangle cut out" class="triangle-bottom-right-nav" />
</div>
</div>
</div>
<div id="top-gradient"></div>
<div id="uc-main" class="container">