This repository has been archived by the owner on Nov 29, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
267 lines (220 loc) · 10.6 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
---
layout: default
theme:
name: smart-business-template
---
{% include JB/setup %}
<!-- start: Slider -->
<div class="slider-wrapper">
<div id="da-slider" class="da-slider da-slider-ny">
<div class="da-slide">
<h2>Acquire advanced technology</h2>
<p>Choose open source Cloud Foundry and BOSH to run all sizes of applications. Ask Stark & Wayne
to join your team and bring their experience with Cloud Foundry and BOSH today.</p>
<a href="{{ BASE_PATH }}/deployment.html" class="da-link">Read more</a>
<div class="da-img"><img src="{{ BASE_PATH }}/assets/images/cloudfoundry-235w.png" alt="cloudfoundry-logo" /></div>
</div>
<div class="da-slide">
<h2>Upgrade your team</h2>
<p>Build and deploy applications fast. Ask Stark & Wayne to outfit your
team with incredible developer and operations tools today.</p>
<a href="{{ BASE_PATH }}/become-superheroes.html" class="da-link">Read more</a>
<div class="da-img"><img src="{{ BASE_PATH }}/assets/images/bat-signal.png" alt="bat-signal" /></div>
</div>
<div class="da-slide">
<h2>Save the day</h2>
<p>Big apps or small, you always want them running. Deep visibility & diagnostics
comes from tools like Logstash. Ask Stark & Wayne to enhance everyone with
full visibility, early warning, and fast recovery of production applications today.</p>
<a href="{{ BASE_PATH }}/save-the-day.html" class="da-link">Read more</a>
<div class="da-img"><img src="{{ BASE_PATH }}/assets/images/logstash-300h.png" alt="logstash-logo" /></div>
</div>
<div class="da-slide">
<h2>Choose your own ammunition</h2>
<p>If you're already creating excellent applications with Java, Ruby, Python, Node.js, Go or PHP then
Stark & Wayne can help upgrade your team today.</p>
<a href="{{ BASE_PATH }}/languages.html" class="da-link">Read more</a>
<div class="da-img"><img src="{{ BASE_PATH }}/assets/images/cloudfoundry-235w.png" alt="cloudfoundry-logo" /></div>
</div>
<div class="da-slide">
<h2>Deploy applications anywhere</h2>
<p>Deploy your production applications into any battlefield - your own data center or public cloud. VMWare, OpenStack or AWS. Ask Stark & Wayne to upgrade your existing infrastructure today.</p>
<a href="{{ BASE_PATH }}/infrastructure.html" class="da-link">Read more</a>
<div class="da-img"><img src="{{ BASE_PATH }}/assets/images/openstack-components-300w.png" alt="openstack-components" /></div>
</div>
<nav class="da-arrows">
<span class="da-arrows-prev"></span>
<span class="da-arrows-next"></span>
</nav>
</div>
</div>
<!-- end: Slider -->
<!--start: Wrapper-->
<div id="wrapper">
<!--start: Container -->
<div class="container">
<hr>
<!-- start: Hero Unit - Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<h3>
<!-- Want to upgrade your team into superheroes? Stark & Wayne offer you scientific blend of consultants, open source and training to increase your speed, strength and spirit permanently. -->
Your own Cloud Foundry on your own cloud. It is possible today. Train up your team and invigorate your company with <a href="http://www.cloudfoundry.org">Cloud Foundry</a> as soon as possible.
</h3>
<p><a href="{{ BASE_PATH }}/training" class="btn btn-primary btn-large">Training »</a></p>
</div>
<!-- end: Hero Unit -->
<hr>
<!-- start: Row -->
<div class="row">
<!-- start: Icon Boxes -->
<div class="icons-box-vert-container">
<!-- start: Icon Box Start -->
<div class="span4">
<a href="{{ BASE_PATH }}/cloudfoundry-rapid-deploy.html">
<div class="icons-box-vert">
<i class="ico-cloud ico-white circle-color-full"></i>
<div class="icons-box-vert-info">
<h3>Cloud Foundry</h3>
<p>Deploy applications within seconds with Cloud Foundry
running in your own data centers and public cloud. Don't wait weeks to save the day with new applications and
upgrades. Rapidly deploy new Java, Ruby, Node.js, Python, Go & PHP applications today.</p>
</div>
<div class="clear"></div>
</a>
</div>
</div>
<!-- end: Icon Box-->
<!-- start: Icon Box Start -->
<div class="span4">
<a href="{{ BASE_PATH }}/bosh-legacy-or-large.html">
<div class="icons-box-vert">
<i class="ico-resize-full ico-white circle-color-full"></i>
<div class="icons-box-vert-info">
<h3>BOSH</h3>
<p>Upgrade from developer happiness to production happiness with <a href="http://bosh.cloudfoundry.org">BOSH</a>. Give your developers
deployment and ops tools for hardened production environments. Perfect for legacy and large
applications.</p>
</div>
<div class="clear"></div>
</a>
</div>
</div>
<!-- end: Icon Box -->
<!-- start: Icon Box Start -->
<div class="span4">
<a href="{{ BASE_PATH }}/onsite-consulting-and-support.html">
<div class="icons-box-vert">
<i class="ico-group ico-white circle-color-full"></i>
<div class="icons-box-vert-info">
<h3>Onsite Active Support</h3>
<p>We join your teams and work actively to upgrade everyone and every process until
we're a super team.</p>
</div>
<div class="clear"></div>
</a>
</div>
</div>
<!-- end: Icon Box -->
</div>
<!-- end: Icon Boxes -->
<div class="clear"></div>
</div>
<!-- end: Row -->
<hr>
<!-- start: Row -->
<div class="row">
<div class="span9">
<div class="title"><h3>Conference Talks</h3></div>
<!-- start: Row -->
<div class="row">
<div class="span3">
<div class="picture">
<a href="http://youtu.be/I0n2wiYvFNw" rel="youtube" title="mobile app">
<img src="{{ ASSET_PATH }}/img/videos/drnic-future-of-deployment-goruco2012.png">
<div class="image-overlay-play"></div>
</a>
</div>
<div class="item-description">
<h4><a href="#">Future of Deployment</a></h4>
<p>Dr Nic overviews all the aspects of application deployment and considers BOSH as a platform
that solves the requirements of an application that needs to scale and evolve over time.</p>
</div>
</div>
<div class="span3">
<div class="picture">
<a href="http://www.infoq.com/presentations/williams-open-source">
<img src="{{ ASSET_PATH }}/img/videos/drnic-living-with-1000-projects-futureruby2008.png">
<div class="image-overlay-play"></div>
</a>
</div>
<div class="item-description">
<h4><a href="#">Living with 1000 projects</a></h4>
<p>In this talk recorded at FutureRuby, Dr Nic explains how to how to go from 1 to 1000 open source
projects and still enjoy yourself.</p>
</div>
</div>
<div class="span3">
<div class="picture">
<a href="http://youtu.be/N0PZ7_x6ajw" title="High Performance Ruby - Evented vs Threaded">
<img src="{{ ASSET_PATH }}/img/videos/drnic-ruby-evented-vs-threaded-rubyconf2011.png" >
<div class="image-overlay-play"></div>
</a>
</div>
<div class="item-description">
<h4><a href="#">High Performance Ruby - Evented vs Threaded</a></h4>
<p>What was important to me was the the choice was abstracted away. I wanted to write normal,
step-by-step Ruby code. Yet I wanted it to be performant. I've asked a lot of people.
"What choices do I need to make, how different does my code look, and how do I do testing?"
These are the questions I searched for answers. I'd like to now share the answers.</p>
</div>
</div>
</div>
<!-- end: Row -->
</div>
<div class="span3">
<!-- start: Testimonials-->
<div class="testimonial-container">
<div class="title"><h3>Fun quotes</h3></div>
<div class="testimonials-carousel" data-autorotate="5000">
<ul class="carousel">
<li class="testimonial">
<div class="testimonials">You know your database isn't always going to be there. You know that because you put it on AWS East.</div>
<div class="testimonials-bg"></div>
<div class="testimonials-author">Dr Nic Williams, <span>CEO</span>, RubyConf 2012</div>
</li>
<li class="testimonial">
<div class="testimonials">As your system becomes more successful (more traffic) you are going to have to spend more time keeping it happy.</div>
<div class="testimonials-bg"></div>
<div class="testimonials-author">Dr Nic Williams, <span>CEO</span>, RubyConf 2012</div>
</li>
<li class="testimonial">
<div class="testimonials">Spot the difference between static code bases and running web apps.
Code goes to production is the sucky part.</div>
<div class="testimonials-bg"></div>
<div class="testimonials-author">Dr Nic Williams, <span>CEO</span>, RubyConf 2012</div>
</li>
<li class="testimonial">
<div class="testimonials">How fast you can put code into production doesn't matter if your error rates stay the same.</div>
<div class="testimonials-bg"></div>
<div class="testimonials-author">Dr Nic Williams, <span>CEO</span>, RubyConf 2012</div>
</li>
</ul>
</div>
</div>
<!-- end: Testimonials-->
</div>
</div>
<!-- end: Row -->
<hr>
<!-- start Clients List -->
<!-- <div class="clients-carousel">
<ul class="slides clients">
<li><img src="{{ ASSET_PATH }}/img/logos/1.png" alt=""/></li>
</ul>
</div> -->
<!-- end Clients List -->
<hr>
</div>
<!--end: Container-->
</div>
<!-- end: Wrapper -->