Static map on small screens, ability to change background image/color of top-section, finalised hackathon page

This commit is contained in:
Oleh Zasadnyy 2014-08-31 21:52:35 +03:00
parent 05b66f6e7c
commit fbaeb935bb
63 changed files with 224 additions and 362 deletions

View file

@ -1,5 +1,5 @@
<!-- Begin Top Section -->
<section id="top-section" class="top-section image-section">
<section id="top-section" class="top-section image-section {% if page.image %}enable-overlay{% endif %}" style="{% if page.image %}background-image: url('{{ site.baseurl }}/img/sections-background/{{ page.image }}');{% elsif page.color %}background: {{ page.color }}{% endif %}">
<div class="overlay gradient-overlay"></div>
{% include navigation.html %}