forked from starkandwayne-attic/starkandwayne.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcloudfoundry-rapid-deploy.html
More file actions
39 lines (34 loc) · 933 Bytes
/
cloudfoundry-rapid-deploy.html
File metadata and controls
39 lines (34 loc) · 933 Bytes
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
---
layout: slider-page
title: "Cloud Foundry for Rapid Deploys"
description: Never wait two weeks to deploy an application again. Deploy in 30 seconds with Cloud Foundry.
theme:
name: smart-business-template
sliders:
- title: Cloud Foundry
text: Never wait two weeks to deploy an application again. Deploy in 30 seconds with Cloud Foundry.
image: /assets/images/cloudfoundry-235w.png
button:
title: Contact us »
path: contact-us.html
slider_background: abyss
---
{% include JB/setup %}
<!--start: Wrapper-->
<div id="wrapper">
<!--start: Container -->
<div class="container">
<hr>
<div id="cloudfoundry-rapid-deploy">
<div class="title"><h3>{{ page.title }}</h3></div>
<!-- start: Row -->
<div class="row">
<div class="span9">
<p>YOUR CONTENT HERE</p>
</div>
</div>
<!-- end: Row -->
</div>
</div>
<!-- end: Container -->
</div>