Skip to content

Commit b17812e

Browse files
committedAug 21, 2014
Deleted artifacts on posts
1 parent ac4d92a commit b17812e

21 files changed

+35
-310
lines changed
 

‎_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h5>{{ block.title }}</h5>
3838
<!-- Please don't delete this line-->
3939
<div class="col-md-6">
4040
<p class="copyright">
41-
&copy; 2014 Designed and created by <a href="https://plus.google.com/+OlehZasadnyy/about">Oleh Zasadnyy</a> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
41+
&copy; 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> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
4242
</p>
4343
</div>
4444
</div>

‎_includes/head.html

-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
<meta name="description" content="{{ site.description }}">
88
<meta name="keywords" content="{{ site.metaKeywords }}">
99
<link rel="canonical" href="{{ site.url }}">
10-
<!-- Social: Google+ / Schema.org -->
11-
<meta itemprop="name" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
12-
<meta itemprop="description" content="{{ site.description }}">
13-
<meta itemprop="image" content="{{ site.socialImageSrcGooglePlus | prepend: site.baseurl | prepend: site.url }}">
1410
<!-- Social: Twitter -->
1511
<meta name="twitter:card" content="summary">
1612
<meta name="twitter:site" content="{{ site.twitterAccount }}">
@@ -25,7 +21,6 @@
2521
<meta property="og:image" content="{{ site.socialImageSrcFacebook | prepend: site.baseurl | prepend: site.url }}" />
2622
<meta property="og:description" content="{{ site.description }}" />
2723

