-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
111 lines (104 loc) · 3.93 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
---
layout: default
---
<section class="welcome">
<div class="container">
<h1>Creating web and mobile apps</h1>
<h2>{{ site.description }}</h2>
<div class="welcome-icon"><a href="#about" class="icon-anim scrolllink"></a></div>
</div>
</section>
<section class="content" id="about">
<div class="container">
<div class="block-group">
<div class="col8 block">
<h1 class="title-left">Who & What we are</h1>
<p>
We are a group of talented individuals from different backgrounds. Through
experience working together we have found that creating a cooperative
delivers more value to our clients.
</p>
<p>
Our unique mix of skills allows us to have a wide offering including
consultancy, design, architecture, development, operations, training, and
support. We are not a digital agency, yet we deliver all the services that
one would—without the overheads.
</p>
</div>
<div class="col4 block">
<img src="img/business-and-web-development.png" alt="Who We Are" class="img-responsive">
</div>
</div>
</div>
</section>
<section class="break break-left">
<hr>
<div class="container"><span></span></div>
</section>
<section class="content" id="services">
<div class="container">
<div class="block-group">
<div class="col4 block">
<img src="img/mobile-development.jpg" alt="How we work" class="img-responsive">
</div>
<div class="col8 block">
<h1 class="title-left">How we work</h1>
<p>
We like to deliver value with all things that we touch, so you'll most
likely see us using an agile/XP-based process to achieve that. We
will also work with you to figure out if there are specific needs to
cover and what processes best fit the work at hand.
</p>
<p>
We do our best work on inspiring and challenging projects, and are
also happy to advise on what off-the-shelf components, approaches,
architecture, design patterns to use.
</p>
<p>
We can help you all the way from inception to and past delivery,
starting by defining your needs and problems, coming up with a plan to
solve them, executing that, and continuing to improve what was
realised. We believe that strong collaboration is key throughout the
partnership—we have a long experience of making clients happy.
</p>
</div>
</div>
</div>
</section>
<section class="content" id="clients">
<div class="container">
<h1 class="title-center">Clients</h1>
<p>Clients we have worked with in the past.</p>
<div class="block-group">
<div class="col3 col6-mobile block">
<img src="/img/client-bbc.jpg" alt="BBC" class="img-responsive">
</div>
<div class="col3 col6-mobile block">
<img src="/img/client-bp.jpg" alt="BP" class="img-responsive">
</div>
<div class="col3 col6-mobile block">
<img src="/img/client-channel4.jpg" alt="Channel 4" class="img-responsive">
</div>
<div class="col3 col6-mobile block">
<img src="/img/client-british-airways.jpg" alt="Clients" class="img-responsive">
</div>
<div class="col3 col6-mobile block">
<img src="/img/client-philips.jpg" alt="Philips" class="img-responsive">
</div>
<div class="col3 col6-mobile block">
<img src="/img/client-nokia.jpg" alt="Nokia" class="img-responsive">
</div>
<div class="col3 col6-mobile block">
<img src="/img/client-nhs.jpg" alt="NHS" class="img-responsive">
</div>
<div class="col3 col6-mobile block">
<img src="/img/client-collectplus.jpg" alt="CollectPlus" class="img-responsive">
</div>
</div>
</div>
</section>
<section class="break break-right">
<hr>
<div class="container"><span></span></div>
</section>
{% include contact.html %}