-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (60 loc) · 2.91 KB
/
index.html
File metadata and controls
79 lines (60 loc) · 2.91 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
---
layout: page
title: Bubblehouse
tagline: IT Consulting Services
---
{% include JB/setup %}
<div class="marketing-copy">
<h3>Cloud Solutions</h3>
<div class="row" style="margin-left: 10px">
<div class="span2">
<img class="offering-logo" src="{{ ASSET_PATH }}images/aws-logo.png" alt="Powered by AWS Cloud Computing">
</div>
<div class="span10">
<p>Our expert-level knowledge of the Amazon AWS ecosystem allows us to design your business or organization
a redundant, agile, high-performance cloud architecture.</p>
<p>We can advise you on security concerns, risk mitigation, and audit preparation, and have experience working
with HIPAA and Sarbanes-Oxley compliance staff.</p>
</div>
</div>
<h3>IT Automation</h3>
<div class="row" style="margin-left: 10px">
<div class="span2">
<img class="offering-logo" src="{{ ASSET_PATH }}images/puppetlabs-logo.png" alt="Powered by Puppet">
</div>
<div class="span10">
<p>Modern, highly virtualized IT environments require a new approach to buildout. Creation of new instances in
response to failure or scaling needs should be as automated as possible.</p>
<p>Our Puppet-based configuration managment tools allow us to automate anything from application deployments to
multi-enviroment infrastructures.</p>
</div>
</div>
<h3>System Monitoring</h3>
<div class="row" style="margin-left: 10px">
<div class="span2">
<img class="offering-logo" src="{{ ASSET_PATH }}images/nagios-logo.png" alt="Powered by Nagios">
</div>
<div class="span10">
<p>The same tools that provision servers can also configure the monitoring of those servers. Ensure that your
systems team can know what's going on at all times, and can respond proactively to potential issues.</p>
<p>We'll help you select a suite of tools like Nagios, Cacti, AWS CloudWatch and others to ensure your
infrastructure is up and running at all times.</p>
</div>
</div>
<h3>Developer Operations</h3>
<div class="row" style="margin-left: 10px">
<div class="span2">
<img class="offering-logo" src="{{ ASSET_PATH }}images/git-logo.png" alt="Powered by Git"><br><br>
<img class="offering-logo" src="{{ ASSET_PATH }}images/jenkins-logo.png" alt="Powered by Jenkins">
</div>
<div class="span10">
<p>Source control and automated unit tests are just the beginning. A solid DevOps foundation lets your
development team focus on what they do best. No matter your development process, from weekly releases to
rolling release, we can develop a customized, automated build system that takes the guesswork out of
deploys and reduces risk during new feature development.</p>
<p>We can help your team create build and deploy chains on Jenkins/Hudson, Travis or any other continuous
integration toolit. Automatically build customized development VMs on-demand, so new coders can start
contributing their first day.</p>
</div>
</div>
</div>