-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (87 loc) · 3.27 KB
/
Copy pathindex.html
File metadata and controls
94 lines (87 loc) · 3.27 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
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
---
layout: home
---
<!--parallax 1 -->
<section class="bg-storm text-center">
<h3 class="bg-text-title-top" >
Is Your Custom Software Project
Running into Some Stormy Weather?
<br><br>
We Can Help
<h3>
</section>
<!--/parallax 1-->
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="card">
<div class="card-header card-title">We Minimize Frustrations</div>
<div class="card-block">
Let's face it, software development is challenging. Whether you are developing a custom application,
providing a Decision Support System for your managers or modifying an off the shelf solution to meet
your needs - you need the right technology, the right methodolgy and, most importantly, the right
people so that you avoid the pitfalls that sink many software projects.
</div>
</div>
</div>
<div class="col-md-6">
<div class="card">
<div class="card-header card-title">We Have The Expertise</div>
<div class="card-block">
Your delivery team needs to have the technical expertise to complete the job
as well as the experience to understand the business problem and deliver a quality solution. This becomes
acutely important when the project objectives are evolving or changing - developers
need to be engaged with the users, not hidden behind a wall of specifications.
</div>
</div>
</div>
</div><!--/row-->
</div><!--/container-->
<section class="bg-calm">
<h3 class="bg-text-title-bottom">
Let We Enhance IT Help You Navigate to Your Solution
in a Timely and Cost Effective Manner
</h3>
</section>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="card">
<div class="card-header card-title">We Are Low Risk</div>
<div class="card-block">
We know how to use small teams and open source solutions
to get your project off the ground quickly and at a reasonable
cost.
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-header card-title">We Are Agile</div>
<div class="card-block">
Our methodology lets us react quickly to changing requirements and
breaks down your project into a series of regular deliverables so that
you know things are on track.
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-header card-title">We Are Enthusiastic</div>
<div class="card-block">
We love solving problems. Our principals relish the challenge
of understanding your business and delivering real value.
</div>
</div>
</div>
</div>
<div class="text-center">
<a href="/contact-us/" class="btn btn-primary btn-lg text-white" role="button">Contact Us</a>
</div>
</div><!--/container-->
<!--parallax 2 -->
<!--section class="bg-3 text-center">
<h1>Bootstrap Parallax</h1>
<p class="lead"></p>
</section-->
<!--/parallax 2-->