-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
64 lines (61 loc) · 2.5 KB
/
services.html
File metadata and controls
64 lines (61 loc) · 2.5 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
58
59
60
61
62
63
64
---
layout: default
title: Services
---
<div id="masthead-services">
<div class="container_12">
<div class="grid_12">
<img alt="Services_boat" src="/images/services_boat.png">
<h1>There's a solution for that</h1>
<p>
Got an idea for an awesome web application? Need some help making it a reality?
Wherever you're headed, Eruva can help you get there.
</p>
<p>Let's do this...</p>
</div>
</div>
<div class="waves"> </div>
</div>
<div id="services">
<div class="container_12">
<div class="grid_3 suffix_1">
<img alt="Interface_icon" src="/images/interface_icon.png">
<h3>Design</h3>
<p>Have an idea but need to nail out the details? We can help with interface design to make sure your users love your product!</p>
</div>
<div class="grid_3 suffix_1">
<img alt="Web_dev_icon" src="/images/web_dev_icon.png">
<h3>Develop</h3>
<p>We write clean, maintainable code that's crazy fast. Period.</p>
</div>
<div class="grid_3 suffix_1">
<img alt="Market_icon" src="/images/market_icon.png">
<h3>Deliver</h3>
<p>We have the skills and experience to get your application out there. Domain names, DNS, app hosting -- we've got you covered!</p>
</div>
<div class="grid_12" style="margin: 40px 0;">
<img alt="Wheel_divider" src="/images/wheel_divider.png">
</div>
<div class="grid_5 suffix_1">
<h2>The way we do it</h2>
<p>
We take an "inside-out" approach to design and development. What is it you want to accomplish with your app? What value does it
bring to the user? Once we've got that nailed down, then we move to design and implementation. We help you stay focused on the big
idea and we work our best to get you to market fast. Then, we gather feedback from your users and iterate quickly to make your
product the best it can be.
</p>
<p>
Our team uses the Ruby on Rails web application framework to develop websites. Rails is known for allowing developers to iterate quickly on
new ideas and concepts.
</p>
<h2>Small Team (on purpose)</h2>
<p>
Eruva is a small shop devoted to your happiness and to the success of your product. We keep it small on purpose -- to keep our focus on you.
</p>
</div>
<div class="grid_6">
<img alt="Ruby_logo" class="ruby-logo" src="/images/ruby_logo.png">
<img alt="Briefcase" class="briefcase" src="/images/briefcase.png">
</div>
</div>
</div>