-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
105 lines (102 loc) · 6 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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!doctype html>
<html lang="en">
<head>
<title>Kudoo | Where big ideas grow</title>
<!--Facebook Open Graph-->
<meta property="og:title" content="Kudoo">
<meta property="og:type" content="website">
<meta property="og:description"
content="Kudoo is a financial system used to manage DAO's.">
<meta property="og:url" content="https://kudoo.io/">
<meta property="og:image" content="/images/logo1200px.png">
<meta property="og:locale" content="en_US">
<!--Twitter Card Data-->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@kudoocloud">
<meta name="twitter:creator" content="@kudoocloud">
<meta name="twitter:title" content="Kudoo">
<meta name="twitter:description"
content="Kudoo is a financial system used to manage DAO's.">
<meta name="twitter:image:src" content="/images/logo1200px.png">
<meta name="twitter:domain" content="https://kudoo.io">
<!-- Meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="Kudoo, Cloud, AI, Machine Learning, Predictive analytics">
<meta name="description">
<link type="image/x-icon" rel="icon" href="/images/favicon.ico" />
<noscript id="jss-insertion-point"></noscript>
<script src="https://js.stripe.com/v3/"></script>
<script src="https://use.fontawesome.com/a156d03c6f.js"></script>
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "WebApplication",
"browserRequirements": "Any modern web browser",
"applicationCategory": "Financial application",
"applicationSuite": "Kudoo",
"featureList": "Timesheets, Invoicing, Projects, Approvals, Dashboard",
"permissions": "internet access",
"releaseNotes": "https://blog.kudoo.io",
"softwareHelp": "https://docs.kudoo.io"
}
</script>
</head>
<body>
<div id="root"></div>
<!-- Fonts -->
<link href="//fonts.googleapis.com/css?family=Merriweather:400,700,300,900|Lato:300,400,700,900|Montserrat:300,500,400,700,900|Roboto:300,400,700,900|Roboto+Condensed:300,400,700" rel="stylesheet" type="text/css">
<link href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/style.min.css">
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCqYMKmq5qQSiXmzmGTG18DfkIUCkEZaNo"></script>
<% if(htmlWebpackPlugin.options.env !== 'development'){ %>
<!-- Google Analytics code-->
<script>
(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');
ga('create', 'UA-86206734-2', 'auto');
ga('send', 'pageview');
</script>
<!-- Hotjar Tracking Code for https://app.kudoo.io -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:926700,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<!-- Mixpanel code -->
<script type="text/javascript">(function(e,a){if(!a.__SV){var b=window;try{var c,l,i,j=b.location,g=j.hash;c=function(a,b){return(l=a.match(RegExp(b+"=([^&]*)")))?l[1]:null};g&&c(g,"state")&&(i=JSON.parse(decodeURIComponent(c(g,"state"))),"mpeditor"===i.action&&(b.sessionStorage.setItem("_mpcehash",g),history.replaceState(i.desiredHash||"",e.title,j.pathname+j.search)))}catch(m){}var k,h;window.mixpanel=a;a._i=[];a.init=function(b,c,f){function e(b,a){var c=a.split(".");2==c.length&&(b=b[c[0]],a=c[1]);b[a]=function(){b.push([a].concat(Array.prototype.slice.call(arguments,
0)))}}var d=a;"undefined"!==typeof f?d=a[f]=[]:f="mixpanel";d.people=d.people||[];d.toString=function(b){var a="mixpanel";"mixpanel"!==f&&(a+="."+f);b||(a+=" (stub)");return a};d.people.toString=function(){return d.toString(1)+".people (stub)"};k="disable time_event track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config reset people.set people.set_once people.increment people.append people.union people.track_charge people.clear_charges people.delete_user".split(" ");
for(h=0;h<k.length;h++)e(d,k[h]);a._i.push([b,c,f])};a.__SV=1.2;b=e.createElement("script");b.type="text/javascript";b.async=!0;b.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?MIXPANEL_CUSTOM_LIB_URL:"file:"===e.location.protocol&&"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//)?"https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js":"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";c=e.getElementsByTagName("script")[0];c.parentNode.insertBefore(b,c)}})(document,window.mixpanel||[]);
mixpanel.init("a9b5b39c18ea9ec6b2b7157241160a7f");
</script>
<script>
// TODO Enable service worker
// if ('serviceWorker' in navigator) {
// navigator.serviceWorker.register('/service-worker.js')
// .then(function (registration) {
// // Successful registration
// console.log('Hooray. Registration successful, scope is:', registration.scope);
// }).catch(function (err) {
// // Failed registration, service worker won�t be installed
// console.log('Whoops. Service worker registration failed, error:', err);
// });
// }
</script>
<% } %>
</body>
</html>