|
|
Line 1: |
Line 1: |
| + | {{:Team:Evry/Template:HomeIncludes}} |
| <html> | | <html> |
- | <head>
| |
- |
| |
- | <title>IGEM Evry 2014</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">
| |
- |
| |
- | <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="https://2014.igem.org/Team:Evry/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 src="/zeppelin/js/jquery.countTo.min.js"></script>
| |
- | <script src="/zeppelin/js/jquery.appear.min.js"></script>
| |
- | <script src="/zeppelin/js/typed.min.js"></script>
| |
- | <script src="/zeppelin/js/waves.min.js"></script>-->
| |
- | <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
| |
- | <script src="https://2014.igem.org/Team:Evry/JS?action=raw&ctype=text/javascript"></script>
| |
- | <script>
| |
- | //Location properties
| |
- | var googleMaps = 'index';
| |
- | var eventPlace = new google.maps.LatLng(48.815906, 2.362838);
| |
- | var centerMap = new google.maps.LatLng(48.815906, 2.362838);
| |
- | var mobileCenterMap = new google.maps.LatLng(48.815906, 2.362838);
| |
- | var icon = 'https://raw.githubusercontent.com/tagazok/zeppelin/master/zeppelin/img/svg/map-marker.svg';
| |
- | //Twitter
| |
- | var twitterFeedUrl = 'http://lviv.gdg.org.ua/tweetledee/favoritesjson.php?c=10&cache_interval=900';
| |
- |
| |
- | $(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: ["", "Conference", "LiveCode", "Season"],
| |
- | typeSpeed: 150,
| |
- | backDelay: 900,
| |
- | loop: true
| |
- | });
| |
- | });
| |
- | });
| |
- | </script>
| |
| <body> | | <body> |
| | | |