mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Hackathon page basic structure
This commit is contained in:
parent
7ae23da21e
commit
8ed616c1bb
35 changed files with 152 additions and 7 deletions
|
@ -41,14 +41,14 @@
|
|||
}
|
||||
</script>
|
||||
<script src="{{ "/js/default.js" | prepend: site.baseurl }}"></script>
|
||||
{% if page.permalink == '/' %}
|
||||
{% if page.permalink == '/' or page.permalink == '/hackathon/' %}
|
||||
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
|
||||
{% elsif page.permalink == '/logistics/' %}
|
||||
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places,geometry"></script>
|
||||
{% endif %}
|
||||
<script>
|
||||
Waves.displayEffect();
|
||||
{% if page.permalink == '/' %}
|
||||
{% if page.permalink == '/' or page.permalink == '/hackathon/' %}
|
||||
var googleMaps = 'index',
|
||||
eventPlace = new google.maps.LatLng({{ site.eventPlaceCoordinates }}),
|
||||
centerMap = new google.maps.LatLng({{ site.mapCenterCoordinates }}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue