Team:USTC-Software
From 2014.igem.org
(Difference between revisions)
Line 189: | Line 189: | ||
<div class="clear"></div> | <div class="clear"></div> | ||
- | < | + | <div id="last-info" class="hide-for-small"> |
- | < | + | <div class="row fullWidth"> |
- | < | + | <div class="large-3 medium-3 columns " style="margin-top:5em"> |
- | < | + | <img src="https://static.igem.org/mediawiki/2014/7/78/2014ustc-software2.png"> |
+ | </div> | ||
+ | <div class="large-6 medium-6 columns" style="color:#fff"> | ||
+ | <h5 style="color:#fff;font-weight:bold;margin-bottom: 25px;">Innovation Experiment Centre of Life Science (IEC)</h5> | ||
+ | <p>Building of Life Sciences, Room 363</p> | ||
+ | <p>University of Science and Technology of China</p> | ||
+ | <p>96, Jinzhai Rd, Shushan, Hefei</p> | ||
+ | <p>230026, Anhui, China</p> | ||
+ | <p>ustc-software-2014@googlegroups.com </p> | ||
+ | </div> | ||
+ | <div class="large-3 medium-3 columns " style="margin-top:5em"> | ||
+ | |||
+ | <a href="https://www.db.com" target="_blank"><img src="https://static.igem.org/mediawiki/2014/c/c0/2014ustc-Dbank.png" style="margin-top:2em"></a> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="ltx-footer-bottom"> | ||
+ | <div class="row" > | ||
+ | <div class="medium-4 medium-4 push-9 columns"> | ||
+ | <ul class="home-social"> | ||
+ | <li><a href="http://www.twitter.com/USTC_Software" class="twitter"></a></li> | ||
+ | <li><a href="http://www.facebook.com/USTCSoftware" class="facebook"></a></li> | ||
+ | <li><a href="#contactus" class="mail"></a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="medium-8 medium-8 pull-5 columns"> | ||
+ | <a href="http://en.ustc.edu.cn"><h4 style="color:antiquewhite">University of Science and Technology of China</h4></a> | ||
+ | <p class="copyright">© 2014 USTC-Software,University of Science and Technology of China. All rights reserved.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <script src="https://2014.igem.org/Team:USTC-Software/jquery.js?action=raw&ctype=text/javascript"></script> | ||
+ | <script> | ||
+ | $(function(){ | ||
+ | $('.row .nameplate').click(function(){ | ||
+ | var description = $(this).parent().find('.details').html(); | ||
+ | var titleText = $(this).text();//text(); | ||
+ | $('#pop_up_content').html('<h2>' + titleText + '</h2>' + description); | ||
+ | $('#pop_up').fadeIn(); | ||
+ | return false; | ||
+ | }); | ||
+ | $('.row .profilewrap').click(function(){ | ||
+ | var description = $(this).find('.details').html(); | ||
+ | var titleText = $(this).find('.nameplate').text();//text(); | ||
+ | $('#pop_up_content').html('<h2>' + titleText + '</h2>' + description); | ||
+ | $('#pop_up').fadeIn(); | ||
+ | return false; | ||
+ | }); | ||
+ | $('#pop_up #pop_up_close').click(function(){ | ||
+ | $('#pop_up').fadeOut(); | ||
+ | }); | ||
+ | $('#pop_up #pop_up_underlay').click(function(){ | ||
+ | $('#pop_up').fadeOut(); | ||
+ | }); | ||
+ | /* | ||
+ | $(".profilewrap").hover(function(){ | ||
+ | $(this).find('.normal').hide(); | ||
+ | $(this).find('.crazy').show(); | ||
+ | },function(){ | ||
+ | $(this).find('.normal').show(); | ||
+ | $(this).find('.crazy').hide(); | ||
+ | }); | ||
+ | */ | ||
+ | }); | ||
+ | </script> | ||
+ | <script src="https://2014.igem.org/Team:USTC-Software/main.js?action=raw&ctype=text/javascript"></script> <!-- Resource jQuery --> | ||
+ | |||
+ | <script src="https://2014.igem.org/Team:USTC-Software/foundation.min.js?action=raw&ctype=text/javascript"></script> | ||
+ | <script> | ||
+ | $(document).foundation(); | ||
+ | </script> | ||
+ | |||
+ | </body> | ||
+ | </html> |
Revision as of 09:18, 17 October 2014