-
Notifications
You must be signed in to change notification settings - Fork 937
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop'. Project Zeppelin v0.4
- Loading branch information
Showing
95 changed files
with
629 additions
and
394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,9 @@ _site/ | |
|
||
|
||
### Sass ### | ||
.sass-cache | ||
.sass-cache | ||
|
||
### Windows ### | ||
# Windows image file caches | ||
Thumbs.db | ||
ehthumbs.db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
- | ||
id: 0 | ||
name: "Dmytro" | ||
surname: "Danylyk" | ||
company: "Lemberg Solutions Limited" | ||
title: "Android Developer" | ||
thumbnailUrl: DmytroDanylyk.jpg | ||
social: | ||
- {name: "google-plus", link: "https://plus.google.com/+DmytroDanylyk"} | ||
- {name: "twitter", link: "https://twitter.com/dmytrodanylyk"} | ||
- {name: "github", link: "https://github.com/dmytrodanylyk"} | ||
- | ||
id: 1 | ||
name: "Vitaliy" | ||
surname: "Zasadnyy" | ||
company: "Nravo, GDG Lviv" | ||
title: "Team Lead, Unity 3D Developer" | ||
thumbnailUrl: VitaliyZasadnyy.jpg | ||
social: | ||
- {name: "google-plus", link: "https://google.com/+VitalikZasadnyy"} | ||
- {name: "twitter", link: "https://twitter.com/zasadnyy"} | ||
- {name: "github", link: "https://github.com/zasadnyy"} | ||
- {name: "site", link: "http://zasadnyy.com/"} | ||
- | ||
id: 2 | ||
name: "Ostap" | ||
surname: "Andrusiv" | ||
company: "ELEKS, GDG Lviv" | ||
title: "R&D Engineer" | ||
thumbnailUrl: OstapAndrusiv.jpg | ||
social: | ||
- {name: "google-plus", link: "https://google.com/+OstapAndrusiv"} | ||
- {name: "twitter", link: "https://twitter.com/p1f"} | ||
- {name: "site", link: "http://andrusiv.com/"} | ||
- | ||
id: 3 | ||
name: "Oleh" | ||
surname: "Zasadnyy" | ||
company: "EPAM Systems, GDG Lviv" | ||
title: "Junior Software Engineer" | ||
thumbnailUrl: OlehZasadnyy.jpg | ||
social: | ||
- {name: "google-plus", link: "https://google.com/+OlehZasadnyy"} | ||
- {name: "github", link: "https://github.com/ozasadnyy"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- About Hackathon Section --> | ||
<section id="about-hackathon" class="about-hackathon"> | ||
<div class="content-wrapper"> | ||
<div class="col-md-8 col-md-offset-2"> | ||
<h3>{{ site.aboutHackathonTitle }}</h3> | ||
{% for row in site.hackathonRows %} | ||
{% assign check = forloop.index0 | modulo:2 %} | ||
<div class="hackathon-row {% if check == 0 %}float-left{% else %}float-right{% endif %} col-md-12"> | ||
<div class="hackathon-img-wrapper animated hiding" data-animation="{% if check == 0 %}fadeInLeft{% else %}fadeInRight{% endif %}" data-delay="0"> | ||
<img class="img-responsive" src="{{ site.baseurl }}/img/hackathon/{{ row.image }}" alt="Hackathon"> | ||
</div> | ||
<div class="hackathon-details animated hiding" data-animation="{% if check == 0 %}fadeInRight{% else %}fadeInLeft{% endif %}" data-delay="0"> | ||
<h4>{{ row.title }}</h4> | ||
<p>{{ row.details }}</p> | ||
</div> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
</div> | ||
</section> | ||
<!-- End About Hackathon Section --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- Begin Hackathon Location Section --> | ||
<section id="hackathon-location" class="hackathon-location"> | ||
<div id="canvas-map" class="canvas-map"></div> | ||
<div class="content-wrapper"> | ||
<div class="col-lg-3 col-md-4 col-sm-6 animated hiding location-description text-left" data-animation="fadeInLeft" data-delay="0"> | ||
{% if site.hackathonLocationName %} | ||
<h5 class="location-name">{{ site.hackathonLocationName }}</h5> | ||
{% endif %} | ||
<p class="location-address">{{ site.hackathonStreetAddress }}, {{ site.hackathonAddressLocality }}</p> | ||
<div class="hackathon-time"> | ||
<span>{{ site.hackathonTimeTitle }}</span> | ||
{% assign startTime = site.hackathonStartTime | split: "T" %} | ||
<time>{{ startTime[1] }}</time> - | ||
{% assign endTime = site.hackathonEndTime | split: "T" %} | ||
<time>{{ endTime[1] }}</time> | ||
</div> | ||
<a href="http://maps.google.com/maps?ll={{ site.hackathonPlaceCoordinates | replace:' ',''}}&z=17&t=m&hl=en-US&gl=US&mapclient=embed&q={{ site.hackathonStreetAddress | replace:' ','%20' | replace:',','%2C'}}%2C%20{{ site.hackathonAddressLocality | replace:' ','%20' | replace:',','%2C'}}" class="view-on-map" target="_blank">{{ site.viewOnMap }}</a> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- End Hackathon Location Section --> |
Oops, something went wrong.