-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
407 lines (325 loc) · 16.8 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
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
---
title: index
layout: default
include_scroll: true
---
<!-- Lead -->
<div class="row">
<div class="wrapper">
<div class="lead-container +center">
<p class="lead">
We're <span class="+highlight-red">Ion Drive</span>, a UK software consultancy <br>specialising in <span class="+highlight-green">Node.js</span> and <span class="+highlight-blue">app</span> development<!-- Whether you have a disruptive <span class="+highlight-blue">new idea</span> or just want to change an existing app, we can help you build and maintain <span class="+highlight-green">amazing software</span>. -->
</p>
<p>
Some of our clients:<br>
<img class="brand" style="opacity: 0.7; height: 46px;" src="images/brands/trade-clients.png" />
<img class="brand" style="opacity: 0.7; height: 36px;" src="images/brands/anglian-water.png" />
<img class="brand" style="opacity: 0.4; height: 36px;" src="images/brands/tribal.png" />
<img class="brand" style="opacity: 0.4; height: 36px;" src="images/brands/menulab.png" />
</p>
<a href="#what-we-do" class="button --red">
<i class="button__icon arrow-icon-white --bottom"></i> Find out what we do
</a>
</div>
</div>
</div>
<!-- ./Lead -->
<!-- What we do -->
<div class="row --cream tab-container +center" id="what-we-do">
<!-- Nav Tabs -->
<div class="wrapper">
<nav class="tab-bar">
<a href="#" class="tab-control --green --active">Mobile apps</a>
<a href="#" class="tab-control --green">Web apps</a>
<a href="#" class="tab-control --green">Backend systems</a>
<a href="#" class="tab-control --green">Prototyping</a>
<a href="#" class="tab-control --green">Deploy & Manage</a>
<a href="#" class="tab-control --green">Teamwork</a>
</nav>
</div>
<!-- ./Nav Tabs -->
<div class="wrapper">
<div class="owl-carousel">
<!-- Tab -->
<div class="tab">
<div class="tab__image">
<picture>
<source type="image/png" srcset="/images/graphics/graphic-iphone.png 1x, /images/graphics/[email protected] 2x">
<img src="/images/graphics/graphic-iphone.png" alt="Adults" srcset="/images/graphics/[email protected] 2x">
</picture>
</div>
<p class="annotation --mobile">
Your app idea is just a phone call away from reality!
</p>
<div class="tab__content">
<p><a href="#">We create mobile apps</a> for iOS and Android. From simple apps to large multi-platform systems, we can offer you a solution.</p>
<a href="#approach" class="button --red">
<i class="button__icon arrow-icon-white --bottom"></i> Find out how we do it
</a>
</div>
</div>
<!-- ./Tab -->
<!-- Tab -->
<div class="tab">
<div class="tab__image">
<picture>
<source type="image/png" srcset="/images/graphics/graphic-macbook.png 1x, /images/graphics/[email protected] 2x">
<img src="/images/graphics/graphic-macbook.png" alt="Adults" srcset="/images/graphics/[email protected] 2x">
</picture>
</div>
<p class="annotation --laptop">
Your app idea is just a phone call away from reality!
</p>
<div class="tab__content">
<p><a href="#">We create web apps</a>, either as part of a larger solution or as a standalone product. We use the latest frameworks and libraries such as AngularJS and React to provide the best user experience.</p>
<a href="#approach" class="button --red">
<i class="button__icon arrow-icon-white --bottom"></i> Find out how we do it
</a>
</div>
</div>
<!-- ./Tab -->
<!-- Tab -->
<div class="tab">
<div class="tab__image">
<picture>
<source type="image/png" srcset="/images/graphics/graphic-server.png 1x, /images/graphics/[email protected] 2x">
<img src="/images/graphics/graphic-server.png" alt="Adults" srcset="/images/graphics/[email protected] 2x">
</picture>
</div>
<p class="annotation --cogs">
Robust, secure and fast!
</p>
<div class="tab__content">
<p><a href="#">We create backend systems.</a> Using either a SQL or NoSQL database and using the latest Node.js libraries and best practices we will create you a market leading backend solution.</p>
<a href="#approach" class="button --red">
<i class="button__icon arrow-icon-white --bottom"></i> Find out how we do it
</a>
</div>
</div>
<!-- ./Tab -->
<!-- Tab -->
<div class="tab">
<div class="tab__image">
<picture>
<source type="image/png" srcset="/images/graphics/graphic-prototype.png 1x, /images/graphics/[email protected] 2x">
<img src="/images/graphics/graphic-prototype.png" alt="Adults" srcset="/images/graphics/[email protected] 2x">
</picture>
</div>
<p class="annotation --tools">
Great idea, let's build it!
</p>
<div class="tab__content">
<p><a href="#">We create prototypes.</a> If you have a great idea for an app, we can build you a limited functionality prototype to validate your idea.</p>
<a href="#approach" class="button --red">
<i class="button__icon arrow-icon-white --bottom"></i> Find out how we do it
</a>
</div>
</div>
<!-- ./Tab -->
<!-- Tab -->
<div class="tab">
<div class="tab__image">
<picture>
<source type="image/png" srcset="/images/graphics/graphic-cloud.png 1x, /images/graphics/[email protected] 2x">
<img src="/images/graphics/graphic-cloud.png" alt="Adults" srcset="/images/graphics/[email protected] 2x">
</picture>
</div>
<p class="annotation --tools-2">
Relax, we've got this!
</p>
<div class="tab__content">
<p><a href="#">We deploy and manage your apps.</a> We will take your new or existing apps and deploy them for you. We will also manage them to ensure everything keeps running and any problems are fixed.</p>
<a href="#approach" class="button --red">
<i class="button__icon arrow-icon-white --bottom"></i> Find out how we do it
</a>
</div>
</div>
<!-- ./Tab -->
<!-- Tab -->
<div class="tab">
<div class="tab__image">
<picture>
<source type="image/png" srcset="/images/graphics/graphic-iphone-team.png 1x, /images/graphics/[email protected] 2x">
<img src="/images/graphics/graphic-iphone-team.png" alt="Adults" srcset="/images/graphics/[email protected] 2x">
</picture>
</div>
<p class="annotation --comments">
We'd love to help!
</p>
<div class="tab__content">
<p><a href="#">We can help your team.</a> If you already have a team or product and want to contract us for development or consultancy, let us know.</p>
<a href="#approach" class="button --red">
<i class="button__icon arrow-icon-white --bottom"></i> Find out how we do it
</a>
</div>
</div>
<!-- ./Tab -->
</div>
<!-- Directional Buttons -->
<a href="#" class="direction --green">Prev</a>
<a href="#" class="direction --green --next">Next</a>
<!-- ./Directional Buttons -->
</div>
</div>
<!-- ./What we do -->
<!-- About us -->
<div class="row --red tab-container +center +inverse" id="about-us">
<!-- Nav Tabs -->
<div class="wrapper">
<nav class="tab-bar">
<a href="#" class="tab-control --white --active">The company</a>
<a href="#" class="tab-control --white">Our experience</a>
<a href="#" class="tab-control --white">About Dan</a>
<a href="#" class="tab-control --white">About Ben</a>
</nav>
</div>
<!-- ./Nav Tabs -->
<div class="wrapper">
<div class="owl-carousel">
<!-- Tab -->
<div class="tab">
<div class="tab__content">
<p>We've been developing solutions for our clients for over 3 years. We operate out of the Enterprise building at Lincoln University.</p>
<a href="/showcase/" class="button --orange">
<i class="button__icon arrow-icon-white --right"></i> See some of our work
</a>
</div>
<div class="tab__image">
<picture>
<source type="image/png" srcset="/images/graphics/graphic-sparkhouse.png 1x, /images/graphics/[email protected] 2x">
<img src="/images/graphics/graphic-sparkhouse.png" alt="Adults" srcset="/images/graphics/[email protected] 2x">
</picture>
</div>
</div>
<!-- ./Tab -->
<!-- Tab -->
<div class="tab">
<div class="tab__content">
<p>We have over 15 years of experience developing software and systems for a variety of industries.</p>
<p>We were also recently selected as finalists at Seedcamp Berlin for our Bitcoin related startup.</p>
<a href="/showcase/" class="button --orange">
<i class="button__icon arrow-icon-white --right"></i> See some of our work
</a>
</div>
<div class="tab__image">
<picture>
<source type="image/png" srcset="/images/graphics/graphic-macbook-exp.png 1x, /images/graphics/[email protected] 2x">
<img src="/images/graphics/graphic-macbook-exp.png" alt="Adults" srcset="/images/graphics/[email protected] 2x">
</picture>
</div>
</div>
<!-- ./Tab -->
<!-- Tab -->
<div class="tab">
<div class="tab__content">
<p>Dan has previously worked in the utility and education industries as a software engineer and has over 7 years of software engineering experience.</p>
<a href="/showcase/" class="button --orange">
<i class="button__icon arrow-icon-white --right"></i> See some of our work
</a>
</div>
<div class="tab__image">
<picture>
<source type="image/png" srcset="/images/graphics/graphic-dan.png 1x, /images/graphics/[email protected] 2x">
<img src="/images/graphics/graphic-dan.png" alt="Adults" srcset="/images/graphics/[email protected] 2x">
</picture>
</div>
</div>
<!-- ./Tab -->
<!-- Tab -->
<div class="tab">
<div class="tab__content">
<p>Ben earned a masters degree before working in the utility and legal industries as a software engineer, team lead and later technical architect. He has over 10 years of software engineering experience.</p>
<a href="/showcase/" class="button --orange">
<i class="button__icon arrow-icon-white --right"></i> See some of our work
</a>
</div>
<div class="tab__image">
<picture>
<source type="image/png" srcset="/images/graphics/graphic-ben.png 1x, /images/graphics/[email protected] 2x">
<img src="/images/graphics/graphic-ben.png" alt="Adults" srcset="/images/graphics/[email protected] 2x">
</picture>
</div>
</div>
<!-- ./Tab -->
</div>
<!-- Directional Buttons -->
<a href="#" class="direction --orange">Prev</a>
<a href="#" class="direction --orange --next">Next</a>
<!-- ./Directional Buttons -->
</div>
</div>
<!-- ./About us -->
<!-- Approach -->
<div class="row --slate approach +center +inverse" id="approach">
<div class="wrapper">
<div class="approach-container">
<p>Some reasons why we're different:</p>
</div>
</div>
<!-- Snippets -->
<div class="wrapper">
<div class="snippet-container-1">
<div class="snippet">
<div class="snippet__image">
<picture>
<source type="image/png" srcset="/images/icons/icon-hand.png 1x, /images/icons/[email protected] 2x">
<img src="/images/icons/icon-hand.png" alt="Adults" srcset="/images/icons/[email protected] 2x">
</picture>
</div>
<p class="snippet__content">
<span class="+highlight-green">A lean operation</span>
<br /> We're passionate developers who want to work with you to make the best product. There are no salesmen or middle management.
</p>
</div>
</div>
<div class="snippet-container-2">
<div class="snippet">
<div class="snippet__image">
<picture>
<source type="image/png" srcset="/images/icons/icon-lock.png 1x, /images/icons/[email protected] 2x">
<img src="/images/icons/icon-lock.png" alt="Adults" srcset="/images/icons/[email protected] 2x">
</picture>
</div>
<p class="snippet__content">
<span class="+highlight-green">No lengthy commitment</span>
<br /> We use an iterative approach with no lengthy commitment. If you’re not happy with our work, you can walk away.
</p>
</div>
</div>
<div class="snippet-container-3">
<div class="snippet">
<div class="snippet__image">
<picture>
<source type="image/png" srcset="/images/icons/icon-tools.png 1x, /images/icons/[email protected] 2x">
<img src="/images/icons/icon-tools.png" alt="Adults" srcset="/images/icons/[email protected] 2x">
</picture>
</div>
<p class="snippet__content">
<span class="+highlight-green">Full stack engineers</span>
<br /> Unlike many companies, we can offer a range of hosting, deployment and management services, so you can focus on your business.
</p>
</div>
</div>
<div class="snippet-container-4">
<div class="snippet">
<div class="snippet__image">
<picture>
<source type="image/png" srcset="/images/icons/icon-gem.png 1x, /images/icons/[email protected] 2x">
<img src="/images/icons/icon-gem.png" alt="Adults" srcset="/images/icons/[email protected] 2x">
</picture>
</div>
<p class="snippet__content">
<span class="+highlight-green">Obsessed with quality</span>
<br /> From automated testing to best practices, we're always improving the quality of the services we offer.
</p>
</div>
</div>
</div>
<!-- ./Snippets -->
<div class="wrapper">
<a href="/showcase/" class="button --green">
<i class="button__icon arrow-icon-white --right"></i> See some of our work
</a>
</div>
</div>
<!-- ./Approach -->