-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
122 lines (118 loc) · 4.99 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
---
layout: default
---
<!-- Banner -->
<section id="banner" class="main">
<header>
<h2>Open Source <em>SmartOS Cloud <a href="https://en.wikipedia.org/wiki/Orchestration_(computing)">Orchestration</a></em></h2>
<!--a href="#giant" class="button">Learn More</a-->
</header>
</section>
<!-- Highlights -->
<section class="wrapper style1">
<div class="container">
<div class="row double">
<section class="4u">
<div class="box highlight">
<i class="icon major fa-fighter-jet"></i>
<h3>Built for Speed</h3>
<p>Blazingly fast - used in mission critical enterprise business environments where high speed and utmost reliability is absolutely essential.</p>
</div>
</section>
<section class="4u">
<div class="box highlight">
<i class="icon major fa-shield"></i>
<h3>Production Ready</h3>
<p>Tested and Proven in production clouds - where failure is simply not an option. Trusted by serious cloud providers to get the job done.</p>
</div>
</section>
<section class="4u">
<div class="box highlight">
<i class="icon major fa-cube"></i>
<h3>Extreme Resilience</h3>
<p>Built using Erlang - designed from the ground up to recover from failure and run effectively in a fault tolerant distributed cluster.</p>
</div>
</section>
</div>
</div>
</section>
<!-- Posts -->
<section class="wrapper style4">
<div class="container">
<div class="row">
<section class="6u">
<div class="box post">
<a href="#" class="image left"><img src="images/standard.png" alt="" /></a>
<div class="inner">
<h3>No Dedicated Hardware </h3>
<p>FiFo installs on <b>regular</b> SmartOS zones, running on standard compute nodes. There is no dedicated hardware or server roles needed.</p>
</div>
</div>
</section>
<section class="6u">
<div class="box post">
<a href="https://api.project-fifo.net" class="image left"><img src="images/api.png" alt="" /></a>
<div class="inner">
<h3>Full Featured API</h3>
<p>Every single operation, configuration and change is performed via the comprehensive FiFo REST based API.</p>
</div>
</div>
</section>
</div>
<div class="row">
<section class="6u">
<div class="box post">
<a href="http://leo-project.net/leofs/" class="image left"><img src="images/storage.png" alt="" /></a>
<div class="inner">
<h3>Distributed Data Storage</h3>
<p>FiFo uses a distributed S3-API compliant large object data store. VM's can be <b>effortlessly</b> backed up, stored and re-deployed on any compute node.</p>
</div>
</div>
</section>
<section class="6u">
<div class="box post">
<a href="#" class="image left"><img src="images/rbac.png" alt="" /></a>
<div class="inner">
<h3>Multi Data Center Ready</h3>
<p>Supports Multi Data Center deployments. The built in powerful AAA service allows fine grained control of customer and end user permissions.</p>
</div>
</div>
</section>
</div>
</div>
</section>
<section id="support" class="wrapper style1">
<div class="container">
<div class="row">
<h2>Commercial Support</h2>
</div>
<div class="row">
<section class="8u">
<div class="box post">
<a name="support"></a>
<p>Project FiFo provides commercial <strong>support</strong> services for companies looking to deploy a FiFo managed cloud in production.</p>
<p>This is particularly important for folks who want the <strong>peace of mind</strong> that teaming with a reliable partner brings. They want someone looking out for their business, ensuring that help is always available whenever they need it.</p>
<p>Our <strong>Service Level Agreements</strong> are purposefully structured in a way that fosters long-term mutually beneficial relationships. They are designed to make sure that your cloud is built right from day one - and will scale with you as you grow.</p>
<p>The best part is that there is <strong>no barrier to entry</strong>. We work hard to accommodate all different types of customers regardless of size, putting the focus where it should be - on growing your business together.</p>
<p>
<a class="button" href="https://blog.project-fifo.net/contact/">Contact Us</a>
</p>
</div>
</section>
<section class="4u supimg">
<div class="box post">
<img src="images/commercial-support.png" alt="Commercial Support" class="image.fit">
</div>
</section>
</div>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style3">
<div class="container">
<header>
<h2>Get started today with a Cloud you can trust </h2>
<a href="https://docs.project-fifo.net/" class="button">Lets Go</a>
</header>
</div>
</section>