-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·532 lines (468 loc) · 31.4 KB
/
index.html
File metadata and controls
executable file
·532 lines (468 loc) · 31.4 KB
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
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
<!DOCTYPE html>
<html lang="en">
<head>
<!-- TODO: Add meta seo tags -->
<meta charset="utf-8">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="@cremetry"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"image": "https://creometry.com/assets/img/collaborative-cloud.png",
"url": "https://creometry.com",
"sameAs": ["https://creometry.dev", "https://www.creometry.com", "https://www.creometry.dev"],
"logo": "https://creometry.com/assets/img/creometry-logo-transparent.png",
"name": "Creometry",
"description": "A collaborative developer platform and ecosystem",
}
</script>
<title>Creometry, a collaborative cloud platform and developer ecosystem</title>
<meta content="description" name="A free collaborative application platform for kubernetes developers and community projects"/>
<meta property="og:title" content="Creometry - A collaborative developer platform and ecosystem"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://creometry.com/academy" title="Learn or Publish"/>
<meta property="og:url" content="https://cloud.creometry.com" title="Build"/>
<meta property="og:url" content="https://creometry.com/host" title="Earn"/>
<meta property="og:url" content="https://creometry.com/vessel" title="Contribute"/>
<meta property="og:url" content="https://creometry.com/docs" title="Documentation"/>
<meta property="og:url" content="https://creometry.com/#faq" title="Faq"/>
<meta property="og:url" content="https://creometry.com/#contact" title="contact"/>
<meta property="og:site_name" content="Creometry"/>
<meta property="og:image" content="https://creometry.com/assets/img/collaborative-cloud.png"/>
<meta content="" name="commons, cloud, community network, collaborative, commoning, cloud commoning, digital commons, community cluster, commons cluster, cloud mining, learn, earn, built, contribute, academy, cloud consulting, devops consulting, digital public infrastructure, collaborative cloud, collaborative infrastructure, collaborative container platform, collaborative application platform"/>
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:300,400,500,600,700" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/font-awesome.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent">
<div class="container d-flex align-items-center">
<a href="https://creometry.com" class="logo"><img src="assets/img/creometry-logo-transparent.png" alt="Creometry logo" class="img-fluid"></a>
<h1 class="logo me-auto"><a href="https://creometry.com">CREOMETRY</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo me-auto"><img src="assets/img/creometry-logo-circle-brand-name.png" alt="Creometry" width="250" height="190" class="img-fluid"></a> -->
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link" href="#academy">learn</a></li>
<li><a class="nav-link" href="#platform">build</a></li>
<li><a class="nav-link" href="#incentives">earn</a></li>
<li><a class="nav-link scrollto" href="#services">Features</a></li>
<li class="dropdown"><a href="#about"><span>Ecosystem</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="https://creometry.com/academy">Academy</a></li>
<li><a href="https://creometry.com/vessel">Vessel incubator</a></li>
<li><a href="https://cloud.creometry.com/">Cloud Platform</a></li>
<!-- <li><a href="#incentives">Incentives</a></li>
<li><a href="#exchange">Value Exchange</a></li> -->
</ul>
</li>
<li class="dropdown active"><a href="https://creometry.com/consulting"><span>consulting</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="consulting#training">Training</a></li>
<li><a href="consulting#cloud">Cloud & DevOps</a></li>
<li><a href="consulting#dev">Application Development</a></li>
</ul>
</li>
<li><a class="nav-link" href="https://creometry.com/docs">docs</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<div class="social-links">
<a href="https://github.com/creometry" class="github"><i title="Creometry on GitHub" class="bi bi-github"></i></a>
<a href="https://join.slack.com/t/creometry/shared_invite/zt-13y8zzm8w-kOF_8Pc2bShVlI~VOMbeww" class="slack"><i title="Join Creometry's Slack" class="bi bi-slack"></i></a>
<a href="https://wa.me/message/PUQ5IVTUGYLCP1" class="whatsapp"><i title="Chat with us on whatsapp" class="bi bi-whatsapp"></i></a>
<a href="#contact" class="envelope-open-fill"><i title="Contact us" class="bi bi-envelope-open-fill"></i></a>
</div>
</div>
</header>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="clearfix">
<div class="container d-flex h-100">
<div class="row justify-content-center align-self-center" data-aos="fade-up">
<div class="col-lg-6 intro-info order-lg-first order-last" data-aos="zoom-in" data-aos-delay="100">
<h2><span>Commoning</span> practices<br>applied to<span> cloud</span> infrastructure</h2>
<h3>A collaborative developer platform and an ecosystem of shared knowledge, expertise and compute resources.</h3>
<div>
<a href="#about" class="btn-get-started scrollto">Discover</a>
</div>
</div>
<div class="col-lg-6 intro-img order-lg-last order-first" data-aos="zoom-out" data-aos-delay="200">
<img src="assets/img/collaborative-cloud.png" alt="collaborative cloud" class="img-fluid">
</div>
</div>
</div>
</section>
<!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-5 col-md-6">
<div class="about-img" data-aos="fade-right" data-aos-delay="100">
<img src="assets/img/about-ecosystem.png" alt="about-ecosystem">
</div>
</div>
<div class="col-lg-7 col-md-6">
<div class="about-content" data-aos="fade-left" data-aos-delay="100">
<h2>The ecosystem</h2>
<p>Creometry is a socio-technical ecosystem that applies commoning<a href="#faq"><sup>1</sup></a> practices to computing infrastructure (aka. the cloud<a href="#faq"><sup>2</sup></a>).</p>
<p>In the spirit of commoning, we believe in sharing resources and sharing rewards. The ecosystem brings web3-style incentives and open-source cloud software together, to foster and govern digital commmunities.</p>
<p>Contributors to the ecosystem earn rewards<a href="#faq"><sup>3</sup></a> for published courses and workshops on the academy, contributed code to incubated projects, and for shared compute resources.</p>
<h3>In summary, Creometry's ecosytem is:</h3>
<ul>
<li><i class="bi bi-check-circle"></i> Academy: a technology training ground for developers and teams.</li>
<li><i class="bi bi-check-circle"></i> Vessel: a space where developers meet opportunities and contribute to project initiatives.</li>
<li><i class="bi bi-check-circle"></i> Cloud: community-networked kubernetes clusters capable of handling diverse workloads.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- End About Section -->
<!-- ======= Features Section ======= -->
<section id="features" class="features">
<div class="container" data-aos="fade-up">
<div id="academy" class="row feature-item" style="padding-top: 5rem;">
<div class="col-lg-6 justify-content-center" data-aos="fade-right" data-aos-delay="100">
<img src="assets/img/academy.png" class="img-fluid" alt="creometry academy">
</div>
<div class="col-lg-6 wow fadeInUp pt-5 pt-lg-0" data-aos="fade-left" data-aos-delay="150">
<h1><strong>Academy</strong></h1>
<h3>Learn. Share. Grow.</h3>
<p>The Academy is your platform to learn new skills and share knowledge.</p>
<ul style="list-style: none;" >
<li><strong>Self-paced courses</strong> <a href="https://creometry.com/academy" target="_blank"><i class="bi bi-box-arrow-up-right" style="color: #1bb1dc;"></i></a><p> Work through trainings paths at your own pace, and get exposed to some of the skills you need to become certified.</p></li>
<li><strong>Publish</strong> <a href="https://github.com/creometry/academy/issues/new?template=add-a-course.md&title=%5Bcontibute+a+course+or+tutorial%5D" target="_blank"><i class="bi bi-box-arrow-up-right" style="color: #1bb1dc;"></i></a><p>Community members can publish courses and workshops, contributing to the collective learning experience.</p></li>
<li><strong>Instructor-led sessions</strong> <a href="schedule.html" target="_blank"><i class="bi bi-box-arrow-up-right" style="color: #1bb1dc;"></i></a>:<p>Focus on modern technologies with a hands-on approach to prepare you for real world production senarios.</p></li>
</ul>
<div>
<a href="schedule.html" target="_blank" class="btn">upcoming sessions</a><a href="https://creometry.com/academy/" target="_blank" class="btn">Explore courses</a>
</div>
</div>
</div>
<div id="platform" class="row feature-item" style="padding-top: 5rem;">
<div class="col-lg-6 wow fadeInUp order-1 order-lg-2" data-aos="fade-left" data-aos-delay="100">
<img src="assets/img/build.svg" class="img-fluid" alt="Cloud Platform Running on kubernetes">
</div>
<div class="col-lg-6 wow fadeInUp pt-4 pt-lg-0 order-2 order-lg-1" data-aos="fade-right" data-aos-delay="150">
<h1><strong>Cloud Platform</strong></h1>
<h3>Build. Contribute. Collaborate.</h3>
<p>Experience the benefits of DevOps in a collaborative environment</p>
<ul style="list-style: none;" >
<li><strong>Build & iterate</strong> <a href="https://creometry.com/docs/get-started#dev" target="_blank"><i class="bi bi-box-arrow-up-right" style="color: #1bb1dc;"></i></a><p>Build or deploy containerized apps, iterate from source repositories with GitOps, and find collaborators or early adopters among your community. See <a href="#services" >platform features</a>.</p></li>
<li><strong>Create & Contribute</strong> <a href="https://github.com/creometry-vessel" target="_blank"><i class="bi bi-box-arrow-up-right" style="color: #1bb1dc;"></i></a><p>Initiate a community project and explore collaboration opportunities within a community of like-minded developers.</p></li>
</ul>
<div>
<a href="https://cloud.creometry.com/" target="_blank" class="btn">Go to dashboard</a>
</div>
</div>
</div>
<div id="incentives" class="row feature-item" style="padding-top: 5rem;">
<div class="col-lg-6" data-aos="fade-right" data-aos-delay="100">
<img src="assets/img/rain-money.png" class="img-fluid" alt="earn incentives">
</div>
<div class="col-lg-6 wow fadeInUp pt-5 pt-lg-0" data-aos="fade-left" data-aos-delay="150">
<h1><strong>Incentives</strong></h1>
<h3>Mine the cloud. Make it rain!</h3>
<ul style="list-style: none;" >
<li><strong>Metrics-based compensations</strong> <a href="https://creometry.com/docs/incentives" target="_blank"><i class="bi bi-box-arrow-up-right" style="color: #1bb1dc;"></i></a><p>Host a Kubernetes worker node, a node pool or a regional control plane, and receive compensations based on aggregated node metrics. Review Incentives in docs.</p></li>
<li><strong>Contribution-based compensations</strong> <a href="https://creometry.com/docs/incentives#contibute" target="_blank"><i class="bi bi-box-arrow-up-right" style="color: #1bb1dc;"></i></a><p>Contribute academy content or code to earn rewards, to build a track record and explore growth opportunities.</p></li>
</ul>
<div>
<a href="https://creometry.com/docs/host" class="btn">Join Now!</a>
</div>
</div>
</div>
</div>
</section>
<!-- End Features Section -->
<!-- ======= Services Section ======= -->
<!-- TODO: update use-case links to relevant docs or article -->
<section id="services" class="services section-bg">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h3>Platform features</h3>
<p>Kubernetes with batteries inluded</p>
</header>
<div class="row g-5">
<div class="col-md-6 col-lg-4 wow bounceInUp" data-aos="zoom-in" data-aos-delay="100">
<div class="box">
<div class="icon" style="background: #fceef3;"><i class="bi bi-git" style="color: #ffa228;"></i></div>
<h4 class="title"><a href="">GitOps Ready</a></h4>
<p style="text-align: center;" class="description">Deploy from your source repository and iterate faster with Fleet GitOps and Sealed secrets</p>
</div>
</div>
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="200">
<div class="box">
<div class="icon" style="background: #fff0da;"><i class="bi bi-code-slash" style="color: #005c15;"></i></div>
<h4 class="title"><a href="">Dev space</a></h4>
<p style="text-align: center;" class="description">Practice workshops, spin a demo, or manage a release with flexible strategies</p>
</div>
</div>
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="300">
<div class="box">
<div class="icon" style="background: #e6fdfc;"><i class="bi bi-file-earmark-lock2-fill" style="color: #003882;"></i></div>
<h4 class="title"><a href="">Confidential CI</a></h4>
<p style="text-align: center;" class="description">Build artifacts in confidential environments and protect intellectual property</p>
</div>
</div>
<div class="col-md-6 col-lg-4 wow" data-aos="zoom-in" data-aos-delay="100">
<div class="box">
<div class="icon" style="background: #eafde7;"><i class="bi bi-hdd-stack" style="color:#6c2ecf;"></i></div>
<h4 class="title"><a href="">BYO Nodes</a></h4>
<p style="text-align: center;" class="description">Connect your node(s) to a public control plane, and host your own kubernetes environment</p>
</div>
</div>
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="200"">
<div class=" box">
<div class="icon" style="background: #e1eeff;"><i class="bi bi-lightning-charge-fill" style="color: #6e0101;"></i></div>
<h4 class="title"><a href="">Serverless</a></h4>
<p style="text-align: center;" class="description">Stateless, autoscaling and secure containers capable of handling a variety of workloads</p>
</div>
</div>
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="300">
<div class="box">
<div class="icon" style="background: #ecebff;"><i class="bi bi-battery-charging" style="color: #8660fe;"></i></div>
<h4 class="title"><a href="">Observability</a></h4>
<p style="text-align: center;" class="description">View logs and metrics, configure prometheus monitors, and export container logs</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Services Section -->
<!-- ======= F.A.Q Section ======= -->
<section id="faq" class="faq">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h3>Frequently Asked Questions</h3>
</header>
<ul class="faq-list" data-aso="fade-up" data-aos-delay="100">
<li>
<div data-bs-toggle="collapse" class="collapsed question" href="#faq1">What is commoning? <i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq1" class="collapse" data-bs-parent=".faq-list">
<p>
Commoning is a practice of collaborating and sharing to meet everyday needs and achieve well-being, of individuals, communities and lived-in environments. <a href='https://www.onthecommons.org/work/what-commoning-anyway/index.html'>Learn more</a>
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq2" class="collapsed question">How does creometry apply commoning to cloud infrastructure?<i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq2" class="collapse" data-bs-parent=".faq-list">
<p>
“The cloud is just someone else's computers”, racked in multiple data centers distributed around the globe. However, Creometry's cloud infrastructure is a network of distributed servers, contributed by community members as shared and/or pooled compute resources to orchestrate application workloads.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq3" class="collapsed question">Is Creometry a "blockchain" network? <i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq3" class="collapse" data-bs-parent=".faq-list">
<p>
While creometry incentives metaphorize between cloud mining and virtual-currency mining, creometry network itself is not a blockchain network, it does not store distributed ledgers, and processes all incentives through a centralized cloud service before submitting transactions to the smart contract.
</p>
<p>It is worth mentioning that <strong>creometry does not support and will never initate any form of financial campaigns such as "ICO", "IEO", "STO", etc</strong>. The ecosystem supports a unique "crypto-token" serving only as compensations for contributions. Review incentives in docs</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq4" class="collapsed question">What kind of workloads can I deploy on creometry's cloud platform? <i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq4" class="collapse" data-bs-parent=".faq-list">
<p>
Creometry allows you to run containers as kubernetes deployments and jobs, with planned support for multi-regional deployments and multiple container runtimes (containerd, WASM and Confidential container runtimes). Review supported workloads in docs.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq5" class="collapsed question">Who is Creometry for? <i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq5" class="collapse" data-bs-parent=".faq-list">
<p>
Creometry is built for dervelopers who have limited access to public clouds, due to reasons ranging from low funding opportunities to <a href='https://en.wikipedia.org/wiki/Foreign_exchange_controls'>currency exchange controls</a>, which severely limits access to cloud resources.</p><p>Creometry's cloud platform is also a good fit for individuals and teams, startups and enterprises, researchers and consultants, students and freelancers, alike; as long as they are interested in low-cost Kubernetes environments, or in leveraging the incentive system to receive early feedbacks. Review use-cases.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq6" class="collapsed question">Should I be concerned about the security of my applications running on untrusted hosts?<i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq6" class="collapse" data-bs-parent=".faq-list">
<p>
Creometry provides developers with the option to run <a href='https://github.com/confidential-containers'>confidential containers</a>, which isolate workloads and verify their integrity, in addtion to encrypting traffic and data. Although the number of discovered vultnerabilities is manageably small, <strong>we do not recommend running critical workloads or compute sensitive data on Creometry's network</strong>. Review Terms of use and example use-cases.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq7" class="collapsed question">What type of nodes can I join to the network?<i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq7" class="collapse" data-bs-parent=".faq-list">
<p>
Whether it's a cloud-based VM, a single board computer, a workstation, or an on-prem hardware, you can join any compute hardware as long as it runs on a architecture/OS supported by Kubernetes nodes (i.e. Linux/Windows AMD64, Linux arm64, etc.). Review host requirements in docs.
</p>
</div>
</li>
</ul>
</div>
</section>
<!-- End F.A.Q Section -->
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="section-bg">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="row">
<div class="col-sm-6">
<div class="footer-info">
<h3>Creometry</h3>
<!-- <p>what can I say here?.</p> -->
</div>
<div class="footer-newsletter">
<h4>Subscribe to the Newsletter</h4>
<p>Stay up to date with our events, new features and news!</p>
<form id="subscribers" action="https://script.google.com/macros/s/AKfycbymnzzr0iuC9YCjAhahKS5zxtJNrkPexqqWNrnnqtSdNGpez6J7MXknTR8RxizIADLNFw/exec" method="post">
<input type="email" name="Email" placeholder="joe@email.com"><input type="submit" value="Subscribe">
</form>
<script>
window.addEventListener("load", function() {
const form = document.getElementById('subscribers');
form.addEventListener("submit", function(e) {
e.preventDefault();
const data = new FormData(form);
const action = e.target.action;
fetch(action, {
method: 'POST',
body: data,
})
.then(() => {
var submission = document.getElementById('subscribers');
submission.innerHTML = "<strong>Subscribed ✓</strong>";
})
});
});
</script>
</div>
<div class="social-links">
<a href="https://github.com/creometry" class="github"><i title="Creometry organization on GitHub" class="bi bi-github"></i></a>
<a href="https://join.slack.com/t/creometry/shared_invite/zt-13y8zzm8w-kOF_8Pc2bShVlI~VOMbeww" class="slack"><i title="Join Creometry's Slack" class="bi bi-slack"></i></a>
<a href="https://wa.me/message/PUQ5IVTUGYLCP1" class="whatsapp"><i title="Chat with us on whatsapp" class="bi bi-whatsapp"></i></a>
<a href="https://www.youtube.com/@creometry" class="youtube"><i title="Creometry's Youtube channel" class="bi bi-youtube"></i></a>
<a href="https://groups.google.com/g/creometrists" class="google"><i titel="Google Group" class="bi bi-google"></i></a>
<br>
<br>
<a href="https://linkedin.com/company/creometrie" class="linkedin"><i title="Creometry's LinkedIn" class="bi bi-linkedin"></i></a>
<a href="https://medium.com/@creometry" class="medium"><i title="Creometry's articles on Medium" class="bi bi-medium"></i></a>
<a href="https://www.reddit.com/r/creometry/" class="reddit"><i title="Creometry reddit community" class="bi bi-reddit"></i></a>
<a href="https://twitter.com/creometry" class="twitter"><i title="Follow Creometry on twitter" class="bi bi-twitter"></i></a>
<a href="https://www.facebook.com/creometry" class="facebook"><i title="Follow Creometry on Facebook" class="bi bi-facebook"></i></a>
</div>
</div>
<div class="col-sm-6">
<div class="footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="https://cloud.creometry.com">Cloud Platform</a></li>
<li><a href="https://creometry.com/academy">Academy</a></li>
<li><a href="https://creometry.com/consulting">Consuting</a></li>
<li><a href="https://creometry.com/blog">Blog</a></li>
<li><a href="https://creometry.com/docs">Documentation</a></li>
<li><a href="https://creometry.com/schedule#taining">Trainings</a></li>
<li><a href="https://creometry.com/schedule#webinars">Webinars</a></li>
<li><a href="https://creometry.com/terms">Terms of service</a></li>
<li><a href="https://creometry.com/privacy">Privacy policy</a></li>
</ul>
</div>
<!--
<div class="footer-links">
<h4>Say hello!</h4>
<p>
A108 Adam Street <br>
New York, NY 535022<br>
United States <br>
<strong>Phone:</strong> +1 xxxxxxx<br>
</p>
</div> -->
</div>
</div>
</div>
<div class="col-lg-6">
<div id="contact" class="form">
<h4>Say Hello!</h4>
<p>Join our Slack chat, check out our GitHub repo, or send us a instant message.</p>
<form id="contact-form" action="https://formkeep.com/f/204bab3e3c34" accept-charset="UTF-8" enctype="multipart/form-data" method="post" role="form" class="php-email-form">
<div class="form-group">
<input type="text" name="Name" class="form-control" id="Name" placeholder="John Doe" maxlength="30" required>
</div>
<div class="form-group mt-3">
<input type="email" class="form-control" name="Email" id="Email" placeholder="johndoe@company.com" maxlength="50" required>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="Subject" id="Subject" placeholder="Subject" maxlength="100" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="Message" rows="5" placeholder="Type your message here" maxlength="1000"required></textarea>
</div>
<input type="hidden" name="utf8" value="✓">
<div id="sent" class="my-3">
<div id="sent" class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit" title="Send Message">Send Message</button></div>
</form>
<script>
window.addEventListener("load", function() {
const contact = document.getElementById('contact-form');
contact.addEventListener("submit", function(e) {
e.preventDefault();
const data = new FormData(contact);
const action = e.target.action;
fetch(action, {
method: 'POST',
body: data,
})
.then(() => {
var csubmission = document.getElementById('sent');
csubmission.innerHTML = "✓ Your message has been sent!";
})
});
});
</script>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© <strong>Creometry 2024</strong>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>