2014-07-28 21:27:01 +02:00
<!DOCTYPE html>
< html lang = "en" itemscope itemtype = "http://schema.org/Blog" >
< 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 = "Get ready to DevFest" >
< 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 = "Get ready to DevFest" / >
< 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 > Get ready to DevFest • 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 = "" 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 = "current" 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 > Get ready to DevFest< / h1 >
< / div >
< / div >
< / section >
<!-- End Top Section -->
<!-- Begin Find Way -->
2014-08-08 00:23:36 +02:00
< section id = "find-way" class = "find-way" >
< div id = "canvas-map" class = "canvas-map" > < / div >
2014-07-28 21:27:01 +02:00
< 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" >
2014-08-08 00:23:36 +02:00
< span id = "result-name" class = "result-name" > < / span >
2014-07-28 21:27:01 +02:00
< 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 >
2014-08-08 00:23:36 +02:00
< span id = "distance" class = "detailed-result pull-right" > < / span >
2014-07-28 21:27:01 +02:00
< / 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 >
2014-08-08 00:23:36 +02:00
< span id = "estimateTime" class = "detailed-result pull-right" > < / span >
2014-07-28 21:27:01 +02:00
< / 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 -->
2014-08-08 00:23:36 +02:00
< section id = "direction-details" class = "direction-details" >
2014-07-28 21:27:01 +02:00
< div class = "content-wrapper" >
2014-08-08 00:23:36 +02:00
< section class = "image-section standart-height" style = "background-image: url('/zeppelin/img/direction-details.jpg');" >
2014-07-28 21:27:01 +02:00
< h3 > Get around Lviv< / h3 >
< / section >
< div class = "row" >
< div class = "col-lg-10 col-lg-offset-1 text-left same-height-wrapper" >
2014-08-17 23:31:26 +02:00
2014-07-28 21:27:01 +02:00
< 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 >
2014-08-17 23:31:26 +02:00
2014-07-28 21:27:01 +02:00
< 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 >
2014-08-17 23:31:26 +02:00
2014-07-28 21:27:01 +02:00
< 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 >
2014-08-17 23:31:26 +02:00
< div class = "col-md-12 col-xs-12 animated hiding" data-animation = "fadeInDown" data-delay = "0" >
2014-07-28 21:27:01 +02:00
< div class = "card questions" >
< h4 > Questions?< / h4 >
2014-08-17 23:31:26 +02:00
2014-07-28 21:27:01 +02:00
< div class = "col-md-4 col-xs-12" >
2014-08-17 23:31:26 +02:00
< h5 > Hotels< / h5 >
2014-07-28 21:27:01 +02:00
< ul >
2014-08-17 23:31:26 +02:00
< 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 >
2014-07-28 21:27:01 +02:00
< / ul >
< / div >
2014-08-17 23:31:26 +02:00
2014-07-28 21:27:01 +02:00
< div class = "col-md-4 col-xs-12" >
< h5 > Registration< / h5 >
< ul >
2014-08-17 23:31:26 +02:00
< 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 >
2014-07-28 21:27:01 +02:00
< / ul >
< / div >
2014-08-17 23:31:26 +02:00
2014-07-28 21:27:01 +02:00
< div class = "col-md-4 col-xs-12" >
< h5 > Attendance Details< / h5 >
< ul >
2014-08-17 23:31:26 +02:00
< 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 >
2014-07-28 21:27:01 +02:00
< / ul >
< / div >
2014-08-17 23:31:26 +02:00
2014-07-28 21:27:01 +02:00
< / div >
2014-08-17 23:31:26 +02:00
< / div >
2014-07-28 21:27:01 +02:00
< / div >
< / div >
< / div >
< / section >
<!-- End Direction Details --> <!-- 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 >
< / ul >
< / div >
< div class = "col-md-4 col-xs-6" >
< h5 > FAQ< / h5 >
< ul >
< li > < a href = " /zeppelinhttp://localhost:4000/zeppelin/cod/ " target = "_blank" > Code of Conduct< / a > < / li >
2014-07-28 21:27:01 +02:00
< / ul >
2014-08-17 23:31:26 +02:00
< / 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 >
< a href = "https://plus.google.com/b/102444623953913144164" 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 >
2014-08-17 23:31:26 +02:00
2014-07-28 21:27:01 +02:00
< li >
< a href = "https://twitter.com/intent/user?screen_name=GDGLviv" 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 >
2014-08-17 23:31:26 +02:00
2014-07-28 21:27:01 +02:00
< li >
< a href = "https://facebook.com/GDGLviv" 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 >
2014-08-17 23:31:26 +02:00
2014-07-28 21:27:01 +02:00
< li >
2014-08-17 23:31:26 +02:00
< a href = "http://localhost:4000/zeppelin/feed.xml" 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 >
< 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 >
< script src = "//code.jquery.com/jquery-2.1.1.min.js" > < / script >
<!-- jQuery local fallback -->
< script >
window.jQuery || document.write('< script src = "/zeppelin/js/jquery-2.1.1.min.js > < \ / s c r i p t > ' )
< / script >
< script src = "//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js" > < / script >
<!-- Bootstrap JS local fallback -->
< script >
if (typeof ($.fn.modal) === 'undefined') {
document.write('< script src = "/zeppelin/js/bootstrap.min.js > < \ / s c r i p t > ' )
}
< / script >
< script src = "/zeppelin/js/jquery.appear.min.js" > < / script >
< script src = "/zeppelin/js/waves.min.js" > < / script >
< script src = "https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places,geometry" > < / script >
< script >
var googleMaps = 'logistics';
var eventPlace = new google.maps.LatLng(49.843237,24.028751);
var centerMap = new google.maps.LatLng(49.056728, 3.117289);
var mobileCenterMap = new google.maps.LatLng(48.335365, 23.711648);
var icon = '/zeppelin/img/svg/map-marker.svg';
2014-08-14 23:27:17 +02:00
Waves.displayEffect();
2014-07-28 21:27:01 +02:00
< / script >
< script src = "/zeppelin/js/scripts.min.js" > < / script >
2014-08-18 12:10:01 +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-18 12:10:01 +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-18 12:10:01 +02:00
}
},
"organizer" : {
"@type" : "Organization",
"name" : "GDG Lviv",
"alternateName" : "Google Developer Group Lviv",
2014-08-19 15:37:19 +02:00
"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",
2014-08-18 12:10:01 +02:00
"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",
2014-08-19 15:37:19 +02:00
"image" : "http://gdg-x.github.io/zeppelin/img/speakers/DawidOstrowski.jpg",
2014-08-18 12:10:01 +02:00
"jobTitle" : "Developer Relations Program Manager",
"worksFor" : {
"@type" : "Organization",
"name" : "Google Poland"
2014-08-19 15:37:19 +02:00
},
2014-08-18 12:10:01 +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-18 12:10:01 +02:00
"jobTitle" : "Android Developer",
"worksFor" : {
"@type" : "Organization",
"name" : "Lemberg Solutions Limited"
2014-08-19 15:37:19 +02:00
},
2014-08-18 12:10:01 +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-18 12:10:01 +02:00
"jobTitle" : "Software Engineer",
"worksFor" : {
"@type" : "Organization",
"name" : "Base CRM, GDG Krakow"
2014-08-19 15:37:19 +02:00
},
2014-08-18 12:10:01 +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-18 12:10:01 +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-18 12:10:01 +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-18 12:10:01 +02:00
"jobTitle" : "Software engineer/country manager",
"worksFor" : {
"@type" : "Organization",
"name" : "Twinfield, GDG Kyiv"
2014-08-19 15:37:19 +02:00
},
2014-08-18 12:10:01 +02:00
"sameAs" : "https://google.com/+ValentynShybanov"
}
],
"eventStatus" : "EventScheduled",
"typicalAgeRange" : "16+"
}]
< / script >
2014-07-28 21:27:01 +02:00
< / body >
< / html >