-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·57 lines (50 loc) · 2.2 KB
/
index.html
File metadata and controls
executable file
·57 lines (50 loc) · 2.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="GJVIS is a boutique software delivery consultancy based in London, United Kingdom.">
<title>GJVIS - software delivery specialists</title>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script>
<![endif]-->
</head>
<body>
<div>
<header>
<h1>GJVIS</h1>
<h2>software delivery specialists</h2>
<ul>
<li>Development</li>
<li>DevOps</li>
<li>Architecture</li>
<li>Leadership</li>
</ul>
</header>
<div class='container'>
<p class='col left'>We focus on <em>tangible value</em>, providing <em>expert technical execution</em> and <em>process expertise</em> to support your business, from concept to cash.</p>
<p class='col right'>We believe in leading by example, working within your teams to continuously deliver <em>working software</em> while providing <em>expert coaching</em> and support.</p>
</div>
<p class="hello">For all enquiries, get in touch at <a href='mailto:hello@gjvis.com'>hello@gjvis.com</a></p>
</div>
<footer>
<p>GJVIS is a boutique software delivery consultancy based in London, United Kingdom.</p>
<p>
© 2016 GJVIS Ltd<br />
Registered in England & Wales<br />
Company Registration # 07748096<br />
VAT Registration # 124254541<br />
</p>
</footer>
<script>
var _gaq=[['_setAccount','UA-38515551-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>