-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
359 lines (324 loc) · 17.2 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
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="assets/images/favicon.ico" type="image/png">
<title>Komiser - Cloud Environment Inspector</title>
<meta name="author" content="Mohamed Labouardy">
<meta property="og:url" content="https://devopsbulletin.com" />
<meta property="og:type" content="newsletter" />
<meta property="og:site_name" content="Komiser.io" />
<meta property="og:title" content="Komiser - Cloud Environment Inspector" />
<meta property="og:description"
content="Stay under budget by uncovering hidden AWS, GCP, Azure, OVH and DigitalOcean costs, monitoring increases in spend, and making impactful changes based on custom recommendations." />
<meta property="og:image" itemprop="image" content="https://komiser.io/assets/images/metadata.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="Komiser.io" />
<meta name="twitter:title" content="Komiser - Cloud Environment Inspector" />
<meta name="twitter:creator" content="@mlabouardy">
<meta name="twitter:description"
content="Stay under budget by uncovering hidden AWS, GCP, Azure, OVH and DigitalOcean costs, monitoring increases in spend, and making impactful changes based on custom recommendations." />
<meta name="twitter:image" content="https://komiser.io/assets/images/metadata.png">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link type="text/css" rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/froala-design-blocks/2.0.0/css/froala_blocks.min.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-57902136-18"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-57902136-18');
</script>
<style>
.fdb-block {
padding-bottom: 5.5rem !important;
padding-top: 5.5rem !important;
}
.alert-success {
background-color: #4285F4;
color: white;
border-color: #4285F4;
}
</style>
</head>
<body>
<header class="bg-dark" style="height:40px">
<div class="container text-center">
<a style="text-decoration: none;line-height:40px;color:white" href="https://cloud.komiser.io">
📢 We are super excited to announce Microsoft Azure support! Try <a
href="https://cloud.oraculi.io">Komiser EE</a> for free!
</div>
</header>
<header>
<div class="container">
<nav class="navbar navbar-expand-md">
<a class="navbar-brand" href="https://komiser.io">
<img src="https://cdn.komiser.io/images/komiser-oraculi.png" height="30" alt="image">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav1"
aria-controls="navbarNav1" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav1">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="https://komiser.io">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" target="_blank" href="https://docs.komiser.io">Docs</a>
</li>
</ul>
<ul class="navbar-nav justify-content-end d-none d-lg-flex ml-md-auto">
<li class="nav-item">
<a class="nav-link" href="https://discord.oraculi.io" target="_blank"
style=" font-size: 1.5rem;">
<i class="fab fa-discord"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.github.com/mlabouardy/komiser" target="_blank"
style=" font-size: 1.5rem;">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
<a class="btn btn-outline-dark ml-md-3" href="https://cloud.oraculi.io">Login</a>
</div>
</nav>
</div>
</header>
<section class="fdb-block">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-12 col-lg-6 col-xl-5">
<h1 style="font-size: 2.15rem">Cloud Environment Inspector</h1>
<p class="lead">Stay under budget by uncovering hidden costs, monitoring increases in spend, and
making impactful changes
based on custom recommendations.</p>
<p>
<a class="btn btn-primary btn-shadow" href="https://github.com/mlabouardy/komiser">Download</a>
<a class="btn btn-dark btn-shadow" href="https://cloud.oraculi.io">Try Oraculi Cloud</a>
</p>
<p>
<strong>One tool across top public cloud providers:</strong>
</p>
<p class="h1 text-muted">
<img alt="Amazon Web Services" class="mr-3" style="height: 32px;" src="assets/images/aws.png">
<img alt="Google Cloud Platform" class="mr-3" style="height: 35px;" src="assets/images/gcp.png">
<img alt="Microsoft Azure" class="mr-3" style="height: 35px;" src="assets/images/azure.svg">
<img alt="OVH" class="mr-3" style="height: 35px;" src="assets/images/ovh.png">
<img alt="DigitalOcean" class="mr-3" style="height: 40px;" src="assets/images/digitalocean.svg">
</p>
</div>
<div class="col-12 col-md-8 m-auto ml-lg-auto mr-lg-0 col-lg-6 pt-5 pt-lg-0">
<img alt="image" class="img-fluid" src="assets/images/chart.svg">
</div>
</div>
</div>
</section>
<section class="fdb-block">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-6 mb-4 mb-md-0">
<img alt="image" class="img-fluid" src="assets/images/komiser-ce.svg">
</div>
<div class="col-12 col-md-6 col-lg-5 text-left">
<h1 style="font-size: 2.25rem;">Komiser Community Edition</h1>
<p class="lead">Komiser CE is a free and Open Source project with the goal to create an open cloud
cost optimization
project with support of all major public cloud providers.</p>
<p class="lead">
<a href="https://github.com/mlabouardy/komiser">Get Started</a>
</p>
</div>
</div>
</div>
</section>
<section class="fdb-block">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-7 col-lg-5">
<h1>Love it? Grow it!</h1>
<p class="lead">In the last months, we’ve more than doubled our OSS downloads and expanded our
community footprint. This
is possible because the tool works, solves real problems, and is embraced by end users. Some of
our
users include:</p>
<p class="mt-5">
<img alt="image" height="35" style="margin-bottom:10px;" class="mr-4"
src="assets/images/numerix.png">
<img alt="image" height="21" class="mr-4" src="assets/images/globalreach.png">
<img alt="image" height="26" src="assets/images/ticketguardian.png">
<a href="https://www.cloudnation.nl"><img alt="image" height="22" style="filter: grayscale(1);"
src="assets/images/cloudnation.png"></a>
</p>
</div>
<div class="col-10 col-sm-6 col-md-5 col-lg-4 m-auto pt-5">
<img alt=" image" class="img-fluid rounded-0" src="assets/images/community.svg">
</div>
</div>
</div>
</section>
<section class="fdb-block" id="features">
<div class="container">
<div class="row text-left align-items-center">
<div class="col-12 col-md-6 col-lg-4">
<h2 style="font-size: 1.5rem;">Cost Optimization</h2>
<p class="lead">Control your usage and create visibility across all used services to achieve maximum
cost-effectiveness.</p>
<p class="lead">
<a href="https://docs.komiser.io">Learn More</a>
</p>
</div>
<div class="col-12 col-md-6 col-lg-4 pt-4 pt-md-0">
<h2 style="font-size: 1.5rem;">GDPR-Compliant Infrastructure</h2>
<p class="lead">Govern a secure and compliant environment by detecting potential vulnerabilities
that could put your
cloud environment at risk.</p>
<p class="lead">
<a href="https://docs.komiser.io">Learn More</a>
</p>
</div>
<div class="col-12 col-md-8 m-auto m-lg-0 col-lg-4 pt-5 pt-lg-0">
<img alt="image" class="img-fluid" src="assets/images/gdpr.svg">
</div>
</div>
</div>
</section>
<section class="fdb-block">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 m-md-auto ml-lg-0 col-lg-5">
<img alt="image" class="img-fluid" src="assets/images/discord.svg">
</div>
<div class="col-12 col-md-10 col-lg-6 mt-4 mt-lg-0 ml-auto mr-auto ml-lg-auto text-left">
<div class="row">
<div class="col">
<h1>Join us on Discord</h1>
<p class="lead">Join our Discord Community and be the first to hear about new release, ask
any questions or request for features!</p>
<p class="lead">
<a href="https://discord.oraculi.io">Join Discord</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="fdb-block footer-large">
<div class="container">
<div class="row align-items-top text-center">
<div class="col-12 col-sm-6 col-md-4 col-lg-3 text-sm-left">
<h3>
<strong>Company</strong>
</h3>
<nav class="nav flex-column">
<a class="nav-link active" href="https://komiser.io">Home</a>
<a class="nav-link" href="#">Features</a>
<a class="nav-link" href="https://medium.com/komiser">Blog</a>
</nav>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 mt-5 mt-sm-0 text-sm-left">
<h3>
<strong>Resources</strong>
</h3>
<nav class="nav flex-column">
<a class="nav-link" href="https://oraculi.io">Company</a>
<a class="nav-link" href="https://docs.komiser.io">Docs</a>
<a class="nav-link"
href="https://oraculi.notion.site/Work-at-Oraculi-269b2aca1c844abc822d8b0f73618a6e">We're
Hiring</a>
</nav>
</div>
<div class="col-12 col-md-4 col-lg-3 text-md-left mt-5 mt-md-0">
<h3>
<strong>About Us</strong>
</h3>
<p>Cloud environment inspector that inspect the customer's cloud infrastructure and identify
potential cost savings by uncovering unefficient usage of cloud resources.</p>
</div>
<div class="col-12 col-lg-2 ml-auto text-lg-left mt-4 mt-lg-0">
<h3>
<strong>Follow Us</strong>
</h3>
<p class="lead">
<a href="https://twitter.com/komiseree" class="mx-2">
<i class="fab fa-twitter" aria-hidden="true"></i>
</a>
<a href="https://discord.oraculi.io" class="mx-2">
<i class="fab fa-discord" aria-hidden="true"></i>
</a>
<a href="https://linkedin.com/in/mlabouardy/" class="mx-2">
<i class="fab fa-linkedin" aria-hidden="true"></i>
</a>
</p>
</div>
</div>
<div class="row mt-3">
<div class="col text-center">
© 2022 Komiser. All Rights Reserved
</div>
</div>
</div>
</footer>
</body>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdn.komiser.io/js/plugin/bootstrap-notify/bootstrap-notify.min.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/js/all.min.js"
integrity="sha512-yFjZbTYRCJodnuyGlsKamNE/LlEaEAxSUDe5+u61mV8zzqJVFOH7TnULE2/PP/l5vKWpUNnF4VGVkXh3MjgLsg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/producthunt-floating-prompt/lib/producthunt-floating-prompt.min.js"></script>
<script>
function submitform() {
console.log('hello')
$.ajax({
type: "POST",
url: "https://ju21o0v5c3.execute-api.eu-west-3.amazonaws.com/production/newsletters/subscribe",
data: JSON.stringify({ email: $('#email').val() }),
error: function (data) {
$('#email').val('');
$.notify({
icon: 'la la-bell',
title: 'Komiser',
message: 'Thank you for subscribing !',
}, {
type: 'success',
placement: {
from: "bottom",
align: "left"
},
time: 800000,
});
},
crossDomain: true,
contentType: "application/json"
});
}
FloatingPrompt({ name: 'Komiser', url: 'https://www.producthunt.com/posts/komiser', width: '350px' });
</script>
<script>
window.intercomSettings = {
api_base: "https://api-iam.intercom.io",
app_id: "tpr0f799"
};
</script>
<script>
// We pre-filled your app ID in the widget URL: 'https://widget.intercom.io/widget/tpr0f799'
(function () { var w = window; var ic = w.Intercom; if (typeof ic === "function") { ic('reattach_activator'); ic('update', w.intercomSettings); } else { var d = document; var i = function () { i.c(arguments); }; i.q = []; i.c = function (args) { i.q.push(args); }; w.Intercom = i; var l = function () { var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'https://widget.intercom.io/widget/tpr0f799'; var x = d.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); }; if (document.readyState === 'complete') { l(); } else if (w.attachEvent) { w.attachEvent('onload', l); } else { w.addEventListener('load', l, false); } } })();
</script>
</html>