Hackathon page basic structure

This commit is contained in:
Oleh Zasadnyy 2014-08-28 00:49:51 +03:00
parent 7ae23da21e
commit 8ed616c1bb
35 changed files with 152 additions and 7 deletions

View file

@ -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 }}),