This repository has been archived by the owner on Dec 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
144 lines (125 loc) · 5.44 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
---
layout: page
---
<header id="masthead" class="masthead bg-light py-5 mb-5">
<div class="container">
<div class="row mb-4">
<div class="col-12 mx-auto">
<h1 class="masthead-heading">
We build apps.
</h1>
</div>
<div class="col-md-9">
<p class="lead">
Great code. On time. Every time.
</p>
</div>
</div>
<div class="row">
<div class="col-12 mx-auto">
<a href="https://calendly.com/jdick-prometheus/30min" target="_blank" class="btn btn-lg btn-primary btn-fancy">Schedule a call</a>
</div>
</div>
</div>
</header>
<div class="container">
<div class="row mb-5 justify-content-center">
<div class="col-md-9">
<h2 class="text-center mb-5">Why you’ll love working with Prometheus</h2>
<hr class="mb-5">
<div class="row">
<div class="col-md-6">
<h4>Unlimited comms</h4>
<p>
When you join us, we bring you on our Slack team for full transparency.
</p>
</div><!-- /.col-md-6 -->
<div class="col-md-6">
<h4>Great code</h4>
<p>
We build apps using solid frameworks and standards. Our specialties are React.js and Express, and we do it better.
</p>
</div><!-- /.col-md-6 -->
<div class="col-md-6">
<h4>Full ownership</h4>
<p>
You own the product. It’s the same as hiring contractors to build your house. Except we get work done on time.
</p>
</div><!-- /.col-md-6 -->
<div class="col-md-6">
<h4>On time</h4>
<p>
Our bread and butter is on-time code. We get things out the door and to you when you need it.
</p>
</div><!-- /.col-md-6 -->
</div><!-- /.row -->
</div><!-- /.col-md-9 -->
</div><!-- /.row mb-5 -->
</div><!-- /.container -->
<div id="get-started" class="container-fluid">
<div class="row mb-5 pt-5 pb-4 justify-content-center bg-primary">
<div class="container">
<div class="row">
<div class="col-md-4 px-4 text-center text-white">
<div class="row mb-5">
<div class="col">
<img class="img-fluid" src="/assets/img/road-map.png" alt="roadmap">
</div><!-- /.col -->
</div><!-- /.row mb-5 -->
<div class="row">
<div class="col">
<h2 class="text-uppercase">Envision</h2>
<p class="lead text-uppercase">the product</p>
<p>
Whether we dive into your application through a code audit or schedule a discovery session to define the goals and understand the problems; we uncover the needs, and use that as our foundation.
</p>
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.col-md-4 px-4 text-center text-white -->
<div class="col-md-4 px-4 text-center text-white">
<div class="row mb-5">
<div class="col">
<img class="img-fluid" src="/assets/img/brainstorming.png" alt="roadmap">
</div><!-- /.col -->
</div><!-- /.row mb-5 -->
<div class="row">
<div class="col">
<h2 class="text-uppercase">Steer</h2>
<p class="lead text-uppercase">the execution</p>
<p>
We build sustainable web applications supported by React.js and modern Javascript frameworks. We don’t shy away from complex ideas and understand how to construct and design applications that are sustainable for your business long-term.
</p>
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.col-md-4 px-4 text-center text-white -->
<div class="col-md-4 px-4 text-center text-white">
<div class="row mb-5">
<div class="col">
<img class="img-fluid" src="/assets/img/rocket-launch.png" alt="roadmap">
</div><!-- /.col -->
</div><!-- /.row mb-5 -->
<div class="row">
<div class="col">
<h2 class="text-uppercase">Accelerate</h2>
<p class="lead text-uppercase">the growth</p>
<p>
As a collaborative partner for your business, we’re always looking out for your project’s future as we develop new solutions for your team. We will be your technical guide through upgrades, enhancements, and redesigns as your company evolves and grows.
</p>
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.col-md-4 px-4 text-center text-white -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.row mb-4 pt-4 pb-2 justify-content-center bg-primary -->
</div><!-- /#get-started.container-fluid -->
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-sm-9 text-center">
<h2 class="mb-5">Looking to take the next step?</h2>
<p class="lead mb-5">
We specialize in maintaining, rebuilding, transforming, and supporting applications built with Express and React.js. We’re ready to meet you and hear about your challenges and goals. If you’re ready, let’s chat.
</p><!-- /.lead mb-5 -->
<a href="https://calendly.com/jdick-prometheus/30min" class="btn btn-lg btn-primary" target="_blank">Get in touch</a>
</div><!-- /.col-sm-9 text-center -->
</div><!-- /.row justify-content-center mb-5 -->
</div><!-- /.container -->