diff --git a/_config.yml b/_config.yml index 80ba76c..37f899d 100644 --- a/_config.yml +++ b/_config.yml @@ -42,7 +42,7 @@ navigationLinks: - {permalink: "/speakers/", text: "Speakers"} - {permalink: "/team/", text: "Team"} - {permalink: "/logistics/", text: "Logistics"} - - {link: "https://developers.google.com", text: "Developers"} + - {permalink: "/hackathon/", text: "Hackathon"} bottomNavigationLinks: - {link: "http://bit.ly/dfua-c4p", text: "Become a speaker"} rightNavigationButtons: @@ -222,4 +222,7 @@ directionDetailsWideCards: - {link: "https://plus.google.com/b/102444623953913144164", text: "InterContinental"} - {link: "https://plus.google.com/b/102444623953913144164", text: "The Hotel Rex"} - {link: "https://plus.google.com/b/102444623953913144164", text: "Westin Market Street"} - - {link: "https://plus.google.com/b/102444623953913144164", text: "Hotel Adagio"} \ No newline at end of file + - {link: "https://plus.google.com/b/102444623953913144164", text: "Hotel Adagio"} + +# Hackathon Judges Block +judgesTitle: "Judges" \ No newline at end of file diff --git a/_data/judges.yml b/_data/judges.yml new file mode 100644 index 0000000..7d247ea --- /dev/null +++ b/_data/judges.yml @@ -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"} \ No newline at end of file diff --git a/_includes/about-hackathon.html b/_includes/about-hackathon.html new file mode 100644 index 0000000..638ac95 --- /dev/null +++ b/_includes/about-hackathon.html @@ -0,0 +1,16 @@ + +
+
+
+
Hackathon
+
+

Android Wear Hackathon

+

+ The front doors will be locked because this is after hours, please park behind the building and come to the door nearest the parking lot.

+ Our last meeting showed that there was a lot of interest in Android Wear so we decided to put on an Android Wear Hackathon to see what you could come up with! We realize that this is pretty short notice so we hope you can help us spread the word! There will be pizza, prizes and a great group of geeks to spend the evening coding with! Even if you don't have an app idea come on in and lend a hand to someone else or maybe find inspiration once you're here! +

+
+
+
+
+ diff --git a/_includes/hackathon-location.html b/_includes/hackathon-location.html new file mode 100644 index 0000000..27759fe --- /dev/null +++ b/_includes/hackathon-location.html @@ -0,0 +1,30 @@ + +
+
+
+
+
+
+

{{ site.locationBlockTitle }}

+
    + {% if site.eventLocationName %}
  • {{ site.eventLocationName }}
  • {% endif %} +
  • {{ site.eventStreetAddress }}, {{ site.eventAddressLocality }}
  • +
  • {{ site.email }}
  • +
  • + {% assign startTime = site.eventStartTime | split: "T" %} + - + {% assign endTime = site.eventEndTime | split: "T" %} + +
  • +
+
+ + + + + +
+
+
+
+ \ No newline at end of file diff --git a/_includes/judges.html b/_includes/judges.html new file mode 100644 index 0000000..66fe344 --- /dev/null +++ b/_includes/judges.html @@ -0,0 +1,27 @@ + +
+
+
+
+

{{ site.judgesTitle }}

+
+ {% assign animationDelay = 0 %} + {% for judge in site.data.judges %} + {% assign colWidth = 12 | divided_by: forloop.length %} +
+
+
+
{{ judge.name }} {{ judge.surname }}
+
{{ judge.company }}
+
{{ judge.title }}
+
+
+ {% assign animationDelay = animationDelay | plus:500 %} + {% assign check = forloop.index | modulo:2 %} + {% if check == 0 %}
{% endif %} + {% endfor %} +
+
+
+
+ diff --git a/_includes/location-map.html b/_includes/location-map.html index 1ada51c..c754e14 100644 --- a/_includes/location-map.html +++ b/_includes/location-map.html @@ -20,7 +20,7 @@ - + diff --git a/_layouts/default.html b/_layouts/default.html index 739b0be..6631329 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -41,14 +41,14 @@ } - {% if page.permalink == '/' %} + {% if page.permalink == '/' or page.permalink == '/hackathon/' %} {% elsif page.permalink == '/logistics/' %} {% endif %}