mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Optimized _layouts. Merged most js libraries into one
This commit is contained in:
parent
b17812e89f
commit
84c47e3584
34 changed files with 397 additions and 682 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" itemscope itemtype="http://schema.org/Blog">
|
||||
<html lang="en">
|
||||
|
||||
|
||||
<head>
|
||||
|
@ -278,7 +278,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- End Direction Details --> <!-- Begin Footer -->
|
||||
<!-- End Direction Details -->
|
||||
|
||||
<!-- Begin Footer -->
|
||||
<footer id="footer" class="footer">
|
||||
<div class="row">
|
||||
<div class="pull-left col-md-6 col-xs-6">
|
||||
|
@ -315,7 +317,7 @@
|
|||
<h5>FAQ</h5>
|
||||
<ul>
|
||||
|
||||
<li><a href=" /zeppelinhttp://localhost:4000/zeppelin/cod/ " target="_blank">Code of Conduct</a></li>
|
||||
<li><a href=" /zeppelin/cod/ " target="_blank">Code of Conduct</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -326,7 +328,7 @@
|
|||
<ul class="social-links">
|
||||
|
||||
<li>
|
||||
<a href="https://plus.google.com/b/102444623953913144164" target="_blank">
|
||||
<a href=" " target="_blank">
|
||||
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
|
||||
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use>
|
||||
</svg>
|
||||
|
@ -334,7 +336,7 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://twitter.com/intent/user?screen_name=GDGLviv" target="_blank">
|
||||
<a href=" " target="_blank">
|
||||
<svg class="icon icon-twitter" viewBox="0 0 30 32">
|
||||
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-twitter"></use>
|
||||
</svg>
|
||||
|
@ -342,7 +344,7 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://facebook.com/GDGLviv" target="_blank">
|
||||
<a href=" " target="_blank">
|
||||
<svg class="icon icon-facebook" viewBox="0 0 30 32">
|
||||
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-facebook"></use>
|
||||
</svg>
|
||||
|
@ -350,7 +352,7 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<a href="http://localhost:4000/zeppelin/feed.xml" target="_blank">
|
||||
<a href=" " target="_blank">
|
||||
<svg class="icon icon-rss" viewBox="0 0 30 32">
|
||||
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-rss"></use>
|
||||
</svg>
|
||||
|
@ -375,6 +377,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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),
|
||||
|
@ -385,30 +391,34 @@
|
|||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
<script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||
<!-- jQuery local fallback -->
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
||||
<script>
|
||||
window.jQuery || document.write('<script src="/zeppelin/js/jquery-2.1.1.min.js ><\/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>')
|
||||
}
|
||||
if (typeof($.fn.modal) === 'undefined') {
|
||||
document.write('<script src="/zeppelin/js/bootstrap.min.js><\/script>')
|
||||
}
|
||||
</script>
|
||||
<script src="/zeppelin/js/jquery.appear.min.js"></script>
|
||||
<script src="/zeppelin/js/waves.min.js"></script>
|
||||
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places,geometry"></script>
|
||||
<script src="/zeppelin/js/default.js"></script>
|
||||
|
||||
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places,geometry"></script>
|
||||
|
||||
<script>
|
||||
var googleMaps = 'logistics';
|
||||
var eventPlace = new google.maps.LatLng(49.843237,24.028751);
|
||||
var centerMap = new google.maps.LatLng(49.056728, 3.117289);
|
||||
var mobileCenterMap = new google.maps.LatLng(48.335365, 23.711648);
|
||||
var icon = '/zeppelin/img/svg/map-marker.svg';
|
||||
Waves.displayEffect();
|
||||
|
||||
var googleMaps = 'logistics',
|
||||
eventPlace = new google.maps.LatLng(49.843237,24.028751),
|
||||
centerMap = new google.maps.LatLng(49.056728, 3.117289),
|
||||
mobileCenterMap = new google.maps.LatLng(48.335365, 23.711648),
|
||||
icon = '/zeppelin/img/svg/map-marker.svg';
|
||||
|
||||
</script>
|
||||
<script src="/zeppelin/js/scripts.min.js"></script>
|
||||
|
||||
|
||||
<script type="application/ld+json">
|
||||
[{
|
||||
"@context" : "http://schema.org",
|
||||
|
@ -439,15 +449,16 @@
|
|||
"longitude" : "24.028751"
|
||||
}
|
||||
},
|
||||
"organizer" : {
|
||||
"@type" : "Organization",
|
||||
"name" : "GDG Lviv",
|
||||
"alternateName" : "Google Developer Group Lviv",
|
||||
"description" : "Open and volunteer geek communities who create exciting projects and share experience about Google technology with passion.",
|
||||
"logo" : "http://gdg-x.github.io/zeppelin/img/seo/organizer-logo.png",
|
||||
"email" : "lviv@gdg.org.ua",
|
||||
"sameAs" : "http://lviv.gdg.org.ua/"
|
||||
},
|
||||
// Not supported yet
|
||||
// "organizer" : {
|
||||
// "@type" : "Organization",
|
||||
// "name" : "GDG Lviv",
|
||||
// "alternateName" : "Google Developer Group Lviv",
|
||||
// "description" : "Open and volunteer geek communities who create exciting projects and share experience about Google technology with passion.",
|
||||
// "logo" : "http://gdg-x.github.io/zeppelin/img/seo/organizer-logo.png",
|
||||
// "email" : "lviv@gdg.org.ua",
|
||||
// "sameAs" : "http://lviv.gdg.org.ua/"
|
||||
// },
|
||||
"offers" : [
|
||||
|
||||
{
|
||||
|
@ -547,4 +558,4 @@
|
|||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue