Updated partnership proposition, changed .explore icon animation, added new tickets block, merged js plugins into one file, refactoring of scripts.js, minor style fixes

This commit is contained in:
Oleh Zasadnyy 2014-08-25 12:42:51 +03:00
parent e9ee50a004
commit 220149a695
43 changed files with 432 additions and 5692 deletions

View file

@ -49,9 +49,10 @@ rightNavigationButtons:
- {link: "http://bit.ly/dfua-c4p", text: "Become a speaker"}
# Hero Block
heroTitle: "GDG DevFest <typeout> 2014"
heroTitle: "GDG DevFest<typeout>2014"
eventDate: "September - November, 2014"
typeoutTextValues: '"", "Season", "Ukraine", "Germany", "USA"'
typeoutFallback: "Season"
heroButtons:
- {url: "http://bit.ly/dfua-c4p", text: "Become a speaker"}
@ -113,32 +114,41 @@ subscribeTitle: "Subscribe for updates"
subscribeAction: "http://gdg.us5.list-manage1.com/subscribe/post?u=9fc8aa205b0521b5f05fc8e1e&amp;id=ae0fb459fc"
subscribeInfo: "Registration will be open around end of August. Number of tickets are limited. Stay tuned!"
# Buy Tickets Block
buyTicketsTitle: "Pricetable"
# Tickets Block
ticketsTitle: "Pricetable"
ticketsInfo: "Tickets grant access to all conference sections, coffee brakes, lunches and parties. Accommodation is NOT included in the ticket price."
ticketsOffers:
-
name: "1 day"
price: "$100"
name: "Early Bird"
price: "350"
priceCurrency: "UAH"
ticketsNumber: "150"
buyButtonLink: "http://dfua.ticketforevent.com/"
buyButtonText: "Buy Now"
ticketContentList: ["Lorem ipsum is simply", "Dummy text of the printing", "Typesetting industry"]
validFrom: "2014-08-20T10:00"
validThrough: "2014-10-23T23:59"
validFrom: "2014-08-25T10:00"
validThrough: "2014-09-30T23:59"
-
name: "3 days"
price: "$180"
name: "Last Chance"
price: "450"
priceCurrency: "UAH"
ticketsNumber: "100"
ribbon: "-20%"
featured: true
buyButtonLink: "http://dfua.ticketforevent.com/"
buyButtonText: "Buy Now"
ticketContentList: ["Lorem ipsum is simply", "Dummy text of the printing", "Typesetting industry"]
validFrom: "2014-08-20T10:00"
validFrom: "2014-10-01T00:00"
validThrough: "2014-10-23T23:59"
disabled: true
-
name: "2 days"
price: "$150"
name: "Student"
price: "200"
priceCurrency: "UAH"
ticketsNumber: "50"
buyButtonLink: "http://dfua.ticketforevent.com/"
buyButtonText: "Buy Now"
additionalInfo: "Requires a valid student ID at the conference check in. Without student ID at the check in, ticket will be cancelled without refund"
ticketContentList: ["Lorem ipsum is simply", "Dummy text of the printing", "Typesetting industry"]
validFrom: "2014-08-20T10:00"
validThrough: "2014-10-23T23:59"

View file

@ -5,6 +5,6 @@
-
group: "Co-organizers"
elements:
- {name: "GDG Lviv", description: "GDG Kyiv - Open and volunteer geek community", link: "http://kyiv.gdg.org.ua", imageUrl: "gdg-kyiv.png"}
- {name: "GDG Cherkassy", description: "GDG Cherkassy - Open and volunteer geek community", link: "http://cherkassy.gdg.org.ua", imageUrl: "gdg-cherkassy.png"}
- {name: "GDG Dnipropetrovsk", description: "GDG Dnipropetrovsk - Open and volunteer geek community", link: "http://dnipro.gdg.org.ua", imageUrl: "gdg-dnipropetrovsk.png"}
- {name: "GDG Lviv", description: "GDG Kyiv - Open and volunteer geek community", link: "http://kyiv.gdg.org.ua", imageUrl: "gdg-kyiv.svg"}
- {name: "GDG Cherkassy", description: "GDG Cherkassy - Open and volunteer geek community", link: "http://cherkassy.gdg.org.ua", imageUrl: "gdg-cherkasy.svg"}
- {name: "GDG Dnipropetrovsk", description: "GDG Dnipropetrovsk - Open and volunteer geek community", link: "http://dnipro.gdg.org.ua", imageUrl: "gdg-dnipropetrovsk.svg"}

View file

@ -5,32 +5,32 @@
<h3>{{ site.blogTitle }}</h3>
<div class="col-lg-8 col-md-10 col-xs-12">
{% for post in site.posts %}
{% assign postUrl = site.url | append: site.baseurl | append: post.url %}
<article class="row post">
<a href="{{ site.baseurl | append: post.url }}" title="{{ post.title }}"><h4>{{ post.title }}</h4></a>
<div class="post-header">
<div class="published pull-left">
<div class="published col-md-6 col-xs-6 pull-left">
<span class="caption">Posted:</span>
<span class="publish-date" itemprop="datePublished">{{ post.date | date: "%b %-d, %Y" }}{% if post.author %} • {{ post.author }}{% endif %}{% if post.meta %} • {{ post.meta }}{% endif %}</span>
</div>
<div class="share pull-right">
<div class="share col-md-6 col-xs-6 pull-right">
<ul class="social-links">
{% assign postUrl = site.url | append: site.baseurl | append: post.url %}
<li>
<a href="https://plus.google.com/share?url={{ postUrl }}" onclick="window.open('https://plus.google.com/share?url={{ postUrl }}', 'newwindow', 'width=600, height=500'); return false;">
<a href="#" onclick="window.open('https://plus.google.com/share?url={{ postUrl }}', 'newwindow', 'width=600, height=500'); return false;">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
</li>
<li>
<a href="https://twitter.com/home?status={{ postUrl }}" onclick="window.open('https://twitter.com/home?status={{ postUrl }}', 'newwindow', 'width=600, height=250'); return false;">
<a href="#" onclick="window.open('https://twitter.com/home?status={{ postUrl }}', 'newwindow', 'width=600, height=250'); return false;">
<svg class="icon icon-twitter" viewBox="0 0 30 32">
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li>
<a href="https://www.facebook.com/sharer/sharer.php?u={{ postUrl }}" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u={{ postUrl }}', 'newwindow', 'width=600, height=500'); return false;">
<a href="#" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u={{ postUrl }}', 'newwindow', 'width=600, height=500'); return false;">
<svg class="icon icon-facebook" viewBox="0 0 30 32">
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-facebook"></use>
</svg>

View file

@ -5,7 +5,7 @@
<h3>{{ site.directionDetailsTitle }}</h3>
</section>
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-left same-height-wrapper">
<div class="col-lg-10 col-lg-offset-1 text-left">
{% assign animationDelay = 0 %}
{% for card in site.directionDetailsCards %}
{% assign colWidth = 12 | divided_by: forloop.length %}

View file

@ -1,21 +1,20 @@
<!-- Begin Top Section -->
<!-- Begin Hero Section -->
<section id="top-section-hero" class="top-section-hero top-section image-section" style="background-image: url('{{ site.baseurl }}/img/hero.jpg');">
{% include navigation.html %}
<div class="jumbotron">
<div class="animated hiding" data-animation="fadeInDown" data-delay="500">
{% assign heroText = site.heroTitle | split:"<typeout>" %}
<h1>{{ heroText[0] }}<span id="typeout-text"></span>{{ heroText[1] }}</h1>
<h1>{{ heroText[0] }}<span id="typeout-text" class="hidden-xs"></span><span class="typeout-fallback">{{ site.typeoutFallback }}</span>{{ heroText[1] }}</h1>
<p>{{ site.eventDate }}</p>
{% for button in site.heroButtons %}
<a href="{{ button.url }}" class="btn btn-primary waves-effect waves-button waves-light waves-float" target="_blank">{{ button.text }}</a>
{% endfor %}
</div>
</div>
<a href="#about" class="explore animated hidden fadeInDown">
<a href="#about" class="explore">
<svg class="icon icon-arrow-down" viewBox="0 0 32 32">
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-arrow-down"></use>
</svg>
</a>
</section>
<!-- End Top Section -->
<!-- End Hero Section -->

View file

@ -10,7 +10,7 @@
<ul>
{% for navigationLink in site.navigationLinks %}
<li>
<a class="{% if page.permalink == navigationLink.permalink %}current{% endif %}" href="{% if navigationLink.permalink != null %} {{ navigationLink.permalink | prepend: site.baseurl }} {% else %} {{ navigationLink.link }} {% endif %}">{{ navigationLink.text}}</a>
<a class="{% if navigationLink.permalink != null and page.permalink == navigationLink.permalink %}current{% endif %}" href="{% if navigationLink.permalink != null %} {{ navigationLink.permalink | prepend: site.baseurl }} {% else %} {{ navigationLink.link }} {% endif %}">{{ navigationLink.text}}</a>
</li>
{% endfor %}
</ul>

View file

@ -3,33 +3,32 @@
<div class="content-wrapper text-left">
<div class="col-md-10 col-sm-10 col-lg-offset-2 col-md-offset-2 col-sm-offset-1">
<div class="col-lg-8 col-md-10 col-xs-12">
<article class="row post">
{% if include.isStaticPost == false %}
<div class="post-header">
<div class="published pull-left">
<div class="published col-md-6 col-xs-6 pull-left">
<span class="caption">Posted:</span>
<span class="publish-date" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</span>
</div>
<div class="share pull-right">
<div class="share col-md-6 col-xs-6 pull-right">
<ul class="social-links">
{% assign postUrl = site.url | append:page.url %}
{% assign postUrl = page.url | prepend: site.baseurl | prepend: site.url %}
<li>
<a href="https://plus.google.com/share?url={{ page.url | prepend: site.baseurl | prepend: site.url }}" onclick="window.open('https://plus.google.com/share?url={{ page.url | prepend: site.baseurl | prepend: site.url }}', 'newwindow', 'width=600, height=500'); return false;">
<a href="#" onclick="window.open('https://plus.google.com/share?url={{ postUrl }}', 'newwindow', 'width=600, height=500'); return false;">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
</li>
<li>
<a href="https://twitter.com/home?status={{ page.url | prepend: site.baseurl | prepend: site.url }}" onclick="window.open('https://twitter.com/home?status={{ page.url | prepend: site.baseurl | prepend: site.url }}', 'newwindow', 'width=600, height=250'); return false;">
<a href="#" onclick="window.open('https://twitter.com/home?status={{ postUrl }}', 'newwindow', 'width=600, height=250'); return false;">
<svg class="icon icon-twitter" viewBox="0 0 30 32">
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li>
<a href="https://www.facebook.com/sharer/sharer.php?u={{ page.url | prepend: site.baseurl | prepend: site.url }}" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u={{ page.url | prepend: site.baseurl | prepend: site.url }}', 'newwindow', 'width=600, height=500'); return false;">
<a href="#" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u={{ postUrl }}', 'newwindow', 'width=600, height=500'); return false;">
<svg class="icon icon-facebook" viewBox="0 0 30 32">
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-facebook"></use>
</svg>
@ -45,12 +44,12 @@
<div id="page-navigation" class="page-navigation">
<div class="next col-xs-6">
{% if page.next.url %}
<a href="{{page.next.url}}" title="{{page.next.title | strip_html }}">&laquo; {{page.next.title | strip_html | truncate: 15 }}</a>
<a href="{{ page.next.url | prepend: site.baseurl }}" title="{{ page.next.title | strip_html }}">&laquo; {{page.next.title | strip_html | truncate: 15 }}</a>
{% endif %}
</div>
<div class="previous col-xs-6">
<div class="previous col-xs-6 text-right">
{% if page.previous.url %}
<a href="{{page.previous.url}}" title="{{page.previous.title | strip_html }}">{{page.previous.title | strip_html | truncate: 15 }} &raquo;</a>
<a href="{{ page.previous.url | prepend: site.baseurl }}" title="{{ page.previous.title | strip_html }}">{{page.previous.title | strip_html | truncate: 15 }} &raquo;</a>
{% endif %}
</div>
</div>

View file

@ -45,6 +45,7 @@
"name" : "{{ ticketsOffer.name }}",
"url" : "{{ ticketsOffer.buyButtonLink }}",
"price" : "{{ ticketsOffer.price }}",
"priceCurrency" : "{{ ticketsOffer.priceCurrency }}",
"validFrom" : "{{ ticketsOffer.validFrom }}",
"validThrough" : "{{ ticketsOffer.validThrough }}"
}{% if forloop.index != forloop.length %},{% endif %}

43
_includes/tickets-2.html Normal file
View file

@ -0,0 +1,43 @@
<!-- Begin Tickets 2 Section -->
<section id="tickets-2" class="tickets-2">
<div class="content-wrapper">
<div class="col-lg-8 col-md-10 col-lg-offset-2 col-md-offset-1">
<h3>{{ site.ticketsTitle }}</h3>
<div class="tickets-table row animated hiding" data-animation="fadeInDown" data-delay="0">
{% assign animationDelay = 0 %}
{% for ticketsOffer in site.ticketsOffers %}
<div class="tickets-row animated hiding" data-animation="fadeInDown" data-delay="{{ animationDelay }}">
<div class="row">
<div class="col-md-6 col-xs-12">
<p class="title">{{ ticketsOffer.name }}</p>
{% if ticketsOffer.additionalInfo != null %}
<span class="ticket-additional-info">{{ ticketsOffer.additionalInfo }}</span>
{% endif %}
</div>
<div class="col-md-3 col-xs-12">
<p class="price">{{ ticketsOffer.price }} {{ ticketsOffer.priceCurrency }}</p>
{% if ticketsOffer.disabled != true %}
{% assign ticketValidTo = ticketsOffer.validThrough | split: "T" %}
<span class="ticket-sales">Before {{ ticketValidTo[0] | date: "%-d %B %Y"}} {{ ticketValidTo[1] }} or {{ ticketsOffer.ticketsNumber }} tickets</span>
{% endif %}
</div>
<div class="col-md-3 col-xs-12">
{% if ticketsOffer.disabled != true %}
<span class="bordered dark-border button">
<a href="{{ ticketsOffer.buyButtonLink }}" class="waves-effect waves-button" target="_blank">{{ ticketsOffer.buyButtonText }}</a>
</span>
{% else %}
{% assign ticketValidFrom = ticketsOffer.validFrom | split: "T" %}
<p class="ticket-fallback">Ticket sales will begin on {{ ticketValidFrom[0] | date: "%-d %B %Y"}} {{ ticketValidFrom[1] }}</p>
{% endif %}
</div>
</div>
</div>
{% assign animationDelay = animationDelay | plus:250 %}
{% endfor %}
</div>
<span class="tickets-info">{{ site.ticketsInfo }}</span>
</div>
</div>
</section>
<!-- End Tickets 2 Section -->

View file

@ -1,16 +1,16 @@
<!-- Begin Buy Tickets Section -->
<section id="buy-tickets" class="buy-tickets">
<!-- Begin Tickets Section -->
<section id="tickets" class="tickets">
<div class="content-wrapper">
<div class="col-lg-8 col-md-10 col-lg-offset-2 col-md-offset-1">
<h3>{{ site.buyTicketsTitle }}</h3>
<h3>{{ site.ticketsTitle }}</h3>
{% for ticketsOffer in site.ticketsOffers %}
{% assign colWidth = 12 | divided_by: forloop.length %}
{% assign check = forloop.index | modulo:2 %}
<div class="col-md-{{ colWidth }} col-sm-{{ colWidth }} pricing-col {% if ticketsOffer.featured != null %}pricing-col-featured{% endif %} animated hiding" data-animation="{% if forloop.index == 1 %}fadeInLeft{% elsif forloop.index == forloop.length %}fadeInRight{% else %}fadeInDown{% endif %}" data-delay="{% if check == 0 %}0{% else %}500{% endif %}">
{% if ticketsOffer.ribbon != null %}<div class="pricing-ribbon">{{ ticketsOffer.ribbon }}</div>{% endif %}
<div class="pricing-header">
<h3 class="title">{{ ticketsOffer.name }}</h3>
<h4 class="amount">{{ ticketsOffer.price }}</h4>
<p class="title">{{ ticketsOffer.name }}</p>
<p class="price">{{ ticketsOffer.price }} <span class="currency">{{ ticketsOffer.priceCurrency }}</span></p>
</div>
<div class="pricing-content">
<ul>
@ -25,4 +25,4 @@
</div>
</div>
</section>
<!-- End Buy Tickets Section -->
<!-- End Tickets Section -->

View file

@ -2,7 +2,7 @@
<section id="twitter-feed" class="twitter-feed image-section parallax" style="background-image: url({{ site.baseurl }}/img/twitter-feed.jpg);">
<div class="overlay solid-overlay"></div>
<div class="content-wrapper">
<div class="col-lg-6 col-md-8 col-lg-offset-3 col-md-offset-2">
<div class="col-md-8 col-md-offset-2">
<svg class="icon" viewBox="0 0 30 32">
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-twitter"></use>
</svg>

View file

