2014-07-28 21:27:01 +02:00
<!DOCTYPE html>
2014-08-21 16:27:02 +02:00
< html lang = "en" >
2014-07-28 21:27:01 +02:00
< 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" >
2014-08-19 15:37:19 +02:00
< link rel = "canonical" href = "http://gdg-x.github.io" >
2014-07-28 21:27:01 +02:00
<!-- 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" >
2014-08-19 15:37:19 +02:00
< meta name = "twitter:image:src" content = "http://gdg-x.github.io/zeppelin/img/seo/sharing-twitter.png" >
2014-07-28 21:27:01 +02:00
<!-- 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" / >
2014-08-19 15:37:19 +02:00
< 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" / >
2014-07-28 21:27:01 +02:00
< meta property = "og:description" content = "GDG DevFest is a set of events all around the world" / >
< title > Blog • 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" >
2014-08-08 00:23:36 +02:00
< link href = "/zeppelin/css/main.min.css" rel = "stylesheet" >
2014-07-28 21:27:01 +02:00
<!-- 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 >
2014-08-08 00:23:36 +02:00
< div id = "preloader" class = "preloader" >
2014-07-28 21:27:01 +02:00
< div class = "loader-gplus" > < / div >
< / div >
< div id = "st-container" class = "st-container" >
< div class = "st-pusher" >
< div class = "st-content" >
<!-- Begin Top Section -->
2014-08-08 00:23:36 +02:00
< section id = "top-section" class = "top-section image-section" >
< div class = "overlay gradient-overlay" > < / div >
2014-07-28 21:27:01 +02:00
2014-08-08 00:23:36 +02:00
< 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" >
2014-07-28 21:27:01 +02:00
< use xlink:href = "/zeppelin/img/sprites/sprites.svg#icon-menu" > < / use >
< / svg >
2014-08-08 00:23:36 +02:00
< a href = "/zeppelin/" id = "logo-header" class = "logo-header" >
< div class = "logo logo-light" > < / div >
< / a >
2014-07-28 21:27:01 +02:00
< nav class = "st-menu st-effect" id = "menu" >
2014-08-08 00:23:36 +02:00
< div class = "logo-navbar logo logo-dark visible-xs" > < / div >
2014-07-28 21:27:01 +02:00
< ul >
2014-08-17 23:31:26 +02:00
< li >
< a class = "" href = " /zeppelin/ " > Home< / a >
2014-07-28 21:27:01 +02:00
< / li >
2014-08-17 23:31:26 +02:00
< li >
< a class = "current" href = " /zeppelin/blog/ " > Blog< / a >
2014-07-28 21:27:01 +02:00
< / li >
2014-08-17 23:31:26 +02:00
< li >
< a class = "" href = " /zeppelin/schedule/ " > Schedule< / a >
2014-08-14 23:27:17 +02:00
< / li >
2014-08-17 23:31:26 +02:00
< li >
< a class = "" href = " /zeppelin/speakers/ " > Speakers< / a >
2014-07-28 21:27:01 +02:00
< / li >
2014-08-17 23:31:26 +02:00
< li >
< a class = "" href = " /zeppelin/team/ " > Team< / a >
2014-07-28 21:27:01 +02:00
< / li >
2014-08-17 23:31:26 +02:00
< li >
< a class = "" href = " /zeppelin/logistics/ " > Logistics< / a >
2014-07-28 21:27:01 +02:00
< / li >
2014-08-17 23:31:26 +02:00
< li >
< a class = "" href = " https://developers.google.com " > Developers< / a >
< / li >
2014-07-28 21:27:01 +02:00
< / ul >
< ul id = "bottom-navlinks" class = "bottom-navlinks visible-xs" >
2014-08-17 23:31:26 +02:00
< li >
< a href = " http://bit.ly/dfua-c4p " target = "_blank" > Become a speaker< / a >
2014-07-28 21:27:01 +02:00
< / li >
2014-08-17 23:31:26 +02:00
2014-07-28 21:27:01 +02:00
< / ul >
2014-08-17 23:31:26 +02:00
< 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" >
2014-08-14 23:27:17 +02:00
Become a speaker
< / a >
2014-08-17 23:31:26 +02:00
2014-07-28 21:27:01 +02:00
< / 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 -->
2014-08-08 00:23:36 +02:00
< section id = "blog" class = "blog" >
2014-07-28 21:27:01 +02:00
< 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 >
2014-08-19 15:37:19 +02:00
< 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;" >
2014-07-28 21:27:01 +02:00
< 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 >
2014-08-19 15:37:19 +02:00
< 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;" >
2014-07-28 21:27:01 +02:00
< 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 >
2014-08-19 15:37:19 +02:00
< 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;" >
2014-07-28 21:27:01 +02:00
< 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 >
2014-08-19 15:37:19 +02:00
< 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;" >
2014-07-28 21:27:01 +02:00
< 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 >
2014-08-19 15:37:19 +02:00
< 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;" >
2014-07-28 21:27:01 +02:00
< 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 >
2014-08-19 15:37:19 +02:00
< 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;" >
2014-07-28 21:27:01 +02:00
< 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" > We’ re 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 -->
2014-08-08 00:23:36 +02:00
< footer id = "footer" class = "footer" >
2014-07-28 21:27:01 +02:00
< div class = "row" >
< div class = "pull-left col-md-6 col-xs-6" >
2014-08-19 15:37:19 +02:00
< div class = "g-plusone" data-size = "medium" data-annotation = "inline" data-width = "300" data-href = "http://gdg-x.github.io" > < / div >
2014-07-28 21:27:01 +02:00
< / div >
2014-08-08 00:23:36 +02:00
< div class = "logo logo-footer logo-gray pull-right" > < / div >
2014-07-28 21:27:01 +02:00
< / div >
< div class = "row" >
2014-08-17 23:31:26 +02:00
< div class = "col-md-4 col-xs-6" >
2014-08-08 00:23:36 +02:00
< h5 > Links< / h5 >
2014-07-28 21:27:01 +02:00
< ul >
2014-08-17 23:31:26 +02:00
< 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 >
2014-07-28 21:27:01 +02:00
< / ul >
2014-08-17 23:31:26 +02:00
< / div >
< div class = "col-md-4 col-xs-6" >
< h5 > FAQ< / h5 >
< ul >
2014-08-22 00:01:20 +02:00
< li > < a href = " /zeppelin/cod/ " target = "_blank" > Code of Conduct< / a > < / li >
2014-08-17 23:31:26 +02:00
< / ul >
< / div >
< / div >
< div class = "row" >
< div class = "col-md-6 col-xs-12" >
2014-07-28 21:27:01 +02:00
< ul class = "social-links" >
2014-08-17 23:31:26 +02:00
2014-07-28 21:27:01 +02:00
< li >
2014-08-22 00:01:20 +02:00
< a href = " " target = "_blank" >
2014-07-28 21:27:01 +02:00
< 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 >
2014-08-17 23:31:26 +02:00
2014-07-28 21:27:01 +02:00
< li >
2014-08-22 00:01:20 +02:00
< a href = " " target = "_blank" >
2014-07-28 21:27:01 +02:00
< svg class = "icon icon-twitter" viewBox = "0 0 30 32" >
< use xlink:href = "/zeppelin/img/sprites/sprites.svg#icon-twitter" > < / use >
< / svg >
< / a >
< / li >
2014-08-17 23:31:26 +02:00
2014-07-28 21:27:01 +02:00
< li >
2014-08-22 00:01:20 +02:00
< a href = " " target = "_blank" >
2014-07-28 21:27:01 +02:00
< svg class = "icon icon-facebook" viewBox = "0 0 30 32" >
< use xlink:href = "/zeppelin/img/sprites/sprites.svg#icon-facebook" > < / use >
< / svg >
< / a >
< / li >
2014-08-17 23:31:26 +02:00
2014-07-28 21:27:01 +02:00
< li >
2014-08-22 00:01:20 +02:00
< a href = " " target = "_blank" >
2014-07-28 21:27:01 +02:00
< svg class = "icon icon-rss" viewBox = "0 0 30 32" >
< use xlink:href = "/zeppelin/img/sprites/sprites.svg#icon-rss" > < / use >
< / svg >
< / a >
< / li >
2014-08-17 23:31:26 +02:00
2014-07-28 21:27:01 +02:00
< / ul >
< / div >
< / div >
< div class = "row" >
<!-- Please don't delete this line -->
< div class = "col-md-6" >
< p class = "copyright" >
2014-08-21 16:27:02 +02:00
© 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 > · < a href = "http://lviv.gdg.org.ua" target = "_blank" > GDG Lviv< / a >
2014-07-28 21:27:01 +02:00
< / p >
< / div >
< / div >
< / footer >
<!-- End Footer -->
< / div >
< / div >
< / div >
2014-08-14 23:27:17 +02:00
2014-07-28 21:27:01 +02:00
< 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');
2014-08-08 00:23:36 +02:00
ga('create', 'UA-43643469-5', 'gdg-x.github.io');
2014-07-28 21:27:01 +02:00
ga('send', 'pageview');
< / script >
2014-08-22 00:01:20 +02:00
< script src = "//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js" > < / script >
2014-07-28 21:27:01 +02:00
< script >
2014-08-14 23:27:17 +02:00
window.jQuery || document.write('< script src = "/zeppelin/js/jquery-2.1.1.min.js > < \ / s c r i p t > ' )
2014-07-28 21:27:01 +02:00
< / 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 > < \ / s c r i p t > ' )
}
< / script >
2014-08-22 00:01:20 +02:00
< script src = "/zeppelin/js/default.js" > < / script >
< script >
Waves.displayEffect();
< / script >
2014-08-19 15:37:19 +02:00
< script src = "/zeppelin/js/scripts.min.js" > < / script >
2014-08-14 23:27:17 +02:00
2014-08-22 00:01:20 +02:00
2014-08-17 23:31:26 +02:00
< 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",
2014-08-19 15:37:19 +02:00
"image" : "http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png",
"url" : "http://gdg-x.github.io",
2014-08-17 23:31:26 +02:00
"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"
2014-08-19 15:37:19 +02:00
},
"geo" : {
"@type" : "GeoCoordinates",
"latitude" : "49.843237",
"longitude" : "24.028751"
2014-08-17 23:31:26 +02:00
}
},
2014-08-22 00:01:20 +02:00
// 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/"
// },
2014-08-17 23:31:26 +02:00
"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",
2014-08-19 15:37:19 +02:00
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/DawidOstrowski.jpg",
2014-08-17 23:31:26 +02:00
"jobTitle" : "Developer Relations Program Manager",
"worksFor" : {
"@type" : "Organization",
"name" : "Google Poland"
2014-08-19 15:37:19 +02:00
},
2014-08-17 23:31:26 +02:00
"sameAs" : "https://plus.google.com/+DawidOstrowski/"
},
{
"@type" : "Person",
"name" : "Dmytro Danylyk",
2014-08-19 15:37:19 +02:00
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/DmytroDanylyk.jpg",
2014-08-17 23:31:26 +02:00
"jobTitle" : "Android Developer",
"worksFor" : {
"@type" : "Organization",
"name" : "Lemberg Solutions Limited"
2014-08-19 15:37:19 +02:00
},
2014-08-17 23:31:26 +02:00
"sameAs" : "https://plus.google.com/+DmytroDanylyk"
},
{
"@type" : "Person",
"name" : "Mateusz Herych",
2014-08-19 15:37:19 +02:00
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/MateuszHerych.jpg",
2014-08-17 23:31:26 +02:00
"jobTitle" : "Software Engineer",
"worksFor" : {
"@type" : "Organization",
"name" : "Base CRM, GDG Krakow"
2014-08-19 15:37:19 +02:00
},
2014-08-17 23:31:26 +02:00
"sameAs" : "https://plus.google.com/+MateuszHerych"
},
{
"@type" : "Person",
"name" : "Roman Mazur",
2014-08-19 15:37:19 +02:00
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/RomanMazur.jpg",
2014-08-17 23:31:26 +02:00
"jobTitle" : "Head of Android/Java Unit",
"worksFor" : {
"@type" : "Organization",
"name" : "Stanfy, GDG Kyiv"
2014-08-19 15:37:19 +02:00
},
2014-08-17 23:31:26 +02:00
"sameAs" : "https://plus.google.com/+RomanMazur/"
},
{
"@type" : "Person",
"name" : "Valentyn Shybanov",
2014-08-19 15:37:19 +02:00
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/ValentynShybanov.jpg",
2014-08-17 23:31:26 +02:00
"jobTitle" : "Software engineer/country manager",
"worksFor" : {
"@type" : "Organization",
"name" : "Twinfield, GDG Kyiv"
2014-08-19 15:37:19 +02:00
},
2014-08-17 23:31:26 +02:00
"sameAs" : "https://google.com/+ValentynShybanov"
}
],
"eventStatus" : "EventScheduled",
"typicalAgeRange" : "16+"
}]
< / script >
2014-07-28 21:27:01 +02:00
< / body >
< / html >