forked from Fairshots/Fairshots.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (75 loc) · 3.03 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Fairshots</title>
<base href="/" />
<meta
content="The ultimate platform to connect photographers and nonprofit organization anywhere in the world."
name="description"
/>
<meta content="Fairshots" property="og:title" />
<meta
content="The ultimate platform to connect photographers and nonprofit organization anywhere in the world."
property="og:description"
/>
<meta
content="https://daks2k3a4ib2z.cloudfront.net/572803d6737e288d30efb0df/57280ceaba23589c6ba6c341_hero-shot.jpg"
property="og:image"
/>
<meta content="summary" name="twitter:card" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<script
src="https://ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"
type="text/javascript"
></script>
<script type="text/javascript">
WebFont.load({
google: {
families: [
"Lato:100,100italic,300,300italic,400,400italic,700,700italic,900,900italic"
]
}
});
</script>
<!-- [if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif] -->
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon" />
<link href="images/favicon-256.png" rel="apple-touch-icon" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "UA-77766769-1"], ["_trackPageview"]);
(function() {
var ga = document.createElement("script");
ga.src =
("https:" == document.location.protocol ? "https://ssl" : "http://www") +
".google-analytics.com/ga.js";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<script
src="https://widget.cloudinary.com/v2.0/global/all.js"
type="text/javascript"
></script>
<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-77766769-1", "auto");
ga("send", "pageview");
</script>
</head>
<body>
<div id="root"></div>
</body>
</html>