mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 14:01:29 +02:00
Updated hackathon page
This commit is contained in:
parent
8ed616c1bb
commit
aaa240eb29
14 changed files with 157 additions and 52 deletions
|
@ -48,7 +48,7 @@
|
|||
{% endif %}
|
||||
<script>
|
||||
Waves.displayEffect();
|
||||
{% if page.permalink == '/' or page.permalink == '/hackathon/' %}
|
||||
{% if page.permalink == '/' %}
|
||||
var googleMaps = 'index',
|
||||
eventPlace = new google.maps.LatLng({{ site.eventPlaceCoordinates }}),
|
||||
centerMap = new google.maps.LatLng({{ site.mapCenterCoordinates }}),
|
||||
|
@ -90,6 +90,12 @@
|
|||
centerMap = new google.maps.LatLng({{ site.logisticsMapCenterCoordinates }}),
|
||||
mobileCenterMap = new google.maps.LatLng({{ site.logisticsMapMobileCenterCoordinates }}),
|
||||
icon = '{{ site.baseurl }}/img/svg/map-marker.svg';
|
||||
{% elsif page.permalink == '/hackathon/' %}
|
||||
var googleMaps = 'hackathon',
|
||||
eventPlace = new google.maps.LatLng({{ site.hackathonPlaceCoordinates }}),
|
||||
centerMap = new google.maps.LatLng({{ site.hackathonMapCenterCoordinates }}),
|
||||
mobileCenterMap = new google.maps.LatLng({{ site.hackathonMapMobileCenterCoordinates }}),
|
||||
icon = '{{ site.baseurl }}/img/svg/map-marker.svg';
|
||||
{% endif %}
|
||||
</script>
|
||||
<script src="{{ "/js/scripts.min.js" | prepend: site.baseurl }}"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue