-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
78 lines (73 loc) · 4.27 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="icon" href="assets/favicon.ico">
<title>Mapitout</title>
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="application-name" content="mapitout">
<meta name="apple-mobile-web-app-title" content="mapitout">
<meta name="theme-color" content="#21ce99">
<meta name="msapplication-navbutton-color" content="#21ce99">
<meta name="apple-mobile-web-app-status-bar-style" content="#21ce99">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no user-scalable = no">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://mapitout.github.io/assets/manifest/fb-og.png">
<meta property="og:title" content="MapItOut">
<meta property="og:site_name" content="MapItOut">
<meta property="og:url" content="https://mapitout.github.io">
<meta property="og:description" content="A crowdsourcing platform that everyone can update and share useful location-based information with the community.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://mapitout.github.io/assets/manifest/fb-og.png">
<link rel="apple-touch-icon" type="image/svg" sizes="192x192" href="/assets/manifest/logo.svg">
<link rel="icon" type="image/svg" sizes="192x192" href="/assets/manifest/logo.svg">
<link rel="manifest" href="manifest.json">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"
integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous"
rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-161563089-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-161563089-1');
</script>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<link href='https://api.mapbox.com/mapbox-gl-js/v1.8.1/mapbox-gl.css' rel='stylesheet' />
<link href='https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.2.0/mapbox-gl-geocoder.css'
rel='stylesheet' />
<script>
var disqus_config = function () {
this.page.url = "https://mapitout.github.io/"; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = "mapitout-discuss-landing-page"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
(function () { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://mapitout.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<!-- Hotjar Tracking Code for https://mapitout.github.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:1765793,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>
<script type="text/javascript">window.$crisp=[];window.CRISP_WEBSITE_ID="1c597ab2-2b62-47e2-84a6-14785388d7af";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.0"></script>
<link href="/styles/style.61359082cc8068294147.css" rel="stylesheet"></head>
<body>
<!-- <div class="statusbar-overlay"></div> -->
<div id="root"></div>
<div id="fb-root"></div>
<script type="text/javascript" src="/js/main.c861b314fb6606dfc474.js"></script><script type="text/javascript" src="/manifest.js"></script><script type="text/javascript" src="/js/vendor.js.b6e046e8308191dbfd8c.js"></script></body>
</html>