mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Static map on small screens, ability to change background image/color of top-section, finalised hackathon page
This commit is contained in:
parent
05b66f6e7c
commit
fbaeb935bb
63 changed files with 224 additions and 362 deletions
|
@ -7,7 +7,7 @@
|
|||
<h5>{{ organizer.group }}</h5>
|
||||
<ul class="list-inline">
|
||||
{% for element in organizer.elements %}
|
||||
<li>
|
||||
<li {% if element.width != null %}style="width: {{ element.width }};"{% endif %}>
|
||||
<a href="{{ element.link }}" target="_blank">
|
||||
<img src="{{ site.baseurl }}/img/organizers/{{ element.imageUrl }}" title="{{ element.description }}" alt="{{ element.name }}">
|
||||
</a>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<h5>{{ partner.group }}</h5>
|
||||
<ul class="list-inline">
|
||||
{% for element in partner.elements %}
|
||||
<li>
|
||||
<li {% if element.width != null %}style="width: {{ element.width }};"{% endif %}>
|
||||
<a href="{{ element.link }}" target="_blank">
|
||||
<img src="{{ site.baseurl }}/img/partners/{{ element.imageUrl }}" title="{{ element.description }}" alt="{{ element.name }}">
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue