Initial commit

This commit is contained in:
Vitaliy Zasadnyy 2014-07-28 22:27:01 +03:00
parent 8e3b6da84f
commit 95607eea61
241 changed files with 14242 additions and 3 deletions

35
_includes/organizers.html Normal file
View file

@ -0,0 +1,35 @@
<!-- Begin Organizers Section -->
<section id="sponsors">
<div class="content-wrapper">
<div class="col-lg-10 col-lg-offset-1">
<!-- <h3>Organizers</h3> -->
<h5>Main organizer</h5>
<ul class="list-inline">
<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>
</li>
</ul>
</div>
</div>
</section>
<!-- End Organizers Section -->