-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (79 loc) · 2.77 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
---
layout: default
title: Crafted Code
---
<section id="page1">
<section id="about">
<p>
Crafted Code creates applications with the web.
<br>
We build ideas, craft prototypes and polish them
into products.
</p>
<p>
We care about code, enthuse over experience and dig design.
<br/>
<a href="#work">
Checkout the projects we've been involved in.
</a>
</p>
</section>
</section>
<section id="page2">
<section id="work">
<ul class='carousel'>
<div class='carousel-inner'>
<li id='folksy' class='item active'>
<h2>Folksy</h2>
<img alt='screenshot' src='/images/folksy.png' />
<p>
We performed consultancy for Folksy (a hand crafted goods market
place) helping them launch a new flatrate payments plan for their
premium members, rounding out some rough edges in the code base
and improving the project's test coverage.
</p>
</li>
<li id='summer_of_cycling' class='item'>
<h2>Summer Of Cycling (Challenge for Change)</h2>
<img alt='screenshot' src='/images/summer_of_cycling.png' />
<p>
We worked with challenge for change to produce a prototype "Pledge"
application with photo sharing and integration with Facebook. All to
encourage more cycling!
</p>
</li>
<li id='helpout' class='item'>
<h2>Help Out (FutureGov)</h2>
<img alt='screenshot' src='/images/helpout.png' />
<p>
We helped FutureGov to produce a prototype web app to encourage civic
action in and around Surrey for Surrey County Council.
</P>
</li>
<li id='foodhospital' class='item'>
<h2>Food Hospital (Mudlark/Channel4)</h2>
<img alt='screenshot' src='/images/foodhospital.png' />
<p>
We supported Mudlark to develop an app for Channel4's Food Hospital
show; accessible via the show's microsite, as a Facebook app and
with an iOS client.
</p>
</li>
</div>
<a class="carousel-control left" href="#work" data-slide="prev">‹</a>
<a class="carousel-control right" href="#work" data-slide="next">›</a>
</ul>
</section>
<section id="contact">
If you think you have an interesting project, and would like to hire us, or
you simply want more information... Drop us an email to
<a href='mailto:[email protected]'>[email protected]</a>
or to our founder, Jon Rowe, <a href='mailto:[email protected]'>
[email protected]</a> who's always happy to talk.
</section>
</section>
<script type="text/javascript">
$(function() {
$('#work ul').carousel('cycle');
});
</script>