Team:UCL/Template:htmlheader
From 2014.igem.org
(Difference between revisions)
Adamdenyer (Talk | contribs) (Created page with "blah blah blah") |
|||
(27 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | <html> | |
+ | |||
+ | <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en" dir="ltr"> <![endif]--> | ||
+ | <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en" dir="ltr"> <![endif]--> | ||
+ | <!--[if IE 8]> <html class="no-js lt-ie9" lang="en" dir="ltr"> <![endif]--> | ||
+ | <!--[if gt IE 8]><!--><html class="no-js" lang="en" dir="ltr"><!--<![endif]--> | ||
+ | |||
+ | |||
+ | <!-- Mirrored from bombdiggitydesign.com/crisp-2/Crisp-warm/index.html by HTTrack Website Copier/3.x [XR&CO'2013], Tue, 22 Apr 2014 10:11:38 GMT --> | ||
+ | <head> | ||
+ | <title>Goodbye Azo Dye : iGEM 2014 - University College London</title> | ||
+ | |||
+ | <!-- Meta Data ================ --> | ||
+ | <meta charset="UTF-8" /> | ||
+ | <meta name="description" content="Fill this in with your information" /> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
+ | <meta name="apple-mobile-web-app-capable" content="yes" /> | ||
+ | |||
+ | <!-- CSS ================ --> | ||
+ | <link rel="stylesheet" href="http://ucl-igem-2014.netne.net/assets/css/bootstrap.min.css" type="text/css"/> | ||
+ | <link rel="stylesheet" href="http://ucl-igem-2014.netne.net/assets/css/style.css" type="text/css"/> | ||
+ | <link rel="stylesheet" href="http://ucl-igem-2014.netne.net/assets/css/header-1.css" type="text/css"/> | ||
+ | |||
+ | <!-- lemmon slider variable width slider for images --> | ||
+ | <link rel="stylesheet" href="http://ucl-igem-2014.netne.net/assets/css/lemmon-slider.css" type="text/css" media="screen" /> | ||
+ | |||
+ | <!-- Icons ================ --> | ||
+ | <!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: --> | ||
+ | <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.html" /> | ||
+ | <!-- For first- and second-generation iPad: --> | ||
+ | <link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.html" /> | ||
+ | <!-- For iPhone with high-resolution Retina display: --> | ||
+ | <link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114-precomposed.html" /> | ||
+ | <!-- For third-generation iPad with high-resolution Retina display: --> | ||
+ | <link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144-precomposed.html" /> | ||
+ | <link rel="shortcut icon" href="favicon.ico" /> | ||
+ | |||
+ | <!-- Open Graph for facebook | ||
+ | http://graph.facebook.com/[UserName] replace [UserName] | ||
+ | with yours and get your fb:admis content information where the XXXX goes. | ||
+ | ================================================== --> | ||
+ | <meta property="og:title" content="Goodbye Azo Dye" /> | ||
+ | <meta property="og:url" content="https://2014.igem.org/Team:UCL/Home" /> | ||
+ | <meta property="og:image" content="https://static.igem.org/mediawiki/2014/4/4f/Gbad-red.png"/> | ||
+ | |||
+ | |||
+ | <!-- SCRIPTS ============================================== --> | ||
+ | <!-- NOTE:: jquery 1.9.1 supports older ie, 2.0 does not, but 1.9.1 does not work well on ie8 and | ||
+ | lower so version 1.7.2 is called for older versions of ie | ||
+ | :: calling jQuery in the head for ajax work if necessary. | ||
+ | --> | ||
+ | <!--[if gt IE 8]><!--> | ||
+ | <script src="http://ucl-igem-2014.netne.net/assets/js/jquery-1.9.1.min.js"></script> | ||
+ | <script>window.jQuery || document.write('<script src="http://ucl-igem-2014.netne.net/assets/js/jquery-1.9.1.min.js"><\/script>')</script> | ||
+ | <!--<![endif]--> | ||
+ | <!--[if lte IE 8]> | ||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | ||
+ | <![endif]--> | ||
+ | |||
+ | <!-- Add to Head after Style sheet http://modernizr.com/docs/#installing ================ --> | ||
+ | <script src="http://ucl-igem-2014.netne.net/assets/js/modernizr.js"></script><!-- js multiple backgrounds svg background size --> | ||
+ | |||
+ | <script type="text/javascript" src="http://ucl-igem-2014.netne.net/tweetie/tweetie.js"></script> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/ | ||
+ | |||
+ | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | ||
+ | |||
+ | border: 0 none; | ||
+ | height: 14px; | ||
+ | z-index: 100; | ||
+ | top: 0; | ||
+ | position: fixed; | ||
+ | width: 975px; | ||
+ | left: 50%; | ||
+ | margin-left: -487px; | ||
+ | } | ||
+ | |||
+ | #globalWrapper, #content { /*-- changes default wiki settings --*/ | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border: 0px; | ||
+ | background-color: transparent; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | font-size: 100%; | ||
+ | } | ||
+ | |||
+ | #footer { | ||
+ | text-align: left; | ||
+ | font-size: 100%; | ||
+ | } | ||
+ | |||
+ | #footer li { | ||
+ | margin: 0px; | ||
+ | } | ||
+ | |||
+ | .footerPosts li { | ||
+ | margin-top: 25px; | ||
+ | } | ||
+ | |||
+ | #bodyContent h1, #bodyContent h2 { | ||
+ | margin-bottom: 0px; | ||
+ | } | ||
+ | |||
+ | .hero-unit { | ||
+ | padding: 0 0 1% 0; | ||
+ | } | ||
+ | |||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | padding-top: .1em; | ||
+ | border:none; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <script> | ||
+ | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
+ | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
+ | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
+ | })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
+ | |||
+ | ga('create', 'UA-52698484-1', 'auto'); | ||
+ | ga('send', 'pageview'); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | </html> |
Latest revision as of 10:11, 10 July 2014