@ -8,7 +8,7 @@
<div class="loader-gplus"></div>
</div>
<div id="st-container" class="st-container">
<div id="st-container" class="st-container disable-scrolling">
<div class="st-pusher">
<div class="st-content">
@ -57,12 +57,14 @@
var twitterFeedUrl = '{{ site.twitterFeed }}';
$(document).ready(function () {
$(function () {
$("#typeout-text").typed({
strings: [{{site.typeoutTextValues}}],
typeSpeed: 150,
backDelay: 900,
loop: true
});
if ($(window).width() > 767) {
$("#typeout-text").typed({
strings: [{{site.typeoutTextValues}}],
typeSpeed: 150,
backDelay: 900,
loop: true
});
}
});
var rockstarSpeakers = [
{% for speaker in site.data.speakers %}

View file

@ -20,7 +20,8 @@
@import "partials/statistic";
@import "partials/latest-news";
@import "partials/rockstar-speakers";
@import "partials/buy-tickets";
@import "partials/tickets";
@import "partials/tickets-2";
@import "partials/location-map";
@import "partials/venue";
@import "partials/twitter-feed";

View file

@ -1,6 +1,6 @@
.blog {
h3 {
margin-top: 0;
margin: 0 0 20px;
}
}
.post-section {
@ -16,22 +16,27 @@
font-size: 15px;
line-height: 26px;
}
.social-links {
li {
margin-left: 4px;
}
}
}
.post-header {
height: 20px;
margin-top: 20px;
font-size: 14px;
.published {
padding: 0;
font-weight: $bold;
}
.publish-date {
color: #656565;
}
.share {
padding: 0;
text-align: right;
}
.social-links {
li {
margin-left: 4px;
}
}
}
.post-body {
margin-top: 19px;

View file

@ -1,20 +1,16 @@
.waves-button {
color: #fff;
&:hover, &:link, &:visited, .waves-button-input {
color: #fff;
}
}
.btn {
font-weight: $bold;
transition: $base-cubic-transition;
}
.btn-primary {
color: #fff !important;
user-select: none;
text-transform: uppercase;
border: 0;
background: $primary-color !important;
&:hover, &:focus, &:active, &.active {
outline: none;
color: #fff;
background: $primary-color-hover;
}
}

View file

@ -1,5 +1,5 @@
@include web-fonts(($fixed-font-family:($light, $regular, $bold)));
body, html {
body, html {
font-family: $fixed-font-family, $base-font-family;
font-size: $base-font-size;
font-weight: $regular;

View file

@ -3,6 +3,10 @@
color: rgba(255, 255, 255, .6);
border: 1px solid rgba(255, 255, 255, .6);
border-radius: 0;
&.dark-border {
color: rgba(51, 51, 51, .6);
border-color: rgba(51, 51, 51, .6);
}
}
.colored {
color: $primary-color;
@ -117,3 +121,6 @@
.reset-padding {
padding: 0;
}
.disable-scrolling {
overflow: hidden;
}

View file

@ -21,14 +21,20 @@
}
}
}
.typeout-fallback {
display: none;
@media (max-width: 767px) {
display: inline-block;
}
}
.explore {
margin-left: -12px;
position: absolute;
bottom: 50px;
bottom: 25px;
left: 50%;
transition: $base-transition;
animation: callToAction 3.5s linear 0s infinite;
@media (max-width: 767px) {
bottom: 30px;
animation: none;
}
}
.icon-arrow-down {
@ -40,3 +46,25 @@
height: 24px;
}
}
@keyframes callToAction {
0% {
opacity: 0;
transform: translateY(-16px);
}
25% {
opacity: 1;
transform: translateY(0);
}
75% {
opacity: 1;
transform: translateY(0);
}
85% {
opacity: 0;
transform: translateY(-16px);
}
100% {
opacity: 0;
transform: translateY(-16px);
}
}

View file

@ -0,0 +1,86 @@
$border-color: rgba(51, 51, 51, .6);
.tickets-2 {
.ticket-text {
margin: 0;
font-size: 32px;
font-weight: $light;
line-height: 39px;
}
.price {
@extend .ticket-text;
@media (max-width: 767px) {
font-size: 28px;
margin-top: 15px;
}
}
.title {
@extend .ticket-text;
padding-left: 10px;
text-align: left;
@media (max-width: 767px) {
padding: 0;
text-align: center;
}
}
.ticket-additional-text {
margin-top: 3px;
display: block;
font-size: 12px;
line-height: 13px;
@media (max-width: 767px) {
font-size: 13px;
line-height: 14px;
}
}
.ticket-additional-info {
@extend .ticket-additional-text;
padding-left: 10px;
text-align: left;
@media (max-width: 767px) {
padding: 0;
text-align: center;
}
}
.ticket-sales {
@extend .ticket-additional-text;
padding: 0 10px;
@media (max-width: 767px) {
padding: 0;
}
}
.ticket-fallback {
margin-top: 20px;
padding-top: 2px;
line-height: 1.2;;
}
.tickets-info {
font-size: 16px;
}
.button {
@media (max-width: 767px) {
margin-top: 20px;
width: 100%;
}
a {
@media (max-width: 767px) {
width: 100%;
font-size: 20px;
}
}
}
}
.tickets-table {
margin: 0 auto;
margin-bottom: 20px;
padding: 0 15px;
border: 1px solid $border-color;
max-width: 850px;
}
.tickets-row {
padding: 20px 0;
border-bottom: 1px dashed $border-color;
&:last-child {
border: none;
}
}

View file

@ -47,7 +47,8 @@ $button-background-color-hover: #4d4d4d;
margin: 0;
}
}
.amount {
.price {
margin-bottom: 30px;
color: $primary-color;
}
.pricing-content {
@ -69,15 +70,21 @@ $button-background-color-hover: #4d4d4d;
}
.title {
font-size: 32px;
font-weight: $light;
margin: 0;
padding: 20px 0;
background: $title-background-color;
}
.amount {
font-size: 65px;
.price {
margin: 30px 0 10px;
padding: 26px 0;
font-size: 65px;
font-weight: $light;
color: #000;
}
.currency {
font-size: 32px;
}
.button {
font-size: 32px;
display: block;
@ -85,7 +92,7 @@ $button-background-color-hover: #4d4d4d;
padding: 7px 0 10px;
color: #fff;
background: $button-background-color;
font-weight: 100;
font-weight: $light;
text-decoration: none;
&:hover {
background: $button-background-color-hover;

View file

@ -4,15 +4,19 @@
height: 64px;
fill: #fff;
}
.tweet {
height: 130px;
@media (max-width: 767px) {
height: 200px;
}
p {
font-weight: $light;
}
}
.tweet {
height: 130px;
@media (max-width: 767px) {
height: 200px;
}
p {
font-weight: $light;
}
}
.tweets {
max-width: 850px;
margin: 0 auto;
}
.tweet-text {
font-size: 26px;

View file

@ -1,553 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta name="author" content="Oleh Zasadnyy, GDG Lviv">
<meta name="description" content="GDG DevFest is a set of events all around the world">
<meta name="keywords" content="event, gdg, devfest, google, programming, android, chrome, developers, lviv">
<link rel="canonical" href="http://gdg-x.github.io">
<!-- Social: Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@DevFest">
<meta name="twitter:title" content="Call for Papers">
<meta name="twitter:description" content="GDG DevFest is a set of events all around the world">
<meta name="twitter:image:src" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-twitter.png">
<!-- Social: Facebook / Open Graph -->
<meta property="og:title" content="Call for Papers" />
<meta property="og:site_name" content="GDG DevFest Season 2014" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://gdg-x.github.io" />
<meta property="og:image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-facebook.png" />
<meta property="og:description" content="GDG DevFest is a set of events all around the world" />
<title>Call for Papers &bull; GDG DevFest Season 2014</title>
<link rel="shortcut icon" href="/zeppelin/img/favicons/favicon.ico">
<link rel="apple-touch-icon" sizes="152x152" href="/zeppelin/img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="144x144" href="/zeppelin/img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="120x120" href="/zeppelin/img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="114x114" href="/zeppelin/img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="76x76" href="/zeppelin/img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="72x72" href="/zeppelin/img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="60x60" href="/zeppelin/img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="57x57" href="/zeppelin/img/favicons/apple-touch-icon-57x57.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-196x196.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-160x160.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="/zeppelin/img/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="/zeppelin/img/favicons/browserconfig.xml">
<link href="/zeppelin/css/main.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="preloader" class="preloader">
<div class="loader-gplus"></div>
</div>
<div id="st-container" class="st-container">
<div class="st-pusher">
<div class="st-content">
<!-- Begin Top Section -->
<section id="top-section" class="top-section image-section">
<div class="overlay gradient-overlay"></div>
<header id="top-header" class="top-header">
<svg id="menu-trigger" class="menu-trigger icon icon-menu visible-xs" viewBox="0 0 32 32" data-effect="st-effect">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-menu"></use>
</svg>
<a href="/zeppelin/" id="logo-header" class="logo-header">
<div class="logo logo-light"></div>
</a>
<nav class="st-menu st-effect" id="menu">
<div class="logo-navbar logo logo-dark visible-xs"></div>
<ul>
<li>
<a class="" href=" /zeppelin/ ">Home</a>
</li>
<li>
<a class="" href=" /zeppelin/blog/ ">Blog</a>
</li>
<li>
<a class="" href=" /zeppelin/schedule/ ">Schedule</a>
</li>
<li>
<a class="" href=" /zeppelin/speakers/ ">Speakers</a>
</li>
<li>
<a class="" href=" /zeppelin/team/ ">Team</a>
</li>
<li>
<a class="" href=" /zeppelin/logistics/ ">Logistics</a>
</li>
<li>
<a class="current" href=" https://developers.google.com ">Developers</a>
</li>
</ul>
<ul id="bottom-navlinks" class="bottom-navlinks visible-xs">
<li>
<a href=" http://bit.ly/dfua-c4p " target="_blank">Become a speaker</a>
</li>
</ul>
<a href=" http://bit.ly/dfua-c4p " class="right-nav-button right-nav-button-hidden btn btn-primary waves-effect waves-button waves-light waves-float pull-right hidden-xs hidden-sm" target="_blank">
Become a speaker
</a>
</nav>
</header>
<div class="jumbotron text-left">
<div class="animated hiding" data-animation="fadeInLeft" data-delay="500">
<h1>Call for Papers</h1>
</div>
</div>
</section>
<!-- End Top Section -->
<!-- Begin Post-->
<section id="post-section" class="post-section">
<div class="content-wrapper text-left">
<div class="col-md-10 col-sm-10 col-lg-offset-2 col-md-offset-2 col-sm-offset-1">
<div class="col-lg-8 col-md-10 col-xs-12">
<article class="row post">
<div class="post-header">
<div class="published pull-left">
<span class="caption">Posted:</span>
<span class="publish-date" itemprop="datePublished">Jul 21, 2014</span>
</div>
<div class="share pull-right">
<ul class="social-links">
<li>
<a href="https://plus.google.com/share?url=http://gdg-x.github.io/zeppelin/blog/call-for-papers" onclick="window.open('https://plus.google.com/share?url=http://gdg-x.github.io/zeppelin/blog/call-for-papers', 'newwindow', 'width=600, height=500'); return false;">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
</li>
<li>
<a href="https://twitter.com/home?status=http://gdg-x.github.io/zeppelin/blog/call-for-papers" onclick="window.open('https://twitter.com/home?status=http://gdg-x.github.io/zeppelin/blog/call-for-papers', 'newwindow', 'width=600, height=250'); return false;">
<svg class="icon icon-twitter" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li>
<a href="https://www.facebook.com/sharer/sharer.php?u=http://gdg-x.github.io/zeppelin/blog/call-for-papers" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=http://gdg-x.github.io/zeppelin/blog/call-for-papers', 'newwindow', 'width=600, height=500'); return false;">
<svg class="icon icon-facebook" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-facebook"></use>
</svg>
</a>
</li>
</ul>
</div>
</div>
<div class="post-body"><p>GDG DevFest Ukraine 2014 will be held 24-25th of October in ancient city of Lviv. If you want to be part of this great event as a speaker you knocked at the good door.</p>
<h4 id="presenters--who-should-speak-at-the-devfest-conference">Presenters who should speak at the DevFest Conference?</h4>
<ul>
<li>developers (freelance and hired)</li>
<li>companies developing software (apps, tools, frameworks etc.)</li>
<li>research institutions with Google relevant activities</li>
<li>companies, organisations and individuals using Google technologies</li>
</ul>
<p>If you belong to one of those groups you are cordially invited to submit a talk proposal (or a number of proposals). An independent program committee assesses the proposals and selects the actual conference talks.<br /></p>
<h4 id="themes-and-topics--what-do-we-expect">Themes and topics what do we expect?</h4>
<p>Our team prepared set of interesting topics in but if you have any cool idea you want to share not from this list, feel free to submit it as well.</p>
<h5 id="android">Android</h5>
<p><strong>Google I/O 2014</strong></p>
<ul>
<li>Material Design</li>
<li>Migration to ART</li>
<li>New Android Camera API</li>
<li>New Job Scheduler</li>
<li>Storage Access Framework</li>
<li>Elevation &amp; Clipping</li>
</ul>
<p><strong>General</strong></p>
<ul>
<li>Android Continuous Integration</li>
<li>Loaders, Cursor Adapters</li>
<li>Android Animations</li>
<li>Patterns in Android development</li>
</ul>
<h5 id="web">Web</h5>
<ul>
<li>AngularJS (1x and 2.0)</li>
<li>Dart (AngularDart, server-side)</li>
<li>Polymer and WebComponents</li>
<li>Material Design in Web</li>
<li>ChromeOS (apps development)</li>
<li>Web Performance (tools, techniques, approaches)</li>
</ul>
<h5 id="cloud">Cloud</h5>
<ul>
<li>Google Cloud Platform
<ul>
<li>Compute Engine</li>
<li>App Engine</li>
<li>Storages (SQL, NoSQL, BigData)</li>
<li>APIs</li>
</ul>
</li>
<li>Go (as a language for a Cloud Ready Apps)</li>
</ul>
<h4 id="please-submit-your-proposals-herehttpbitlydfua-c4p">Please submit your proposals <a href="http://bit.ly/dfua-c4p">here</a>.</h4>
<p><strong>Deadline</strong> is September 1, 2014</p>
<p><strong>Please note:</strong> There is no guarantee that a submission will be put onto the conference agenda!<br /></p>
<p>The program committee picks the most interesting talk proposals and informs the selected submitters until September 15, 2014.<br /></p>
<h4 id="any-questions">Any questions?</h4>
<p>Email organizers at <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#102;&#101;&#115;&#116;&#064;&#103;&#100;&#103;&#046;&#111;&#114;&#103;&#046;&#117;&#097;">&#100;&#101;&#118;&#102;&#101;&#115;&#116;&#064;&#103;&#100;&#103;&#046;&#111;&#114;&#103;&#046;&#117;&#097;</a></p>
</div>
<div id="page-navigation" class="page-navigation">
<div class="next col-xs-6">
</div>
<div class="previous col-xs-6">
<a href="/blog/hello-world" title="Hello World!">Hello World! &raquo;</a>
</div>
</div>
<div class="comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'devfestua'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</script>
</div>
</article>
<div class="row text-center">
<p class="rss-subscribe">Subscribe <a href="/zeppelin/feed.xml" target="_blank">via RSS</a>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Post -->
<!-- Begin Footer -->
<footer id="footer" class="footer">
<div class="row">
<div class="pull-left col-md-6 col-xs-6">
<div class="g-plusone" data-size="medium" data-annotation="inline" data-width="300" data-href="http://gdg-x.github.io"></div>
</div>
<div class="logo logo-footer logo-gray pull-right"></div>
</div>
<div class="row">
<div class="col-md-4 col-xs-6">
<h5>Links</h5>
<ul>
<li><a href=" http://gdg.org.ua " target="_blank">GDG.org.ua</a></li>
<li><a href=" https://developers.google.com " target="_blank">Google Developers</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-6">
<h5>Contacts</h5>
<ul>
<li><a href=" mailto:lviv@gdg.org.ua " target="_blank">lviv@gdg.org.ua</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-6">
<h5>FAQ</h5>
<ul>
<li><a href=" /zeppelin/cod/ " target="_blank">Code of Conduct</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-6 col-xs-12">
<ul class="social-links">
<li>
<a href=" " target="_blank">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-twitter" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-facebook" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-facebook"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-rss" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-rss"></use>
</svg>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<!-- Please don't delete this line-->
<div class="col-md-6">
<p class="copyright">
&copy; 2014 Based on <a href="https://github.com/gdg-x/zeppelin" target="_blank">Project Zeppelin</a>. Designed and created by <a href="https://plus.google.com/+OlehZasadnyy/about" target="_blank">Oleh Zasadnyy</a> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
</p>
</div>
</div>
</footer>
<!-- End Footer -->
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43643469-5', 'gdg-x.github.io');
ga('send', 'pageview');
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="/zeppelin/js/jquery-2.1.1.min.js ><\/script>')
</script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script>
if (typeof ($.fn.modal) === 'undefined') {
document.write('<script src="/zeppelin/js/bootstrap.min.js ><\/script>')
}
</script>
<script src="/zeppelin/js/default.js"></script>
<script>Waves.displayEffect();</script>
<script src="/zeppelin/js/scripts.min.js"></script>
<script type="application/ld+json">
[{
"@context" : "http://schema.org",
"@type" : "Event",
"name" : "GDG DevFest Season 2014",
"description": "GDG DevFest is a set of events all around the world",
"image" : "http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png",
"url" : "http://gdg-x.github.io",
"startDate" : "2014-10-24T10:00",
"doorTime" : "09:00",
"endDate" : "2014-10-24T20:00",
"location" : {
"@type" : "Place",
"name" : "Conference Hall",
"sameAs" : "http://cabinet.kinopalace.lviv.ua/showtimes/",
"address" : {
"@type" : "PostalAddress",
"streetAddress" : "22 Teatral'na St",
"addressLocality" : "Lviv",
"addressRegion" : "Lvivska",
"postalCode" : "79000",
"addressCountry" : "Ukraine"
},
"geo" : {
"@type" : "GeoCoordinates",
"latitude" : "49.843237",
"longitude" : "24.028751"
}
},
// Not supported yet
// "organizer" : {
// "@type" : "Organization",
// "name" : "GDG Lviv",
// "alternateName" : "Google Developer Group Lviv",
// "description" : "Open and volunteer geek communities who create exciting projects and share experience about Google technology with passion.",
// "logo" : "http://gdg-x.github.io/zeppelin/img/seo/organizer-logo.png",
// "email" : "lviv@gdg.org.ua",
// "sameAs" : "http://lviv.gdg.org.ua/"
// },
"offers" : [
{
"@type" : "Offer",
"name" : "1 day",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$100",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
},
{
"@type" : "Offer",
"name" : "3 days",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$180",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
},
{
"@type" : "Offer",
"name" : "2 days",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$150",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
}
],
"performer" : [
{
"@type" : "Person",
"name" : "Dawid Ostrowski",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/DawidOstrowski.jpg",
"jobTitle" : "Developer Relations Program Manager",
"worksFor" : {
"@type" : "Organization",
"name" : "Google Poland"
},
"sameAs" : "https://plus.google.com/+DawidOstrowski/"
},
{
"@type" : "Person",
"name" : "Dmytro Danylyk",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/DmytroDanylyk.jpg",
"jobTitle" : "Android Developer",
"worksFor" : {
"@type" : "Organization",
"name" : "Lemberg Solutions Limited"
},
"sameAs" : "https://plus.google.com/+DmytroDanylyk"
},
{
"@type" : "Person",
"name" : "Mateusz Herych",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/MateuszHerych.jpg",
"jobTitle" : "Software Engineer",
"worksFor" : {
"@type" : "Organization",
"name" : "Base CRM, GDG Krakow"
},
"sameAs" : "https://plus.google.com/+MateuszHerych"
},
{
"@type" : "Person",
"name" : "Roman Mazur",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/RomanMazur.jpg",
"jobTitle" : "Head of Android/Java Unit",
"worksFor" : {
"@type" : "Organization",
"name" : "Stanfy, GDG Kyiv"
},
"sameAs" : "https://plus.google.com/+RomanMazur/"
},
{
"@type" : "Person",
"name" : "Valentyn Shybanov",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/ValentynShybanov.jpg",
"jobTitle" : "Software engineer/country manager",
"worksFor" : {
"@type" : "Organization",
"name" : "Twinfield, GDG Kyiv"
},
"sameAs" : "https://google.com/+ValentynShybanov"
}
],
"eventStatus" : "EventScheduled",
"typicalAgeRange" : "16+"
}]
</script>
</body>
</html>

View file

@ -1,507 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta name="author" content="Oleh Zasadnyy, GDG Lviv">
<meta name="description" content="GDG DevFest is a set of events all around the world">
<meta name="keywords" content="event, gdg, devfest, google, programming, android, chrome, developers, lviv">
<link rel="canonical" href="http://gdg-x.github.io">
<!-- Social: Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@DevFest">
<meta name="twitter:title" content="Hello World!">
<meta name="twitter:description" content="GDG DevFest is a set of events all around the world">
<meta name="twitter:image:src" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-twitter.png">
<!-- Social: Facebook / Open Graph -->
<meta property="og:title" content="Hello World!" />
<meta property="og:site_name" content="GDG DevFest Season 2014" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://gdg-x.github.io" />
<meta property="og:image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-facebook.png" />
<meta property="og:description" content="GDG DevFest is a set of events all around the world" />
<title>Hello World! &bull; GDG DevFest Season 2014</title>
<link rel="shortcut icon" href="/zeppelin/img/favicons/favicon.ico">
<link rel="apple-touch-icon" sizes="152x152" href="/zeppelin/img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="144x144" href="/zeppelin/img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="120x120" href="/zeppelin/img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="114x114" href="/zeppelin/img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="76x76" href="/zeppelin/img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="72x72" href="/zeppelin/img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="60x60" href="/zeppelin/img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="57x57" href="/zeppelin/img/favicons/apple-touch-icon-57x57.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-196x196.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-160x160.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="/zeppelin/img/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="/zeppelin/img/favicons/browserconfig.xml">
<link href="/zeppelin/css/main.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="preloader" class="preloader">
<div class="loader-gplus"></div>
</div>
<div id="st-container" class="st-container">
<div class="st-pusher">
<div class="st-content">
<!-- Begin Top Section -->
<section id="top-section" class="top-section image-section">
<div class="overlay gradient-overlay"></div>
<header id="top-header" class="top-header">
<svg id="menu-trigger" class="menu-trigger icon icon-menu visible-xs" viewBox="0 0 32 32" data-effect="st-effect">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-menu"></use>
</svg>
<a href="/zeppelin/" id="logo-header" class="logo-header">
<div class="logo logo-light"></div>
</a>
<nav class="st-menu st-effect" id="menu">
<div class="logo-navbar logo logo-dark visible-xs"></div>
<ul>
<li>
<a class="" href=" /zeppelin/ ">Home</a>
</li>
<li>
<a class="" href=" /zeppelin/blog/ ">Blog</a>
</li>
<li>
<a class="" href=" /zeppelin/schedule/ ">Schedule</a>
</li>
<li>
<a class="" href=" /zeppelin/speakers/ ">Speakers</a>
</li>
<li>
<a class="" href=" /zeppelin/team/ ">Team</a>
</li>
<li>
<a class="" href=" /zeppelin/logistics/ ">Logistics</a>
</li>
<li>
<a class="current" href=" https://developers.google.com ">Developers</a>
</li>
</ul>
<ul id="bottom-navlinks" class="bottom-navlinks visible-xs">
<li>
<a href=" http://bit.ly/dfua-c4p " target="_blank">Become a speaker</a>
</li>
</ul>
<a href=" http://bit.ly/dfua-c4p " class="right-nav-button right-nav-button-hidden btn btn-primary waves-effect waves-button waves-light waves-float pull-right hidden-xs hidden-sm" target="_blank">
Become a speaker
</a>
</nav>
</header>
<div class="jumbotron text-left">
<div class="animated hiding" data-animation="fadeInLeft" data-delay="500">
<h1>Hello World!</h1>
</div>
</div>
</section>
<!-- End Top Section -->
<!-- Begin Post-->
<section id="post-section" class="post-section">
<div class="content-wrapper text-left">
<div class="col-md-10 col-sm-10 col-lg-offset-2 col-md-offset-2 col-sm-offset-1">
<div class="col-lg-8 col-md-10 col-xs-12">
<article class="row post">
<div class="post-header">
<div class="published pull-left">
<span class="caption">Posted:</span>
<span class="publish-date" itemprop="datePublished">Jul 21, 2014</span>
</div>
<div class="share pull-right">
<ul class="social-links">
<li>
<a href="https://plus.google.com/share?url=http://gdg-x.github.io/zeppelin/blog/hello-world" onclick="window.open('https://plus.google.com/share?url=http://gdg-x.github.io/zeppelin/blog/hello-world', 'newwindow', 'width=600, height=500'); return false;">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
</li>
<li>
<a href="https://twitter.com/home?status=http://gdg-x.github.io/zeppelin/blog/hello-world" onclick="window.open('https://twitter.com/home?status=http://gdg-x.github.io/zeppelin/blog/hello-world', 'newwindow', 'width=600, height=250'); return false;">
<svg class="icon icon-twitter" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li>
<a href="https://www.facebook.com/sharer/sharer.php?u=http://gdg-x.github.io/zeppelin/blog/hello-world" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=http://gdg-x.github.io/zeppelin/blog/hello-world', 'newwindow', 'width=600, height=500'); return false;">
<svg class="icon icon-facebook" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-facebook"></use>
</svg>
</a>
</li>
</ul>
</div>
</div>
<div class="post-body"><p>Were very excited - not just because of the inordinate amount of caffeine based products consumed -
but also because our team are putting together
the final missing parts to the biggest Google related event in Ukraine - <a href="http://devfest.gdg.org.ua/">GDG DevFest 2014</a>. </p>
<p>This year event will take place in cultural capital of Ukraine - Lviv. Being a unique European city in Ukraine, Lviv is among top 10 cities of the world to visit in 2014 according to the travel group “The Rough Guide” and is among top 10 cities for spending weekends in Europe according to Lonely Planet. So take your time to spend weeked in last hidden gem in the Europe in company of experts and technical geeks.</p>
<p>So should you also be excited? Well yes… and heres why!</p>
<ul>
<li><strong>Attendance</strong>: were expecting over 350 attendees</li>
<li><strong>Topic</strong>: more than 48 hours of pure Google technologies </li>
<li><strong>Date</strong>: 24-25 of October, expect hackathon and workshops on a first day and conference on the second</li>
<li><strong>Venue</strong>: Kinopalace Cinema - for a first time well make technical event in real cinema directly in the heart of the ancient city of Lviv</li>
<li><strong>Speakers</strong>: were in the process of finalising the list of speakers</li>
</ul>
<p>but weve already secured a first batch of experts:</p>
<ul>
<li><strong>Dawid Ostrowski</strong> - Developer Relation from Google, who excited about cloud technologies<br /></li>
<li><strong>Mateusz Herych</strong> - Android GDE and GDG organizer from Krakow<br /></li>
<li><strong>Dmytro Danylyk</strong> - developer, blogger, speaker, author of open source 1000+ star libraries <br /></li>
<li><strong>Roman Mazur</strong> - speaker on various international conferences like Droidcon Eastern Europe and Ankara Developer Days<br /></li>
</ul>
<p>More details about speakers, DevFest Hackathon and Lviv will appear in subsequent posts, meantime like us on <a href="https://facebook.com/GDGLviv">Facebook</a>, follow on <a href="https://twitter.com/intent/user?screen_name=GDGLviv">Twitter</a>, add to circles in <a href="https://plus.google.com/b/102444623953913144164">Google+</a> or subcribe to our <a href="http://gdg.us5.list-manage1.com/subscribe/post?u=9fc8aa205b0521b5f05fc8e1e&amp;id=ae0fb459fc">mailing list</a> and <a href="http://devfest.gdg.org.ua/feed.xml">RSS feed</a> in order not to miss any cool stuff about festival.</p>
</div>
<div id="page-navigation" class="page-navigation">
<div class="next col-xs-6">
<a href="/blog/call-for-papers" title="Call for Papers">&laquo; Call for Papers</a>
</div>
<div class="previous col-xs-6">
</div>
</div>
<div class="comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'devfestua'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</script>
</div>
</article>
<div class="row text-center">
<p class="rss-subscribe">Subscribe <a href="/zeppelin/feed.xml" target="_blank">via RSS</a>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Post -->
<!-- Begin Footer -->
<footer id="footer" class="footer">
<div class="row">
<div class="pull-left col-md-6 col-xs-6">
<div class="g-plusone" data-size="medium" data-annotation="inline" data-width="300" data-href="http://gdg-x.github.io"></div>
</div>
<div class="logo logo-footer logo-gray pull-right"></div>
</div>
<div class="row">
<div class="col-md-4 col-xs-6">
<h5>Links</h5>
<ul>
<li><a href=" http://gdg.org.ua " target="_blank">GDG.org.ua</a></li>
<li><a href=" https://developers.google.com " target="_blank">Google Developers</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-6">
<h5>Contacts</h5>
<ul>
<li><a href=" mailto:lviv@gdg.org.ua " target="_blank">lviv@gdg.org.ua</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-6">
<h5>FAQ</h5>
<ul>
<li><a href=" /zeppelin/cod/ " target="_blank">Code of Conduct</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-6 col-xs-12">
<ul class="social-links">
<li>
<a href=" " target="_blank">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-twitter" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-facebook" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-facebook"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-rss" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-rss"></use>
</svg>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<!-- Please don't delete this line-->
<div class="col-md-6">
<p class="copyright">
&copy; 2014 Based on <a href="https://github.com/gdg-x/zeppelin" target="_blank">Project Zeppelin</a>. Designed and created by <a href="https://plus.google.com/+OlehZasadnyy/about" target="_blank">Oleh Zasadnyy</a> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
</p>
</div>
</div>
</footer>
<!-- End Footer -->
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43643469-5', 'gdg-x.github.io');
ga('send', 'pageview');
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="/zeppelin/js/jquery-2.1.1.min.js ><\/script>')
</script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script>
if (typeof ($.fn.modal) === 'undefined') {
document.write('<script src="/zeppelin/js/bootstrap.min.js ><\/script>')
}
</script>
<script src="/zeppelin/js/default.js"></script>
<script>Waves.displayEffect();</script>
<script src="/zeppelin/js/scripts.min.js"></script>
<script type="application/ld+json">
[{
"@context" : "http://schema.org",
"@type" : "Event",
"name" : "GDG DevFest Season 2014",
"description": "GDG DevFest is a set of events all around the world",
"image" : "http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png",
"url" : "http://gdg-x.github.io",
"startDate" : "2014-10-24T10:00",
"doorTime" : "09:00",
"endDate" : "2014-10-24T20:00",
"location" : {
"@type" : "Place",
"name" : "Conference Hall",
"sameAs" : "http://cabinet.kinopalace.lviv.ua/showtimes/",
"address" : {
"@type" : "PostalAddress",
"streetAddress" : "22 Teatral'na St",
"addressLocality" : "Lviv",
"addressRegion" : "Lvivska",
"postalCode" : "79000",
"addressCountry" : "Ukraine"
},
"geo" : {
"@type" : "GeoCoordinates",
"latitude" : "49.843237",
"longitude" : "24.028751"
}
},
// Not supported yet
// "organizer" : {
// "@type" : "Organization",
// "name" : "GDG Lviv",
// "alternateName" : "Google Developer Group Lviv",
// "description" : "Open and volunteer geek communities who create exciting projects and share experience about Google technology with passion.",
// "logo" : "http://gdg-x.github.io/zeppelin/img/seo/organizer-logo.png",
// "email" : "lviv@gdg.org.ua",
// "sameAs" : "http://lviv.gdg.org.ua/"
// },
"offers" : [
{
"@type" : "Offer",
"name" : "1 day",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$100",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
},
{
"@type" : "Offer",
"name" : "3 days",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$180",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
},
{
"@type" : "Offer",
"name" : "2 days",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$150",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
}
],
"performer" : [
{
"@type" : "Person",
"name" : "Dawid Ostrowski",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/DawidOstrowski.jpg",
"jobTitle" : "Developer Relations Program Manager",
"worksFor" : {
"@type" : "Organization",
"name" : "Google Poland"
},
"sameAs" : "https://plus.google.com/+DawidOstrowski/"
},
{
"@type" : "Person",
"name" : "Dmytro Danylyk",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/DmytroDanylyk.jpg",
"jobTitle" : "Android Developer",
"worksFor" : {
"@type" : "Organization",
"name" : "Lemberg Solutions Limited"
},
"sameAs" : "https://plus.google.com/+DmytroDanylyk"
},
{
"@type" : "Person",
"name" : "Mateusz Herych",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/MateuszHerych.jpg",
"jobTitle" : "Software Engineer",
"worksFor" : {
"@type" : "Organization",
"name" : "Base CRM, GDG Krakow"
},
"sameAs" : "https://plus.google.com/+MateuszHerych"
},
{
"@type" : "Person",
"name" : "Roman Mazur",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/RomanMazur.jpg",
"jobTitle" : "Head of Android/Java Unit",
"worksFor" : {
"@type" : "Organization",
"name" : "Stanfy, GDG Kyiv"
},
"sameAs" : "https://plus.google.com/+RomanMazur/"
},
{
"@type" : "Person",
"name" : "Valentyn Shybanov",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/ValentynShybanov.jpg",
"jobTitle" : "Software engineer/country manager",
"worksFor" : {
"@type" : "Organization",
"name" : "Twinfield, GDG Kyiv"
},
"sameAs" : "https://google.com/+ValentynShybanov"
}
],
"eventStatus" : "EventScheduled",
"typicalAgeRange" : "16+"
}]
</script>
</body>
</html>

View file

@ -1,510 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta name="author" content="Oleh Zasadnyy, GDG Lviv">
<meta name="description" content="GDG DevFest is a set of events all around the world">
<meta name="keywords" content="event, gdg, devfest, google, programming, android, chrome, developers, lviv">
<link rel="canonical" href="http://gdg-x.github.io">
<!-- Social: Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@DevFest">
<meta name="twitter:title" content="Blog">
<meta name="twitter:description" content="GDG DevFest is a set of events all around the world">
<meta name="twitter:image:src" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-twitter.png">
<!-- Social: Facebook / Open Graph -->
<meta property="og:title" content="Blog" />
<meta property="og:site_name" content="GDG DevFest Season 2014" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://gdg-x.github.io" />
<meta property="og:image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-facebook.png" />
<meta property="og:description" content="GDG DevFest is a set of events all around the world" />
<title>Blog &bull; GDG DevFest Season 2014</title>
<link rel="shortcut icon" href="/zeppelin/img/favicons/favicon.ico">
<link rel="apple-touch-icon" sizes="152x152" href="/zeppelin/img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="144x144" href="/zeppelin/img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="120x120" href="/zeppelin/img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="114x114" href="/zeppelin/img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="76x76" href="/zeppelin/img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="72x72" href="/zeppelin/img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="60x60" href="/zeppelin/img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="57x57" href="/zeppelin/img/favicons/apple-touch-icon-57x57.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-196x196.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-160x160.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="/zeppelin/img/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="/zeppelin/img/favicons/browserconfig.xml">
<link href="/zeppelin/css/main.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="preloader" class="preloader">
<div class="loader-gplus"></div>
</div>
<div id="st-container" class="st-container">
<div class="st-pusher">
<div class="st-content">
<!-- Begin Top Section -->
<section id="top-section" class="top-section image-section">
<div class="overlay gradient-overlay"></div>
<header id="top-header" class="top-header">
<svg id="menu-trigger" class="menu-trigger icon icon-menu visible-xs" viewBox="0 0 32 32" data-effect="st-effect">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-menu"></use>
</svg>
<a href="/zeppelin/" id="logo-header" class="logo-header">
<div class="logo logo-light"></div>
</a>
<nav class="st-menu st-effect" id="menu">
<div class="logo-navbar logo logo-dark visible-xs"></div>
<ul>
<li>
<a class="" href=" /zeppelin/ ">Home</a>
</li>
<li>
<a class="current" href=" /zeppelin/blog/ ">Blog</a>
</li>
<li>
<a class="" href=" /zeppelin/schedule/ ">Schedule</a>
</li>
<li>
<a class="" href=" /zeppelin/speakers/ ">Speakers</a>
</li>
<li>
<a class="" href=" /zeppelin/team/ ">Team</a>
</li>
<li>
<a class="" href=" /zeppelin/logistics/ ">Logistics</a>
</li>
<li>
<a class="" href=" https://developers.google.com ">Developers</a>
</li>
</ul>
<ul id="bottom-navlinks" class="bottom-navlinks visible-xs">
<li>
<a href=" http://bit.ly/dfua-c4p " target="_blank">Become a speaker</a>
</li>
</ul>
<a href=" http://bit.ly/dfua-c4p " class="right-nav-button right-nav-button-hidden btn btn-primary waves-effect waves-button waves-light waves-float pull-right hidden-xs hidden-sm" target="_blank">
Become a speaker
</a>
</nav>
</header>
<div class="jumbotron text-left">
<div class="animated hiding" data-animation="fadeInLeft" data-delay="500">
<h1>Blog</h1>
</div>
</div>
</section>
<!-- End Top Section -->
<!-- Begin Blog-->
<section id="blog" class="blog">
<div class="content-wrapper text-left">
<div class="col-md-10 col-sm-10 col-lg-offset-2 col-md-offset-2 col-sm-offset-1">
<h3>Latest news</h3>
<div class="col-lg-8 col-md-10 col-xs-12">
<article class="row post">
<a href="/zeppelin/blog/call-for-papers" title="Call for Papers"><h4>Call for Papers</h4></a>
<div class="post-header">
<div class="published pull-left">
<span class="caption">Posted:</span>
<span class="publish-date" itemprop="datePublished">Jul 21, 2014</span>
</div>
<div class="share pull-right">
<ul class="social-links">
<li>
<a href="https://plus.google.com/share?url=http://gdg-x.github.io/zeppelin/blog/call-for-papers" onclick="window.open('https://plus.google.com/share?url=http://gdg-x.github.io/zeppelin/blog/call-for-papers', 'newwindow', 'width=600, height=500'); return false;">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
</li>
<li>
<a href="https://twitter.com/home?status=http://gdg-x.github.io/zeppelin/blog/call-for-papers" onclick="window.open('https://twitter.com/home?status=http://gdg-x.github.io/zeppelin/blog/call-for-papers', 'newwindow', 'width=600, height=250'); return false;">
<svg class="icon icon-twitter" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li>
<a href="https://www.facebook.com/sharer/sharer.php?u=http://gdg-x.github.io/zeppelin/blog/call-for-papers" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=http://gdg-x.github.io/zeppelin/blog/call-for-papers', 'newwindow', 'width=600, height=500'); return false;">
<svg class="icon icon-facebook" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-facebook"></use>
</svg>
</a>
</li>
</ul>
</div>
</div>
<p class="post-body">GDG DevFest Ukraine 2014 will be held 24-25th of October in ancient city of Lviv. If you want to be part of this great event as a speaker you knocked at the good door.
Presenters who should speak at the DevFest Conference?
developers (freelance and hired)
companies developing software (apps, tools, frameworks etc.)
research institutio... <a href="/zeppelin/blog/call-for-papers">continue reading</a></p>
</article>
<article class="row post">
<a href="/zeppelin/blog/hello-world" title="Hello World!"><h4>Hello World!</h4></a>
<div class="post-header">
<div class="published pull-left">
<span class="caption">Posted:</span>
<span class="publish-date" itemprop="datePublished">Jul 21, 2014</span>
</div>
<div class="share pull-right">
<ul class="social-links">
<li>
<a href="https://plus.google.com/share?url=http://gdg-x.github.io/zeppelin/blog/hello-world" onclick="window.open('https://plus.google.com/share?url=http://gdg-x.github.io/zeppelin/blog/hello-world', 'newwindow', 'width=600, height=500'); return false;">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
</li>
<li>
<a href="https://twitter.com/home?status=http://gdg-x.github.io/zeppelin/blog/hello-world" onclick="window.open('https://twitter.com/home?status=http://gdg-x.github.io/zeppelin/blog/hello-world', 'newwindow', 'width=600, height=250'); return false;">
<svg class="icon icon-twitter" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li>
<a href="https://www.facebook.com/sharer/sharer.php?u=http://gdg-x.github.io/zeppelin/blog/hello-world" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=http://gdg-x.github.io/zeppelin/blog/hello-world', 'newwindow', 'width=600, height=500'); return false;">
<svg class="icon icon-facebook" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-facebook"></use>
</svg>
</a>
</li>
</ul>
</div>
</div>
<p class="post-body">Were very excited - not just because of the inordinate amount of caffeine based products consumed -
but also because our team are putting together
the final missing parts to the biggest Google related event in Ukraine - GDG DevFest 2014.
This year event will take place in cultural capital of Ukraine - Lviv. Being a unique European city in U... <a href="/zeppelin/blog/hello-world">continue reading</a></p>
</article>
<div class="row text-center">
<p class="rss-subscribe">Subscribe <a href="/zeppelin/feed.xml" target="_blank">via RSS</a>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Blog -->
<!-- Begin Footer -->
<footer id="footer" class="footer">
<div class="row">
<div class="pull-left col-md-6 col-xs-6">
<div class="g-plusone" data-size="medium" data-annotation="inline" data-width="300" data-href="http://gdg-x.github.io"></div>
</div>
<div class="logo logo-footer logo-gray pull-right"></div>
</div>
<div class="row">
<div class="col-md-4 col-xs-6">
<h5>Links</h5>
<ul>
<li><a href=" http://gdg.org.ua " target="_blank">GDG.org.ua</a></li>
<li><a href=" https://developers.google.com " target="_blank">Google Developers</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-6">
<h5>Contacts</h5>
<ul>
<li><a href=" mailto:lviv@gdg.org.ua " target="_blank">lviv@gdg.org.ua</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-6">
<h5>FAQ</h5>
<ul>
<li><a href=" /zeppelin/cod/ " target="_blank">Code of Conduct</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-6 col-xs-12">
<ul class="social-links">
<li>
<a href=" " target="_blank">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-twitter" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-facebook" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-facebook"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-rss" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-rss"></use>
</svg>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<!-- Please don't delete this line-->
<div class="col-md-6">
<p class="copyright">
&copy; 2014 Based on <a href="https://github.com/gdg-x/zeppelin" target="_blank">Project Zeppelin</a>. Designed and created by <a href="https://plus.google.com/+OlehZasadnyy/about" target="_blank">Oleh Zasadnyy</a> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
</p>
</div>
</div>
</footer>
<!-- End Footer -->
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43643469-5', 'gdg-x.github.io');
ga('send', 'pageview');
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="/zeppelin/js/jquery-2.1.1.min.js><\/script>')
</script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script>
if (typeof($.fn.modal) === 'undefined') {
document.write('<script src="/zeppelin/js/bootstrap.min.js><\/script>')
}
</script>
<script src="/zeppelin/js/default.js"></script>
<script>
Waves.displayEffect();
</script>
<script src="/zeppelin/js/scripts.min.js"></script>
<script type="application/ld+json">
[{
"@context" : "http://schema.org",
"@type" : "Event",
"name" : "GDG DevFest Season 2014",
"description": "GDG DevFest is a set of events all around the world",
"image" : "http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png",
"url" : "http://gdg-x.github.io",
"startDate" : "2014-10-24T10:00",
"doorTime" : "09:00",
"endDate" : "2014-10-24T20:00",
"location" : {
"@type" : "Place",
"name" : "Conference Hall",
"sameAs" : "http://cabinet.kinopalace.lviv.ua/showtimes/",
"address" : {
"@type" : "PostalAddress",
"streetAddress" : "22 Teatral'na St",
"addressLocality" : "Lviv",
"addressRegion" : "Lvivska",
"postalCode" : "79000",
"addressCountry" : "Ukraine"
},
"geo" : {
"@type" : "GeoCoordinates",
"latitude" : "49.843237",
"longitude" : "24.028751"
}
},
// Not supported yet
// "organizer" : {
// "@type" : "Organization",
// "name" : "GDG Lviv",
// "alternateName" : "Google Developer Group Lviv",
// "description" : "Open and volunteer geek communities who create exciting projects and share experience about Google technology with passion.",
// "logo" : "http://gdg-x.github.io/zeppelin/img/seo/organizer-logo.png",
// "email" : "lviv@gdg.org.ua",
// "sameAs" : "http://lviv.gdg.org.ua/"
// },
"offers" : [
{
"@type" : "Offer",
"name" : "1 day",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$100",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
},
{
"@type" : "Offer",
"name" : "3 days",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$180",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
},
{
"@type" : "Offer",
"name" : "2 days",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$150",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
}
],
"performer" : [
{
"@type" : "Person",
"name" : "Dawid Ostrowski",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/DawidOstrowski.jpg",
"jobTitle" : "Developer Relations Program Manager",
"worksFor" : {
"@type" : "Organization",
"name" : "Google Poland"
},
"sameAs" : "https://plus.google.com/+DawidOstrowski/"
},
{
"@type" : "Person",
"name" : "Dmytro Danylyk",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/DmytroDanylyk.jpg",
"jobTitle" : "Android Developer",
"worksFor" : {
"@type" : "Organization",
"name" : "Lemberg Solutions Limited"
},
"sameAs" : "https://plus.google.com/+DmytroDanylyk"
},
{
"@type" : "Person",
"name" : "Mateusz Herych",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/MateuszHerych.jpg",
"jobTitle" : "Software Engineer",
"worksFor" : {
"@type" : "Organization",
"name" : "Base CRM, GDG Krakow"
},
"sameAs" : "https://plus.google.com/+MateuszHerych"
},
{
"@type" : "Person",
"name" : "Roman Mazur",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/RomanMazur.jpg",
"jobTitle" : "Head of Android/Java Unit",
"worksFor" : {
"@type" : "Organization",
"name" : "Stanfy, GDG Kyiv"
},
"sameAs" : "https://plus.google.com/+RomanMazur/"
},
{
"@type" : "Person",
"name" : "Valentyn Shybanov",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/ValentynShybanov.jpg",
"jobTitle" : "Software engineer/country manager",
"worksFor" : {
"@type" : "Organization",
"name" : "Twinfield, GDG Kyiv"
},
"sameAs" : "https://google.com/+ValentynShybanov"
}
],
"eventStatus" : "EventScheduled",
"typicalAgeRange" : "16+"
}]
</script>
</body>
</html>

View file

@ -1,438 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta name="author" content="Oleh Zasadnyy, GDG Lviv">
<meta name="description" content="GDG DevFest is a set of events all around the world">
<meta name="keywords" content="event, gdg, devfest, google, programming, android, chrome, developers, lviv">
<link rel="canonical" href="http://gdg-x.github.io">
<!-- Social: Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@DevFest">
<meta name="twitter:title" content="Don't be a jerk policy">
<meta name="twitter:description" content="GDG DevFest is a set of events all around the world">
<meta name="twitter:image:src" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-twitter.png">
<!-- Social: Facebook / Open Graph -->
<meta property="og:title" content="Don't be a jerk policy" />
<meta property="og:site_name" content="GDG DevFest Season 2014" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://gdg-x.github.io" />
<meta property="og:image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-facebook.png" />
<meta property="og:description" content="GDG DevFest is a set of events all around the world" />
<title>Don't be a jerk policy &bull; GDG DevFest Season 2014</title>
<link rel="shortcut icon" href="/zeppelin/img/favicons/favicon.ico">
<link rel="apple-touch-icon" sizes="152x152" href="/zeppelin/img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="144x144" href="/zeppelin/img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="120x120" href="/zeppelin/img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="114x114" href="/zeppelin/img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="76x76" href="/zeppelin/img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="72x72" href="/zeppelin/img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="60x60" href="/zeppelin/img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="57x57" href="/zeppelin/img/favicons/apple-touch-icon-57x57.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-196x196.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-160x160.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="/zeppelin/img/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="/zeppelin/img/favicons/browserconfig.xml">
<link href="/zeppelin/css/main.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="preloader" class="preloader">
<div class="loader-gplus"></div>
</div>
<div id="st-container" class="st-container">
<div class="st-pusher">
<div class="st-content">
<!-- Begin Top Section -->
<section id="top-section" class="top-section image-section">
<div class="overlay gradient-overlay"></div>
<header id="top-header" class="top-header">
<svg id="menu-trigger" class="menu-trigger icon icon-menu visible-xs" viewBox="0 0 32 32" data-effect="st-effect">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-menu"></use>
</svg>
<a href="/zeppelin/" id="logo-header" class="logo-header">
<div class="logo logo-light"></div>
</a>
<nav class="st-menu st-effect" id="menu">
<div class="logo-navbar logo logo-dark visible-xs"></div>
<ul>
<li>
<a class="" href=" /zeppelin/ ">Home</a>
</li>
<li>
<a class="" href=" /zeppelin/blog/ ">Blog</a>
</li>
<li>
<a class="" href=" /zeppelin/schedule/ ">Schedule</a>
</li>
<li>
<a class="" href=" /zeppelin/speakers/ ">Speakers</a>
</li>
<li>
<a class="" href=" /zeppelin/team/ ">Team</a>
</li>
<li>
<a class="" href=" /zeppelin/logistics/ ">Logistics</a>
</li>
<li>
<a class="" href=" https://developers.google.com ">Developers</a>
</li>
</ul>
<ul id="bottom-navlinks" class="bottom-navlinks visible-xs">
<li>
<a href=" http://bit.ly/dfua-c4p " target="_blank">Become a speaker</a>
</li>
</ul>
<a href=" http://bit.ly/dfua-c4p " class="right-nav-button right-nav-button-hidden btn btn-primary waves-effect waves-button waves-light waves-float pull-right hidden-xs hidden-sm" target="_blank">
Become a speaker
</a>
</nav>
</header>
<div class="jumbotron text-left">
<div class="animated hiding" data-animation="fadeInLeft" data-delay="500">
<h1>Don't be a jerk policy</h1>
</div>
</div>
</section>
<!-- End Top Section -->
<!-- Begin Post-->
<section id="post-section" class="post-section">
<div class="content-wrapper text-left">
<div class="col-md-10 col-sm-10 col-lg-offset-2 col-md-offset-2 col-sm-offset-1">
<div class="col-lg-8 col-md-10 col-xs-12">
<article class="row post">
<div class="post-body"><p><strong>This “Dont be a jerk” policy is a shortened, more casual version of the longer Code of Conduct policy. <a href="http://meta.wikimedia.org/wiki/Don%27t_be_a_dick">Read full version</a>.</strong></p>
<p>GDG Lviv prides itself on being an open, respectful, and inclusive community. That means jerky behavior isnt allowed at GDG meetings. Because we know that its not obvious to everyone, heres a reminder of the things we dont allow: jokes or offensive comments about sex/sexuality/race/religion/nationality/body size, showing porn in public, touching people uninvited, or continuing to interact with someone after theyve asked you to stop. Continuous jerky behavior may result in getting expelled from the meeting or GDG Chapter.</p>
<p>If someone is bothering you, please tell GDG Organizers immediately and they will take care of it. We want to maintain GDG DevFests awesomeness.</p>
<h6 id="contacts">Contacts:</h6>
<ul>
<li>Vitaliy Zasadnyy, +38 063 863 20 62, <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#118;&#105;&#116;&#097;&#108;&#105;&#121;&#046;&#122;&#097;&#115;&#097;&#100;&#110;&#121;&#121;&#064;&#103;&#100;&#103;&#046;&#111;&#114;&#103;&#046;&#117;&#097;">&#118;&#105;&#116;&#097;&#108;&#105;&#121;&#046;&#122;&#097;&#115;&#097;&#100;&#110;&#121;&#121;&#064;&#103;&#100;&#103;&#046;&#111;&#114;&#103;&#046;&#117;&#097;</a></li>
</ul>
<p><img class="img-responsive feature-image" src="/zeppelin/img/posts/cod.jpg" style="display:none" /></p>
</div>
<div id="page-navigation" class="page-navigation">
<div class="next col-xs-6">
</div>
<div class="previous col-xs-6">
</div>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- End Post -->
<!-- Begin Footer -->
<footer id="footer" class="footer">
<div class="row">
<div class="pull-left col-md-6 col-xs-6">
<div class="g-plusone" data-size="medium" data-annotation="inline" data-width="300" data-href="http://gdg-x.github.io"></div>
</div>
<div class="logo logo-footer logo-gray pull-right"></div>
</div>
<div class="row">
<div class="col-md-4 col-xs-6">
<h5>Links</h5>
<ul>
<li><a href=" http://gdg.org.ua " target="_blank">GDG.org.ua</a></li>
<li><a href=" https://developers.google.com " target="_blank">Google Developers</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-6">
<h5>Contacts</h5>
<ul>
<li><a href=" mailto:lviv@gdg.org.ua " target="_blank">lviv@gdg.org.ua</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-6">
<h5>FAQ</h5>
<ul>
<li><a href=" /zeppelin/cod/ " target="_blank">Code of Conduct</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-6 col-xs-12">
<ul class="social-links">
<li>
<a href=" " target="_blank">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-twitter" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-facebook" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-facebook"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-rss" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-rss"></use>
</svg>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<!-- Please don't delete this line-->
<div class="col-md-6">
<p class="copyright">
&copy; 2014 Based on <a href="https://github.com/gdg-x/zeppelin" target="_blank">Project Zeppelin</a>. Designed and created by <a href="https://plus.google.com/+OlehZasadnyy/about" target="_blank">Oleh Zasadnyy</a> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
</p>
</div>
</div>
</footer>
<!-- End Footer -->
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43643469-5', 'gdg-x.github.io');
ga('send', 'pageview');
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="/zeppelin/js/jquery-2.1.1.min.js ><\/script>')
</script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script>
if (typeof ($.fn.modal) === 'undefined') {
document.write('<script src="/zeppelin/js/bootstrap.min.js ><\/script>')
}
</script>
<script src="/zeppelin/js/default.js"></script>
<script>Waves.displayEffect();</script>
<script src="/zeppelin/js/scripts.min.js"></script>
<script type="application/ld+json">
[{
"@context" : "http://schema.org",
"@type" : "Event",
"name" : "GDG DevFest Season 2014",
"description": "GDG DevFest is a set of events all around the world",
"image" : "http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png",
"url" : "http://gdg-x.github.io",
"startDate" : "2014-10-24T10:00",
"doorTime" : "09:00",
"endDate" : "2014-10-24T20:00",
"location" : {
"@type" : "Place",
"name" : "Conference Hall",
"sameAs" : "http://cabinet.kinopalace.lviv.ua/showtimes/",
"address" : {
"@type" : "PostalAddress",
"streetAddress" : "22 Teatral'na St",
"addressLocality" : "Lviv",
"addressRegion" : "Lvivska",
"postalCode" : "79000",
"addressCountry" : "Ukraine"
},
"geo" : {
"@type" : "GeoCoordinates",
"latitude" : "49.843237",
"longitude" : "24.028751"
}
},
// Not supported yet
// "organizer" : {
// "@type" : "Organization",
// "name" : "GDG Lviv",
// "alternateName" : "Google Developer Group Lviv",
// "description" : "Open and volunteer geek communities who create exciting projects and share experience about Google technology with passion.",
// "logo" : "http://gdg-x.github.io/zeppelin/img/seo/organizer-logo.png",
// "email" : "lviv@gdg.org.ua",
// "sameAs" : "http://lviv.gdg.org.ua/"
// },
"offers" : [
{
"@type" : "Offer",
"name" : "1 day",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$100",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
},
{
"@type" : "Offer",
"name" : "3 days",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$180",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
},
{
"@type" : "Offer",
"name" : "2 days",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$150",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
}
],
"performer" : [
{
"@type" : "Person",
"name" : "Dawid Ostrowski",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/DawidOstrowski.jpg",
"jobTitle" : "Developer Relations Program Manager",
"worksFor" : {
"@type" : "Organization",
"name" : "Google Poland"
},
"sameAs" : "https://plus.google.com/+DawidOstrowski/"
},
{
"@type" : "Person",
"name" : "Dmytro Danylyk",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/DmytroDanylyk.jpg",
"jobTitle" : "Android Developer",
"worksFor" : {
"@type" : "Organization",
"name" : "Lemberg Solutions Limited"
},
"sameAs" : "https://plus.google.com/+DmytroDanylyk"
},
{
"@type" : "Person",
"name" : "Mateusz Herych",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/MateuszHerych.jpg",
"jobTitle" : "Software Engineer",
"worksFor" : {
"@type" : "Organization",
"name" : "Base CRM, GDG Krakow"
},
"sameAs" : "https://plus.google.com/+MateuszHerych"
},
{
"@type" : "Person",
"name" : "Roman Mazur",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/RomanMazur.jpg",
"jobTitle" : "Head of Android/Java Unit",
"worksFor" : {
"@type" : "Organization",
"name" : "Stanfy, GDG Kyiv"
},
"sameAs" : "https://plus.google.com/+RomanMazur/"
},
{
"@type" : "Person",
"name" : "Valentyn Shybanov",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/ValentynShybanov.jpg",
"jobTitle" : "Software engineer/country manager",
"worksFor" : {
"@type" : "Organization",
"name" : "Twinfield, GDG Kyiv"
},
"sameAs" : "https://google.com/+ValentynShybanov"
}
],
"eventStatus" : "EventScheduled",
"typicalAgeRange" : "16+"
}]
</script>
</body>
</html>

File diff suppressed because one or more lines are too long

View file

@ -1,124 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>GDG DevFest Season 2014</title>
<description>GDG DevFest is a set of events all around the world</description>
<link>http://gdg-x.github.io/zeppelin/</link>
<atom:link href="http://gdg-x.github.io/zeppelin/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Call for Papers</title>
<description>&lt;p&gt;GDG DevFest Ukraine 2014 will be held 24-25th of October in ancient city of Lviv. If you want to be part of this great event as a speaker you knocked at the good door.&lt;/p&gt;
&lt;h4 id=&quot;presenters--who-should-speak-at-the-devfest-conference&quot;&gt;Presenters who should speak at the DevFest Conference?&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;developers (freelance and hired)&lt;/li&gt;
&lt;li&gt;companies developing software (apps, tools, frameworks etc.)&lt;/li&gt;
&lt;li&gt;research institutions with Google relevant activities&lt;/li&gt;
&lt;li&gt;companies, organisations and individuals using Google technologies&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you belong to one of those groups you are cordially invited to submit a talk proposal (or a number of proposals). An independent program committee assesses the proposals and selects the actual conference talks.&lt;br /&gt;&lt;/p&gt;
&lt;h4 id=&quot;themes-and-topics--what-do-we-expect&quot;&gt;Themes and topics what do we expect?&lt;/h4&gt;
&lt;p&gt;Our team prepared set of interesting topics in but if you have any cool idea you want to share not from this list, feel free to submit it as well.&lt;/p&gt;
&lt;h5 id=&quot;android&quot;&gt;Android&lt;/h5&gt;
&lt;p&gt;&lt;strong&gt;Google I/O 2014&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Material Design&lt;/li&gt;
&lt;li&gt;Migration to ART&lt;/li&gt;
&lt;li&gt;New Android Camera API&lt;/li&gt;
&lt;li&gt;New Job Scheduler&lt;/li&gt;
&lt;li&gt;Storage Access Framework&lt;/li&gt;
&lt;li&gt;Elevation &amp;amp; Clipping&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Android Continuous Integration&lt;/li&gt;
&lt;li&gt;Loaders, Cursor Adapters&lt;/li&gt;
&lt;li&gt;Android Animations&lt;/li&gt;
&lt;li&gt;Patterns in Android development&lt;/li&gt;
&lt;/ul&gt;
&lt;h5 id=&quot;web&quot;&gt;Web&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;AngularJS (1x and 2.0)&lt;/li&gt;
&lt;li&gt;Dart (AngularDart, server-side)&lt;/li&gt;
&lt;li&gt;Polymer and WebComponents&lt;/li&gt;
&lt;li&gt;Material Design in Web&lt;/li&gt;
&lt;li&gt;ChromeOS (apps development)&lt;/li&gt;
&lt;li&gt;Web Performance (tools, techniques, approaches)&lt;/li&gt;
&lt;/ul&gt;
&lt;h5 id=&quot;cloud&quot;&gt;Cloud&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;Google Cloud Platform
&lt;ul&gt;
&lt;li&gt;Compute Engine&lt;/li&gt;
&lt;li&gt;App Engine&lt;/li&gt;
&lt;li&gt;Storages (SQL, NoSQL, BigData)&lt;/li&gt;
&lt;li&gt;APIs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Go (as a language for a Cloud Ready Apps)&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;please-submit-your-proposals-herehttpbitlydfua-c4p&quot;&gt;Please submit your proposals &lt;a href=&quot;http://bit.ly/dfua-c4p&quot;&gt;here&lt;/a&gt;.&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;Deadline&lt;/strong&gt; is September 1, 2014&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Please note:&lt;/strong&gt; There is no guarantee that a submission will be put onto the conference agenda!&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The program committee picks the most interesting talk proposals and informs the selected submitters until September 15, 2014.&lt;br /&gt;&lt;/p&gt;
&lt;h4 id=&quot;any-questions&quot;&gt;Any questions?&lt;/h4&gt;
&lt;p&gt;Email organizers at &lt;a href=&quot;&amp;#109;&amp;#097;&amp;#105;&amp;#108;&amp;#116;&amp;#111;:&amp;#100;&amp;#101;&amp;#118;&amp;#102;&amp;#101;&amp;#115;&amp;#116;&amp;#064;&amp;#103;&amp;#100;&amp;#103;&amp;#046;&amp;#111;&amp;#114;&amp;#103;&amp;#046;&amp;#117;&amp;#097;&quot;&gt;&amp;#100;&amp;#101;&amp;#118;&amp;#102;&amp;#101;&amp;#115;&amp;#116;&amp;#064;&amp;#103;&amp;#100;&amp;#103;&amp;#046;&amp;#111;&amp;#114;&amp;#103;&amp;#046;&amp;#117;&amp;#097;&lt;/a&gt;&lt;/p&gt;
</description>
<pubDate>Mon, 21 Jul 2014 12:00:00 +0300</pubDate>
<link>http://gdg-x.github.io/zeppelin/blog/call-for-papers</link>
<guid isPermaLink="true">http://gdg-x.github.io/zeppelin/blog/call-for-papers</guid>
</item>
<item>
<title>Hello World!</title>
<description>&lt;p&gt;Were very excited - not just because of the inordinate amount of caffeine based products consumed -
but also because our team are putting together
the final missing parts to the biggest Google related event in Ukraine - &lt;a href=&quot;http://devfest.gdg.org.ua/&quot;&gt;GDG DevFest 2014&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;This year event will take place in cultural capital of Ukraine - Lviv. Being a unique European city in Ukraine, Lviv is among top 10 cities of the world to visit in 2014 according to the travel group “The Rough Guide” and is among top 10 cities for spending weekends in Europe according to Lonely Planet. So take your time to spend weeked in last hidden gem in the Europe in company of experts and technical geeks.&lt;/p&gt;
&lt;p&gt;So should you also be excited? Well yes… and heres why!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Attendance&lt;/strong&gt;: were expecting over 350 attendees&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Topic&lt;/strong&gt;: more than 48 hours of pure Google technologies &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Date&lt;/strong&gt;: 24-25 of October, expect hackathon and workshops on a first day and conference on the second&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Venue&lt;/strong&gt;: Kinopalace Cinema - for a first time well make technical event in real cinema directly in the heart of the ancient city of Lviv&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Speakers&lt;/strong&gt;: were in the process of finalising the list of speakers&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;but weve already secured a first batch of experts:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Dawid Ostrowski&lt;/strong&gt; - Developer Relation from Google, who excited about cloud technologies&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mateusz Herych&lt;/strong&gt; - Android GDE and GDG organizer from Krakow&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dmytro Danylyk&lt;/strong&gt; - developer, blogger, speaker, author of open source 1000+ star libraries &lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Roman Mazur&lt;/strong&gt; - speaker on various international conferences like Droidcon Eastern Europe and Ankara Developer Days&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;More details about speakers, DevFest Hackathon and Lviv will appear in subsequent posts, meantime like us on &lt;a href=&quot;https://facebook.com/GDGLviv&quot;&gt;Facebook&lt;/a&gt;, follow on &lt;a href=&quot;https://twitter.com/intent/user?screen_name=GDGLviv&quot;&gt;Twitter&lt;/a&gt;, add to circles in &lt;a href=&quot;https://plus.google.com/b/102444623953913144164&quot;&gt;Google+&lt;/a&gt; or subcribe to our &lt;a href=&quot;http://gdg.us5.list-manage1.com/subscribe/post?u=9fc8aa205b0521b5f05fc8e1e&amp;amp;id=ae0fb459fc&quot;&gt;mailing list&lt;/a&gt; and &lt;a href=&quot;http://devfest.gdg.org.ua/feed.xml&quot;&gt;RSS feed&lt;/a&gt; in order not to miss any cool stuff about festival.&lt;/p&gt;
</description>
<pubDate>Mon, 21 Jul 2014 11:00:00 +0300</pubDate>
<link>http://gdg-x.github.io/zeppelin/blog/hello-world</link>
<guid isPermaLink="true">http://gdg-x.github.io/zeppelin/blog/hello-world</guid>
</item>
</channel>
</rss>

View file

@ -1,975 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta name="author" content="Oleh Zasadnyy, GDG Lviv">
<meta name="description" content="GDG DevFest is a set of events all around the world">
<meta name="keywords" content="event, gdg, devfest, google, programming, android, chrome, developers, lviv">
<link rel="canonical" href="http://gdg-x.github.io">
<!-- Social: Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@DevFest">
<meta name="twitter:title" content="GDG DevFest Season 2014">
<meta name="twitter:description" content="GDG DevFest is a set of events all around the world">
<meta name="twitter:image:src" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-twitter.png">
<!-- Social: Facebook / Open Graph -->
<meta property="og:title" content="GDG DevFest Season 2014" />
<meta property="og:site_name" content="GDG DevFest Season 2014" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://gdg-x.github.io" />
<meta property="og:image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-facebook.png" />
<meta property="og:description" content="GDG DevFest is a set of events all around the world" />
<title>GDG DevFest Season 2014</title>
<link rel="shortcut icon" href="/zeppelin/img/favicons/favicon.ico">
<link rel="apple-touch-icon" sizes="152x152" href="/zeppelin/img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="144x144" href="/zeppelin/img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="120x120" href="/zeppelin/img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="114x114" href="/zeppelin/img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="76x76" href="/zeppelin/img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="72x72" href="/zeppelin/img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="60x60" href="/zeppelin/img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="57x57" href="/zeppelin/img/favicons/apple-touch-icon-57x57.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-196x196.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-160x160.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="/zeppelin/img/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="/zeppelin/img/favicons/browserconfig.xml">
<link href="/zeppelin/css/main.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="preloader" class="preloader">
<div class="loader-gplus"></div>
</div>
<div id="st-container" class="st-container">
<div class="st-pusher">
<div class="st-content">
<!-- Begin Top Section -->
<section id="top-section-hero" class="top-section-hero top-section image-section" style="background-image: url('/zeppelin/img/hero.jpg');">
<header id="top-header" class="top-header">
<svg id="menu-trigger" class="menu-trigger icon icon-menu visible-xs" viewBox="0 0 32 32" data-effect="st-effect">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-menu"></use>
</svg>
<a href="/zeppelin/" id="logo-header" class="logo-header">
<div class="logo logo-light"></div>
</a>
<nav class="st-menu st-effect" id="menu">
<div class="logo-navbar logo logo-dark visible-xs"></div>
<ul>
<li>
<a class="current" href=" /zeppelin/ ">Home</a>
</li>
<li>
<a class="" href=" /zeppelin/blog/ ">Blog</a>
</li>
<li>
<a class="" href=" /zeppelin/schedule/ ">Schedule</a>
</li>
<li>
<a class="" href=" /zeppelin/speakers/ ">Speakers</a>
</li>
<li>
<a class="" href=" /zeppelin/team/ ">Team</a>
</li>
<li>
<a class="" href=" /zeppelin/logistics/ ">Logistics</a>
</li>
<li>
<a class="" href=" https://developers.google.com ">Developers</a>
</li>
</ul>
<ul id="bottom-navlinks" class="bottom-navlinks visible-xs">
<li>
<a href=" http://bit.ly/dfua-c4p " target="_blank">Become a speaker</a>
</li>
</ul>
<a href=" http://bit.ly/dfua-c4p " class="right-nav-button right-nav-button-hidden btn btn-primary waves-effect waves-button waves-light waves-float pull-right hidden-xs hidden-sm" target="_blank">
Become a speaker
</a>
</nav>
</header>
<div class="jumbotron">
<div class="animated hiding" data-animation="fadeInDown" data-delay="500">
<h1>GDG DevFest <span id="typeout-text"></span> 2014</h1>
<p>September - November, 2014</p>
<a href="http://bit.ly/dfua-c4p" class="btn btn-primary waves-effect waves-button waves-light waves-float" target="_blank">Become a speaker</a>
</div>
</div>
<a href="#about" class="explore animated hidden fadeInDown">
<svg class="icon icon-arrow-down" viewBox="0 0 32 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-arrow-down"></use>
</svg>
</a>
</section>
<!-- End Top Section -->
<!-- About Section -->
<section id="about" class="about">
<div class="content-wrapper">
<div class="col-lg-10 col-lg-offset-1">
<h3>About GDG DevFest</h3>
<div class="row about-details">
<div class="col-md-4 col-xs-6">
<div class="animated hiding" data-animation="fadeInDown" data-delay="0">
<h5>Conference</h5>
<img class="img-circle" src="/zeppelin/img/conference.jpg" height="128" width="128" alt="Conference">
<p>The biggest Google related event in the country carefully crafted for you by GDG community! Awesome speakers and lot's of fun!</p>
</div>
</div>
<div class="col-md-4 col-xs-6">
<div class="animated hiding" data-animation="fadeInDown" data-delay="500">
<h5>Workshops</h5>
<img class="img-circle" src="/zeppelin/img/workshop.jpg" height="128" width="128" alt="Workshops">
<p>Full-day of workshops, hands-on experience, hacking and debugging. Come and tame your favourite technology!</p>
</div>
</div>
<div class="clearfix visible-xs"></div>
<div class="col-md-4 col-xs-6">
<div class="animated hiding" data-animation="fadeInDown" data-delay="1000">
<h5>Hackathon</h5>
<img class="img-circle" src="/zeppelin/img/hackathon.jpg" height="128" width="128" alt="Hackathon">
<p>Full-day free-style hackaton! Want some real teambuilding on friday? Grab your team and join our hackathon!</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End About Section -->
<!-- Begin Statistic Section -->
<section id="statistic" class="statistic image-section parallax" style="background-image: url(/zeppelin/img/statistic.jpg);">
<div class="overlay solid-overlay"></div>
<div class="content-wrapper">
<div class="col-lg-10 col-lg-offset-1">
<div class="col-md-3 col-xs-6">
<div class="counter animated hiding" data-animation="fadeInDown" data-delay="0">
<div class="stat"><span class="timer" data-from="0" data-to="350">350</span>+</div>
<div class="stat-info">attendees</div>
<hr>
<p class="small">from everywhere</p>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="counter animated hiding" data-animation="fadeInDown" data-delay="500">
<div class="stat"><span class="timer" data-from="0" data-to="48">48</span>+</div>
<div class="stat-info">hours</div>
<hr>
<p class="small">of pure Google technologies</p>
</div>
</div>
<div class="clearfix visible-xs"></div>
<div class="col-md-3 col-xs-6">
<div class="counter animated hiding" data-animation="fadeInDown" data-delay="1000">
<div class="stat"><span class="timer" data-from="0" data-to="20">20</span>+</div>
<div class="stat-info">speakers</div>
<hr>
<p class="small">from country and beyond</p>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="counter animated hiding" data-animation="fadeInDown" data-delay="1500">
<div class="stat"><span class="timer" data-from="0" data-to="3">3</span></div>
<div class="stat-info">parallel tracks</div>
<hr>
<p class="small">plus entertainment lounge</p>
</div>
</div>
<div class="clearfix visible-xs"></div>
</div>
</div>
</section>
<!-- End Statistic Section -->
<!-- Begin Latest News Section -->
<section id="latest-news" class="latest-news">
<div class="content-wrapper">
<div class="col-lg-10 col-lg-offset-1">
<h3>Latest news</h3>
<article class="row">
<div class="post col-md-6 col-sm-6 text-left animated hiding" data-animation="fadeInDown" data-delay="500">
<h6>Call for Papers</h6>
<p class="post-body">GDG DevFest Ukraine 2014 will be held 24-25th of October in ancient city of Lviv. If you want to be part of this great event as a speaker you knocked at the good door.
Presenters who should speak at the DevFest Conference?
developers (freel... <a href="/zeppelin/blog/call-for-papers">continue reading</a></p>
</div>
<div class="post col-md-6 col-sm-6 text-left animated hiding" data-animation="fadeInDown" data-delay="500">
<h6>Hello World!</h6>
<p class="post-body">Were very excited - not just because of the inordinate amount of caffeine based products consumed -
but also because our team are putting together
the final missing parts to the biggest Google related event in Ukraine - GDG DevFest 2014.
This... <a href="/zeppelin/blog/hello-world">continue reading</a></p>
</div>
</article>
</div>
</div>
</section>
<!-- End Latest News Section -->
<!-- Begin Rockstar Speakers Section -->
<section id="rockstar-speakers" class="rockstar-speakers image-section parallax" style="background-image: url(/zeppelin/img/rockstar-speakers.jpg);">
<div class="overlay solid-overlay"></div>
<div class="content-wrapper">
<div class="col-lg-10 col-lg-offset-1 rockstar-speakers-list">
<h3 id="rockstar-speaker-title">Rockstar speakers</h3>
<div class="clearfix"></div>
<span class="bordered">
<a href="/zeppelin/speakers/" class="bottom-section-link waves-effect waves-button waves-light">See all speakers</a>
</span>
</div>
</div>
</section>
<!-- End Rockstar Speakers Section -->
<!-- Begin Location Section -->
<section id="location-map" class="location-map">
<div id="canvas-map" class="canvas-map"></div>
<div class="content-wrapper">
<div class="col-lg-3 col-md-4 col-sm-6 col-md-offset-1 animated hiding location-description text-left" data-animation="fadeInLeft" data-delay="0">
<div class="row">
<div class="pull-left">
<h3>Location</h3>
<ul>
<li>Conference Hall</li>
<li>22 Teatral'na St, Lviv</li>
<li><a href="mailto:devfest@gdg.org.ua">devfest@gdg.org.ua</a></li>
<li>
<time>10:00</time> -
<time>20:00</time>
</li>
</ul>
</div>
<a href="/zeppelin/logistics/#find-way" class="pull-right">
<svg class="icon icon-direction" viewBox="0 0 32 32">
<use xlink:href="img/sprites/sprites.svg#icon-direction"></use>
</svg>
</a>
</div>
</div>
</div>
</section>
<!-- End Location Section -->
<!-- Venue Section -->
<section id="venue">
<div class="content-wrapper">
<div class="col-lg-10 col-lg-offset-1">
<h3>Venue</h3>
<div class="row venue-row">
<div class="col-md-8 col-sm-8 venue-col">
<div class="venue-elem-wrapper">
<div class="venue-elem image-section venue-big-elem venue-img animated hiding" data-animation="fadeIn" data-delay="0" style="background-image: url(/zeppelin/img/venue/venue_0.jpg)"></div>
</div>
</div>
<div class="col-md-4 col-sm-4 venue-col venue-small-col">
<div class="venue-elem-wrapper col-md-12 col-sm-12 col-xs-6">
<div class="venue-elem image-section venue-small-elem venue-img animated hiding" data-animation="fadeIn" data-delay="150" style="background-image: url(/zeppelin/img/venue/venue_1.jpg)"></div>
</div>
<div class="venue-elem-wrapper col-md-12 col-sm-12 col-xs-6">
<div class="venue-elem venue-small-elem venue-text animated hiding" data-animation="fadeIn" data-delay="0">
<h5>Kinopalace Cinema</h5>
<p>3 huge cinema screens</p>
<p>Doulby Digital Surround EX audio system</p>
<p>Located directly in the city center</p>
</div>
</div>
<div class="venue-elem-wrapper col-md-12 col-sm-12 col-xs-6">
<div class="venue-elem image-section venue-small-elem venue-img animated hiding" data-animation="fadeIn" data-delay="0" style="background-image: url(/zeppelin/img/venue/venue_2.jpg)"></div>
</div>
<div class="venue-elem-wrapper col-xs-6 visible-xs">
<div class="venue-elem image-section venue-small-elem venue-img animated hiding" data-animation="fadeIn" data-delay="0" style="background-image: url(/zeppelin/img/venue/venue_3.jpg)"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Venue Section -->
<!-- Begin Twitter Feed Section -->
<section id="twitter-feed" class="twitter-feed image-section parallax" style="background-image: url(/zeppelin/img/twitter-feed.jpg);">
<div class="overlay solid-overlay"></div>
<div class="content-wrapper">
<div class="col-lg-6 col-md-8 col-lg-offset-3 col-md-offset-2">
<svg class="icon" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-twitter"></use>
</svg>
<h3>What's Up? <a href="https://twitter.com/search?q=%23devfest" target="_blank">#devfest</a>
</h3>
<div id="tweets" class="tweets"></div>
</div>
</div>
</section>
<!-- End Twitter Feed Section -->
<!-- Begin Sponsors Section -->
<section id="partners" class="partners">
<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="/zeppelin/img/organizers/gdg-lviv.svg" title="GDG Lviv - Open and volunteer geek community" alt="GDG Lviv">
</a>
</li>
</ul>
<h5>Co-organizers</h5>
<ul class="list-inline">
<li>
<a href="http://kyiv.gdg.org.ua" target="_blank">
<img src="/zeppelin/img/organizers/gdg-kyiv.png" title="GDG Kyiv - Open and volunteer geek community" alt="GDG Lviv">
</a>
</li>
<li>
<a href="http://cherkassy.gdg.org.ua" target="_blank">
<img src="/zeppelin/img/organizers/gdg-cherkassy.png" title="GDG Cherkassy - Open and volunteer geek community" alt="GDG Cherkassy">
</a>
</li>
<li>
<a href="http://dnipro.gdg.org.ua" target="_blank">
<img src="/zeppelin/img/organizers/gdg-dnipropetrovsk.png" title="GDG Dnipropetrovsk - Open and volunteer geek community" alt="GDG Dnipropetrovsk">
</a>
</li>
</ul>
<h3>Partners</h3>
<h5>General sponsor</h5>
<ul class="list-inline">
<li>
<a href="https://www.google.com.ua/intl/en/about/" target="_blank">
<img src="/zeppelin/img/partners/google.svg" title="Google" alt="Google">
</a>
</li>
<li>
<a href="http://lviv.gdg.org.ua" target="_blank">
<img src="/zeppelin/img/partners/gdg-lviv.svg" title="GDG Lviv - Open and volunteer geek community" alt="GDG Lviv">
</a>
</li>
</ul>
<h5>With support of</h5>
<ul class="list-inline">
<li>
<a href="https://www.google.com.ua/intl/en/about/" target="_blank">
<img src="/zeppelin/img/partners/google.svg" title="Google" alt="Google">
</a>
</li>
<li>
<a href="http://lviv.gdg.org.ua" target="_blank">
<img src="/zeppelin/img/partners/gdg-lviv.svg" title="GDG Lviv - Open and volunteer geek community" alt="GDG Lviv">
</a>
</li>
<li>
<a href="https://github.com/gdg-x" target="_blank">
<img src="/zeppelin/img/partners/gdg-x.svg" title="GDG[x] - Yeah, we can fix that" alt="GDG[x]">
</a>
</li>
</ul>
<h5>Information partners</h5>
<ul class="list-inline">
<li>
<a href="https://www.google.com.ua/intl/en/about/" target="_blank">
<img src="/zeppelin/img/partners/google.svg" title="Google" alt="Google">
</a>
</li>
<li>
<a href="http://lviv.gdg.org.ua" target="_blank">
<img src="/zeppelin/img/partners/gdg-lviv.svg" title="GDG Lviv - Open and volunteer geek community" alt="GDG Lviv">
</a>
</li>
<li>
<a href="https://github.com/gdg-x" target="_blank">
<img src="/zeppelin/img/partners/gdg-x.svg" title="GDG[x] - Yeah, we can fix that" alt="GDG[x]">
</a>
</li>
<li>
<a href="https://www.google.com.ua/intl/en/about/" target="_blank">
<img src="/zeppelin/img/partners/google.svg" title="Google" alt="Google">
</a>
</li>
<li>
<a href="http://lviv.gdg.org.ua" target="_blank">
<img src="/zeppelin/img/partners/gdg-lviv.svg" title="GDG Lviv - Open and volunteer geek community" alt="GDG Lviv">
</a>
</li>
<li>
<a href="https://github.com/gdg-x" target="_blank">
<img src="/zeppelin/img/partners/gdg-x.svg" title="GDG[x] - Yeah, we can fix that" alt="GDG[x]">
</a>
</li>
<li>
<a href="https://www.google.com.ua/intl/en/about/" target="_blank">
<img src="/zeppelin/img/partners/google.svg" title="Google" alt="Google">
</a>
</li>
<li>
<a href="http://lviv.gdg.org.ua" target="_blank">
<img src="/zeppelin/img/partners/gdg-lviv.svg" title="GDG Lviv - Open and volunteer geek community" alt="GDG Lviv">
</a>
</li>
<li>
<a href="https://github.com/gdg-x" target="_blank">
<img src="/zeppelin/img/partners/gdg-x.svg" title="GDG[x] - Yeah, we can fix that" alt="GDG[x]">
</a>
</li>
</ul>
<a href="/zeppelin/assets/GDG_DevFest_Partnership.pdf" class="btn btn-primary waves-effect waves-button waves-light waves-float">Become a sponsor</a>
</div>
</div>
</section>
<!-- End Sponsors Section -->
<!-- Begin Subscribe Section -->
<section id="subscribe" class="subscribe image-section parallax" style="background-image: url(/zeppelin/img/subscribe.jpg);">
<div class="overlay solid-overlay"></div>
<div class="content-wrapper">
<div class="col-lg-8 col-lg-offset-2 animated hiding" data-animation="fadeInUp" data-delay="0">
<h3>Subscribe for updates</h3>
<div id="mc_embed_signup" class="col-lg-8 col-sm-8 col-lg-offset-2 col-sm-offset-2">
<form action="http://gdg.us5.list-manage1.com/subscribe/post?u=9fc8aa205b0521b5f05fc8e1e&amp;id=ae0fb459fc" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="mc-field-group col-lg-9 col-sm-9 col-xs-12">
<i class="email bordered required waves-effect waves-light waves-input-wrapper">
<input type="email" value="" name="EMAIL" class="waves-button-input" id="mce-EMAIL" placeholder="your@email.com" autocomplete="off">
</i>
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;">
<input type="text" name="b_9fc8aa205b0521b5f05fc8e1e_ae0fb459fc" tabindex="-1" value="">
</div>
<div class="mc-submit-group clear col-lg-3 col-sm-3 col-xs-12">
<i class="button bordered required waves-effect waves-light waves-input-wrapper">
<input type="submit" class="waves-button-input" value="Submit" name="subscribe" id="mc-embedded-subscribe">
</i>
</div>
</form>
<span class="subscribe-info">Registration will be open around end of August. Number of tickets are limited. Stay tuned!</span>
</div>
</div>
</div>
</section>
<!-- End Subscribe Section -->
<!-- Begin Buy Tickets Section -->
<section id="buy-tickets" class="buy-tickets">
<div class="content-wrapper">
<div class="col-lg-8 col-md-10 col-lg-offset-2 col-md-offset-1">
<h3>Pricetable</h3>
<div class="col-md-4 col-sm-4 pricing-col animated hiding" data-animation="fadeInLeft" data-delay="500">
<div class="pricing-header">
<h3 class="title">1 day</h3>
<h4 class="amount">$100</h4>
</div>
<div class="pricing-content">
<ul>
<li>Lorem ipsum is simply</li>
<li>Dummy text of the printing</li>
<li>Typesetting industry</li>
</ul>
<a class="button" href="http://dfua.ticketforevent.com/" target="_blank">Buy Now</a>
</div>
</div>
<div class="col-md-4 col-sm-4 pricing-col pricing-col-featured animated hiding" data-animation="fadeInDown" data-delay="0">
<div class="pricing-ribbon">-20%</div>
<div class="pricing-header">
<h3 class="title">3 days</h3>
<h4 class="amount">$180</h4>
</div>
<div class="pricing-content">
<ul>
<li>Lorem ipsum is simply</li>
<li>Dummy text of the printing</li>
<li>Typesetting industry</li>
</ul>
<a class="button" href="http://dfua.ticketforevent.com/" target="_blank">Buy Now</a>
</div>
</div>
<div class="col-md-4 col-sm-4 pricing-col animated hiding" data-animation="fadeInRight" data-delay="500">
<div class="pricing-header">
<h3 class="title">2 days</h3>
<h4 class="amount">$150</h4>
</div>
<div class="pricing-content">
<ul>
<li>Lorem ipsum is simply</li>
<li>Dummy text of the printing</li>
<li>Typesetting industry</li>
</ul>
<a class="button" href="http://dfua.ticketforevent.com/" target="_blank">Buy Now</a>
</div>
</div>
</div>
</div>
</section>
<!-- End Buy Tickets Section -->
<!-- Begin Footer -->
<footer id="footer" class="footer">
<div class="row">
<div class="pull-left col-md-6 col-xs-6">
<div class="g-plusone" data-size="medium" data-annotation="inline" data-width="300" data-href="http://gdg-x.github.io"></div>
</div>
<div class="logo logo-footer logo-gray pull-right"></div>
</div>
<div class="row">
<div class="col-md-4 col-xs-6">
<h5>Links</h5>
<ul>
<li><a href=" http://gdg.org.ua " target="_blank">GDG.org.ua</a></li>
<li><a href=" https://developers.google.com " target="_blank">Google Developers</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-6">
<h5>Contacts</h5>
<ul>
<li><a href=" mailto:lviv@gdg.org.ua " target="_blank">lviv@gdg.org.ua</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-6">
<h5>FAQ</h5>
<ul>
<li><a href=" /zeppelin/cod/ " target="_blank">Code of Conduct</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-6 col-xs-12">
<ul class="social-links">
<li>
<a href=" " target="_blank">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-twitter" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-facebook" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-facebook"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-rss" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-rss"></use>
</svg>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<!-- Please don't delete this line-->
<div class="col-md-6">
<p class="copyright">
&copy; 2014 Based on <a href="https://github.com/gdg-x/zeppelin" target="_blank">Project Zeppelin</a>. Designed and created by <a href="https://plus.google.com/+OlehZasadnyy/about" target="_blank">Oleh Zasadnyy</a> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
</p>
</div>
</div>
</footer>
<!-- End Footer -->
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43643469-5', 'gdg-x.github.io');
ga('send', 'pageview');
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="/zeppelin/js/jquery-2.1.1.min.js><\/script>')
</script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script>
if (typeof($.fn.modal) === 'undefined') {
document.write('<script src="/zeppelin/js/bootstrap.min.js><\/script>')
}
</script>
<script src="/zeppelin/js/default.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script>
Waves.displayEffect();
var googleMaps = 'index',
eventPlace = new google.maps.LatLng(49.843237,24.028751),
centerMap = new google.maps.LatLng(49.842537,24.025701),
mobileCenterMap = new google.maps.LatLng(49.841620, 24.029411),
icon = '/zeppelin/img/svg/map-marker.svg';
var twitterFeedUrl = 'http://lviv.gdg.org.ua/tweetledee/favoritesjson.php?c=10&cache_interval=900';
$(document).ready(function () {
$(function () {
$("#typeout-text").typed({
strings: ["", "Season", "Ukraine", "Germany", "USA"],
typeSpeed: 150,
backDelay: 900,
loop: true
});
});
var rockstarSpeakers = [
{name: "Dawid Ostrowski", company: "Google Poland", image: "/zeppelin/img/speakers/DawidOstrowski.jpg"},
{name: "Dmytro Danylyk", company: "Lemberg Solutions Limited", image: "/zeppelin/img/speakers/DmytroDanylyk.jpg"},
{name: "Mateusz Herych", company: "Base CRM, GDG Krakow", image: "/zeppelin/img/speakers/MateuszHerych.jpg"},
{name: "Roman Mazur", company: "Stanfy, GDG Kyiv", image: "/zeppelin/img/speakers/RomanMazur.jpg"},
{name: "Valentyn Shybanov", company: "Twinfield, GDG Kyiv", image: "/zeppelin/img/speakers/ValentynShybanov.jpg"}
];
rockstarSpeakers.sort(function() {return 0.5 - Math.random()});
if(rockstarSpeakers.length > 0) {
var animationDelay = 1500,
count = 4,
colWidth = 12/count;
for(i=0; i<count; i++) {
$('#rockstar-speaker-title').after('<div class="col-md-'+ colWidth +' col-xs-6 rockstar-speakers-item animated hiding" data-animation="fadeInUp" data-delay="' + animationDelay +'"><div class="rockstar-speaker"><div class="flow-img img-circle rockstar-speaker-img" style="background-image: url(' + rockstarSpeakers[i].image + ')"></div><div class="name">' + rockstarSpeakers[i].name + '</div><div class="sub">' + rockstarSpeakers[i].company + '</div></div></div>');
animationDelay -= 500;
}
}
});
</script>
<script src="/zeppelin/js/scripts.min.js"></script>
<script type="application/ld+json">
[{
"@context" : "http://schema.org",
"@type" : "Event",
"name" : "GDG DevFest Season 2014",
"description": "GDG DevFest is a set of events all around the world",
"image" : "http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png",
"url" : "http://gdg-x.github.io",
"startDate" : "2014-10-24T10:00",
"doorTime" : "09:00",
"endDate" : "2014-10-24T20:00",
"location" : {
"@type" : "Place",
"name" : "Conference Hall",
"sameAs" : "http://cabinet.kinopalace.lviv.ua/showtimes/",
"address" : {
"@type" : "PostalAddress",
"streetAddress" : "22 Teatral'na St",
"addressLocality" : "Lviv",
"addressRegion" : "Lvivska",
"postalCode" : "79000",
"addressCountry" : "Ukraine"
},
"geo" : {
"@type" : "GeoCoordinates",
"latitude" : "49.843237",
"longitude" : "24.028751"
}
},
// Not supported yet
// "organizer" : {
// "@type" : "Organization",
// "name" : "GDG Lviv",
// "alternateName" : "Google Developer Group Lviv",
// "description" : "Open and volunteer geek communities who create exciting projects and share experience about Google technology with passion.",
// "logo" : "http://gdg-x.github.io/zeppelin/img/seo/organizer-logo.png",
// "email" : "lviv@gdg.org.ua",
// "sameAs" : "http://lviv.gdg.org.ua/"
// },
"offers" : [
{
"@type" : "Offer",
"name" : "1 day",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$100",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
},
{
"@type" : "Offer",
"name" : "3 days",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$180",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
},
{
"@type" : "Offer",
"name" : "2 days",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$150",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
}
],
"performer" : [
{
"@type" : "Person",
"name" : "Dawid Ostrowski",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/DawidOstrowski.jpg",
"jobTitle" : "Developer Relations Program Manager",
"worksFor" : {
"@type" : "Organization",
"name" : "Google Poland"
},
"sameAs" : "https://plus.google.com/+DawidOstrowski/"
},
{
"@type" : "Person",
"name" : "Dmytro Danylyk",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/DmytroDanylyk.jpg",
"jobTitle" : "Android Developer",
"worksFor" : {
"@type" : "Organization",
"name" : "Lemberg Solutions Limited"
},
"sameAs" : "https://plus.google.com/+DmytroDanylyk"
},
{
"@type" : "Person",
"name" : "Mateusz Herych",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/MateuszHerych.jpg",
"jobTitle" : "Software Engineer",
"worksFor" : {
"@type" : "Organization",
"name" : "Base CRM, GDG Krakow"
},
"sameAs" : "https://plus.google.com/+MateuszHerych"
},
{
"@type" : "Person",
"name" : "Roman Mazur",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/RomanMazur.jpg",
"jobTitle" : "Head of Android/Java Unit",
"worksFor" : {
"@type" : "Organization",
"name" : "Stanfy, GDG Kyiv"
},
"sameAs" : "https://plus.google.com/+RomanMazur/"
},
{
"@type" : "Person",
"name" : "Valentyn Shybanov",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/ValentynShybanov.jpg",
"jobTitle" : "Software engineer/country manager",
"worksFor" : {
"@type" : "Organization",
"name" : "Twinfield, GDG Kyiv"
},
"sameAs" : "https://google.com/+ValentynShybanov"
}
],
"eventStatus" : "EventScheduled",
"typicalAgeRange" : "16+"
}]
</script>
</body>
</html>

View file

@ -1,561 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta name="author" content="Oleh Zasadnyy, GDG Lviv">
<meta name="description" content="GDG DevFest is a set of events all around the world">
<meta name="keywords" content="event, gdg, devfest, google, programming, android, chrome, developers, lviv">
<link rel="canonical" href="http://gdg-x.github.io">
<!-- Social: Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@DevFest">
<meta name="twitter:title" content="Get ready to DevFest">
<meta name="twitter:description" content="GDG DevFest is a set of events all around the world">
<meta name="twitter:image:src" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-twitter.png">
<!-- Social: Facebook / Open Graph -->
<meta property="og:title" content="Get ready to DevFest" />
<meta property="og:site_name" content="GDG DevFest Season 2014" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://gdg-x.github.io" />
<meta property="og:image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-facebook.png" />
<meta property="og:description" content="GDG DevFest is a set of events all around the world" />
<title>Get ready to DevFest &bull; GDG DevFest Season 2014</title>
<link rel="shortcut icon" href="/zeppelin/img/favicons/favicon.ico">
<link rel="apple-touch-icon" sizes="152x152" href="/zeppelin/img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="144x144" href="/zeppelin/img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="120x120" href="/zeppelin/img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="114x114" href="/zeppelin/img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="76x76" href="/zeppelin/img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="72x72" href="/zeppelin/img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="60x60" href="/zeppelin/img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="57x57" href="/zeppelin/img/favicons/apple-touch-icon-57x57.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-196x196.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-160x160.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="/zeppelin/img/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="/zeppelin/img/favicons/browserconfig.xml">
<link href="/zeppelin/css/main.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="preloader" class="preloader">
<div class="loader-gplus"></div>
</div>
<div id="st-container" class="st-container">
<div class="st-pusher">
<div class="st-content">
<!-- Begin Top Section -->
<section id="top-section" class="top-section image-section">
<div class="overlay gradient-overlay"></div>
<header id="top-header" class="top-header">
<svg id="menu-trigger" class="menu-trigger icon icon-menu visible-xs" viewBox="0 0 32 32" data-effect="st-effect">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-menu"></use>
</svg>
<a href="/zeppelin/" id="logo-header" class="logo-header">
<div class="logo logo-light"></div>
</a>
<nav class="st-menu st-effect" id="menu">
<div class="logo-navbar logo logo-dark visible-xs"></div>
<ul>
<li>
<a class="" href=" /zeppelin/ ">Home</a>
</li>
<li>
<a class="" href=" /zeppelin/blog/ ">Blog</a>
</li>
<li>
<a class="" href=" /zeppelin/schedule/ ">Schedule</a>
</li>
<li>
<a class="" href=" /zeppelin/speakers/ ">Speakers</a>
</li>
<li>
<a class="" href=" /zeppelin/team/ ">Team</a>
</li>
<li>
<a class="current" href=" /zeppelin/logistics/ ">Logistics</a>
</li>
<li>
<a class="" href=" https://developers.google.com ">Developers</a>
</li>
</ul>
<ul id="bottom-navlinks" class="bottom-navlinks visible-xs">
<li>
<a href=" http://bit.ly/dfua-c4p " target="_blank">Become a speaker</a>
</li>
</ul>
<a href=" http://bit.ly/dfua-c4p " class="right-nav-button right-nav-button-hidden btn btn-primary waves-effect waves-button waves-light waves-float pull-right hidden-xs hidden-sm" target="_blank">
Become a speaker
</a>
</nav>
</header>
<div class="jumbotron text-left">
<div class="animated hiding" data-animation="fadeInLeft" data-delay="500">
<h1>Get ready to DevFest</h1>
</div>
</div>
</section>
<!-- End Top Section -->
<!-- Begin Find Way-->
<section id="find-way" class="find-way">
<div id="canvas-map" class="canvas-map"></div>
<div class="content-wrapper text-left">
<h3 class="animated hiding" data-animation="fadeInUp" data-delay="0">Find your way here</h3>
<div class="map-card col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="map-search">
<input type="text" id="location-input" class="location-input" name="location-input" data-input-value="Your location" placeholder="Your location" autocomplete="off">
<svg id="direction-locate" class="icon icon-geolocation" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-geolocation"></use>
</svg>
</div>
<div class="location-result">
<span id="result-name" class="result-name"></span>
<span>to DevFest</span>
<svg id="direction-cancel" class="icon icon-cross" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-cross"></use>
</svg>
</div>
</div>
<div class="map-card location-details col-lg-3 col-md-4 col-sm-6 col-xs-12">
<ul>
<li>
<svg class="icon icon-flag" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-flag"></use>
</svg>
<span>Distance</span>
<span id="distance" class="detailed-result pull-right"></span>
</li>
<li>
<div id="mode">
<svg id="mode-icon" class="icon icon-mode" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-flight"></use>
</svg>
<select id="mode-select">
<option value="DRIVING">DRIVING</option>
<option value="WALKING">WALKING</option>
<option value="BICYCLING">BICYCLING</option>
<option value="TRANSIT">TRANSIT</option>
</select>
<span id="estimateTime" class="detailed-result pull-right"></span>
</div>
<a id="find-flight" href="https://google.com/flights" class="pull-right hidden" target="_blank">Find Flight</a>
</li>
</ul>
</div>
</div>
</section>
<!-- End Find Way -->
<!-- Begin Direction Details-->
<section id="direction-details" class="direction-details">
<div class="content-wrapper">
<section class="image-section standart-height" style="background-image: url('/zeppelin/img/direction-details.jpg');">
<h3>Get around Lviv</h3>
</section>
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-left same-height-wrapper">
<div class="col-md-4 col-xs-12 same-height animated hiding" data-animation="fadeInDown" data-delay="0">
<div class="card">
<h4>From the Airport</h4>
<p>Airport is right at the city border. It is easily reachable by car, public transport or taxi. More information is available at <a href="http://lwo.aero/en/transport">airport website</a>.</p>
</div>
</div>
<div class="col-md-4 col-xs-12 same-height animated hiding" data-animation="fadeInDown" data-delay="500">
<div class="card">
<h4>Public Transit</h4>
<p>Google Transit is available in Lviv. So you can find your way in Google Maps. Moreover, you can download any of the offline public transit apps available for Lviv.</p>
</div>
</div>
<div class="col-md-4 col-xs-12 same-height animated hiding" data-animation="fadeInDown" data-delay="1000">
<div class="card">
<h4>Hotels</h4>
<p>Lviv has lots of great hotels and hostels. More information will be available later.</p>
</div>
</div>
<div class="col-md-12 col-xs-12 animated hiding" data-animation="fadeInDown" data-delay="0">
<div class="card questions">
<h4>Questions?</h4>
<div class="col-md-4 col-xs-12">
<h5>Hotels</h5>
<ul>
<li><a href=" https://plus.google.com/b/102444623953913144164 " target="_blank">InterContinental</a></li>
<li><a href=" https://plus.google.com/b/102444623953913144164 " target="_blank">The Hotel Rex</a></li>
<li><a href=" https://plus.google.com/b/102444623953913144164 " target="_blank">Westin Market Street</a></li>
<li><a href=" https://plus.google.com/b/102444623953913144164 " target="_blank">Hotel Adagio</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-12">
<h5>Registration</h5>
<ul>
<li><a href=" https://plus.google.com/b/102444623953913144164 " target="_blank">InterContinental</a></li>
<li><a href=" https://plus.google.com/b/102444623953913144164 " target="_blank">The Hotel Rex</a></li>
<li><a href=" https://plus.google.com/b/102444623953913144164 " target="_blank">Westin Market Street</a></li>
<li><a href=" https://plus.google.com/b/102444623953913144164 " target="_blank">Hotel Adagio</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-12">
<h5>Attendance Details</h5>
<ul>
<li><a href=" https://plus.google.com/b/102444623953913144164 " target="_blank">InterContinental</a></li>
<li><a href=" https://plus.google.com/b/102444623953913144164 " target="_blank">The Hotel Rex</a></li>
<li><a href=" https://plus.google.com/b/102444623953913144164 " target="_blank">Westin Market Street</a></li>
<li><a href=" https://plus.google.com/b/102444623953913144164 " target="_blank">Hotel Adagio</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Direction Details -->
<!-- Begin Footer -->
<footer id="footer" class="footer">
<div class="row">
<div class="pull-left col-md-6 col-xs-6">
<div class="g-plusone" data-size="medium" data-annotation="inline" data-width="300" data-href="http://gdg-x.github.io"></div>
</div>
<div class="logo logo-footer logo-gray pull-right"></div>
</div>
<div class="row">
<div class="col-md-4 col-xs-6">
<h5>Links</h5>
<ul>
<li><a href=" http://gdg.org.ua " target="_blank">GDG.org.ua</a></li>
<li><a href=" https://developers.google.com " target="_blank">Google Developers</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-6">
<h5>Contacts</h5>
<ul>
<li><a href=" mailto:lviv@gdg.org.ua " target="_blank">lviv@gdg.org.ua</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-6">
<h5>FAQ</h5>
<ul>
<li><a href=" /zeppelin/cod/ " target="_blank">Code of Conduct</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-6 col-xs-12">
<ul class="social-links">
<li>
<a href=" " target="_blank">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-twitter" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-facebook" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-facebook"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-rss" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-rss"></use>
</svg>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<!-- Please don't delete this line-->
<div class="col-md-6">
<p class="copyright">
&copy; 2014 Based on <a href="https://github.com/gdg-x/zeppelin" target="_blank">Project Zeppelin</a>. Designed and created by <a href="https://plus.google.com/+OlehZasadnyy/about" target="_blank">Oleh Zasadnyy</a> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
</p>
</div>
</div>
</footer>
<!-- End Footer -->
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43643469-5', 'gdg-x.github.io');
ga('send', 'pageview');
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="/zeppelin/js/jquery-2.1.1.min.js><\/script>')
</script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script>
if (typeof($.fn.modal) === 'undefined') {
document.write('<script src="/zeppelin/js/bootstrap.min.js><\/script>')
}
</script>
<script src="/zeppelin/js/default.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places,geometry"></script>
<script>
Waves.displayEffect();
var googleMaps = 'logistics',
eventPlace = new google.maps.LatLng(49.843237,24.028751),
centerMap = new google.maps.LatLng(49.056728, 3.117289),
mobileCenterMap = new google.maps.LatLng(48.335365, 23.711648),
icon = '/zeppelin/img/svg/map-marker.svg';
</script>
<script src="/zeppelin/js/scripts.min.js"></script>
<script type="application/ld+json">
[{
"@context" : "http://schema.org",
"@type" : "Event",
"name" : "GDG DevFest Season 2014",
"description": "GDG DevFest is a set of events all around the world",
"image" : "http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png",
"url" : "http://gdg-x.github.io",
"startDate" : "2014-10-24T10:00",
"doorTime" : "09:00",
"endDate" : "2014-10-24T20:00",
"location" : {
"@type" : "Place",
"name" : "Conference Hall",
"sameAs" : "http://cabinet.kinopalace.lviv.ua/showtimes/",
"address" : {
"@type" : "PostalAddress",
"streetAddress" : "22 Teatral'na St",
"addressLocality" : "Lviv",
"addressRegion" : "Lvivska",
"postalCode" : "79000",
"addressCountry" : "Ukraine"
},
"geo" : {
"@type" : "GeoCoordinates",
"latitude" : "49.843237",
"longitude" : "24.028751"
}
},
// Not supported yet
// "organizer" : {
// "@type" : "Organization",
// "name" : "GDG Lviv",
// "alternateName" : "Google Developer Group Lviv",
// "description" : "Open and volunteer geek communities who create exciting projects and share experience about Google technology with passion.",
// "logo" : "http://gdg-x.github.io/zeppelin/img/seo/organizer-logo.png",
// "email" : "lviv@gdg.org.ua",
// "sameAs" : "http://lviv.gdg.org.ua/"
// },
"offers" : [
{
"@type" : "Offer",
"name" : "1 day",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$100",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
},
{
"@type" : "Offer",
"name" : "3 days",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$180",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
},
{
"@type" : "Offer",
"name" : "2 days",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$150",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
}
],
"performer" : [
{
"@type" : "Person",
"name" : "Dawid Ostrowski",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/DawidOstrowski.jpg",
"jobTitle" : "Developer Relations Program Manager",
"worksFor" : {
"@type" : "Organization",
"name" : "Google Poland"
},
"sameAs" : "https://plus.google.com/+DawidOstrowski/"
},
{
"@type" : "Person",
"name" : "Dmytro Danylyk",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/DmytroDanylyk.jpg",
"jobTitle" : "Android Developer",
"worksFor" : {
"@type" : "Organization",
"name" : "Lemberg Solutions Limited"
},
"sameAs" : "https://plus.google.com/+DmytroDanylyk"
},
{
"@type" : "Person",
"name" : "Mateusz Herych",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/MateuszHerych.jpg",
"jobTitle" : "Software Engineer",
"worksFor" : {
"@type" : "Organization",
"name" : "Base CRM, GDG Krakow"
},
"sameAs" : "https://plus.google.com/+MateuszHerych"
},
{
"@type" : "Person",
"name" : "Roman Mazur",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/RomanMazur.jpg",
"jobTitle" : "Head of Android/Java Unit",
"worksFor" : {
"@type" : "Organization",
"name" : "Stanfy, GDG Kyiv"
},
"sameAs" : "https://plus.google.com/+RomanMazur/"
},
{
"@type" : "Person",
"name" : "Valentyn Shybanov",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/ValentynShybanov.jpg",
"jobTitle" : "Software engineer/country manager",
"worksFor" : {
"@type" : "Organization",
"name" : "Twinfield, GDG Kyiv"
},
"sameAs" : "https://google.com/+ValentynShybanov"
}
],
"eventStatus" : "EventScheduled",
"typicalAgeRange" : "16+"
}]
</script>
</body>
</html>

File diff suppressed because it is too large Load diff

View file

@ -1,604 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta name="author" content="Oleh Zasadnyy, GDG Lviv">
<meta name="description" content="GDG DevFest is a set of events all around the world">
<meta name="keywords" content="event, gdg, devfest, google, programming, android, chrome, developers, lviv">
<link rel="canonical" href="http://gdg-x.github.io">
<!-- Social: Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@DevFest">
<meta name="twitter:title" content="Team">
<meta name="twitter:description" content="GDG DevFest is a set of events all around the world">
<meta name="twitter:image:src" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-twitter.png">
<!-- Social: Facebook / Open Graph -->
<meta property="og:title" content="Team" />
<meta property="og:site_name" content="GDG DevFest Season 2014" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://gdg-x.github.io" />
<meta property="og:image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-facebook.png" />
<meta property="og:description" content="GDG DevFest is a set of events all around the world" />
<title>Team &bull; GDG DevFest Season 2014</title>
<link rel="shortcut icon" href="/zeppelin/img/favicons/favicon.ico">
<link rel="apple-touch-icon" sizes="152x152" href="/zeppelin/img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="144x144" href="/zeppelin/img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="120x120" href="/zeppelin/img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="114x114" href="/zeppelin/img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="76x76" href="/zeppelin/img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="72x72" href="/zeppelin/img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="60x60" href="/zeppelin/img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="57x57" href="/zeppelin/img/favicons/apple-touch-icon-57x57.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-196x196.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-160x160.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="/zeppelin/img/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="/zeppelin/img/favicons/browserconfig.xml">
<link href="/zeppelin/css/main.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="preloader" class="preloader">
<div class="loader-gplus"></div>
</div>
<div id="st-container" class="st-container">
<div class="st-pusher">
<div class="st-content">
<!-- Begin Top Section -->
<section id="top-section" class="top-section image-section">
<div class="overlay gradient-overlay"></div>
<header id="top-header" class="top-header">
<svg id="menu-trigger" class="menu-trigger icon icon-menu visible-xs" viewBox="0 0 32 32" data-effect="st-effect">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-menu"></use>
</svg>
<a href="/zeppelin/" id="logo-header" class="logo-header">
<div class="logo logo-light"></div>
</a>
<nav class="st-menu st-effect" id="menu">
<div class="logo-navbar logo logo-dark visible-xs"></div>
<ul>
<li>
<a class="" href=" /zeppelin/ ">Home</a>
</li>
<li>
<a class="" href=" /zeppelin/blog/ ">Blog</a>
</li>
<li>
<a class="" href=" /zeppelin/schedule/ ">Schedule</a>
</li>
<li>
<a class="" href=" /zeppelin/speakers/ ">Speakers</a>
</li>
<li>
<a class="current" href=" /zeppelin/team/ ">Team</a>
</li>
<li>
<a class="" href=" /zeppelin/logistics/ ">Logistics</a>
</li>
<li>
<a class="" href=" https://developers.google.com ">Developers</a>
</li>
</ul>
<ul id="bottom-navlinks" class="bottom-navlinks visible-xs">
<li>
<a href=" http://bit.ly/dfua-c4p " target="_blank">Become a speaker</a>
</li>
</ul>
<a href=" http://bit.ly/dfua-c4p " class="right-nav-button right-nav-button-hidden btn btn-primary waves-effect waves-button waves-light waves-float pull-right hidden-xs hidden-sm" target="_blank">
Become a speaker
</a>
</nav>
</header>
<div class="jumbotron text-left">
<div class="animated hiding" data-animation="fadeInLeft" data-delay="500">
<h1>Team</h1>
</div>
</div>
</section>
<!-- End Top Section -->
<!-- Begin Team List-->
<section id="team" class="team">
<div class="content-wrapper">
<div class="col-lg-10 col-lg-offset-1">
<h3>About us</h3>
<p class="text-left animated hiding" data-animation="fadeInUp" data-delay="0">Google's services have become synonymous with simple things online. Number of technological innovations and IT industries in which Google is creating new products is enormous. It's hard to get to know all of them, but realistic. This is why people have started to gather in small local groups and share their experience. Later, the following groups have been called Google Developer Groups. GDGs can take many forms -- from just a few people getting together to watch some videos, to large gatherings with demos, tech talks, hackathons and conferences.</p>
</div>
<div class="col-lg-10 col-lg-offset-1 text-center">
<h4 class="text-left animated hiding appear-animation-trigger" data-animation="fadeInUp" data-delay="0">Organizers</h4>
<div class="effect-wrapper col-md-4 col-sm-6 col-xs-12 cols-centered appear-animation">
<div class="zoe-effect" data-toggle="modal" data-target="#speakerDetail-0">
<figure class="waves-effect waves-block waves-light" style="background-image: url(/zeppelin/img/speakers/VitaliyZasadnyy.jpg)">
<div class="overlay solid-overlay"></div>
<figcaption>
<div class="col-md-8 col-xs-8 text-left">
<h2 class="name">Vitaliy <span>Zasadnyy</span></h2>
<div class="clearfix"></div>
<span class="position">Sponsors and Speakers Manager</span>
</div>
<a href="https://google.com/+VitalikZasadnyy" target="_blank">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
<a href="https://twitter.com/zasadnyy" target="_blank">
<svg class="icon icon-twitter" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-twitter"></use>
</svg>
</a>
<a href="https://github.com/zasadnyy" target="_blank">
<svg class="icon icon-github" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-github"></use>
</svg>
</a>
<a href="http://zasadnyy.com/" target="_blank">
<svg class="icon icon-site" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-site"></use>
</svg>
</a>
</figcaption>
</figure>
</div>
</div>
<div class="effect-wrapper col-md-4 col-sm-6 col-xs-12 cols-centered appear-animation">
<div class="zoe-effect" data-toggle="modal" data-target="#speakerDetail-1">
<figure class="waves-effect waves-block waves-light" style="background-image: url(/zeppelin/img/speakers/OlehZasadnyy.jpg)">
<div class="overlay solid-overlay"></div>
<figcaption>
<div class="col-md-8 col-xs-8 text-left">
<h2 class="name">Oleh <span>Zasadnyy</span></h2>
<div class="clearfix"></div>
<span class="position">Designer</span>
</div>
<a href="https://google.com/+OlehZasadnyy" target="_blank">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
<a href="https://github.com/ozasadnyy" target="_blank">
<svg class="icon icon-github" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-github"></use>
</svg>
</a>
</figcaption>
</figure>
</div>
</div>
<div class="effect-wrapper col-md-4 col-sm-6 col-xs-12 cols-centered appear-animation">
<div class="zoe-effect" data-toggle="modal" data-target="#speakerDetail-2">
<figure class="waves-effect waves-block waves-light" style="background-image: url(/zeppelin/img/speakers/OstapAndrusiv.jpg)">
<div class="overlay solid-overlay"></div>
<figcaption>
<div class="col-md-8 col-xs-8 text-left">
<h2 class="name">Ostap <span>Andrusiv</span></h2>
<div class="clearfix"></div>
<span class="position">Sponsors and Speakers Manager</span>
</div>
<a href="https://google.com/+OstapAndrusiv" target="_blank">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
<a href="https://twitter.com/p1f" target="_blank">
<svg class="icon icon-twitter" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-twitter"></use>
</svg>
</a>
<a href="http://andrusiv.com/" target="_blank">
<svg class="icon icon-site" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-site"></use>
</svg>
</a>
</figcaption>
</figure>
</div>
</div>
</div>
<div class="col-lg-10 col-lg-offset-1 text-center">
<h4 class="text-left animated hiding appear-animation-trigger" data-animation="fadeInUp" data-delay="0">Program committee</h4>
<div class="effect-wrapper col-md-4 col-sm-6 col-xs-12 cols-centered appear-animation">
<div class="zoe-effect" data-toggle="modal" data-target="#speakerDetail-4">
<figure class="waves-effect waves-block waves-light" style="background-image: url(/zeppelin/img/speakers/DmytroDanylyk.jpg)">
<div class="overlay solid-overlay"></div>
<figcaption>
<div class="col-md-8 col-xs-8 text-left">
<h2 class="name">Dmytro <span>Danylyk</span></h2>
<div class="clearfix"></div>
<span class="position">Android Program Committee</span>
</div>
<a href="https://plus.google.com/+DmytroDanylyk" target="_blank">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
<a href="https://twitter.com/dmytrodanylyk" target="_blank">
<svg class="icon icon-twitter" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-twitter"></use>
</svg>
</a>
<a href="https://github.com/dmytrodanylyk" target="_blank">
<svg class="icon icon-github" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-github"></use>
</svg>
</a>
</figcaption>
</figure>
</div>
</div>
<div class="effect-wrapper col-md-4 col-sm-6 col-xs-12 cols-centered appear-animation">
<div class="zoe-effect" data-toggle="modal" data-target="#speakerDetail-7">
<figure class="waves-effect waves-block waves-light" style="background-image: url(/zeppelin/img/speakers/ValentynShybanov.jpg)">
<div class="overlay solid-overlay"></div>
<figcaption>
<div class="col-md-8 col-xs-8 text-left">
<h2 class="name">Valentyn <span>Shybanov</span></h2>
<div class="clearfix"></div>
<span class="position">Web and Cloud Program Committee</span>
</div>
<a href="https://google.com/+ValentynShybanov" target="_blank">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
<a href="http://olostan.name/" target="_blank">
<svg class="icon icon-site" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-site"></use>
</svg>
</a>
</figcaption>
</figure>
</div>
</div>
</div>
</div>
</section>
<!-- End Team List -->
<!-- Begin Footer -->
<footer id="footer" class="footer">
<div class="row">
<div class="pull-left col-md-6 col-xs-6">
<div class="g-plusone" data-size="medium" data-annotation="inline" data-width="300" data-href="http://gdg-x.github.io"></div>
</div>
<div class="logo logo-footer logo-gray pull-right"></div>
</div>
<div class="row">
<div class="col-md-4 col-xs-6">
<h5>Links</h5>
<ul>
<li><a href=" http://gdg.org.ua " target="_blank">GDG.org.ua</a></li>
<li><a href=" https://developers.google.com " target="_blank">Google Developers</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-6">
<h5>Contacts</h5>
<ul>
<li><a href=" mailto:lviv@gdg.org.ua " target="_blank">lviv@gdg.org.ua</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-6">
<h5>FAQ</h5>
<ul>
<li><a href=" /zeppelin/cod/ " target="_blank">Code of Conduct</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-6 col-xs-12">
<ul class="social-links">
<li>
<a href=" " target="_blank">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-twitter" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-facebook" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-facebook"></use>
</svg>
</a>
</li>
<li>
<a href=" " target="_blank">
<svg class="icon icon-rss" viewBox="0 0 30 32">
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-rss"></use>
</svg>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<!-- Please don't delete this line-->
<div class="col-md-6">
<p class="copyright">
&copy; 2014 Based on <a href="https://github.com/gdg-x/zeppelin" target="_blank">Project Zeppelin</a>. Designed and created by <a href="https://plus.google.com/+OlehZasadnyy/about" target="_blank">Oleh Zasadnyy</a> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
</p>
</div>
</div>
</footer>
<!-- End Footer -->
</div>
</div>
</div>
<!-- Begin Speakers Modals -->
<div class="modals" class="modals">
</div>
<!-- End Speakers Modals -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43643469-5', 'gdg-x.github.io');
ga('send', 'pageview');
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="/zeppelin/js/jquery-2.1.1.min.js><\/script>')
</script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script>
if (typeof($.fn.modal) === 'undefined') {
document.write('<script src="/zeppelin/js/bootstrap.min.js><\/script>')
}
</script>
<script src="/zeppelin/js/default.js"></script>
<script>
Waves.displayEffect();
</script>
<script src="/zeppelin/js/scripts.min.js"></script>
<script type="application/ld+json">
[{
"@context" : "http://schema.org",
"@type" : "Event",
"name" : "GDG DevFest Season 2014",
"description": "GDG DevFest is a set of events all around the world",
"image" : "http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png",
"url" : "http://gdg-x.github.io",
"startDate" : "2014-10-24T10:00",
"doorTime" : "09:00",
"endDate" : "2014-10-24T20:00",
"location" : {
"@type" : "Place",
"name" : "Conference Hall",
"sameAs" : "http://cabinet.kinopalace.lviv.ua/showtimes/",
"address" : {
"@type" : "PostalAddress",
"streetAddress" : "22 Teatral'na St",
"addressLocality" : "Lviv",
"addressRegion" : "Lvivska",
"postalCode" : "79000",
"addressCountry" : "Ukraine"
},
"geo" : {
"@type" : "GeoCoordinates",
"latitude" : "49.843237",
"longitude" : "24.028751"
}
},
// Not supported yet
// "organizer" : {
// "@type" : "Organization",
// "name" : "GDG Lviv",
// "alternateName" : "Google Developer Group Lviv",
// "description" : "Open and volunteer geek communities who create exciting projects and share experience about Google technology with passion.",
// "logo" : "http://gdg-x.github.io/zeppelin/img/seo/organizer-logo.png",
// "email" : "lviv@gdg.org.ua",
// "sameAs" : "http://lviv.gdg.org.ua/"
// },
"offers" : [
{
"@type" : "Offer",
"name" : "1 day",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$100",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
},
{
"@type" : "Offer",
"name" : "3 days",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$180",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
},
{
"@type" : "Offer",
"name" : "2 days",
"url" : "http://dfua.ticketforevent.com/",
"price" : "$150",
"validFrom" : "2014-08-20T10:00",
"validThrough" : "2014-10-23T23:59"
}
],
"performer" : [
{
"@type" : "Person",
"name" : "Dawid Ostrowski",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/DawidOstrowski.jpg",
"jobTitle" : "Developer Relations Program Manager",
"worksFor" : {
"@type" : "Organization",
"name" : "Google Poland"
},
"sameAs" : "https://plus.google.com/+DawidOstrowski/"
},
{
"@type" : "Person",
"name" : "Dmytro Danylyk",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/DmytroDanylyk.jpg",
"jobTitle" : "Android Developer",
"worksFor" : {
"@type" : "Organization",
"name" : "Lemberg Solutions Limited"
},
"sameAs" : "https://plus.google.com/+DmytroDanylyk"
},
{
"@type" : "Person",
"name" : "Mateusz Herych",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/MateuszHerych.jpg",
"jobTitle" : "Software Engineer",
"worksFor" : {
"@type" : "Organization",
"name" : "Base CRM, GDG Krakow"
},
"sameAs" : "https://plus.google.com/+MateuszHerych"
},
{
"@type" : "Person",
"name" : "Roman Mazur",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/RomanMazur.jpg",
"jobTitle" : "Head of Android/Java Unit",
"worksFor" : {
"@type" : "Organization",
"name" : "Stanfy, GDG Kyiv"
},
"sameAs" : "https://plus.google.com/+RomanMazur/"
},
{
"@type" : "Person",
"name" : "Valentyn Shybanov",
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/ValentynShybanov.jpg",
"jobTitle" : "Software engineer/country manager",
"worksFor" : {
"@type" : "Organization",
"name" : "Twinfield, GDG Kyiv"
},
"sameAs" : "https://google.com/+ValentynShybanov"
}
],
"eventStatus" : "EventScheduled",
"typicalAgeRange" : "16+"
}]
</script>
</body>
</html>

Binary file not shown.

4
css/main.min.css vendored

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="246.261" height="60" viewBox="251.092 496.181 246.261 60" enable-background="new 251.092 496.181 246.261 60"><g transform="translate(-985.904 -3367.887)"><g fill="none"><path d="M1249.415 3902.277l-12.117 19.772c-.681 1.11-.172 2.019 1.131 2.019h14.209c1.302 0 2.929-.906 3.615-2.013l6.416-10.365-13.254-9.413zM1267.028 3883.49l-10.774-17.406c-.686-1.107-2.312-2.014-3.615-2.014h-14.21c-1.303 0-1.811.909-1.13 2.019l13.796 22.511 7.755-10.919 8.178 5.809z"/></g><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="3797.808" y1="3464.018" x2="3813.295" y2="3473.696" gradientTransform="translate(-2553.789 443.162)"><stop offset=".54" stop-color="#0A985C"/><stop offset=".54" stop-color="#F6C25B"/></linearGradient><path fill="url(#a)" d="M1261.928 3907.385c-1.179-1.983-4.039-7.077-6.177-10.872l-2.412-4.248c.555 1.118.515 2.779-.122 3.819l-15.911 25.963c-.68 1.109-.172 2.02 1.132 2.02h14.207c1.303 0 2.93-.907 3.615-2.014l6.427-10.378c-.137.188.759-1.74-.759-4.29z"/><path d="M1249.422 3902.275l-12.116 19.773c-.68 1.109-.171 2.02 1.132 2.02h14.208c1.303 0 2.929-.907 3.615-2.014l6.419-10.366-13.258-9.413zM1267.036 3883.487l-10.776-17.406c-.683-1.108-2.311-2.013-3.613-2.013h-14.209c-1.304 0-1.812.909-1.132 2.02l13.797 22.513 7.757-10.921 8.176 5.807z" fill="none"/><path opacity=".09" fill="#010101" enable-background="new" d="M1272.339 3896.083c.688-1.108.688-2.922.002-4.03l-5.304-8.567-8.177-5.808-7.757 10.921 2.114 3.448c.681 1.11.681 2.928 0 4.038l-3.795 6.19 13.257 9.413 9.66-15.605z"/><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="3802.276" y1="3445.828" x2="3818.159" y2="3435.902" gradientTransform="translate(-2553.789 443.162)"><stop offset=".57" stop-color="#5586C5"/><stop offset=".57" stop-color="#D9423E"/></linearGradient><path fill="url(#b)" d="M1272.336 3892.058l-16.076-25.973c-.685-1.108-2.313-2.014-3.615-2.014h-14.212c-1.302 0-1.81.908-1.13 2.02l15.911 25.961 2.536 4.462c2.138 3.794 4.998 8.888 6.177 10.872 1.775 2.985.247 5.115.935 4.006l9.474-15.304c.686-1.109.686-2.92 0-4.03zm-19.103.024l.057.094.004.007-.061-.101zm1.134 1.979l.168.296-.168-.296zm-.014-.036l.271.479-.271-.479z"/><path fill="#4E4E4E" d="M1306.167 3890.121h14.065v17.564c-3.819 1.308-8.017 1.961-12.594 1.961-5.023 0-8.905-1.456-11.646-4.368s-4.112-7.066-4.112-12.46c0-5.261 1.5-9.354 4.502-12.282 3.001-2.927 7.207-4.391 12.616-4.391 2.051 0 3.986.193 5.807.58s3.407.877 4.759 1.471l-2.786 6.91c-2.348-1.159-4.926-1.739-7.734-1.739-2.571 0-4.559.836-5.963 2.508-1.404 1.671-2.106 4.061-2.106 7.166 0 3.047.635 5.368 1.906 6.966s3.102 2.396 5.494 2.396c1.308 0 2.511-.126 3.611-.379v-5.104h-5.817v-6.799h-.002zm45.676 2.096c0 5.439-1.498 9.629-4.492 12.572s-7.203 4.413-12.627 4.413h-10.543v-32.588h11.278c5.23 0 9.27 1.337 12.115 4.012s4.269 6.538 4.269 11.591zm-9.14.312c0-2.987-.59-5.201-1.771-6.642s-2.976-2.162-5.383-2.162h-2.563v18.255h1.961c2.675 0 4.637-.776 5.885-2.329s1.871-3.927 1.871-7.122zm25.371-2.408h14.064v17.564c-3.819 1.308-8.018 1.961-12.594 1.961-5.022 0-8.904-1.456-11.646-4.368-2.741-2.912-4.112-7.066-4.112-12.46 0-5.261 1.501-9.354 4.503-12.282 3.001-2.927 7.207-4.391 12.615-4.391 2.051 0 3.986.193 5.807.58s3.406.877 4.759 1.471l-2.786 6.91c-2.348-1.159-4.926-1.739-7.734-1.739-2.571 0-4.559.836-5.963 2.508-1.403 1.671-2.105 4.061-2.105 7.166 0 3.047.635 5.368 1.905 6.966s3.102 2.396 5.494 2.396c1.308 0 2.511-.126 3.611-.379v-5.104h-5.817l-.001-6.799z" enable-background="new"/></g><g fill="#4E4E4E"><path d="M443.941 541.314h-6.175l-10.23-14.756-3.143 2.563v12.193h-5.327v-32.587h5.327v15.558c1.456-1.783 2.905-3.5 4.347-5.148l8.804-10.409h6.063c-5.691 6.687-9.771 11.449-12.236 14.287l12.57 18.299zM441.202 516.662h5.706l5.015 13.975c.758 1.992 1.263 3.865 1.516 5.617h.179c.134-.816.379-1.809.735-2.975s2.243-6.705 5.661-16.617h5.662l-10.543 27.928c-1.917 5.127-5.112 7.689-9.584 7.689-1.159 0-2.289-.125-3.389-.379v-4.145c.788.178 1.687.268 2.697.268 2.526 0 4.302-1.465 5.327-4.391l.914-2.318-9.896-24.652zM466.369 510.132c0-.937.256-1.657.769-2.162s1.245-.758 2.195-.758c.922 0 1.639.253 2.151.758s.769 1.226.769 2.162c0 .892-.256 1.593-.769 2.106-.513.512-1.229.769-2.151.769-.95 0-1.683-.257-2.195-.769-.514-.513-.769-1.215-.769-2.106zm5.549 31.182h-5.238v-24.652h5.238v24.652zM482.286 541.314l-9.361-24.652h5.527l5.016 14.332c.861 2.408 1.382 4.354 1.56 5.84h.179c.134-1.07.653-3.016 1.561-5.84l5.015-14.332h5.572l-9.406 24.652h-5.663z"/></g></svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

View file

@ -23,4 +23,6 @@ permalink: /
{% include subscribe.html %}
{% include buy-tickets.html %}
{% include tickets.html %}
{% include tickets-2.html %}

View file

@ -1,37 +1,13 @@
(function($) {
$(document).ready(function() {
$('body').css('overflow', 'hidden');
$(window).load(function() {
var preloaderDelay = 350,
preloaderFadeOutTime = 800;
function hidePreloader() {
var loadingAnimation = $('#loading-animation'),
preloader = $('#preloader');
loadingAnimation.fadeOut();
preloader.delay(preloaderDelay).fadeOut(preloaderFadeOutTime);
}
$('body').css('overflow', 'auto');
hidePreloader();
$('#st-container').removeClass('disable-scrolling');
$('#loading-animation').fadeOut();
$('#preloader').delay(350).fadeOut(800);
initGooglePlus();
generateSameHeight();
setTimeout(function() {
$('.explore').removeClass('hidden');
}, 1000);
equalheight('.same-height');
});
$('.track-header').each(function() {
var slot = $(this).closest('.schedule-table').find('.slot').first();
var scheduleFirstSlotText;
while(scheduleFirstSlotText === undefined) {
scheduleFirstSlotText = slot.data('slotDetail');
slot = slot.next();
}
$(this).find('.slot-detail').html(scheduleFirstSlotText);
});
if ($(window).width() > 1500) {
$('.effect-wrapper').addClass('col-lg-3');
}
@ -72,16 +48,95 @@
$('.slot').each(function() {
var currentPosition = $(this).offset().top - scroll;
var offsetActivator = topOffset + $(this).find('.slot-title').height();
if(currentPosition <= offsetActivator && currentPosition >= 0) {
if (currentPosition <= offsetActivator && currentPosition >= 0) {
$('.track-header.sticky').find('.slot-detail').html($(this).data('slotDetail'));
}
});
});
var delay = parseInt($('.increment-animation').attr('data-delay'));
$('.increment-animation').not('hidden').each(function(index) {
$(this).attr('data-delay', index * delay);
$(window).resize(function() {
if ($(window).width() > 1500) {
$('.effect-wrapper').addClass('col-lg-3');
} else {
$('.effect-wrapper').removeClass('col-lg-3');
}
if ($(window).width() < 768) {
$('.same-height').css('height', '100%');
$('.timeslot-label').addClass('stick-label');
} else {
$('.timeslot-label').removeClass('stick-label');
if (container.hasClass('st-menu-open')) {
container.removeClass('st-menu-open');
$('body').css('overflow', 'auto');
}
equalheight('.same-height');
}
if ($(window).height() < 512) {
$('.st-menu').addClass('scrollable');
$('#bottom-navlinks').removeClass('bottom-navlinks').addClass('bottom-navlinks-small');
} else {
$('.st-menu').removeClass('scrollable');
$('#bottom-navlinks').removeClass('bottom-navlinks-small').addClass('bottom-navlinks');
}
});
var scrollStatus = 1;
$(document).on('touchmove', function(e) {
if (scrollStatus == 0) {
e.preventDefault();
} else {
return true;
}
});
$('body').on('touchmove', '.scrollable', function(e) {
e.stopPropagation();
});
function toogleScrolling() {
if (scrollStatus == 0) {
$('body').removeClass('disable-scrolling');
scrollStatus = 1;
} else {
$('body').addClass('disable-scrolling');
scrollStatus = 0;
}
}
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
$(function() {
$('a[href=#]').click(function() {
event.preventDefault();
});
});
$(function() {
var appear, delay, i, offset, _i, _len, _ref;
_ref = $(".appear-animation");
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
i = _ref[_i];
offset = i.offsetLeft + i.offsetTop;
delay = offset / 1000;
$(i).css('transition-delay', '' + (delay * 0.47) + 's');
$(i).css('transition-duration', '' + 0.2 + 's');
}
});
$('.appear-animation-trigger').appear(function() {
setTimeout(function() {
$('.appear-animation-trigger').parent('div').find('.appear-animation').addClass('visible');
}, 1000);
});
$('.animated').appear(function() {
@ -107,61 +162,65 @@
accY: -150
});
$(function() {
var appear, delay, i, offset, _i, _len, _ref;
_ref = $(".appear-animation");
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
i = _ref[_i];
offset = i.offsetLeft + i.offsetTop;
delay = offset / 1000;
$(i).css('transition-delay', '' + (delay * 0.47) + 's');
$(i).css('transition-duration', '' + 0.2 + 's');
}
});
$('.appear-animation-trigger').appear(function() {
setTimeout(function() {
$('.appear-animation-trigger').parent('div').find('.appear-animation').addClass('visible');
}, 1000);
});
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
equalheight = function(container) {
var currentTallest = 0,
currentRowStart = 0,
rowDivs = new Array(),
$el,
topPosition = 0;
$(container).each(function() {
$el = $(this);
$($el).height('auto')
topPostion = $el.position().top;
if (currentRowStart != topPostion) {
for (currentDiv = 0; currentDiv < rowDivs.length; currentDiv++) {
rowDivs[currentDiv].height(currentTallest);
}
rowDivs.length = 0; // empty the array
currentRowStart = topPostion;
currentTallest = $el.height();
rowDivs.push($el);
} else {
rowDivs.push($el);
currentTallest = (currentTallest < $el.height()) ? ($el.height()) : (currentTallest);
}
for (currentDiv = 0; currentDiv < rowDivs.length; currentDiv++) {
rowDivs[currentDiv].height(currentTallest);
}
});
});
$(function() {
$('a[href=#]').click(function() {
event.preventDefault();
});
});
function generateSameHeight() {
if ($(window).width() > 767) {
$('.same-height-wrapper').each(function() {
var max = 0;
$('.same-height').each(function() {
var height = $(this).height();
if (height > max) {
max = height;
}
});
$('.same-height').each(function() {
$(this).height(max);
});
});
}
}
//Side menu
var container = $('.st-container');
$('#menu-trigger').click(function(event) {
event.stopPropagation();
var effect = $(this).attr('data-effect');
if (!container.hasClass('st-menu-open')) {
container.addClass(effect).delay(25).addClass('st-menu-open');
toogleScrolling();
} else {
container.removeClass('st-menu-open');
toogleScrolling();
}
});
$('.st-pusher').click(function() {
if (container.hasClass('st-menu-open')) {
container.removeClass('st-menu-open');
toogleScrolling();
}
});
$('.track-header').each(function() {
var slot = $(this).closest('.schedule-table').find('.slot').first();
var scheduleFirstSlotText;
while (scheduleFirstSlotText === undefined) {
scheduleFirstSlotText = slot.data('slotDetail');
slot = slot.next();
}
$(this).find('.slot-detail').html(scheduleFirstSlotText);
});
$('#post-section .post-body p').each(function() {
if ($(this).find('.feature-image').length) {
var url = $(this).find('.feature-image').prop('src');
@ -187,71 +246,10 @@
}
});
//Side menu
var container = $('.st-container');
$('#menu-trigger').click(function(event) {
event.stopPropagation();
var top = $(window).scrollTop();
var left = $(window).scrollLeft()
var effect = $(this).attr('data-effect');
if (!container.hasClass('st-menu-open')) {
container.addClass(effect).delay(25).addClass('st-menu-open');
$('body').css('overflow', 'hidden');
} else {
container.removeClass('st-menu-open');
$('body').css('overflow', 'auto');
}
});
$('.st-pusher').click(function() {
if (container.hasClass('st-menu-open')) {
container.removeClass('st-menu-open');
$('body').css('overflow', 'auto');
}
});
$(window).resize(function() {
if ($(window).width() > 1500) {
$('.effect-wrapper').each(function() {
$(this).addClass('col-lg-3');
});
} else {
$('.effect-wrapper').each(function() {
$(this).removeClass('col-lg-3');
});
}
if ($(window).width() > 767) {
if (container.hasClass('st-menu-open')) {
container.removeClass('st-menu-open');
$('body').css('overflow', 'auto');
}
generateSameHeight();
}
var bottomNavLinks = $('#bottom-navlinks');
if ($(window).height() < 512) {
bottomNavLinks.removeClass('bottom-navlinks').addClass('bottom-navlinks-small');
} else {
bottomNavLinks.removeClass('bottom-navlinks-small').addClass('bottom-navlinks');
}
if ($(window).width() < 768) {
$('.same-height').css('height', '100%');
$('.timeslot-label').addClass('stick-label');
} else {
$('.timeslot-label').removeClass('stick-label');
}
});
$('.modal').on('show.bs.modal', function() {
$('body').css('overflow', 'hidden');
});
$('.modal').on('hide.bs.modal', function() {
$('body').css('overflow', 'auto');
});
if (typeof twitterFeedUrl !== 'undefined') {
var yql = 'http://query.yahooapis.com/v1/public/yql?q=' + encodeURIComponent('select * from json where url="' + twitterFeedUrl + '"') + '&format=json&callback=?';
$.getJSON(yql, function(data) {
$.each(data.query.results.json.json, function(i, gist) {
$.getJSON(twitterFeedUrl, function(data) {
$.each(data, function(i, gist) {
var tweetElement = '<div class="tweet animated fadeInUp hidden"><p class="tweet-text">' + linkify(gist.text) + '</p><p class="tweet-meta">by <a href="https://twitter.com/' + gist.user.screen_name + ' target="_blank">@' + gist.user.screen_name + '</a></p></div>';
$('#tweets').append(tweetElement);
});
@ -259,15 +257,15 @@
});
function linkify(inputText) {
var replacedText, pattern1, pattern2, pattern3, pattern4;
pattern1 = /(\b(https?|ftp):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/gim;
replacedText = inputText.replace(pattern1, '<a href="$1" target="_blank">$1</a>');
pattern2 = /(^|[^\/])(www\.[\S]+(\b|$))/gim;
replacedText = replacedText.replace(pattern2, '$1<a href="http://$2" target="_blank">$2</a>');
pattern3 = /#(\S*)/g;
replacedText = replacedText.replace(pattern3, '<a href="https://twitter.com/search?q=%23$1" target="_blank">#$1</a>');
pattern4 = /\B@([\w-]+)/gm;
replacedText = replacedText.replace(pattern4, '<a href="https://twitter.com/$1" target="_blank">@$1</a>');
var replacedText, links1, links2, hashtags, profileLinks;
links1 = /(\b(https?|ftp):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/gim;
replacedText = inputText.replace(links1, '<a href="$1" target="_blank">$1</a>');
links2 = /(^|[^\/])(www\.[\S]+(\b|$))/gim;
replacedText = replacedText.replace(links2, '$1<a href="http://$2" target="_blank">$2</a>');
hashtags = /#(\S*)/g;
replacedText = replacedText.replace(hashtags, '<a href="https://twitter.com/search?q=%23$1" target="_blank">#$1</a>');
profileLinks = /\B@([\w-]+)/gm;
replacedText = replacedText.replace(profileLinks, '<a href="https://twitter.com/$1" target="_blank">@$1</a>');
return replacedText;
}
@ -275,7 +273,6 @@
var $tweets = $('#tweets').find('.tweet'),
i = 0;
$($tweets.get(0)).removeClass('hidden');
function changeTweets() {
var next = (++i % $tweets.length);
$($tweets.get(next - 1)).addClass('hidden');

2
js/scripts.min.js vendored

File diff suppressed because one or more lines are too long