Difference between revisions of "Team:Bordeaux/Template:Global"
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <head> | ||
+ | <title>IGEM Bordeaux 2015</title> | ||
+ | <link rel="shortcut icon" href="/zeppelin/img/favicons/favicon.ico"> | ||
+ | <link rel="apple-touch-icon" sizes="152x152" href="/zeppelin/img/favicons/apple-touch-icon-152x152.png"> | ||
+ | <link rel="apple-touch-icon" sizes="144x144" href="/zeppelin/img/favicons/apple-touch-icon-144x144.png"> | ||
+ | <link rel="apple-touch-icon" sizes="120x120" href="/zeppelin/img/favicons/apple-touch-icon-120x120.png"> | ||
+ | <link rel="apple-touch-icon" sizes="114x114" href="/zeppelin/img/favicons/apple-touch-icon-114x114.png"> | ||
+ | <link rel="apple-touch-icon" sizes="76x76" href="/zeppelin/img/favicons/apple-touch-icon-76x76.png"> | ||
+ | <link rel="apple-touch-icon" sizes="72x72" href="/zeppelin/img/favicons/apple-touch-icon-72x72.png"> | ||
+ | <link rel="apple-touch-icon" sizes="60x60" href="/zeppelin/img/favicons/apple-touch-icon-60x60.png"> | ||
+ | <link rel="apple-touch-icon" sizes="57x57" href="/zeppelin/img/favicons/apple-touch-icon-57x57.png"> | ||
+ | <link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-196x196.png"> | ||
+ | <link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-160x160.png"> | ||
+ | <link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-96x96.png"> | ||
+ | <link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-32x32.png"> | ||
+ | <link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-16x16.png"> | ||
+ | <meta name="msapplication-TileColor" content="#2b5797"> | ||
+ | <meta name="msapplication-TileImage" content="/zeppelin/img/favicons/mstile-144x144.png"> | ||
+ | <meta name="msapplication-config" content="/zeppelin/img/favicons/browserconfig.xml"> | ||
+ | <meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
+ | |||
+ | <link href='http://fonts.googleapis.com/css?family=Roboto:100,300,400,500&subset=latin,cyrillic' rel='stylesheet' type='text/css'> | ||
+ | |||
+ | <!-- Bootstrap --> | ||
+ | <link rel="stylesheet" href="http://www.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> | ||
+ | <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css"> | ||
+ | <link rel="stylesheet" href="https://2015.igem.org/Team:Bordeaux/CSS?action=raw&ctype=text/css" type="text/css" /> | ||
+ | |||
+ | <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
+ | <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
+ | <!--[if lt IE 9]> | ||
+ | <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
+ | <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | ||
+ | <![endif]--> | ||
+ | </head> | ||
+ | |||
+ | <script src="//code.jquery.com/jquery-2.1.1.min.js"></script> | ||
+ | <!-- jQuery local fallback --> | ||
+ | <script> | ||
+ | window.jQuery || document.write('<script src="/zeppelin/js/jquery-2.1.1.min.js ><\/script>') | ||
+ | </script> | ||
+ | <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | ||
+ | <!-- Bootstrap JS local fallback --> | ||
+ | <script> | ||
+ | if (typeof ($.fn.modal) === 'undefined') { | ||
+ | document.write('<script src="/zeppelin/js/bootstrap.min.js ><\/script>') | ||
+ | } | ||
+ | </script> | ||
+ | |||
+ | |||
+ | |||
+ | <script> | ||
+ | $(document).ready(function () { | ||
+ | var bodyColor = $('body').css('color'); | ||
+ | if (bodyColor != 'rgb(51, 51, 51)') { | ||
+ | $("head").prepend('<link rel="stylesheet" href="http://www.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">'); | ||
+ | } | ||
+ | $(function () { | ||
+ | $("#typeout-text").typed({ | ||
+ | strings: ["","Cured Vine",""], | ||
+ | typeSpeed: 150, | ||
+ | backDelay: 800, | ||
+ | loop: true | ||
+ | }); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </html> |
Revision as of 12:50, 10 June 2015