mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Schedule page
This commit is contained in:
parent
e7d34d963f
commit
5c8e326daa
67 changed files with 1384 additions and 11890 deletions
|
@ -1,34 +1,20 @@
|
|||
<!-- Begin Organizers Section -->
|
||||
<section id="sponsors">
|
||||
<section id="organizers" class="organizers">
|
||||
<div class="content-wrapper">
|
||||
<div class="col-lg-10 col-lg-offset-1">
|
||||
<!-- <h3>Organizers</h3> -->
|
||||
<h5>Main organizer</h5>
|
||||
{% for organizer in site.data.organizers %}
|
||||
<h5>{{ organizer.group }}</h5>
|
||||
<ul class="list-inline">
|
||||
{% for element in organizer.elements %}
|
||||
<li>
|
||||
<a href="http://lviv.gdg.org.ua/" target="_blank">
|
||||
<img src="{{ site.baseurl }}/img/sponsors/gdg-lviv.svg" alt="Google Developers Group Lviv">
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h5>Co-organizers</h5>
|
||||
<ul class="list-inline">
|
||||
<li>
|
||||
<a href="http://kyiv.gdg.org.ua/" target="_blank">
|
||||
<img src="{{ site.baseurl }}/img/sponsors/gdg-kyiv.png" alt="Google Developers Group Kyiv">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://cherkassy.gdg.org.ua/" target="_blank">
|
||||
<img src="{{ site.baseurl }}/img/sponsors/gdg-cherkassy.png" alt="Google Developers Group Cherkassy">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://dnipro.gdg.org.ua/" target="_blank">
|
||||
<img src="{{ site.baseurl }}/img/sponsors/gdg-dnipropetrovsk.png" alt="Google Developers Group Dnipropetrovs'k">
|
||||
<a href="{{ element.link }}" target="_blank">
|
||||
<img src="{{ site.baseurl }}/img/organizers/{{ element.imageUrl }}" alt="{{ element.description }}">
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue