-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
134 lines (123 loc) · 5.07 KB
/
index.html
File metadata and controls
134 lines (123 loc) · 5.07 KB
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="x-ua-compatible" content="ie=edge"/>
<title>Quantified Limited</title>
<meta
name="description"
content="Quantified.co / DevOps & Application Architecture Consultancy"/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"/>
<link rel='stylesheet' href="https://fonts.googleapis.com/css?family=Cutive+Mono"/>
<link rel="stylesheet" href="main.css"/>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<img src="logo.svg"/>
<h1>Quantified Ltd</h1>
<p>DevOps & Application Architecture Consultancy</p>
<main>
<h2>Contact</h2>
<ol>
<li>
<script language="Javascript" type="text/javascript">
[
'<a target="_blank" href="mai', 'lto',
':duedil', '@',
'quantified.co',
'?Subject=Technical%20Due%20Diligence">',
'technical due dil',
'<\/a>'
].map(function(item) {
document.write(item);
});
</script>
</li>
<li>
<script language="Javascript" type="text/javascript">
[
'<a target="_blank" href="mai','lto',
':enquiries', '@',
'quantified.co','">',
'general',
'<\/a>'
].map(function(item) {
document.write(item);
});
</script>
</li>
<li>
<a
href="https://uk.linkedin.com/in/joshuaalexanderevans"
target="_blank">
linkedin
</a>
</li>
</ol>
<h2>Links</h2>
<ol>
<li>
<a
href="http://storetrials.com"
target="_blank"
title="fast split testing for real life retail scenarios">
storetrials.com
</a>
</li>
<li>
<a
href="https://caseytravel.com"
target="_blank"
title="creating bookable trips out of the best travel blog articles">
caseytravel.com
</a>
</li>
<li>
<a
href="https://skim.it"
target="_blank"
title="text summarisation as a service">
skim.it
</a>
</li>
<li>
<a
href="https://king.fitness"
target="_blank"
title="premium gym gear - the kingshaker and division bag">
king.fitness
</a>
</li>
<li>
<a
href="https://cryptoregister.io"
target="_blank"
title="simple descriptions of important cryptocurrency terms and projects">
cryptoregister.io
</a>
</li>
<li>
<a
href="https://web.demdx.com"
target="_blank"
title="medical diagnosis tool">
web.demdx.com
</a>
</li>
</ol>
</main>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-38305632-2','auto');ga('send','pageview');
</script>
</body>
</html>