-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (63 loc) · 3.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<base href="/">
<title>Sway</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if (gt IE 8) | (IEMobile)]><!-->
<link rel="stylesheet" href="/static/css/unsemantic-grid-responsive.css" />
<!--<![endif]-->
<!--[if (lt IE 9) & (!IEMobile)]>
<link rel="stylesheet" href="/static/css/ie.css" />
<![endif]-->
<link rel="stylesheet" href="/static/css/flat-ui.min.css">
<link rel="stylesheet" href="/static/css/select2.min.css">
<link rel="stylesheet" href="/static/css/style.css">
<link rel="stylesheet" href="/static/css/progressbar.css">
<link rel="stylesheet" href="/static/css/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&lang=en" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&lang=en" />
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Intl.~locale.en"></script>
<!--amCharts include -->
<link rel="stylesheet" href="/static/js/amcharts/plugins/export/export.css">
<script src="/static/js/amcharts/amcharts.js" defer></script>
<script src="/static/js/amcharts/pie.js" defer></script>
<script src="/static/js/amcharts/serial.js" defer></script>
<script src="/static/js/amcharts/themes/light.js" defer></script>
<!-- end amCharts include-->
</head>
<body class="user-logged-in">
<sway-app>Loading...</sway-app>
<script id="intercom">
(function(){var w=window;var ic=w.Intercom;if(typeof ic==='function'){ic('reattach_activator');ic('update',intercomSettings);}else{var d=document;var i=function(){i.c(arguments)};i.q=[];i.c=function(args){i.q.push(args)};w.Intercom=i;function l(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/gtphmh27';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);}if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})()
</script>
<script id="google-analytics">
(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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-70481208-1', 'auto');
</script>
<script id="facebook">
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '626541594130626');
</script>
<script src="https://swayops.agilecrm.com/stats/min/agile-min.js"></script>
<script>_agile.set_account('6pkbc1hr4is67i7v165f554tuj', 'swayops'); _agile_execute_web_rules();</script>
<script src="/static/js/initChartData.js" defer></script>
<script>
var appSettings = {
infAppUrl: '{{ infAppUrl }}',
};
</script>
<script src="/static/vendor/jquery-2.2.4.min.js" defer></script>
<script src="/static/vendor/jqueryui-1.12.1.min.js" defer></script>
<script src="/static/vendor/select2-4.0.3.min.js" defer></script>
<script src="/static/app.js" defer></script>
</body>
</html>