-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
41 lines (37 loc) · 1.89 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
---
layout: home
photo_credit: Nathan Young
---
<div class="row">
<div class="col-lg-8 col-offset-2 text-center">
<div class="bottom-ruled">
<h1 class="header-title">PUSH, SCALE OUT, SCALE DOWN</h1>
<h5 class="brown spaced">DO ALL THE THINGS WITH .NET APPS THAT YOU CAN WITH ANY OTHER APPLICATION RUNNING IN A CLOUD FOUNDRY ENVIRONMENT</h5>
</div>
</div>
</div>
<div class="row">
<h2 class="header-title brown text-center">WHY IRON FOUNDRY?</h2>
<div class="col-lg-6">
<img class="img-circle" data-src="holder.js/140x140">
<h4 class="tan">It's Open Source</h4>
<p>Fork it, improve it, or simply monitor our development out in the open. View our <a href="https://github.com/ironfoundry" target="_blank">Github repos</a>.</p>
</div>
<div class="col-lg-6">
<img class="img-circle" data-src="holder.js/140x140">
<h4 class="tan">Run It Wherever</h4>
<p>Want a public cloud? Use a provider running Iron Foundry. Prefer to operate a private PaaS? Install and operate Iron Foundry yourself!</p>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<img class="img-circle" data-src="holder.js/140x140">
<h4 class="tan">Flexibility For A Polyglot World</h4>
<p>Today's apps are highly optimized mash-ups of different platforms and frameworks. Need a .NET web applications that uses Node.js for a mobile interface and stores data in both relational and NoSQL databases? Do that today with Cloud Foundry + Iron Foundry.</p>
</div>
<div class="col-lg-6">
<img class="img-circle" data-src="holder.js/140x140">
<h4 class="tan">Community</h4>
<p>We work closely with <a href="http://www.gopivotal.com/" target="_blank">Pivotal</a> (creators of <a href="http://www.cloudfoundry.com" target="_blank">Cloud Foundry</a>) and our users to regularly improve the project.</p>
</div>
</div>