Difference between revisions of "Team:Bordeaux/Template:Global"
(Blanked the page) |
|||
(58 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <head> | ||
+ | <title>IGEM Bordeaux 2015</title> | ||
+ | |||
+ | <!-- Fonts --> | ||
+ | <link href='http://fonts.googleapis.com/css?family=Roboto:200,300,400,500&subset=latin,cyrillic' rel='stylesheet' type='text/css'> | ||
+ | |||
+ | |||
+ | <!-- Bootstrap --> | ||
+ | <link rel="stylesheet" href="http://www.bootstrapcdn.com/bootstrap/3.3.5/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" /> | ||
+ | |||
+ | </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 src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script> | ||
+ | <script src="https://2015.igem.org/Team:Bordeaux/JS?action=raw&ctype=text/javascript"></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> |
Latest revision as of 10:12, 12 September 2015