Team:UFMG Brazil/Project/Protocols
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{UFMG_Brazil/css}} | {{UFMG_Brazil/css}} | ||
<html> | <html> | ||
- | + | <head> | |
<style> | <style> | ||
- | |||
#wrapper_protocols{ | #wrapper_protocols{ | ||
Line 18: | Line 17: | ||
color: #FFFFFF; | color: #FFFFFF; | ||
} | } | ||
- | |||
</style> | </style> | ||
+ | <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | ||
+ | <title>Home</title> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta name="format-detection" content="telephone=no"> | ||
+ | <link rel="stylesheet" href="https://dl.dropboxusercontent.com/u/80760623/igem2014/css/grid.css"> | ||
+ | <link rel="stylesheet" href="https://dl.dropboxusercontent.com/u/80760623/igem2014/css/style.css"> | ||
+ | <link rel="stylesheet" href="https://dl.dropboxusercontent.com/u/80760623/igem2014/css/font-awesome.css" > | ||
+ | <link rel="stylesheet" href="https://dl.dropboxusercontent.com/u/80760623/igem2014/css/owl.carousel.css" > | ||
+ | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" > | ||
+ | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bevan" > | ||
+ | <!--[if lt IE 9]> | ||
+ | <div style=' clear: both; text-align:center; position: relative;'> | ||
+ | <a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode"> | ||
+ | <img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." /> | ||
+ | </a> | ||
+ | </div> | ||
+ | <script src="https://dl.dropboxusercontent.com/u/80760623/igem2014/js/html5shiv.js"></script> | ||
+ | <link rel="stylesheet" type="text/css" media="screen" href="css/ie.css"> | ||
+ | <![endif]--> | ||
+ | |||
+ | <script src="https://dl.dropboxusercontent.com/u/80760623/igem2014/js/jquery.js"></script> | ||
+ | <script src="https://dl.dropboxusercontent.com/u/80760623/igem2014/js/jquery-migrate-1.2.1.js"></script> | ||
+ | <script src="https://dl.dropboxusercontent.com/u/80760623/igem2014/js/owl.carousel.js"></script> | ||
+ | <script src="https://dl.dropboxusercontent.com/u/80760623/igem2014/js/script.js"></script> | ||
+ | <script> | ||
+ | $( document ).ready(function() { | ||
+ | $('#igemmenulogo').click(function(){ | ||
+ | toggleMenu(); | ||
+ | }); | ||
+ | }); | ||
+ | function toggleMenu(){ | ||
+ | if($('#top-section').css("height") == "25px"){ | ||
+ | $('#top-section').css("height", "10px"); | ||
+ | $('.left-menu').hide(); | ||
+ | $('.right-menu').hide(); | ||
+ | } | ||
+ | else{ | ||
+ | $('#top-section').css("height", "25px"); | ||
+ | $('.left-menu').show(); | ||
+ | $('.right-menu').show(); | ||
+ | } | ||
+ | } | ||
+ | toggleMenu(); | ||
+ | </script> | ||
+ | </head> | ||
+ | <body id="top"> | ||
<!--======================================================== | <!--======================================================== | ||
HEADER | HEADER |
Revision as of 00:26, 16 October 2014