This repository was archived by the owner on Sep 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
79 lines (77 loc) · 3.06 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<footer class="site-footer">
<div class="wrapper">
<h2 class="footer-heading">{{ site.title }}</h2>
<div class="footer-col-wrapper">
<div class="footer-col footer-col-3">
<p>{{ site.description }}</p>
<p><a href="/code-of-conduct/">Code Of Conduct</a></p>
<p>© 2016 | made with <a href="https://gloriajs.com">gloria</a></p>
</div>
<div class="footer-col footer-col-3">
<span class='st_facebook_vcount' displayText='Facebook'></span>
<span class='st_twitter_vcount' displayText='Tweet'></span>
<ul class="social-media-list">
{{#if site.github_username }}
<li>
{{> icon-github.html username=site.github_username }}
</li>
<li>
{{> icon-twitter.html username=site.twitter_username }}
</li>
{{/if }}
<li>
<a href="https://www.linkedin.com/groups/13500636">LinkedIn Group</a>
</li>
<li>
<a href="https://www.facebook.com/groups/techqueria/">
<span class="icon icon--facebook">
<img src="/images/fb.jpg" width=18>
</span>
<span class="username">techqueria</span>
</a>
</li>
<li>
<a class="page-link" href="/merch/">Merch</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="//ws.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">
if (typeof stLight !== 'undefined') {
stLight.options({publisher: "82f8287f-b0eb-4ccd-9925-3dd02ed4a4c3", doNotHash: true, doNotCopy: true, hashAddressBar: false});
}
</script>
<script type="text/javascript">
if ('serviceWorker' in navigator) {
// navigator.serviceWorker.getRegistrations().then(function(registrations) {
// for(let registration of registrations) {
// console.log('unregistering old service workers');
// registration.unregister();
// }
// });
// navigator.serviceWorker.register('/sw.old.js', {scope: '/'})
// .then(function(reg) {
// if(reg.installing) {
// console.log('Service worker installing');
// } else if(reg.waiting) {
// console.log('Service worker installed');
// } else if(reg.active) {
// console.log('Service worker active');
// }
// });
}
if (!(location.hostname === "localhost" || location.hostname === "127.0.0.1") && location.protocol !== 'https:') {
location.href = 'https:' + window.location.href.substring(window.location.protocol.length);
}
(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','https://www.google-analytics.com/analytics.js','ga');
if (typeof ga !== 'undefined') {
ga('create', 'UA-88917358-1', 'auto');
ga('send', 'pageview');
}
</script>