-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (76 loc) · 3.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<meta name="google-site-verification" content="0kXKgzY2B_40SzmJi4LRpnQRppSxZF9aqeapw7n8Gv0" />
<title>Robot Logic Ltd - IT Consultancy Services</title>
<!-- CSS -->
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<br><br>
<h1 class="header center orange-text">Robot Logic</h1>
<div class="row center">
<h5 class="header col s12 light">Specialist node.js consultancy for small businesses and the enterprise</h5>
</div>
</div>
</div>
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="mdi-image-flash-on"></i></h2>
<h5 class="center">Architecture</h5>
<p class="light">Designing large software systems is hard, we've been doing it for years.</p>
<p class="light">Our experience will allow you to avoid pitfalls and traps and deliver scalable infrastructure designed with an eye to the future.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="mdi-device-devices"></i></h2>
<h5 class="center">Development</h5>
<p class="light">We've shipped large scale software projects with hundreds of developers and also created bespoke systems for individuals.</p>
<p class="light">Let us help you take your next project from design to delivery.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="mdi-social-group"></i></h2>
<h5 class="center">Community</h5>
<p class="light">We are actively involved in the node.js community, helping run several meetups including <a href="http://www.meetup.com/nodebots-of-london">NodeBots of London</a> and <a href="https://dimsumjs.github.io/">dimsum.js</a> among others and can usually be found at <a href="http://lnug.org/">LNUG</a> every month.</p>
</div>
</div>
</div>
</div>
<br><br>
<div class="section">
</div>
</div>
<footer class="page-footer orange">
<div class="container">
<div class="row">
<div class="col l12 s12">
<h5 class="white-text">About us</h5>
<p class="grey-text text-lighten-4">Robot Logic Ltd is a private limited company registered in England and Wales with the company number 09530937 and VAT number 209409904.</p>
<p class="grey-text text-lighten-4">The company, it's directors and employees are covered by full professional indemnity and public liabiliy insurance at both the company's registered address and client workplaces.<p>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© Robot Logic Ltd 2015 : All rights reserved
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>