From 8ed616c1bb61d0e1f8877c840b556c7a7051ac3e Mon Sep 17 00:00:00 2001 From: Oleh Zasadnyy Date: Thu, 28 Aug 2014 00:49:51 +0300 Subject: [PATCH] Hackathon page basic structure --- _config.yml | 7 ++- _data/judges.yml | 44 ++++++++++++++++++ _includes/about-hackathon.html | 16 +++++++ _includes/hackathon-location.html | 30 ++++++++++++ _includes/judges.html | 27 +++++++++++ _includes/location-map.html | 2 +- _layouts/default.html | 4 +- _sass/main.scss | 4 +- _sass/partials/_about-hackathon.scss | 0 _sass/partials/_judges.scss | 8 ++++ css/main.min.css | 2 +- hackathon.html | 15 ++++++ img/conference.jpg | Bin 20794 -> 20850 bytes img/favicons/apple-touch-icon-120x120.png | Bin 2342 -> 2355 bytes img/favicons/apple-touch-icon-144x144.png | Bin 2622 -> 2644 bytes img/favicons/apple-touch-icon-152x152.png | Bin 2718 -> 2735 bytes img/favicons/apple-touch-icon-57x57.png | Bin 1686 -> 1697 bytes img/favicons/apple-touch-icon-60x60.png | Bin 1723 -> 1734 bytes img/favicons/apple-touch-icon-72x72.png | Bin 1859 -> 1869 bytes img/favicons/apple-touch-icon-76x76.png | Bin 1896 -> 1908 bytes img/favicons/apple-touch-icon-precomposed.png | Bin 2718 -> 2735 bytes img/favicons/apple-touch-icon.png | Bin 2718 -> 2735 bytes img/favicons/favicon-160x160.png | Bin 2769 -> 2789 bytes img/favicons/favicon-196x196.png | Bin 3121 -> 3193 bytes img/favicons/favicon-32x32.png | Bin 1261 -> 1273 bytes img/favicons/favicon-96x96.png | Bin 2118 -> 2122 bytes img/favicons/mstile-144x144.png | Bin 2622 -> 2644 bytes img/favicons/mstile-150x150.png | Bin 2567 -> 2644 bytes img/favicons/mstile-310x150.png | Bin 2684 -> 2791 bytes img/hackathon-0.png | Bin 0 -> 168266 bytes img/judges.jpg | Bin 0 -> 214150 bytes img/seo/organizer-logo.png | Bin 5188 -> 3322 bytes img/seo/sharing-twitter.png | Bin 7901 -> 7052 bytes img/speakers/DawidOstrowski.jpg | Bin 8192 -> 9749 bytes img/sprites/logos.png | Bin 70880 -> 50690 bytes 35 files changed, 152 insertions(+), 7 deletions(-) create mode 100644 _data/judges.yml create mode 100644 _includes/about-hackathon.html create mode 100644 _includes/hackathon-location.html create mode 100644 _includes/judges.html create mode 100644 _sass/partials/_about-hackathon.scss create mode 100644 _sass/partials/_judges.scss create mode 100644 hackathon.html create mode 100644 img/hackathon-0.png create mode 100644 img/judges.jpg 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 %}