28-
2924
<title>{% if page.title %}{{ page.title }} &bull; {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
3025
<link rel="shortcut icon" href="{{ "/img/favicons/favicon.ico" | prepend: site.baseurl }}">
3126
<link rel="apple-touch-icon" sizes="152x152" href="{{ "/img/favicons/apple-touch-icon-152x152.png" | prepend: site.baseurl }}">

‎_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" itemscope itemtype="http://schema.org/Blog">
2+
<html lang="en">
33

44
{% include head.html %}
55

‎_layouts/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" itemscope itemtype="http://schema.org/Blog">
2+
<html lang="en">
33

44
{% include head.html %}
55

‎_layouts/post.html

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
<div class="st-pusher">
1212
<div class="st-content">
1313

14-
<!-- {% include top-section.html %} -->
15-
1614
{% include post.html isStaticPost=page.isStaticPost %}
1715

1816
{% include footer.html %}

‎_sass/partials/_zoe-effect.scss

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ $figcaption-color: #3c4a50;
6969
width: 100%;
7070
height: 50px;
7171
padding: 13px;
72+
z-index: 2;
7273
transition: $base-transition;
7374
transform: translateY(100%);
7475
color: $figcaption-color;

‎_site/blog/call-for-papers/index.html

+1-6
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
<meta name="description" content="GDG DevFest is a set of events all around the world">
1111
<meta name="keywords" content="event, gdg, devfest, google, programming, android, chrome, developers, lviv">
1212
<link rel="canonical" href="http://gdg-x.github.io">
13-
<!-- Social: Google+ / Schema.org -->
14-
<meta itemprop="name" content="Call for Papers">
15-
<meta itemprop="description" content="GDG DevFest is a set of events all around the world">
16-
<meta itemprop="image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png">
1713
<!-- Social: Twitter -->
1814
<meta name="twitter:card" content="summary">
1915
<meta name="twitter:site" content="@DevFest">
@@ -28,7 +24,6 @@
2824
<meta property="og:image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-facebook.png" />
2925
<meta property="og:description" content="GDG DevFest is a set of events all around the world" />
3026

31-
3227
<title>Call for Papers &bull; GDG DevFest Season 2014</title>
3328
<link rel="shortcut icon" href="/zeppelin/img/favicons/favicon.ico">
3429
<link rel="apple-touch-icon" sizes="152x152" href="/zeppelin/img/favicons/apple-touch-icon-152x152.png">
@@ -380,7 +375,7 @@ <h5>FAQ</h5>
380375
<!-- Please don't delete this line-->
381376
<div class="col-md-6">
382377
<p class="copyright">
383-
&copy; 2014 Designed and created by <a href="https://plus.google.com/+OlehZasadnyy/about">Oleh Zasadnyy</a> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
378+
&copy; 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> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
384379
</p>
385380
</div>
386381
</div>

‎_site/blog/hello-world/index.html

+1-6
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
<meta name="description" content="GDG DevFest is a set of events all around the world">
1111
<meta name="keywords" content="event, gdg, devfest, google, programming, android, chrome, developers, lviv">
1212
<link rel="canonical" href="http://gdg-x.github.io">
13-
<!-- Social: Google+ / Schema.org -->
14-
<meta itemprop="name" content="Hello World!">
15-
<meta itemprop="description" content="GDG DevFest is a set of events all around the world">
16-
<meta itemprop="image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png">
1713
<!-- Social: Twitter -->
1814
<meta name="twitter:card" content="summary">
1915
<meta name="twitter:site" content="@DevFest">
@@ -28,7 +24,6 @@
2824
<meta property="og:image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-facebook.png" />
2925
<meta property="og:description" content="GDG DevFest is a set of events all around the world" />
3026

31-
3227
<title>Hello World! &bull; GDG DevFest Season 2014</title>
3328
<link rel="shortcut icon" href="/zeppelin/img/favicons/favicon.ico">
3429
<link rel="apple-touch-icon" sizes="152x152" href="/zeppelin/img/favicons/apple-touch-icon-152x152.png">
@@ -334,7 +329,7 @@ <h5>FAQ</h5>
334329
<!-- Please don't delete this line-->
335330
<div class="col-md-6">
336331
<p class="copyright">
337-
&copy; 2014 Designed and created by <a href="https://plus.google.com/+OlehZasadnyy/about">Oleh Zasadnyy</a> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
332+
&copy; 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> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
338333
</p>
339334
</div>
340335
</div>

‎_site/blog/index.html

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" itemscope itemtype="http://schema.org/Blog">
2+
<html lang="en">
33

44

55
<head>
@@ -10,10 +10,6 @@
1010
<meta name="description" content="GDG DevFest is a set of events all around the world">
1111
<meta name="keywords" content="event, gdg, devfest, google, programming, android, chrome, developers, lviv">
1212
<link rel="canonical" href="http://gdg-x.github.io">
13-
<!-- Social: Google+ / Schema.org -->
14-
<meta itemprop="name" content="Blog">
15-
<meta itemprop="description" content="GDG DevFest is a set of events all around the world">
16-
<meta itemprop="image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png">
1713
<!-- Social: Twitter -->
1814
<meta name="twitter:card" content="summary">
1915
<meta name="twitter:site" content="@DevFest">
@@ -28,7 +24,6 @@
2824
<meta property="og:image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-facebook.png" />
2925
<meta property="og:description" content="GDG DevFest is a set of events all around the world" />
3026

31-
3227
<title>Blog &bull; GDG DevFest Season 2014</title>
3328
<link rel="shortcut icon" href="/zeppelin/img/favicons/favicon.ico">
3429
<link rel="apple-touch-icon" sizes="152x152" href="/zeppelin/img/favicons/apple-touch-icon-152x152.png">
@@ -328,7 +323,7 @@ <h5>FAQ</h5>
328323
<!-- Please don't delete this line-->
329324
<div class="col-md-6">
330325
<p class="copyright">
331-
&copy; 2014 Designed and created by <a href="https://plus.google.com/+OlehZasadnyy/about">Oleh Zasadnyy</a> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
326+
&copy; 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> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
332327
</p>
333328
</div>
334329
</div>

‎_site/cod/index.html

+1-6
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
<meta name="description" content="GDG DevFest is a set of events all around the world">
1111
<meta name="keywords" content="event, gdg, devfest, google, programming, android, chrome, developers, lviv">
1212
<link rel="canonical" href="http://gdg-x.github.io">
13-
<!-- Social: Google+ / Schema.org -->
14-
<meta itemprop="name" content="Don't be a jerk policy">
15-
<meta itemprop="description" content="GDG DevFest is a set of events all around the world">
16-
<meta itemprop="image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png">
1713
<!-- Social: Twitter -->
1814
<meta name="twitter:card" content="summary">
1915
<meta name="twitter:site" content="@DevFest">
@@ -28,7 +24,6 @@
2824
<meta property="og:image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-facebook.png" />
2925
<meta property="og:description" content="GDG DevFest is a set of events all around the world" />
3026

31-
3227
<title>Don't be a jerk policy &bull; GDG DevFest Season 2014</title>
3328
<link rel="shortcut icon" href="/zeppelin/img/favicons/favicon.ico">
3429
<link rel="apple-touch-icon" sizes="152x152" href="/zeppelin/img/favicons/apple-touch-icon-152x152.png">
@@ -265,7 +260,7 @@ <h5>FAQ</h5>
265260
<!-- Please don't delete this line-->
266261
<div class="col-md-6">
267262
<p class="copyright">
268-
&copy; 2014 Designed and created by <a href="https://plus.google.com/+OlehZasadnyy/about">Oleh Zasadnyy</a> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
263+
&copy; 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> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
269264
</p>
270265
</div>
271266
</div>

‎_site/css/main.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎_site/index.html

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" itemscope itemtype="http://schema.org/Blog">
2+
<html lang="en">
33

44

55
<head>
@@ -10,10 +10,6 @@
1010
<meta name="description" content="GDG DevFest is a set of events all around the world">
1111
<meta name="keywords" content="event, gdg, devfest, google, programming, android, chrome, developers, lviv">
1212
<link rel="canonical" href="http://gdg-x.github.io">
13-
<!-- Social: Google+ / Schema.org -->
14-
<meta itemprop="name" content="GDG DevFest Season 2014">
15-
<meta itemprop="description" content="GDG DevFest is a set of events all around the world">
16-
<meta itemprop="image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png">
1713
<!-- Social: Twitter -->
1814
<meta name="twitter:card" content="summary">
1915
<meta name="twitter:site" content="@DevFest">
@@ -28,7 +24,6 @@
2824
<meta property="og:image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-facebook.png" />
2925
<meta property="og:description" content="GDG DevFest is a set of events all around the world" />
3026

31-
3227
<title>GDG DevFest Season 2014</title>
3328
<link rel="shortcut icon" href="/zeppelin/img/favicons/favicon.ico">
3429
<link rel="apple-touch-icon" sizes="152x152" href="/zeppelin/img/favicons/apple-touch-icon-152x152.png">
@@ -740,7 +735,7 @@ <h5>FAQ</h5>
740735
<!-- Please don't delete this line-->
741736
<div class="col-md-6">
742737
<p class="copyright">
743-
&copy; 2014 Designed and created by <a href="https://plus.google.com/+OlehZasadnyy/about">Oleh Zasadnyy</a> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
738+
&copy; 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> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
744739
</p>
745740
</div>
746741
</div>

‎_site/js/bootstrap.min.js

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎_site/js/jquery-2.1.1.min.js

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎_site/js/scripts.js

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* kjscompiler annotation
3+
* @ignore
4+
*/
15
(function($) {
26
$(document).ready(function() {
37
$('body').css('overflow', 'hidden');

‎_site/js/scripts.min.js

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎_site/logistics/index.html

+1-6
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
<meta name="description" content="GDG DevFest is a set of events all around the world">
1111
<meta name="keywords" content="event, gdg, devfest, google, programming, android, chrome, developers, lviv">
1212
<link rel="canonical" href="http://gdg-x.github.io">
13-
<!-- Social: Google+ / Schema.org -->
14-
<meta itemprop="name" content="Get ready to DevFest">
15-
<meta itemprop="description" content="GDG DevFest is a set of events all around the world">
16-
<meta itemprop="image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png">
1713
<!-- Social: Twitter -->
1814
<meta name="twitter:card" content="summary">
1915
<meta name="twitter:site" content="@DevFest">
@@ -28,7 +24,6 @@
2824
<meta property="og:image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-facebook.png" />
2925
<meta property="og:description" content="GDG DevFest is a set of events all around the world" />
3026

31-
3227
<title>Get ready to DevFest &bull; GDG DevFest Season 2014</title>
3328
<link rel="shortcut icon" href="/zeppelin/img/favicons/favicon.ico">
3429
<link rel="apple-touch-icon" sizes="152x152" href="/zeppelin/img/favicons/apple-touch-icon-152x152.png">
@@ -369,7 +364,7 @@ <h5>FAQ</h5>
369364
<!-- Please don't delete this line-->
370365
<div class="col-md-6">
371366
<p class="copyright">
372-
&copy; 2014 Designed and created by <a href="https://plus.google.com/+OlehZasadnyy/about">Oleh Zasadnyy</a> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
367+
&copy; 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> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
373368
</p>
374369
</div>
375370
</div>

‎_site/speakers/index.html

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" itemscope itemtype="http://schema.org/Blog">
2+
<html lang="en">
33

44

55
<head>
@@ -10,10 +10,6 @@
1010
<meta name="description" content="GDG DevFest is a set of events all around the world">
1111
<meta name="keywords" content="event, gdg, devfest, google, programming, android, chrome, developers, lviv">
1212
<link rel="canonical" href="http://gdg-x.github.io">
13-
<!-- Social: Google+ / Schema.org -->
14-
<meta itemprop="name" content="Speakers">
15-
<meta itemprop="description" content="GDG DevFest is a set of events all around the world">
16-
<meta itemprop="image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png">
1713
<!-- Social: Twitter -->
1814
<meta name="twitter:card" content="summary">
1915
<meta name="twitter:site" content="@DevFest">
@@ -28,7 +24,6 @@
2824
<meta property="og:image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-facebook.png" />
2925
<meta property="og:description" content="GDG DevFest is a set of events all around the world" />
3026

31-
3227
<title>Speakers &bull; GDG DevFest Season 2014</title>
3328
<link rel="shortcut icon" href="/zeppelin/img/favicons/favicon.ico">
3429
<link rel="apple-touch-icon" sizes="152x152" href="/zeppelin/img/favicons/apple-touch-icon-152x152.png">
@@ -537,7 +532,7 @@ <h5>FAQ</h5>
537532
<!-- Please don't delete this line-->
538533
<div class="col-md-6">
539534
<p class="copyright">
540-
&copy; 2014 Designed and created by <a href="https://plus.google.com/+OlehZasadnyy/about">Oleh Zasadnyy</a> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
535+
&copy; 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> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
541536
</p>
542537
</div>
543538
</div>

‎_site/team/index.html

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" itemscope itemtype="http://schema.org/Blog">
2+
<html lang="en">
33

44

55
<head>
@@ -10,10 +10,6 @@
1010
<meta name="description" content="GDG DevFest is a set of events all around the world">
1111
<meta name="keywords" content="event, gdg, devfest, google, programming, android, chrome, developers, lviv">
1212
<link rel="canonical" href="http://gdg-x.github.io">
13-
<!-- Social: Google+ / Schema.org -->
14-
<meta itemprop="name" content="Team">
15-
<meta itemprop="description" content="GDG DevFest is a set of events all around the world">
16-
<meta itemprop="image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-google-plus.png">
1713
<!-- Social: Twitter -->
1814
<meta name="twitter:card" content="summary">
1915
<meta name="twitter:site" content="@DevFest">
@@ -28,7 +24,6 @@
2824
<meta property="og:image" content="http://gdg-x.github.io/zeppelin/img/seo/sharing-facebook.png" />
2925
<meta property="og:description" content="GDG DevFest is a set of events all around the world" />
3026

31-
3227
<title>Team &bull; GDG DevFest Season 2014</title>
3328
<link rel="shortcut icon" href="/zeppelin/img/favicons/favicon.ico">
3429
<link rel="apple-touch-icon" sizes="152x152" href="/zeppelin/img/favicons/apple-touch-icon-152x152.png">
@@ -405,7 +400,7 @@ <h5>FAQ</h5>
405400
<!-- Please don't delete this line-->
406401
<div class="col-md-6">
407402
<p class="copyright">
408-
&copy; 2014 Designed and created by <a href="https://plus.google.com/+OlehZasadnyy/about">Oleh Zasadnyy</a> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
403+
&copy; 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> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a>
409404
</p>
410405
</div>
411406
</div>

‎css/main.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎js/waves.js

-245
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.