-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
40 lines (38 loc) · 2.41 KB
/
index.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
---
title: Home
---
<div style="width: 100%; text-align: center;">
<div style="width: 50%; min-width: 290px; display: inline-block; vertical-align: top;">
<h1>Welcome to RochetCode</h1>
<p>Take a look at <a href="{{ site.baseurl }}/downloads" onClick="ga('send', 'event', 'Homepage', 'click', 'viewprojects');">downloads</a> for releases</p>
<h1 style="display: inline-block; margin-right: 10px;">Like us:</h1>
<div class="social">
<!-- Aseta tämä tagi paikkaan, jossa haluat widgetin +1-painike näkyvän. -->
<div class="g-plusone" data-size="tall" data-href="http://rochet2.github.io/"></div>
<!-- Aseta tämä tagi viimeisen widgetin +1-painike tagin jälkeen. -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/platform.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</div>
<div class="social">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/fi_FI/sdk.js#xfbml=1&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-href="http://rochet2.github.io/" data-width="50" data-layout="box_count" data-action="like" data-show-faces="false" data-share="false"></div>
</div>
</div><div style="width: 50%; text-align: right; padding: 55px 0px 0px; min-width: 290px; display: inline-block;">
<div style="margin: 0px;">
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/projectcode_zzl" data-widget-id="482233260429156352">Tweets by @projectcode_zzl</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
</div>