-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (47 loc) · 1.66 KB
/
index.html
File metadata and controls
50 lines (47 loc) · 1.66 KB
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
---
layout: default
title: Simap
---
<div class="jumbotron">
<h3>Simap is in Alpha</h3>
</div>
<div>
<p>
Being in "Alpha" means it's new and immature. You're likely to find things that don't meet your expectations. Please feel free to give feedback on the contact page!
</p>
</div>
<div>
<p>
<a href="https://simap.firebaseapp.com"
ga('send', 'event', 'Simap', 'Visit the App');
target="_blank">
<button class="btn btn-success">Visit the App</button>
</a>
</p>
</div>
<div class="jumbotron"></div>
<div>
<span class="col-xs-4 share-button">
<a href="https://twitter.com/share"
class="twitter-share-button"
data-url="https://simaphq.github.io"
data-via="SimapHQ"
data-count="none">Tweet</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>
</span>
<span class="col-xs-4 share-button">
<div class="fb-share-button"
data-href="https://simaphq.github.io"
data-layout="button"></div>
</span>
<span class="col-xs-4 share-button">
<!-- For Google+ Share -->
<!-- Place this tag in your head or just before your close body tag. -->
<script src="https://apis.google.com/js/platform.js" async defer></script>
<!-- Place this tag where you want the share button to render. -->
<div class="g-plus"
data-action="share"
data-annotation="none"
data-href="https://simaphq.github.io"></div>
</span>
</div>