-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
269 lines (226 loc) · 12.5 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<html>
<head>
<base href="/">
<title>Go Incremental</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="js/scripts.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon-96x96.png">
</head>
<body>
<nav class="navbar navbar-default navbar-inverse" style="border-radius: 0; height: 60px;">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#top-right" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="img/logo.png" style="margin-top: -8px" height="45"></a> <span class="header-text"> Go Incremental </span>
</div>
<div class="collapse navbar-collapse" id="top-right">
<ul class="nav navbar-nav navbar-right">
<li><a href="/">HOME</a></li>
<li><a href="/testimonials">TESTIMONIALS</a></li>
</ul>
</div>
</div>
</nav>
<section style="margin-top:60px; height: 450px;" class="first-section">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="container">
<div class="col-md-6 col-md-offset-1">
<h1 style="font-size: 3.5em; padding: 15;"> Seasoned DevOps Professionals </h1>
<p style="font-size:18px; padding: 15;">
We have well over a decade of experience with DevOps at<span class="pink-text"> GoIncremental</span>, providing one of the
first fully automated development pipelines for the UK Government in 2001. We've since gone on to provide advice and expertise on tens of
clients product development pipelines.
</p>
</div>
<div class="col-md-4">
<img src="/img/rocket.png" alt="" class="img-responsive" style="margin-top: 80px;">
</div>
</div>
</div>
<div class="item">
<div class="container">
<div class="col-md-6 col-md-offset-1">
<h1 style="font-size: 3.5em; padding: 15;"> Agile Provocateurs </h1>
<p style="font-size:18px; padding: 15;">
We recognise that change is hard - and it needs some out there thinking. At<span class="pink-text"> GoIncremental </span>
we employ and have access to some of the world's leading agile coaches, who are as happy pushing code as they are pushing boundaries.
</p>
</div>
<div class="col-md-4">
<img src="/img/roboto.png" alt="" class="img-responsive" style="margin-top: 0px;">
</div>
</div>
</div>
<div class="item">
<div class="container">
<div class="col-md-6 col-md-offset-1">
<h1 style="font-size: 3.5em; padding: 15;"> Full Stack Security Specialists </h1>
<p style="font-size:18px; padding: 15;">
Most of our clients take the security sandwich approach - a bit of security before, some development, and a pen test at the end. At <span class="pink-text"> GoIncremental </span>
we help you bake security in to your development process from the start.
We employ world class penetration testers and ethical hackers to push us to the limit - so you don't pass it.
</p>
<div class="carousel-caption">
</div>
</div>
<div class="col-md-4">
<img src="/img/tank.jpg" alt="" class="img-responsive" style="margin-top: 80px;">
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<section class="jumbotron client-jumbotron" >
<div class="container">
<div class="row">
<div class="col-md-2 col-xs-3">
<img src="/img/accenture.png" alt="" class="img-responsive">
</div>
<div class="col-md-2 col-xs-3">
<img src="/img/stdbank.png" alt="" class="img-responsive">
</div>
<div class="col-md-2 col-xs-3">
<img src="/img/sainsburys.png" alt="" class="img-responsive">
</div>
<div class="hidden-xs">
<div class="col-md-2 col-xs-3 ">
<img src="/img/ms-white.png" alt="" class="img-responsive ms-white">
</div>
<div class="col-md-2 col-xs-3">
<img src="/img/bg.png" alt="" class="img-responsive bg-white">
</div>
</div>
</div>
<div class="row visible-xs">
<div class="col-md-2 col-xs-3 col-xs-offset-3">
<img src="/img/ms-white.png" alt="" style="margin-top:15px;" class="img-responsive">
</div>
<div class="col-md-2 col-xs-3">
<img src="/img/bg.png" alt="" class="img-responsive">
</div>
</div>
</section>
<section class="second-section" id="second-section">
<div class="container">
<div class="row">
<div class="col-md-4">
<h3> DevOps & Cloud Security </h3>
<p> Security should be at the heart of everything you do - we both coach and run for some of our biggest clients
<b>proactive monitoring your cloud infrastructure</b>, running <b>continuous Pen tests</b> that automatically run through
500 typical attack vectors - alerting you of any changes that might make you more susceptible <b>before</b> they happen.</p>
</div>
<div class="col-md-4 ">
<h3> Agile Coaching </h3>
<p> At Go Incremental we have a <b>team of world class coaches</b> - who have been responsible for some of the
worlds biggest digital transformations. We're experts in <b>Lean</b>, <b>Scrum</b> and other <b>scaled product development
frameworks</b>.</p>
<br>
<br>
<!--<button class="btn btn-primary">Learn more about Agile Development</button>-->
</div>
<div class="col-md-4">
<h3> Digital Transformation </h3>
<p> Go Incremental have been responsible for initiating and delivering some of the UK's biggest Digital (Agile & DevOps) Transformations,
at clients such as <b>British Gas</b>, <b>Sainsburys</b> and <b>UKGOV</b>. We are advisors to some leading brands such as Microsoft & <b>McKinsey & Company</b>.</p>
</div>
</div>
</div>
</section>
<section class="jumbotron " style="height: 40px; background-color: white;">
<div class="container-fluid" style="background: #efefef;">
<!--
<div class="row">
<div class="col-md-5 col-md-offset-1 sechi left-panel" style="background: #efefef; padding:30px; padding-bottom: 50px; ">
<div class="row">
<div class="col-md-12">
<h3 style="text-align:center;"> THIS TITLE </h3>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<p style="font-size:14px"> This is some Text, hello from text. This is some Text, hello from text. This is some Text, hello from text. This is some Text, hello from text. This is some Text, hello from text. This is some Text, hello from text. </p>
</div>
</div>-->
<!--<div class="row">
<div class="col-md-6 col-md-offset-4">
<button style="margin-left: -17px;" class="btn btn-primary">Learn more about devops</button>
</div>
</div>-->
<!--</div>-->
<!--<div class="col-md-5 hidden-sm hidden-xs sechi">
<img src="img/panel.jpg" width="705" height="285" >
</div>
<div style="background:white;" class="col-md-5 visible-sm visible-xs sechi">
<img src="img/panel.jpg" class="img-responsive" >
</div>-->
<!--</div>-->
</div>
</section>
<section class="third-section">
<div class="container">
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<h3> ABOUT GO INCREMENTAL </h3>
<p style="color: #fff"> Go Incremental is new company with a huge amount of experience, that takes a fresh approach on creating secure cloud solutions for businesses.</p>
</div>
<div class="col-md-4">
<!--<h3> QUICK LINKS </h3>-->
</div>
<div class="col-md-4">
<h3> TWEETS </h3>
<p style="color: white; font-size: 15px;">Project delays: why good software estimates are impossible <a href="http://chrismm.com/blog/project-delays-why-software-estimates/">chrismm.com/blog/project-delays-why-software-estimates..</a> via @christianmaioli</p>
<div class="line"> </div>
<br>
<p style="color: white; font-size: 15px;">The End of Microservices – LightStep – See Production in a New Light <a href="http://disq.us/t/2apro19">http://disq.us/t/2apro19</a> </p>
</div>
</div>
<div class="row">
<div class="container">
<div class="col-md-4 col-md-offset-8">
<a href="http://twitter.com/goincremental" target="_blank" class="icon-hover"> <i class="fa fa-twitter fa-2x social-cons" aria-hidden="true"></i></a>
<a href="https://www.facebook.com/Go-Incremental-700827010030364/?fref=ts&ref=br_tf" target="_blank" class="icon-hover"> <i class="fa fa-facebook fa-2x social-cons" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/company/go-incremental" target="_blank" class="icon-hover"> <i class="fa fa-linkedin fa-2x social-cons" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4" style="color: #fff">
Copyright, Go Incremental.
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script>
window.intercomSettings = {
app_id: "b1mlf5rx"
};
</script>
<script>(function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',intercomSettings);}else{var d=document;var i=function(){i.c(arguments)};i.q=[];i.c=function(args){i.q.push(args)};w.Intercom=i;function l(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/b1mlf5rx';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);}if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})()</script>
</body>
</html>