-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
308 lines (301 loc) · 10.8 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
---
permalink: "/index"
layout: home
---
<section class="unfurl-hero section">
<div
class="container has-text-centered unfurl-section">
<div class="container top-logo">
<img alt="logo" height="195" width="300" src="/images/unfurl-logo.svg" />
</div>
<div class="container top-head">
<h1>DEVOPS FOR</h1>
<h1>EVERYONE</h1>
</div>
<div class="container top-subhead">
<hr class="clearfix" />
<h2>Simple, decentralized cloud management</h2>
<div class="container top-buttons">
<button class="button outlined">
<a href="/howitworks.html">Learn More</a>
</button>
</div>
</div>
</div>
<div class="container has-vcentered-child lost-clouds">
<div class="has-text-weight-bold">
<div class="blue-title">
don't get lost in the clouds!
</div>
<div class="mobile-cloud-img is-hidden-tablet">
<img src="/images/cloud-grid-dots.svg" />
</div>
<h3>
<span class="blue">Unfurl</span> manages your DevOps infrastructure, accounts, <br class='is-hidden-mobile'> and deployments.
</h3>
</div>
</div>
</section>
<section class="section is-small intro light-green">
<div class="columns is-centered">
<div class="column intro-left has-vcentered-child">
<p>Clone, fork, and deploy cloud services as easily as cloning and building code from git.
<span class="is-hidden-mobile"><br><br>
<button class="button outlined">
<a href="/examples/example.html">Try this now</a>
</button>
</span>
</p>
</div>
<div class="column intro-right has-text-centered">
<a class="frame-dim"
href="/examples/example.html">
</a>
<iframe class="frame-dim" height="400" width="500" src="/examples/term1.html#fast"></iframe>
</div>
</div>
<div class="container is-hidden-tablet is-centered has-hcentered-child" style='width: 100%; margin-top: -25px; margin-bottom: 75px'>
<div>
<button class="button outlined">
<a href="/examples/example.html">Try this now</a>
</button>
</div>
</div>
</section>
<section class="features section">
<div class="centered has-text-centered blue-title">
Manage your deployments without lots of tooling
</div>
<div class="container" style="padding:0 50px 110px 50px;">
<div class="columns">
<div class="column is-one-third columns-top">
<article class="media">
<figure class="media-left">
<p class="simplicity-img">
<a href="https://docs.unfurl.run/README.html#no-server-agentless">
<img src="images/Unfurl_feature_icon-decentralized.svg">
</a>
</p>
</figure>
<div class="media-content">
<div class="content">
<p><a href="https://docs.unfurl.run/README.html#no-server-agentless">
<strong>Decentralized</strong>
<br>
Self-contained CLI tool; no server or agent required. All state is stored in git. Works in any CI/CD pipeline.
<br><span class="blue has-text-weight-semibold">Learn more ></span>
</a>
</p>
</div>
</div>
</article>
</div>
<div class="column is-one-third columns-top">
<article class="media">
<figure class="media-left">
<p class="simplicity-img"><a href="https://docs.unfurl.run/README.html#deploy-infrastructure-from-simple-application-centric-descriptions">
<img src="images/Unfurl_feature_icon-app_centric.svg">
</a></p>
</figure>
<div class="media-content">
<div class="content">
<p><a href="https://docs.unfurl.run/README.html#deploy-infrastructure-from-simple-application-centric-descriptions">
<strong>Application-centric
</strong>
<br>
Declarative, high level, cloud independent description your cloud infrastructure in YAML.
<br><span class="blue has-text-weight-semibold">Learn more ></span>
</a></p>
</div>
</div>
</article>
</div>
<div class="column is-one-third columns-top">
<article class="media">
<figure class="media-left">
<p class="simplicity-img"><a href="https://docs.unfurl.run/README.html#developer-friendly-state-management">
<img src="images/Unfurl_feature_icon-developer.svg">
</a></p>
</figure>
<div class="media-content">
<div class="content">
<p><a href="https://docs.unfurl.run/README.html#developer-friendly-state-management">
<strong>Developer-Friendly
</strong>
<br>
Unfurl integrates with the tools you are already using, including Terraform, Ansible, and Helm.
Collaborate using your familiar git workflow.
<br><span class="blue has-text-weight-semibold">Learn more ></span>
</a></p>
</div>
</div>
</article>
</div>
</div>
<div class="columns">
<div class="column is-one-third columns-top">
<article class="media">
<figure class="media-left">
<p class="simplicity-img">
<a href="https://docs.unfurl.run/README.html#flexible-secrets-management"><img src="images/Unfurl_feature_icon-secrets.svg"></a>
</p>
</figure>
<div class="media-content">
<div class="content">
<p><a href="https://docs.unfurl.run/README.html#flexible-secrets-management">
<strong>Secrets Management</strong>
<br>
Choose built-in encryption or integration with external secret managers like Vault. <br><span class="blue has-text-weight-semibold">Learn more ></span>
</a></p>
</div>
</div>
</article>
</div>
<div class="column is-one-third columns-top">
<article class="media">
<figure class="media-left">
<p class="simplicity-img"><a href="https://docs.unfurl.run/README.html#zero-installation">
<img src="images/Unfurl_feature_icon_isolated_envt.svg">
</a></p>
</figure>
<div class="media-content">
<div class="content">
<p><a href="https://docs.unfurl.run/README.html#zero-installation">
<span class=""><strong>Isolated Environments</strong>
<br>
Bootstrap and manage your local environment or build isolated deployment environments.
<br><span class="blue has-text-weight-semibold">Learn more ></span>
</a></p>
</div>
</div>
</article>
</div>
<div class="column is-one-third columns-top">
<article class="media">
<figure class="media-left">
<p class="simplicity-img"><a href="https://docs.unfurl.run/README.html#day-two-operations">
<img src="images/Unfurl_feature_icon-day2ops.svg">
</a></p>
</figure>
<div class="media-content">
<div class="content">
<p><a href="https://docs.unfurl.run/README.html#day-two-operations">
<strong>Day 2 Operations
</strong>
<br>
Define your own workflows and operations. Incrementally apply changes.
<br><span class="blue has-text-weight-semibold">Learn more ></span>
</a></p>
</div>
</div>
</article>
</div>
</div>
</div>
</section>
<section class="light-green howitworks has-text-centered has-centered-child">
<h2 class="blue-title has-text-centered">
How it Works
</h2>
</section>
<section class="home is-small">
<div class="step1 grid-container light-green">
<div class="grid-item is-hidden-mobile has-text-centered container">
<div class="">
<img width="307" height="315" src="/images/context.svg" />
</div>
</div>
<div class="grid-item">
<div>
<h1>
1. Configure
</h1>
<div class="is-hidden-tablet mobile-home-img">
<img width="307" height="315" src="/images/context.svg" />
</div>
<h2>
Unfurl creates a git repository with YAML templates you edit to describe your cloud architecture,
configuration and code dependencies.
</h2>
<h2>
<button class="button outlined ">
<a href="howitworks.html#1-organize-your-deployment-environment"
>Learn More</a
>
</button>
</h2>
</div>
</div>
</div>
<div class="grid-container">
<div class="left deploy-text grid-item">
<div>
<h1>
2. Implement
</h1>
<div class="is-hidden-tablet mobile-deploy-img">
<img alt="implementations" src="/images/implementation-wide.svg" />
</div>
<h2>
Define lifecycle operations by importing templates
or adopt your existing DevOps processes using Unfurl's integrations with Terraform, Ansible, Helm and more.
</h2>
<h2>
<button class="button outlined">
<a href="howitworks.html#3-implement-your-model">Learn More</a>
</button>
</h2>
</div>
</div>
<div class="right deploy-image grid-item is-hidden-mobile has-text-centered">
<div class="has-text-left">
<img
alt="implementations"
width="200"
src="/images/implementations.svg"
/>
</div>
</div>
</div>
<div class="grid-container washed">
<div class="cloud-as-code light-green grid-item">
<div class="box">
<div>
<h1>3. Deploy Anywhere</h1>
<h2>
Unfurl will generate a plan based on your target environment and high-level model and choose the correct operations to call.
</h2>
<h2>
As you deploy, it commits to git a history of changes to your cloud accounts.
</h2>
<h2>
<button class="button outlined">
<a href="howitworks.html#4-activate-and-manage">Learn More</a>
</button>
</h2>
</div>
</div>
</div>
</div>
<div class="grid-container">
<div class="grid-item left ensembles">
<div>
<img alt="ensemble" src="/images/ensembles-wide.svg" />
</div>
</div>
<div class="grid-item right">
<div>
<h1><img src="/images/unfurl-cloud.svg" class="unfurl-cloud-img" alt="Unfurl Cloud"></h1>
<h1 class='unfurl-cloud-h1'>Try out our open-source low-code DevOps cloud platform. </h1>
<h2>
The easiest way to deploy complicated software.
</h2>
<h2>
<button class="button outlined">
<a href="https://unfurl.cloud">Join Our Beta!</a>
</button>
</h2>
</div>
</div>
</div>
</section>