mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 12:41:23 +01:00
Updated schema ld+json
This commit is contained in:
parent
f393507c5c
commit
ac4d92a3ee
13 changed files with 256 additions and 184 deletions
|
@ -79,13 +79,19 @@
|
|||
"addressRegion" : "{{ site.eventAddressLocalityRegion }}",
|
||||
"postalCode" : "{{ site.eventPostalCode }}",
|
||||
"addressCountry" : "{{ site.eventAddressCountry }}"
|
||||
},
|
||||
"geo" : {
|
||||
"@type" : "GeoCoordinates",
|
||||
{% assign coordinates = site.eventPlaceCoordinates | split:"," %}
|
||||
"latitude" : "{{ coordinates[0] }}",
|
||||
"longitude" : "{{ coordinates[1] }}"
|
||||
}
|
||||
},
|
||||
"organizer" : {
|
||||
"@type" : "Organization",
|
||||
"name" : "{{ site.organizerName }}",
|
||||
"alternateName" : "{{ site.organizerAlternateName }}",
|
||||
"description" : "{{ site.organizerDescription }}"
|
||||
"description" : "{{ site.organizerDescription }}",
|
||||
"logo" : "{{ site.organizerLogo | prepend: site.baseurl | prepend: site.url }}",
|
||||
"email" : "{{ site.organizerEmail }}",
|
||||
"sameAs" : "{{ site.organizerLink }}"
|
||||
|
@ -112,7 +118,7 @@
|
|||
"worksFor" : {
|
||||
"@type" : "Organization",
|
||||
"name" : "{{ speaker.company }}"
|
||||
}
|
||||
},
|
||||
"sameAs" : "{{ speaker.social[0].link }}"
|
||||
}{% if forloop.index != forloop.length %},{% endif %}
|
||||
{% endfor %}
|
||||
|
|
|
@ -101,13 +101,19 @@
|
|||
"addressRegion" : "{{ site.eventAddressLocalityRegion }}",
|
||||
"postalCode" : "{{ site.eventPostalCode }}",
|
||||
"addressCountry" : "{{ site.eventAddressCountry }}"
|
||||
},
|
||||
"geo" : {
|
||||
"@type" : "GeoCoordinates",
|
||||
{% assign coordinates = site.eventPlaceCoordinates | split:"," %}
|
||||
"latitude" : "{{ coordinates[0] }}",
|
||||
"longitude" : "{{ coordinates[1] }}"
|
||||
}
|
||||
},
|
||||
"organizer" : {
|
||||
"@type" : "Organization",
|
||||
"name" : "{{ site.organizerName }}",
|
||||
"alternateName" : "{{ site.organizerAlternateName }}",
|
||||
"description" : "{{ site.organizerDescription }}"
|
||||
"description" : "{{ site.organizerDescription }}",
|
||||
"logo" : "{{ site.organizerLogo | prepend: site.baseurl | prepend: site.url }}",
|
||||
"email" : "{{ site.organizerEmail }}",
|
||||
"sameAs" : "{{ site.organizerLink }}"
|
||||
|
@ -134,7 +140,7 @@
|
|||
"worksFor" : {
|
||||
"@type" : "Organization",
|
||||
"name" : "{{ speaker.company }}"
|
||||
}
|
||||
},
|
||||
"sameAs" : "{{ speaker.social[0].link }}"
|
||||
}{% if forloop.index != forloop.length %},{% endif %}
|
||||
{% endfor %}
|
||||
|
|
|
@ -65,13 +65,19 @@
|
|||
"addressRegion" : "{{ site.eventAddressLocalityRegion }}",
|
||||
"postalCode" : "{{ site.eventPostalCode }}",
|
||||
"addressCountry" : "{{ site.eventAddressCountry }}"
|
||||
},
|
||||
"geo" : {
|
||||
"@type" : "GeoCoordinates",
|
||||
{% assign coordinates = site.eventPlaceCoordinates | split:"," %}
|
||||
"latitude" : "{{ coordinates[0] }}",
|
||||
"longitude" : "{{ coordinates[1] }}"
|
||||
}
|
||||
},
|
||||
"organizer" : {
|
||||
"@type" : "Organization",
|
||||
"name" : "{{ site.organizerName }}",
|
||||
"alternateName" : "{{ site.organizerAlternateName }}",
|
||||
"description" : "{{ site.organizerDescription }}"
|
||||
"description" : "{{ site.organizerDescription }}",
|
||||
"logo" : "{{ site.organizerLogo | prepend: site.baseurl | prepend: site.url }}",
|
||||
"email" : "{{ site.organizerEmail }}",
|
||||
"sameAs" : "{{ site.organizerLink }}"
|
||||
|
@ -98,7 +104,7 @@
|
|||
"worksFor" : {
|
||||
"@type" : "Organization",
|
||||
"name" : "{{ speaker.company }}"
|
||||
}
|
||||
},
|
||||
"sameAs" : "{{ speaker.social[0].link }}"
|
||||
}{% if forloop.index != forloop.length %},{% endif %}
|
||||
{% endfor %}
|
||||
|
|
|
@ -61,13 +61,19 @@
|
|||
"addressRegion" : "{{ site.eventAddressLocalityRegion }}",
|
||||
"postalCode" : "{{ site.eventPostalCode }}",
|
||||
"addressCountry" : "{{ site.eventAddressCountry }}"
|
||||
},
|
||||
"geo" : {
|
||||
"@type" : "GeoCoordinates",
|
||||
{% assign coordinates = site.eventPlaceCoordinates | split:"," %}
|
||||
"latitude" : "{{ coordinates[0] }}",
|
||||
"longitude" : "{{ coordinates[1] }}"
|
||||
}
|
||||
},
|
||||
"organizer" : {
|
||||
"@type" : "Organization",
|
||||
"name" : "{{ site.organizerName }}",
|
||||
"alternateName" : "{{ site.organizerAlternateName }}",
|
||||
"description" : "{{ site.organizerDescription }}"
|
||||
"description" : "{{ site.organizerDescription }}",
|
||||
"logo" : "{{ site.organizerLogo | prepend: site.baseurl | prepend: site.url }}",
|
||||
"email" : "{{ site.organizerEmail }}",
|
||||
"sameAs" : "{{ site.organizerLink }}"
|
||||
|
@ -94,7 +100,7 @@
|
|||
"worksFor" : {
|
||||
"@type" : "Organization",
|
||||
"name" : "{{ speaker.company }}"
|
||||
}
|
||||
},
|
||||
"sameAs" : "{{ speaker.social[0].link }}"
|
||||
}{% if forloop.index != forloop.length %},{% endif %}
|
||||
{% endfor %}
|
||||
|
|
|
@ -9,23 +9,23 @@
|
|||
<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-ukraine.github.io">
|
||||
<link rel="canonical" href="http://gdg-x.github.io">
|
||||
<!-- Social: Google+ / Schema.org -->
|
||||
<meta itemprop="name" content="Call for Papers">
|
||||
<meta itemprop="description" content="GDG DevFest is a set of events all around the world">
|
||||
<meta itemprop="image" content="http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-google-plus.png">
|
||||
<meta itemprop="image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png">
|
||||
<!-- 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-ukraine.github.io/zeppelin/img/seo/sharing-twitter.png">
|
||||
<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-ukraine.github.io" />
|
||||
<meta property="og:image" content="http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-facebook.png" />
|
||||
<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" />
|
||||
|
||||
|
||||
|
@ -298,7 +298,7 @@
|
|||
<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-ukraine.github.io"></div>
|
||||
<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>
|
||||
|
@ -424,8 +424,8 @@
|
|||
"@type" : "Event",
|
||||
"name" : "GDG DevFest Season 2014",
|
||||
"description": "GDG DevFest is a set of events all around the world",
|
||||
"image" : "http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-google-plus.png",
|
||||
"url" : "http://gdg-ukraine.github.io",
|
||||
"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",
|
||||
|
@ -440,14 +440,20 @@
|
|||
"addressRegion" : "Lvivska",
|
||||
"postalCode" : "79000",
|
||||
"addressCountry" : "Ukraine"
|
||||
},
|
||||
"geo" : {
|
||||
"@type" : "GeoCoordinates",
|
||||
|
||||
"latitude" : "49.843237",
|
||||
"longitude" : "24.028751"
|
||||
}
|
||||
},
|
||||
"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-ukraine.github.io/zeppelin/img/seo/organizer-logo.png",
|
||||
"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/"
|
||||
},
|
||||
|
@ -486,60 +492,60 @@
|
|||
{
|
||||
"@type" : "Person",
|
||||
"name" : "Dawid Ostrowski",
|
||||
"image" : "http://gdg-ukraine.github.io/zeppelin/img/speakers/DawidOstrowski.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/DmytroDanylyk.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/MateuszHerych.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/RomanMazur.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/ValentynShybanov.jpg",
|
||||
"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"
|
||||
}
|
||||
|
||||
|
|
|
@ -9,23 +9,23 @@
|
|||
<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-ukraine.github.io">
|
||||
<link rel="canonical" href="http://gdg-x.github.io">
|
||||
<!-- Social: Google+ / Schema.org -->
|
||||
<meta itemprop="name" content="Hello World!">
|
||||
<meta itemprop="description" content="GDG DevFest is a set of events all around the world">
|
||||
<meta itemprop="image" content="http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-google-plus.png">
|
||||
<meta itemprop="image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png">
|
||||
<!-- 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-ukraine.github.io/zeppelin/img/seo/sharing-twitter.png">
|
||||
<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-ukraine.github.io" />
|
||||
<meta property="og:image" content="http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-facebook.png" />
|
||||
<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" />
|
||||
|
||||
|
||||
|
@ -252,7 +252,7 @@ the final missing parts to the biggest Google related event in Ukraine - <a href
|
|||
<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-ukraine.github.io"></div>
|
||||
<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>
|
||||
|
@ -378,8 +378,8 @@ the final missing parts to the biggest Google related event in Ukraine - <a href
|
|||
"@type" : "Event",
|
||||
"name" : "GDG DevFest Season 2014",
|
||||
"description": "GDG DevFest is a set of events all around the world",
|
||||
"image" : "http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-google-plus.png",
|
||||
"url" : "http://gdg-ukraine.github.io",
|
||||
"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",
|
||||
|
@ -394,14 +394,20 @@ the final missing parts to the biggest Google related event in Ukraine - <a href
|
|||
"addressRegion" : "Lvivska",
|
||||
"postalCode" : "79000",
|
||||
"addressCountry" : "Ukraine"
|
||||
},
|
||||
"geo" : {
|
||||
"@type" : "GeoCoordinates",
|
||||
|
||||
"latitude" : "49.843237",
|
||||
"longitude" : "24.028751"
|
||||
}
|
||||
},
|
||||
"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-ukraine.github.io/zeppelin/img/seo/organizer-logo.png",
|
||||
"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/"
|
||||
},
|
||||
|
@ -440,60 +446,60 @@ the final missing parts to the biggest Google related event in Ukraine - <a href
|
|||
{
|
||||
"@type" : "Person",
|
||||
"name" : "Dawid Ostrowski",
|
||||
"image" : "http://gdg-ukraine.github.io/zeppelin/img/speakers/DawidOstrowski.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/DmytroDanylyk.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/MateuszHerych.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/RomanMazur.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/ValentynShybanov.jpg",
|
||||
"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"
|
||||
}
|
||||
|
||||
|
|
|
@ -9,23 +9,23 @@
|
|||
<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-ukraine.github.io">
|
||||
<link rel="canonical" href="http://gdg-x.github.io">
|
||||
<!-- Social: Google+ / Schema.org -->
|
||||
<meta itemprop="name" content="Blog">
|
||||
<meta itemprop="description" content="GDG DevFest is a set of events all around the world">
|
||||
<meta itemprop="image" content="http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-google-plus.png">
|
||||
<meta itemprop="image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png">
|
||||
<!-- 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-ukraine.github.io/zeppelin/img/seo/sharing-twitter.png">
|
||||
<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-ukraine.github.io" />
|
||||
<meta property="og:image" content="http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-facebook.png" />
|
||||
<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" />
|
||||
|
||||
|
||||
|
@ -153,21 +153,21 @@
|
|||
<div class="share pull-right">
|
||||
<ul class="social-links">
|
||||
<li>
|
||||
<a href="https://plus.google.com/share?url=http://gdg-ukraine.github.io/zeppelin/blog/call-for-papers" onclick="window.open('https://plus.google.com/share?url=http://gdg-ukraine.github.io/zeppelin/blog/call-for-papers', 'newwindow', 'width=600, height=500'); return false;">
|
||||
<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-ukraine.github.io/zeppelin/blog/call-for-papers" onclick="window.open('https://twitter.com/home?status=http://gdg-ukraine.github.io/zeppelin/blog/call-for-papers', 'newwindow', 'width=600, height=250'); return false;">
|
||||
<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-ukraine.github.io/zeppelin/blog/call-for-papers" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=http://gdg-ukraine.github.io/zeppelin/blog/call-for-papers', 'newwindow', 'width=600, height=500'); return false;">
|
||||
<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>
|
||||
|
@ -197,21 +197,21 @@ Presenters – who should speak at the DevFest Conference?
|
|||
<div class="share pull-right">
|
||||
<ul class="social-links">
|
||||
<li>
|
||||
<a href="https://plus.google.com/share?url=http://gdg-ukraine.github.io/zeppelin/blog/hello-world" onclick="window.open('https://plus.google.com/share?url=http://gdg-ukraine.github.io/zeppelin/blog/hello-world', 'newwindow', 'width=600, height=500'); return false;">
|
||||
<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-ukraine.github.io/zeppelin/blog/hello-world" onclick="window.open('https://twitter.com/home?status=http://gdg-ukraine.github.io/zeppelin/blog/hello-world', 'newwindow', 'width=600, height=250'); return false;">
|
||||
<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-ukraine.github.io/zeppelin/blog/hello-world" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=http://gdg-ukraine.github.io/zeppelin/blog/hello-world', 'newwindow', 'width=600, height=500'); return false;">
|
||||
<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>
|
||||
|
@ -246,7 +246,7 @@ This year event will take place in cultural capital of Ukraine - Lviv. Being a u
|
|||
<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-ukraine.github.io"></div>
|
||||
<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>
|
||||
|
@ -369,7 +369,7 @@ This year event will take place in cultural capital of Ukraine - Lviv. Being a u
|
|||
<script src="/zeppelin/js/jquery.appear.min.js"></script>
|
||||
<script src="/zeppelin/js/waves.min.js"></script>
|
||||
<script>Waves.displayEffect();</script>
|
||||
<script src="/zeppelin/js/scripts.js"></script>
|
||||
<script src="/zeppelin/js/scripts.min.js"></script>
|
||||
|
||||
<script type="application/ld+json">
|
||||
[{
|
||||
|
@ -377,8 +377,8 @@ This year event will take place in cultural capital of Ukraine - Lviv. Being a u
|
|||
"@type" : "Event",
|
||||
"name" : "GDG DevFest Season 2014",
|
||||
"description": "GDG DevFest is a set of events all around the world",
|
||||
"image" : "http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-google-plus.png",
|
||||
"url" : "http://gdg-ukraine.github.io",
|
||||
"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",
|
||||
|
@ -393,14 +393,20 @@ This year event will take place in cultural capital of Ukraine - Lviv. Being a u
|
|||
"addressRegion" : "Lvivska",
|
||||
"postalCode" : "79000",
|
||||
"addressCountry" : "Ukraine"
|
||||
},
|
||||
"geo" : {
|
||||
"@type" : "GeoCoordinates",
|
||||
|
||||
"latitude" : "49.843237",
|
||||
"longitude" : "24.028751"
|
||||
}
|
||||
},
|
||||
"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-ukraine.github.io/zeppelin/img/seo/organizer-logo.png",
|
||||
"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/"
|
||||
},
|
||||
|
@ -439,60 +445,60 @@ This year event will take place in cultural capital of Ukraine - Lviv. Being a u
|
|||
{
|
||||
"@type" : "Person",
|
||||
"name" : "Dawid Ostrowski",
|
||||
"image" : "http://gdg-ukraine.github.io/zeppelin/img/speakers/DawidOstrowski.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/DmytroDanylyk.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/MateuszHerych.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/RomanMazur.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/ValentynShybanov.jpg",
|
||||
"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"
|
||||
}
|
||||
|
||||
|
|
|
@ -9,23 +9,23 @@
|
|||
<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-ukraine.github.io">
|
||||
<link rel="canonical" href="http://gdg-x.github.io">
|
||||
<!-- Social: Google+ / Schema.org -->
|
||||
<meta itemprop="name" content="Don't be a jerk policy">
|
||||
<meta itemprop="description" content="GDG DevFest is a set of events all around the world">
|
||||
<meta itemprop="image" content="http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-google-plus.png">
|
||||
<meta itemprop="image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png">
|
||||
<!-- 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-ukraine.github.io/zeppelin/img/seo/sharing-twitter.png">
|
||||
<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-ukraine.github.io" />
|
||||
<meta property="og:image" content="http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-facebook.png" />
|
||||
<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" />
|
||||
|
||||
|
||||
|
@ -183,7 +183,7 @@
|
|||
<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-ukraine.github.io"></div>
|
||||
<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>
|
||||
|
@ -309,8 +309,8 @@
|
|||
"@type" : "Event",
|
||||
"name" : "GDG DevFest Season 2014",
|
||||
"description": "GDG DevFest is a set of events all around the world",
|
||||
"image" : "http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-google-plus.png",
|
||||
"url" : "http://gdg-ukraine.github.io",
|
||||
"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",
|
||||
|
@ -325,14 +325,20 @@
|
|||
"addressRegion" : "Lvivska",
|
||||
"postalCode" : "79000",
|
||||
"addressCountry" : "Ukraine"
|
||||
},
|
||||
"geo" : {
|
||||
"@type" : "GeoCoordinates",
|
||||
|
||||
"latitude" : "49.843237",
|
||||
"longitude" : "24.028751"
|
||||
}
|
||||
},
|
||||
"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-ukraine.github.io/zeppelin/img/seo/organizer-logo.png",
|
||||
"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/"
|
||||
},
|
||||
|
@ -371,60 +377,60 @@
|
|||
{
|
||||
"@type" : "Person",
|
||||
"name" : "Dawid Ostrowski",
|
||||
"image" : "http://gdg-ukraine.github.io/zeppelin/img/speakers/DawidOstrowski.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/DmytroDanylyk.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/MateuszHerych.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/RomanMazur.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/ValentynShybanov.jpg",
|
||||
"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"
|
||||
}
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
<channel>
|
||||
<title>GDG DevFest Season 2014</title>
|
||||
<description>GDG DevFest is a set of events all around the world</description>
|
||||
<link>http://gdg-ukraine.github.io/zeppelin/</link>
|
||||
<atom:link href="http://gdg-ukraine.github.io/zeppelin/feed.xml" rel="self" type="application/rss+xml" />
|
||||
<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>
|
||||
|
@ -82,8 +82,8 @@
|
|||
<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>
|
||||
</description>
|
||||
<pubDate>Mon, 21 Jul 2014 12:00:00 +0300</pubDate>
|
||||
<link>http://gdg-ukraine.github.io/zeppelin/blog/call-for-papers</link>
|
||||
<guid isPermaLink="true">http://gdg-ukraine.github.io/zeppelin/blog/call-for-papers</guid>
|
||||
<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>
|
||||
|
@ -116,8 +116,8 @@ the final missing parts to the biggest Google related event in Ukraine - <a h
|
|||
<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>
|
||||
</description>
|
||||
<pubDate>Mon, 21 Jul 2014 11:00:00 +0300</pubDate>
|
||||
<link>http://gdg-ukraine.github.io/zeppelin/blog/hello-world</link>
|
||||
<guid isPermaLink="true">http://gdg-ukraine.github.io/zeppelin/blog/hello-world</guid>
|
||||
<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>
|
||||
|
|
|
@ -9,23 +9,23 @@
|
|||
<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-ukraine.github.io">
|
||||
<link rel="canonical" href="http://gdg-x.github.io">
|
||||
<!-- Social: Google+ / Schema.org -->
|
||||
<meta itemprop="name" content="GDG DevFest Season 2014">
|
||||
<meta itemprop="description" content="GDG DevFest is a set of events all around the world">
|
||||
<meta itemprop="image" content="http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-google-plus.png">
|
||||
<meta itemprop="image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png">
|
||||
<!-- 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-ukraine.github.io/zeppelin/img/seo/sharing-twitter.png">
|
||||
<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-ukraine.github.io" />
|
||||
<meta property="og:image" content="http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-facebook.png" />
|
||||
<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" />
|
||||
|
||||
|
||||
|
@ -658,7 +658,7 @@ This... <a href="/zeppelin/blog/hello-world">continue reading</a></p>
|
|||
<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-ukraine.github.io"></div>
|
||||
<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>
|
||||
|
@ -826,7 +826,7 @@ This... <a href="/zeppelin/blog/hello-world">continue reading</a></p>
|
|||
rockstarSpeakers.sort(function() {return 0.5 - Math.random()});
|
||||
if(rockstarSpeakers.length > 0) {
|
||||
var animationDelay = 1500,
|
||||
count = 3,
|
||||
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>');
|
||||
|
@ -842,8 +842,8 @@ This... <a href="/zeppelin/blog/hello-world">continue reading</a></p>
|
|||
"@type" : "Event",
|
||||
"name" : "GDG DevFest Season 2014",
|
||||
"description": "GDG DevFest is a set of events all around the world",
|
||||
"image" : "http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-google-plus.png",
|
||||
"url" : "http://gdg-ukraine.github.io",
|
||||
"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",
|
||||
|
@ -858,14 +858,20 @@ This... <a href="/zeppelin/blog/hello-world">continue reading</a></p>
|
|||
"addressRegion" : "Lvivska",
|
||||
"postalCode" : "79000",
|
||||
"addressCountry" : "Ukraine"
|
||||
},
|
||||
"geo" : {
|
||||
"@type" : "GeoCoordinates",
|
||||
|
||||
"latitude" : "49.843237",
|
||||
"longitude" : "24.028751"
|
||||
}
|
||||
},
|
||||
"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-ukraine.github.io/zeppelin/img/seo/organizer-logo.png",
|
||||
"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/"
|
||||
},
|
||||
|
@ -904,60 +910,60 @@ This... <a href="/zeppelin/blog/hello-world">continue reading</a></p>
|
|||
{
|
||||
"@type" : "Person",
|
||||
"name" : "Dawid Ostrowski",
|
||||
"image" : "http://gdg-ukraine.github.io/zeppelin/img/speakers/DawidOstrowski.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/DmytroDanylyk.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/MateuszHerych.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/RomanMazur.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/ValentynShybanov.jpg",
|
||||
"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"
|
||||
}
|
||||
|
||||
|
|
|
@ -9,23 +9,23 @@
|
|||
<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-ukraine.github.io">
|
||||
<link rel="canonical" href="http://gdg-x.github.io">
|
||||
<!-- Social: Google+ / Schema.org -->
|
||||
<meta itemprop="name" content="Get ready to DevFest">
|
||||
<meta itemprop="description" content="GDG DevFest is a set of events all around the world">
|
||||
<meta itemprop="image" content="http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-google-plus.png">
|
||||
<meta itemprop="image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png">
|
||||
<!-- 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-ukraine.github.io/zeppelin/img/seo/sharing-twitter.png">
|
||||
<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-ukraine.github.io" />
|
||||
<meta property="og:image" content="http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-facebook.png" />
|
||||
<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" />
|
||||
|
||||
|
||||
|
@ -287,7 +287,7 @@
|
|||
<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-ukraine.github.io"></div>
|
||||
<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>
|
||||
|
@ -420,8 +420,8 @@
|
|||
"@type" : "Event",
|
||||
"name" : "GDG DevFest Season 2014",
|
||||
"description": "GDG DevFest is a set of events all around the world",
|
||||
"image" : "http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-google-plus.png",
|
||||
"url" : "http://gdg-ukraine.github.io",
|
||||
"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",
|
||||
|
@ -436,14 +436,20 @@
|
|||
"addressRegion" : "Lvivska",
|
||||
"postalCode" : "79000",
|
||||
"addressCountry" : "Ukraine"
|
||||
},
|
||||
"geo" : {
|
||||
"@type" : "GeoCoordinates",
|
||||
|
||||
"latitude" : "49.843237",
|
||||
"longitude" : "24.028751"
|
||||
}
|
||||
},
|
||||
"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-ukraine.github.io/zeppelin/img/seo/organizer-logo.png",
|
||||
"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/"
|
||||
},
|
||||
|
@ -482,60 +488,60 @@
|
|||
{
|
||||
"@type" : "Person",
|
||||
"name" : "Dawid Ostrowski",
|
||||
"image" : "http://gdg-ukraine.github.io/zeppelin/img/speakers/DawidOstrowski.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/DmytroDanylyk.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/MateuszHerych.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/RomanMazur.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/ValentynShybanov.jpg",
|
||||
"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"
|
||||
}
|
||||
|
||||
|
|
|
@ -9,23 +9,23 @@
|
|||
<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-ukraine.github.io">
|
||||
<link rel="canonical" href="http://gdg-x.github.io">
|
||||
<!-- Social: Google+ / Schema.org -->
|
||||
<meta itemprop="name" content="Speakers">
|
||||
<meta itemprop="description" content="GDG DevFest is a set of events all around the world">
|
||||
<meta itemprop="image" content="http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-google-plus.png">
|
||||
<meta itemprop="image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png">
|
||||
<!-- Social: Twitter -->
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="@DevFest">
|
||||
<meta name="twitter:title" content="Speakers">
|
||||
<meta name="twitter:description" content="GDG DevFest is a set of events all around the world">
|
||||
<meta name="twitter:image:src" content="http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-twitter.png">
|
||||
<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="Speakers" />
|
||||
<meta property="og:site_name" content="GDG DevFest Season 2014" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://gdg-ukraine.github.io" />
|
||||
<meta property="og:image" content="http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-facebook.png" />
|
||||
<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" />
|
||||
|
||||
|
||||
|
@ -455,7 +455,7 @@
|
|||
<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-ukraine.github.io"></div>
|
||||
<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>
|
||||
|
@ -1035,7 +1035,7 @@
|
|||
<script src="/zeppelin/js/jquery.appear.min.js"></script>
|
||||
<script src="/zeppelin/js/waves.min.js"></script>
|
||||
<script>Waves.displayEffect();</script>
|
||||
<script src="/zeppelin/js/scripts.js"></script>
|
||||
<script src="/zeppelin/js/scripts.min.js"></script>
|
||||
|
||||
<script type="application/ld+json">
|
||||
[{
|
||||
|
@ -1043,8 +1043,8 @@
|
|||
"@type" : "Event",
|
||||
"name" : "GDG DevFest Season 2014",
|
||||
"description": "GDG DevFest is a set of events all around the world",
|
||||
"image" : "http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-google-plus.png",
|
||||
"url" : "http://gdg-ukraine.github.io",
|
||||
"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",
|
||||
|
@ -1059,14 +1059,20 @@
|
|||
"addressRegion" : "Lvivska",
|
||||
"postalCode" : "79000",
|
||||
"addressCountry" : "Ukraine"
|
||||
},
|
||||
"geo" : {
|
||||
"@type" : "GeoCoordinates",
|
||||
|
||||
"latitude" : "49.843237",
|
||||
"longitude" : "24.028751"
|
||||
}
|
||||
},
|
||||
"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-ukraine.github.io/zeppelin/img/seo/organizer-logo.png",
|
||||
"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/"
|
||||
},
|
||||
|
@ -1105,60 +1111,60 @@
|
|||
{
|
||||
"@type" : "Person",
|
||||
"name" : "Dawid Ostrowski",
|
||||
"image" : "http://gdg-ukraine.github.io/zeppelin/img/speakers/DawidOstrowski.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/DmytroDanylyk.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/MateuszHerych.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/RomanMazur.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/ValentynShybanov.jpg",
|
||||
"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"
|
||||
}
|
||||
|
||||
|
|
|
@ -9,23 +9,23 @@
|
|||
<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-ukraine.github.io">
|
||||
<link rel="canonical" href="http://gdg-x.github.io">
|
||||
<!-- Social: Google+ / Schema.org -->
|
||||
<meta itemprop="name" content="Team">
|
||||
<meta itemprop="description" content="GDG DevFest is a set of events all around the world">
|
||||
<meta itemprop="image" content="http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-google-plus.png">
|
||||
<meta itemprop="image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png">
|
||||
<!-- 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-ukraine.github.io/zeppelin/img/seo/sharing-twitter.png">
|
||||
<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-ukraine.github.io" />
|
||||
<meta property="og:image" content="http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-facebook.png" />
|
||||
<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" />
|
||||
|
||||
|
||||
|
@ -323,7 +323,7 @@
|
|||
<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-ukraine.github.io"></div>
|
||||
<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>
|
||||
|
@ -463,7 +463,7 @@
|
|||
<script src="/zeppelin/js/jquery.appear.min.js"></script>
|
||||
<script src="/zeppelin/js/waves.min.js"></script>
|
||||
<script>Waves.displayEffect();</script>
|
||||
<script src="/zeppelin/js/scripts.js"></script>
|
||||
<script src="/zeppelin/js/scripts.min.js"></script>
|
||||
|
||||
<script type="application/ld+json">
|
||||
[{
|
||||
|
@ -471,8 +471,8 @@
|
|||
"@type" : "Event",
|
||||
"name" : "GDG DevFest Season 2014",
|
||||
"description": "GDG DevFest is a set of events all around the world",
|
||||
"image" : "http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-google-plus.png",
|
||||
"url" : "http://gdg-ukraine.github.io",
|
||||
"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",
|
||||
|
@ -487,14 +487,20 @@
|
|||
"addressRegion" : "Lvivska",
|
||||
"postalCode" : "79000",
|
||||
"addressCountry" : "Ukraine"
|
||||
},
|
||||
"geo" : {
|
||||
"@type" : "GeoCoordinates",
|
||||
|
||||
"latitude" : "49.843237",
|
||||
"longitude" : "24.028751"
|
||||
}
|
||||
},
|
||||
"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-ukraine.github.io/zeppelin/img/seo/organizer-logo.png",
|
||||
"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/"
|
||||
},
|
||||
|
@ -533,60 +539,60 @@
|
|||
{
|
||||
"@type" : "Person",
|
||||
"name" : "Dawid Ostrowski",
|
||||
"image" : "http://gdg-ukraine.github.io/zeppelin/img/speakers/DawidOstrowski.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/DmytroDanylyk.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/MateuszHerych.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/RomanMazur.jpg",
|
||||
"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-ukraine.github.io/zeppelin/img/speakers/ValentynShybanov.jpg",
|
||||
"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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue