Most of texts are now in _config.yml, Knowledge Graph support

This commit is contained in:
Oleh Zasadnyy 2014-08-18 00:31:26 +03:00
parent c0f7dc3215
commit 4648f0dfc3
250 changed files with 1700 additions and 856 deletions

View file

@ -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 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 class="current" href="/zeppelin/team/">Team</a>
<li>
<a class="current" 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>
@ -306,15 +328,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">
@ -322,6 +373,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">
@ -329,6 +381,7 @@
</svg>
</a>
</li>
<li>
<a href="https://facebook.com/GDGLviv" target="_blank">
<svg class="icon icon-facebook" viewBox="0 0 30 32">
@ -336,27 +389,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>
@ -424,6 +465,136 @@
<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>