This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
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?
clas/footer.php
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
82 lines (60 sloc)
3.83 KB
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
</div><!--#uc-main--> | |
<div id="uc-footer"> | |
<div class="container"> | |
<div class="row footer-row"> | |
<div class="span4 footer-left"> | |
<h1>About CLAS</h1> | |
<p>The <strong>College of Liberal Arts and Sciences</strong> is the academic core of learning and research at UConn. We are committed to the full spectrum of academics across the sciences, social sciences, and humanities. We give students a liberal arts and sciences education that empowers them with broad knowledge, transferable skills, and an ability to think critically about important issues across a variety of disciplines.</p> | |
</div> | |
<div class="span4 footer-center"> | |
<ul> | |
<li>College of Liberal Arts and Sciences<br /> | |
215 Glenbrook Road, U-4098<br /> | |
Storrs, Connecticut 06269-4098</li> | |
<li><strong>PHONE:</strong> (860) 486-2713<br /> | |
<strong>FAX:</strong> (860) 486-0304</li> | |
<li><a class="yellow-link" href="<?php echo site_url(); ?>/wp-admin/">Webmaster Login</a></li> | |
</div> | |
<div class="span4 footer-right"> | |
<ul> | |
<li><a href="http://www.facebook.com/UConnCLAS"><img src="<?php echo get_bloginfo('template_url') ?>/img/social-media-icons/facebook.jpg" alt="facebook icon"/></a></li> | |
<li><a href="http://twitter.com/UConnCLAS"><img src="<?php echo get_bloginfo('template_url') ?>/img/social-media-icons/twitter.jpg" alt="twitter icon"/></a></li> | |
<li><a href="http://www.youtube.com/playlist?list=PL1CE9DE231E3EC189"><img src="<?php echo get_bloginfo('template_url') ?>/img/social-media-icons/youtube.jpg" alt="youtube icon"/></a></li> | |
<li><a href="https://www.linkedin.com/school/uconn-clas/"><img src="<?php echo get_bloginfo('template_url') ?>/img/social-media-icons/linkedin.jpg" alt="linkedin icon"/></a></li> | |
<li><a href="http://instagram.com/UConnCLAS"><img src="<?php echo get_bloginfo('template_url') ?>/img/social-media-icons/instagram.jpg" alt="instagram icon"/></a></li> | |
<div class="clear"></div> | |
</ul> | |
<a class="footer-button" href="http://clas.uconn.edu/giving">SUPPORT THE COLLEGE</a> | |
<ul class="clearfix"> | |
<li class="full-width"><a href="http://uconn.edu">© University of Connecticut</a></li> | |
<li class="full-width"><a href="http://uconn.edu/disclaimers-privacy-copyright/">Disclaimers, Privacy & Copyright</a></li> | |
<br /><br /> | |
</ul> | |
</div> | |
</div> | |
<!-- <ul id="uc-footer-links" class="clearfix"> | |
<li> | |
© <a href="http://uconn.edu">University of Connecticut</a> | |
</li> | |
<li> | |
<a href="http://uconn.edu/disclaimers-and-copyrights.php">Disclaimers, Privacy & Copyright</a> | |
</li> | |
<li> | |
</li> | |
<?php | |
$defaults = array( | |
'menu' => 'Footer', | |
'container' => false, | |
'fallback_cb' => false, | |
'items_wrap' => '%3$s' | |
); | |
wp_nav_menu( $defaults ); | |
?> | |
</ul> --> | |
</div> | |
<!--<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/custom-deans.js"></script>--> | |
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/smooth-scroll.js"></script> | |
</div> | |
<?php wp_footer();?> | |
</body> | |
</html> |