mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Most of texts are now in _config.yml, Knowledge Graph support
This commit is contained in:
parent
c0f7dc3215
commit
4648f0dfc3
250 changed files with 1700 additions and 856 deletions
|
@ -67,7 +67,7 @@
|
|||
<div class="st-pusher">
|
||||
<div class="st-content">
|
||||
|
||||
<!-- Begin Top Section -->
|
||||
<!-- <!-- Begin Top Section -->
|
||||
<section id="top-section" class="top-section image-section">
|
||||
<div class="overlay gradient-overlay"></div>
|
||||
|
||||
|
@ -81,26 +81,48 @@
|
|||
<nav class="st-menu st-effect" id="menu">
|
||||
<div class="logo-navbar logo logo-dark visible-xs"></div>
|
||||
<ul>
|
||||
<li><a href="/zeppelin/">Home</a>
|
||||
|
||||
<li>
|
||||
<a class="" href=" /zeppelin/ ">Home</a>
|
||||
</li>
|
||||
<li><a href="/zeppelin/blog/">Blog</a>
|
||||
|
||||
<li>
|
||||
<a class="" href=" /zeppelin/blog/ ">Blog</a>
|
||||
</li>
|
||||
<li><a href="/zeppelin/schedule/">Schedule</a>
|
||||
|
||||
<li>
|
||||
<a class="" href=" /zeppelin/schedule/ ">Schedule</a>
|
||||
</li>
|
||||
<li><a href="/zeppelin/speakers/">Speakers</a>
|
||||
|
||||
<li>
|
||||
<a class="" href=" /zeppelin/speakers/ ">Speakers</a>
|
||||
</li>
|
||||
<li><a href="/zeppelin/team/">Team</a>
|
||||
|
||||
<li>
|
||||
<a class="" href=" /zeppelin/team/ ">Team</a>
|
||||
</li>
|
||||
<li><a href="/zeppelin/logistics/">Logistics</a>
|
||||
|
||||
<li>
|
||||
<a class="" href=" /zeppelin/logistics/ ">Logistics</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="current" href=" https://developers.google.com ">Developers</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<ul id="bottom-navlinks" class="bottom-navlinks visible-xs">
|
||||
<li><a href="http://bit.ly/dfua-c4p" target="_blank">Become a speaker</a>
|
||||
|
||||
<li>
|
||||
<a href=" http://bit.ly/dfua-c4p " target="_blank">Become a speaker</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<a id="right-nav-button" 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">
|
||||
|
||||
<a href=" http://bit.ly/dfua-c4p " class="right-nav-button right-nav-button-hidden btn btn-primary waves-effect waves-button waves-light waves-float pull-right hidden-xs hidden-sm" target="_blank">
|
||||
Become a speaker
|
||||
</a>
|
||||
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
@ -110,7 +132,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- End Top Section -->
|
||||
<!-- End Top Section --> -->
|
||||
|
||||
<!-- Begin Post-->
|
||||
<section id="post-section" class="post-section">
|
||||
|
@ -119,7 +141,6 @@
|
|||
<div class="col-lg-8 col-md-10 col-xs-12">
|
||||
|
||||
<article class="row post">
|
||||
|
||||
|
||||
<div class="post-header">
|
||||
<div class="published pull-left">
|
||||
|
@ -282,15 +303,44 @@
|
|||
<div class="logo logo-footer logo-gray pull-right"></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-sm-4 col-xs-6">
|
||||
|
||||
|
||||
<div class="col-md-4 col-xs-6">
|
||||
<h5>Links</h5>
|
||||
<ul>
|
||||
<li><a href="http://gdg.org.ua" target="_blank">GDG.org.ua</a>
|
||||
</li>
|
||||
<li><a href="https://developers.google.com" target="_blank">Google Developers</a>
|
||||
</li>
|
||||
|
||||
<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>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-xs-12">
|
||||
<ul class="social-links">
|
||||
|
||||
<li>
|
||||
<a href="https://plus.google.com/b/102444623953913144164" target="_blank">
|
||||
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
|
||||
|
@ -298,6 +348,7 @@
|
|||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://twitter.com/intent/user?screen_name=GDGLviv" target="_blank">
|
||||
<svg class="icon icon-twitter" viewBox="0 0 30 32">
|
||||
|
@ -305,6 +356,7 @@
|
|||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://facebook.com/GDGLviv" target="_blank">
|
||||
<svg class="icon icon-facebook" viewBox="0 0 30 32">
|
||||
|
@ -312,27 +364,15 @@
|
|||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/zeppelin/feed.xml" target="_blank">
|
||||
<a href="http://localhost:4000/zeppelin/feed.xml" target="_blank">
|
||||
<svg class="icon icon-rss" viewBox="0 0 30 32">
|
||||
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-rss"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4 col-sm-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-sm-4 col-xs-6">
|
||||
<h5>FAQ</h5>
|
||||
<ul>
|
||||
<li><a href="/zeppelin/cod/">Code of Conduct</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
<div class="st-pusher">
|
||||
<div class="st-content">
|
||||
|
||||
<!-- Begin Top Section -->
|
||||
<!-- <!-- Begin Top Section -->
|
||||
<section id="top-section" class="top-section image-section">
|
||||
<div class="overlay gradient-overlay"></div>
|
||||
|
||||
|
@ -81,26 +81,48 @@
|
|||
<nav class="st-menu st-effect" id="menu">
|
||||
<div class="logo-navbar logo logo-dark visible-xs"></div>
|
||||
<ul>
|
||||
<li><a href="/zeppelin/">Home</a>
|
||||
|
||||
<li>
|
||||
<a class="" href=" /zeppelin/ ">Home</a>
|
||||
</li>
|
||||
<li><a href="/zeppelin/blog/">Blog</a>
|
||||
|
||||
<li>
|
||||
<a class="" href=" /zeppelin/blog/ ">Blog</a>
|
||||
</li>
|
||||
<li><a href="/zeppelin/schedule/">Schedule</a>
|
||||
|
||||
<li>
|
||||
<a class="" href=" /zeppelin/schedule/ ">Schedule</a>
|
||||
</li>
|
||||
<li><a href="/zeppelin/speakers/">Speakers</a>
|
||||
|
||||
<li>
|
||||
<a class="" href=" /zeppelin/speakers/ ">Speakers</a>
|
||||
</li>
|
||||
<li><a href="/zeppelin/team/">Team</a>
|
||||
|
||||
<li>
|
||||
<a class="" href=" /zeppelin/team/ ">Team</a>
|
||||
</li>
|
||||
<li><a href="/zeppelin/logistics/">Logistics</a>
|
||||
|
||||
<li>
|
||||
<a class="" href=" /zeppelin/logistics/ ">Logistics</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="current" href=" https://developers.google.com ">Developers</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<ul id="bottom-navlinks" class="bottom-navlinks visible-xs">
|
||||
<li><a href="http://bit.ly/dfua-c4p" target="_blank">Become a speaker</a>
|
||||
|
||||
<li>
|
||||
<a href=" http://bit.ly/dfua-c4p " target="_blank">Become a speaker</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<a id="right-nav-button" 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">
|
||||
|
||||
<a href=" http://bit.ly/dfua-c4p " class="right-nav-button right-nav-button-hidden btn btn-primary waves-effect waves-button waves-light waves-float pull-right hidden-xs hidden-sm" target="_blank">
|
||||
Become a speaker
|
||||
</a>
|
||||
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
@ -110,7 +132,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- End Top Section -->
|
||||
<!-- End Top Section --> -->
|
||||
|
||||
<!-- Begin Post-->
|
||||
<section id="post-section" class="post-section">
|
||||
|
@ -119,7 +141,6 @@
|
|||
<div class="col-lg-8 col-md-10 col-xs-12">
|
||||
|
||||
<article class="row post">
|
||||
|
||||
|
||||
<div class="post-header">
|
||||
<div class="published pull-left">
|
||||
|
@ -236,15 +257,44 @@ the final missing parts to the biggest Google related event in Ukraine - <a href
|
|||
<div class="logo logo-footer logo-gray pull-right"></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-sm-4 col-xs-6">
|
||||
|
||||
|
||||
<div class="col-md-4 col-xs-6">
|
||||
<h5>Links</h5>
|
||||
<ul>
|
||||
<li><a href="http://gdg.org.ua" target="_blank">GDG.org.ua</a>
|
||||
</li>
|
||||
<li><a href="https://developers.google.com" target="_blank">Google Developers</a>
|
||||
</li>
|
||||
|
||||
<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>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-xs-12">
|
||||
<ul class="social-links">
|
||||
|
||||
<li>
|
||||
<a href="https://plus.google.com/b/102444623953913144164" target="_blank">
|
||||
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
|
||||
|
@ -252,6 +302,7 @@ the final missing parts to the biggest Google related event in Ukraine - <a href
|
|||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://twitter.com/intent/user?screen_name=GDGLviv" target="_blank">
|
||||
<svg class="icon icon-twitter" viewBox="0 0 30 32">
|
||||
|
@ -259,6 +310,7 @@ the final missing parts to the biggest Google related event in Ukraine - <a href
|
|||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://facebook.com/GDGLviv" target="_blank">
|
||||
<svg class="icon icon-facebook" viewBox="0 0 30 32">
|
||||
|
@ -266,27 +318,15 @@ the final missing parts to the biggest Google related event in Ukraine - <a href
|
|||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/zeppelin/feed.xml" target="_blank">
|
||||
<a href="http://localhost:4000/zeppelin/feed.xml" target="_blank">
|
||||
<svg class="icon icon-rss" viewBox="0 0 30 32">
|
||||
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-rss"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4 col-sm-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-sm-4 col-xs-6">
|
||||
<h5>FAQ</h5>
|
||||
<ul>
|
||||
<li><a href="/zeppelin/cod/">Code of Conduct</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -82,26 +82,48 @@
|
|||
<nav class="st-menu st-effect" id="menu">
|
||||
<div class="logo-navbar logo logo-dark visible-xs"></div>
|
||||
<ul>
|
||||
<li><a href="/zeppelin/">Home</a>
|
||||
|
||||
<li>
|
||||
<a class="" href=" /zeppelin/ ">Home</a>
|
||||
</li>
|
||||
<li><a class="current" href="/zeppelin/blog/">Blog</a>
|
||||
|
||||
<li>
|
||||
<a class="current" href=" /zeppelin/blog/ ">Blog</a>
|
||||
</li>
|
||||
<li><a href="/zeppelin/schedule/">Schedule</a>
|
||||
|
||||
<li>
|
||||
<a class="" href=" /zeppelin/schedule/ ">Schedule</a>
|
||||
</li>
|
||||
<li><a href="/zeppelin/speakers/">Speakers</a>
|
||||
|
||||
<li>
|
||||
<a class="" href=" /zeppelin/speakers/ ">Speakers</a>
|
||||
</li>
|
||||
<li><a href="/zeppelin/team/">Team</a>
|
||||
|
||||
<li>
|
||||
<a class="" href=" /zeppelin/team/ ">Team</a>
|
||||
</li>
|
||||
<li><a href="/zeppelin/logistics/">Logistics</a>
|
||||
|
||||
<li>
|
||||
<a class="" href=" /zeppelin/logistics/ ">Logistics</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="" href=" https://developers.google.com ">Developers</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<ul id="bottom-navlinks" class="bottom-navlinks visible-xs">
|
||||
<li><a href="http://bit.ly/dfua-c4p" target="_blank">Become a speaker</a>
|
||||
|
||||
<li>
|
||||
<a href=" http://bit.ly/dfua-c4p " target="_blank">Become a speaker</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<a id="right-nav-button" 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">
|
||||
|
||||
<a href=" http://bit.ly/dfua-c4p " class="right-nav-button right-nav-button-hidden btn btn-primary waves-effect waves-button waves-light waves-float pull-right hidden-xs hidden-sm" target="_blank">
|
||||
Become a speaker
|
||||
</a>
|
||||
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
@ -119,11 +141,8 @@
|
|||
<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">
|
||||
|
@ -166,11 +185,8 @@ Presenters – who should speak at the DevFest Conference?
|
|||
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">
|
||||
|
@ -210,10 +226,8 @@ the final missing parts to the biggest Google related event in Ukraine - GDG Dev
|
|||
|
||||
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">
|
||||
|
@ -237,15 +251,44 @@ This year event will take place in cultural capital of Ukraine - Lviv. Being a u
|
|||
<div class="logo logo-footer logo-gray pull-right"></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-sm-4 col-xs-6">
|
||||
|
||||
|
||||
<div class="col-md-4 col-xs-6">
|
||||
<h5>Links</h5>
|
||||
<ul>
|
||||
<li><a href="http://gdg.org.ua" target="_blank">GDG.org.ua</a>
|
||||
</li>
|
||||
<li><a href="https://developers.google.com" target="_blank">Google Developers</a>
|
||||
</li>
|
||||
|
||||
<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>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-xs-12">
|
||||
<ul class="social-links">
|
||||
|
||||
<li>
|
||||
<a href="https://plus.google.com/b/102444623953913144164" target="_blank">
|
||||
<svg class="icon icon-google-plus" viewBox="0 0 30 32">
|
||||
|
@ -253,6 +296,7 @@ This year event will take place in cultural capital of Ukraine - Lviv. Being a u
|
|||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://twitter.com/intent/user?screen_name=GDGLviv" target="_blank">
|
||||
<svg class="icon icon-twitter" viewBox="0 0 30 32">
|
||||
|
@ -260,6 +304,7 @@ This year event will take place in cultural capital of Ukraine - Lviv. Being a u
|
|||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://facebook.com/GDGLviv" target="_blank">
|
||||
<svg class="icon icon-facebook" viewBox="0 0 30 32">
|
||||
|
@ -267,27 +312,15 @@ This year event will take place in cultural capital of Ukraine - Lviv. Being a u
|
|||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/zeppelin/feed.xml" target="_blank">
|
||||
<a href="http://localhost:4000/zeppelin/feed.xml" target="_blank">
|
||||
<svg class="icon icon-rss" viewBox="0 0 30 32">
|
||||
<use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-rss"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4 col-sm-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-sm-4 col-xs-6">
|
||||
<h5>FAQ</h5>
|
||||
<ul>
|
||||
<li><a href="/zeppelin/cod/">Code of Conduct</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -338,6 +371,136 @@ This year event will take place in cultural capital of Ukraine - Lviv. Being a u
|
|||
<script>Waves.displayEffect();</script>
|
||||
<script src="/zeppelin/js/scripts.js"></script>
|
||||
|
||||
<script type="application/ld+json">
|
||||
[{
|
||||
"@context" : "http://schema.org",
|
||||
"@type" : "Event",
|
||||
"name" : "GDG DevFest Season 2014",
|
||||
"description": "GDG DevFest is a set of events all around the world",
|
||||
"image" : "http://gdg-ukraine.github.io/zeppelin/img/seo/sharing-google-plus.png",
|
||||
"url" : "http://gdg-ukraine.github.io",
|
||||
"startDate" : "2014-10-24T10:00",
|
||||
"doorTime" : "09:00",
|
||||
"endDate" : "2014-10-24T20:00",
|
||||
"location" : {
|
||||
"@type" : "Place",
|
||||
"name" : "Conference Hall",
|
||||
"sameAs" : "http://cabinet.kinopalace.lviv.ua/showtimes/",
|
||||
"address" : {
|
||||
"@type" : "PostalAddress",
|
||||
"streetAddress" : "22 Teatral'na St",
|
||||
"addressLocality" : "Lviv",
|
||||
"addressRegion" : "Lvivska",
|
||||
"postalCode" : "79000",
|
||||
"addressCountry" : "Ukraine"
|
||||
}
|
||||
},
|
||||
"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",
|
||||
"email" : "lviv@gdg.org.ua",
|
||||
"sameAs" : "http://lviv.gdg.org.ua/"
|
||||
},
|
||||
"offers" : [
|
||||
|
||||
{
|
||||
"@type" : "Offer",
|
||||
"name" : "1 day",
|
||||
"url" : "http://dfua.ticketforevent.com/",
|
||||
"price" : "$100",
|
||||
"validFrom" : "2014-08-20T10:00",
|
||||
"validThrough" : "2014-10-23T23:59"
|
||||
},
|
||||
|
||||
{
|
||||
"@type" : "Offer",
|
||||
"name" : "3 days",
|
||||
"url" : "http://dfua.ticketforevent.com/",
|
||||
"price" : "$180",
|
||||
"validFrom" : "2014-08-20T10:00",
|
||||
"validThrough" : "2014-10-23T23:59"
|
||||
},
|
||||
|
||||
{
|
||||
"@type" : "Offer",
|
||||
"name" : "2 days",
|
||||
"url" : "http://dfua.ticketforevent.com/",
|
||||
"price" : "$150",
|
||||
"validFrom" : "2014-08-20T10:00",
|
||||
"validThrough" : "2014-10-23T23:59"
|
||||
}
|
||||
|
||||
],
|
||||
"performer" : [
|
||||
|
||||
{
|
||||
"@type" : "Person",
|
||||
"name" : "Dawid Ostrowski",
|
||||
"image" : "http://gdg-ukraine.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",
|
||||
"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",
|
||||
"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",
|
||||
"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",
|
||||
"jobTitle" : "Software engineer/country manager",
|
||||
"worksFor" : {
|
||||
"@type" : "Organization",
|
||||
"name" : "Twinfield, GDG Kyiv"
|
||||
}
|
||||
"sameAs" : "https://google.com/+ValentynShybanov"
|
||||
}
|
||||
|
||||
],
|
||||
"eventStatus" : "EventScheduled",
|
||||
"typicalAgeRange" : "16+"
|
||||
}]
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue