-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
343 lines (291 loc) · 19 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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
---
title: Home
layout: default
---
<div id="highlighted" class="bg-image-cityfog">
<div class="container">
<div class="row">
<div class="highlighted-image col-xs-12">
<div class="fade-in text-center margin-top-40 vertical-center text-color-light">
<h1 class="margin-bottom-20">Technology doesn't have to be hard.</h1>
<h5>Identify what you need and what you don't with our help.</h5>
<h5>We are a consulting agency based in Danbury, Connecticut. We work with clients everywhere.</h5>
</div> <!-- /highlighted-content -->
</div> <!-- /highlighted-image -->
</div> <!-- /row -->
</div> <!-- /container -->
</div> <!-- /highlighted -->
<div id="services" class="region">
<div class="container">
<div class="row">
<div class="panels col-xs-12 block">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4 panels-item">
<div class="panels-icon text-color-theme">
<i class="ion-ios7-monitor-outline"></i>
</div> <!-- /panels-icon -->
<div class="panels-text">
<h6>Software Development</h6>
<p>Custom solutions that meet business needs generate revenue. We specialize in web and mobile apps using both Microsoft ASP.NET and open source tools.</p>
</div> <!-- /panels-text -->
</div> <!-- /panels-item -->
<div class="clearfix visible-sm"></div>
<div class="col-xs-12 col-sm-6 col-md-4 panels-item padding-top-sm-50">
<div class="panels-icon text-color-theme">
<i class="ion-ios7-pie-outline"></i>
</div> <!-- /panels-icon -->
<div class="panels-text">
<h6>Team Augmentation</h6>
<p>You have most of the pieces but the team needs guidance. Add our experience and know-how to your project.</p>
</div> <!-- /panels-text -->
</div> <!-- /panels-item -->
<div class="clearfix visible-sm"></div>
<div class="col-xs-12 col-sm-6 col-md-4 panels-item padding-top-sm-50">
<div class="panels-icon text-color-theme">
<i class="ion-ios7-lightbulb-outline"></i>
</div> <!-- /panels-icon -->
<div class="panels-text">
<h6>Enterprise Coaching</h6>
<p>Meeting the needs of the enterprise leaves you little time for the latest tech. From cloud to the Internet of Things we provide expertise on what your business can benefit from today.</p>
</div> <!-- /panels-text -->
</div> <!-- /panels-item -->
<div class="clearfix visible-md"></div>
<div class="col-xs-12 col-sm-6 col-md-4 panels-item margin-top-50">
<div class="panels-icon text-color-theme">
<i class="ion-ios7-person-outline"></i>
</div> <!-- /panels-icon -->
<div class="panels-text">
<h6>Identity & Access</h6>
<p>Unify your identity and access story to securely authenticate employees and partners. We offer guidance in single sign-on access to on-premises and cloud applications, claims-aware development and Identity Provider setup.</p>
</div> <!-- /panels-text -->
</div> <!-- /panels-item -->
<div class="clearfix visible-sm"></div>
<div class="col-xs-12 col-sm-6 col-md-4 panels-item margin-top-50">
<div class="panels-icon text-color-theme">
<i class="ion-ios7-gear-outline"></i>
</div> <!-- /panels-icon -->
<div class="panels-text">
<h6>Manufacturing Experience</h6>
<p>Over a decade of experience in assisting manufacturers with technology. Unlock the data in that hairy ERP with web and mobile applications that give your employees the answers they need in real time.</p>
</div> <!-- /panels-text -->
</div> <!-- /panels-item -->
<div class="col-xs-12 col-sm-6 col-md-4 panels-item margin-top-50">
<div class="panels-icon text-color-theme">
<i class="ion-ios7-cloudy-outline"></i>
</div> <!-- /panels-icon -->
<div class="panels-text">
<h6>Cloud</h6>
<p>Let's face it, the days of on-premises data centers are numbered. We help clients move to Office 365 for mail and collaboration tools. We build software hosted in Microsoft Azure or AWS; no hardware upgrades, no OS patching, no muss, no fuss.</p>
</div> <!-- /panels-text -->
</div> <!-- /panels-item -->
</div> <!-- /row -->
</div> <!-- /panels -->
</div> <!-- /row -->
</div> <!-- /container -->
</div> <!-- /services -->
<div id="portfolio" class="region bg-color-grayLight1">
<div class="container">
<div class="row">
<div class="portfolio col-xs-12 block">
<div class="row">
<div class="portfolio-item col-xs-12 col-sm-4 margin-bottom-30 text-center">
<a href="#assa" class="venobox" data-type="inline" data-gall="portfolio">
<div class="portfolio-image">
<img src="img/portfolio/aalogo2.jpg" class="img-responsive img-full-width" alt="pix1">
<div class="portfolio-overlay">
<div class="portfolio-info">
<h6 class="portfolio-title">ASSA ABLOY</h6>
<small class="text-color-theme">Unified Identity</small>
</div> <!-- /portfolio-info -->
</div> <!-- /portfolio-overlay -->
</div> <!-- /portfolio-image -->
</a>
<div id="assa" style="display:none">
<div class="portfolio-box">
<h2><a target="_blank" href="http://www.assaabloy.com">ASSA ABLOY</a> <small>New Haven, CT</small></h2>
<h5>Unified Identity</h5>
<p>Custom development and expansion left the Americas division with numerous applications managing user identity, often insecurely. Staff and partners were forced to manage multiple usernames and passwords. Some systems stored password insecurely.</p>
<p>We developed a comprehensive Identity and Access Management plan and then helped the team execute it. To provide single-sign on functionality we selected and set up Microsoft Active Directory Federation Services. To provide access to non-employees we
configured a second open source identity provider and federated the two. We assisted the .NET and Java-based teams in converting their web and fat client applications to be claims-aware. Further, third-party applications like Box.net were configured to use the SSO infrastructure.
</p>
<p>
Today users enjoy secure and convenient application access. User data and permissions is stored securely and managed in one place. De-provisioning users from multiple applications happens in one place.
</p>
</div>
</div>
</div> <!-- /portfolio-item -->
<div class="portfolio-item col-xs-12 col-sm-4 margin-bottom-30 text-center">
<a href="#bigelow" class="venobox" data-type="inline" data-gall="portfolio">
<div class="portfolio-image">
<img src="img/portfolio/bigelow.gif" class="img-responsive img-full-width" alt="pix1">
<div class="portfolio-overlay">
<div class="portfolio-info">
<h6 class="portfolio-title">Bigelow Tea</h6>
<small class="text-color-theme">Sales Promotions</small>
</div> <!-- /portfolio-info -->
</div> <!-- /portfolio-overlay -->
</div> <!-- /portfolio-image -->
</a>
<div id="bigelow" style="display:none">
<div class="portfolio-box">
<h2><a target="_blank" href="http://www.bigelowtea.com">Bigelow Tea</a> <small>Fairfield, CT</small></h2>
<h5>Sales Promotions</h5>
<p>
The Bigelow Tea sales team was frustrated. They were unable to execute on leads due to a backlog of promotional pricing that needed approval from headquarters. We worked with the team to discover the real underlying issues. Beyond online entry of promotion requests, we recommended an automated engine that could immediately approve a promotion request. The corporate team controlled the schedules and bounds of what would be approved
</p>
<p>
Today sales team members can quickly deliver a proposal with an approved promotion into the hands of the customer. Corporate can monitor these auto-approvals and tweak the metrics accordingly.
</p>
</div>
</div>
</div> <!-- /portfolio-item -->
<div class="portfolio-item col-xs-12 col-sm-4 margin-bottom-30 text-center">
<a href="#rencap" class="venobox" data-type="inline" data-gall="portfolio">
<div class="portfolio-image">
<img src="img/portfolio/rencap.gif" class="img-responsive img-full-width" alt="pix1">
<div class="portfolio-overlay">
<div class="portfolio-info">
<h6 class="portfolio-title">Renaissance Capital</h6>
<small class="text-color-theme">Private/Public Web Presence</small>
</div> <!-- /portfolio-info -->
</div> <!-- /portfolio-overlay -->
</div> <!-- /portfolio-image -->
</a>
<div id="rencap" class="portfolio-box" style="display:none">
<div class="portfolio-box">
<h2><a target="_blank" href="http://www.renaissancecapital.com">Renaissance Capital</a> <small>Greenwich, CT</small></h2>
<h5>Private/Public Web Presence</h5>
<p>Renaissance Capital worked with a NYC agency to create a dynamic, new design language for their communications. They came to us to build their new web presence in line with these designs. In addition to their public site we built their subscription-based IPO Intelligence application. This responsive site is used by numerous financial companies for their IPO research.</p>
</div>
</div>
</div> <!-- /portfolio-item -->
<div class="clearfix hidden-xs"></div>
<div class="portfolio-item col-xs-12 col-sm-4 margin-bottom-30 text-center">
<a href="#solaflect" class="venobox" data-type="inline" data-gall="portfolio">
<div class="portfolio-image">
<img src="img/portfolio/solaflect2.gif" class="img-responsive img-full-width" alt="pix1">
<div class="portfolio-overlay">
<div class="portfolio-info">
<h6 class="portfolio-title">Solaflect Energy</h6>
<small class="text-color-theme">Online Telemetry & Command System</small>
</div> <!-- /portfolio-info -->
</div> <!-- /portfolio-overlay -->
</div> <!-- /portfolio-image -->
</a>
<div id="solaflect" style="display:none">
<div class="portfolio-box">
<h2><a target="_blank" href="http://www.solaflect.com">Solaflect Energy</a> <small>White River Junction, VT</small></h2>
<h5>Online Telemetry & Command System</h5>
<p>
Solaflect's ground-breaking hardware designs are revolutionizing cost factors for concentrated solar. They needed the software to bring it all together. We worked with their engineering team to build an installation monitoring system. Telemetry is sent from onboard hardware to the Microsoft Azure-hosted broker. Solaflect staff monitor and control each unit individually or en masse. Technicians access the site on mobile devices for real-time status.
</p>
</div>
</div>
</div> <!-- /portfolio-item -->
<div class="portfolio-item col-xs-12 col-sm-4 margin-bottom-30 text-center">
<a href="#kc" class="venobox" data-type="inline" data-gall="portfolio">
<div class="portfolio-image">
<img src="img/portfolio/kc.gif" class="img-responsive img-full-width" alt="pix1">
<div class="portfolio-overlay">
<div class="portfolio-info">
<h6 class="portfolio-title">Kimberly-Clark</h6>
<small class="text-color-theme">Incident Tracking</small>
</div> <!-- /portfolio-info -->
</div> <!-- /portfolio-overlay -->
</div> <!-- /portfolio-image -->
</a>
<div id="kc" style="display:none">
<div class="portfolio-box">
<h2><a target="_blank" href="http://www.kimberly-clark.com">Kimberly-Clark</a> <small>New Milford, CT</small></h2>
<h5>Incident Tracking</h5>
<p>
Paper forms made reporting safety incidents onerous at this mill. Further, gathering the data needed for required OSHA reports was laborious. We developed an online reporting tool that allowed incident reporting quickly and immediately. Further, the required reports were automatically generated and forwarded to the proper parties.
</p>
</div>
</div>
</div> <!-- /portfolio-item -->
<div class="portfolio-item col-xs-12 col-sm-4 margin-bottom-30 text-center">
<a href="#dspin" class="venobox" data-type="inline" data-gall="portfolio">
<div class="portfolio-image">
<img src="img/portfolio/dspin.gif" class="img-responsive img-full-width" alt="pix1">
<div class="portfolio-overlay">
<div class="portfolio-info">
<h6 class="portfolio-title">Daily Spin</h6>
<small class="text-color-theme">Public Website</small>
</div> <!-- /portfolio-info -->
</div> <!-- /portfolio-overlay -->
</div> <!-- /portfolio-image -->
</a>
<div id="dspin" style="display:none">
<div class="portfolio-box">
<h2><a target="_blank" href="http://www.dailyspin.com">Daily Spin</a> <small>New York, NY</small></h2>
<h5>Public Website</h5>
<p>Social media startup? Yeah, we do that too. Though not being maintained at the moment this startup approached us to build a social media commentary site. The community didn't materialize but we leveraged Amazon Web Services EC2 for compute and S3 for asset storage and CDN. We relentlessly made performance improvements till Google Page Insights and Yahoo YSlow gave us straight A's.</p>
</div>
</div>
</div> <!-- /portfolio-item -->
</div> <!-- /row -->
</div> <!-- /portfolio -->
</div> <!-- /row -->
</div> <!-- /container -->
</div> <!-- /portfolio -->
<div id="about-us" class="bg-color-grayLight2 region">
<div class="container">
<div class="row">
<div class="col-xs-12 block">
<div class="row">
<div class="col-xs-12 col-md-6">
<img src="img/content/nyc.jpg" class="img-responsive img-full-width" alt="nyc" title="nyc">
</div> <!-- /col-xs-12 -->
<div class="col-xs-12 col-md-6 margin-top-sm-40 text-center">
<h3 class="padding-top-10">COLIBRIS DIGITAL</h3>
<p>We believe every technology project should serve business needs. The goal of a project must be kept closely in mind lest the short-term tasks of implementation crowd it out. When the aim of a project is kept clear then decisions become easier and success can be measured.</p>
<p>Leverage our experience guiding successful projects in your enterprise. We can build cutting edge software that integrates with the legacy systems that run your business thereby unlocking data and advantages. We can help you acquire a domain, hosting, professional email to meet the needs of a growing enterprise. Perhaps you just need someone to cut through the jargon and identify what you need and what you don't. </p>
</div> <!-- /col-xs-12 -->
</div> <!-- /row -->
</div> <!-- /col-xs-12 -->
</div> <!-- /row -->
</div> <!-- /container -->
</div> <!-- /about-us -->
<div id="contact" class="footer-columns region bg-color-grayLight1">
<div class="container">
<div class="row">
<div class="contact-info col-xs-12 col-md-8 col-md-offset-2 text-center block">
<div class="row">
<div class="col-xs-12 col-sm-4">
<h6>Email</h6>
<p><a href="mailto:[email protected]?Subject=Contact%20from%20website" target="_top">[email protected]</a></p>
</div>
<div class="col-xs-12 col-sm-4 margin-top-xs-40">
<h6>Phone</h6>
<p>203-297-8661</p>
</div>
<div class="col-xs-12 col-sm-4 margin-top-xs-40">
<h6>Twitter</h6>
<p><a href="{{ site.author.twitter }}">@rorywoods</a></p>
</div>
</div> <!-- /row -->
</div> <!-- /contact-info -->
<div class="contact-form col-xs-12 col-md-8 col-md-offset-2 block">
<form id="theme-contact" method="post" role="form" action="https://getsimpleform.com/messages/ajax?form_api_token=62102f70d6648e65e3501042564122a0">
<div class="form-group">
<input type="text" class="form-control" id="contact-name" name="contact-name" placeholder="Name">
</div> <!-- /form-group -->
<div class="form-group">
<input type="email" class="form-control" id="contact-email" name="contact-email" placeholder="Email">
</div> <!-- /form-group -->
<div class="form-group">
<input type="text" class="form-control" id="contact-subject" name="contact-subject" placeholder="Subject">
</div> <!-- /form-group -->
<div class="form-group">
<textarea class="form-control" rows="8" id="contact-message" name="contact-message" placeholder="Message"></textarea>
</div> <!-- /form-group -->
<div class="form-group text-center">
<input type="submit" class="btn btn-primary margin-top-20" id="submit" name="submit" value="send message">
</div> <!-- /form-group -->
</form> <!-- /theme-contact -->
<div id="theme-form-messages"></div>
</div> <!-- /contact-form -->
</div> <!-- /row -->
</div> <!-- /container -->
</div> <!-- /contact -->