-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (63 loc) · 2.58 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,400i,700" rel="stylesheet">
<script src="https://www.google.com/recaptcha/api.js?onload=vueRecaptchaApiLoaded&render=explicit" async
defer></script>
<link rel="shortcut icon" href="static/favicon.jpg" type="image/x-icon">
<link rel="icon" href="static/favicon.jpg" type="image/x-icon">
<meta property="og:description"
content="A passionate web development/design company creating high quality bespoke websites using cutting edge technology."/>
<meta property="og:image" content="https://cyanic.io/static/og-image.jpg"/>
<meta property="og:title" content="Cyanic Web Development and Design" />
<meta property="og:image:alt" content="Cyanic Solutions est 2017" />
<meta property="og:site_name" content="Cyanic Web Solutions"/>
<meta property="og:type" content="Website"/>
<meta property="og:url" content="https://cyanic.io">
<meta property="fb:app_id" content="1908939812712596">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@cyanicio">
<meta name="twitter:title" content="Cyanic - Modern Web Development, Design, Branding and Logos">
<meta name="twitter:description"
content="Cyanic is a Derby / Reading based business in the UK specalisisng in cutting edge web development alongside other a plethora of Web Services">
<meta name="twitter:image:src" content="https://cyanic.io/static/twitter.jpg">
<script async defer src="https://cdnjs.cloudflare.com/ajax/libs/masonry/4.0.0/masonry.pkgd.min.js"></script>
</head>
<body>
<!-- Google Analytics -->
<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%27,%27ga');
ga('create', 'UA-101751887-1', 'auto');
ga('send', 'pageview');
</script>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Organization",
"name" : "Cyanic",
"url" : "https://cyanic.io",
"sameAs" : [
"https://www.facebook.com/cyanic.io",
"https://twitter.com/Cyanicio"
],
"contactPoint": [{
"@type": "ContactPoint",
"email": "contact@cyanic.io",
"contactType": "customer service"
}]
}
</script>
<div id="app"></div>
</body>
</html>