forked from carrier-io/carrier-io.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
567 lines (528 loc) · 29 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
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
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Carrier | Non Functional Testing Toolkit</title>
<meta
content="CARRIER helps to enable shift-left testing practices into Software Development Process without stress of Development Team"
name="Description">
<link href="./apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link href="./favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="./favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<link href="./site.webmanifest" rel="manifest">
<link color="#5bbad5" href="./safari-pinned-tab.svg" rel="mask-icon">
<meta content="#da532c" name="msapplication-TileColor">
<meta content="#ffffff" name="theme-color">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link as="script" href="lib/intersection-observer.min.js" rel="preload">
<script src="lib/intersection-observer.min.js"></script>
<link as="script" href="lib/siema.min.js" rel="preload">
<script src="lib/siema.min.js"></script>
<link as="style" href="styles.css" rel="preload">
<link href="styles.css" rel="stylesheet">
</head>
<body>
<div class="blanket"></div>
<header>
<div class="section__inner">
<a aria-label="Carrier" class="logo logo__header" href="/">
<svg height="36" width="118" xmlns="http://www.w3.org/2000/svg">
<use xlink:href="images/icons.svg#logo"></use>
</svg>
</a>
<button aria-label="Toggle menu" class="hamburger">
<svg class="open" xmlns="http://www.w3.org/2000/svg">
<use xlink:href="images/icons.svg#openmenu"></use>
</svg>
<svg class="close" xmlns="http://www.w3.org/2000/svg">
<use xlink:href="images/icons.svg#closemenu"></use>
</svg>
</button>
<div class="menu">
<nav class="nav nav__header">
<a class="current" href="#about">About</a>
<a href="#components">Adoption</a>
<a href="#architecture">Architecture</a>
<a href="#how">Videos and Docs</a>
</nav>
<div class="links links__header">
<h2 class="links__title">Our community</h2>
<a aria-label="Telegram" class="icon" href="https://t.me/getcarrierio" rel="noreferrer" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg">
<use xlink:href="images/icons.svg#telegram"></use>
</svg>
</a>
<a aria-label="Slack" class="icon"
href="https://join.slack.com/t/carrier-chat/shared_invite/enQtNTg3MjA5NzI4ODA3LTZkYWUxNTZkY2FlYTViM2VlYTVmYTMyODRiOTczYmUwZDM1NTg4OTRlZjVmZjI2NjgzMzc3NDA0Nzk4Nzg1NTA"
rel="noreferrer"
target="_blank">
<svg height="32" width="36" xmlns="http://www.w3.org/2000/svg">
<use xlink:href="images/icons.svg#slack"></use>
</svg>
</a>
<a aria-label="Docker" class="icon" href="https://hub.docker.com/u/getcarrier" rel="noreferrer" target="_blank">
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<use xlink:href="images/icons.svg#docker"></use>
</svg>
</a>
<a aria-label="GitHub" class="icon" href="https://github.com/carrier-io/carrier-io.github.io" rel="noreferrer"
target="_blank">
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<use xlink:href="images/icons.svg#github"></use>
</svg>
</a>
</div>
</div>
<!-- <a href="//github.com/carrier-io/carrier-io.github.io" class="fork">Fork me on Github</a> -->
</div>
</header>
<main class="main">
<section id="about">
<section class="section hero">
<div class="section__inner">
<div class="hero__bg">
<picture class="big-platform">
<source media="(max-width: 414px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 414px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<img alt="" src="images/[email protected]"/>
</picture>
<picture class="left-platform rnd levitate">
<source media="(max-width: 414px)"
srcset="images/[email protected] 2x,images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 414px)"
srcset="images/[email protected] 2x,images/[email protected]"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<img alt="" src="images/[email protected]"/>
</picture>
<picture class="bottom-platform rnd levitate">
<source media="(max-width: 414px)"
srcset="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
type="image/webp"/>
<source media="(max-width: 414px)"
srcset="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source srcset="images/[email protected] 2x, images/[email protected] 1x" type="image/webp"/>
<source srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<img alt="" src="images/[email protected]"/>
</picture>
<picture class="middle-platform rnd levitate">
<source media="(max-width: 414px)"
srcset="images/[email protected] 2x,images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 414px)"
srcset="images/[email protected] 2x,images/[email protected]"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<img alt="" src="images/[email protected]"/>
</picture>
<picture class="small-platform rnd levitate">
<source media="(max-width: 414px)"
srcset="images/[email protected] 2x,images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 414px)"
srcset="images/[email protected] 2x,images/[email protected]"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<img alt="" src="images/[email protected]"/>
</picture>
</div>
<div class="about__description">
<h1 class="about__title">Non Functional Testing Toolkit</h1>
<p class="section__text">The best fitted for people aiming to shift performance and security tests execution left,
save time and effort on framework setup, test results analysis,
as well as receive timed and accurate results and metrics reporting</p>
<div class="get-button__section">
<a class="get__button" target="_blank" href="https://github.com/carrier-io/carrier-io">Get carrier</a>
</div>
<div class="os__availability">
<p class="os__icons-label">Available for:</p>
<ul class="os__icons">
<li aria-label="Ubuntu" class="ubuntu">
<svg class="os__icon" height="18" width="18" xmlns="http://www.w3.org/2000/svg">
<use xlink:href="images/icons.svg#ubuntu"></use>
</svg>
</li>
<li aria-label="CentOS" class="centos">
<svg class="os__icon" height="18" width="18" xmlns="http://www.w3.org/2000/svg">
<use xlink:href="images/icons.svg#centos"></use>
</svg>
</li>
<li aria-label="Windows" class="windows">
<svg class="os__icon" height="18" width="18" xmlns="http://www.w3.org/2000/svg">
<use xlink:href="images/icons.svg#windows"></use>
</svg>
</li>
<li aria-label="Mac OS" class="macos">
<svg class="os__icon" height="18" width="18" xmlns="http://www.w3.org/2000/svg">
<use xlink:href="images/icons.svg#macos"></use>
</svg>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="section advantages">
<div class="section__inner">
<h2 class="section__title">Shift-left for non-functional tests made easy</h2>
<section class="subsection ci">
<div class="title__image">
<picture class="picture rnd levitate">
<source media="(max-width: 414px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 414px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<img loading="lazy" alt="CI friendly design" src="images/[email protected]"/>
</picture>
<picture class="platform">
<source srcset="images/[email protected] 2x,images/[email protected] 1x" type="image/webp"/>
<img loading="lazy" alt=""
src="images/[email protected]"
srcset="images/[email protected] 2x,images/[email protected] 1x"/>
</picture>
</div>
<h3 class="subsection_title">Easy to Rollout</h3>
<p class="subsection__text">Container based solution allows to save costs on test infrastructure</p>
<p class="subsection__text">Our team can help with current state analysis to identify the optimal way to continuous testing</p>
</section>
<section class="subsection time">
<div class="title__image">
<picture class="picture rnd levitate">
<source media="(max-width: 414px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 414px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source srcset="images/[email protected] 2x, images/[email protected] 1x" type="image/webp"/>
<img loading="lazy" alt="Reduces time"
src="images/[email protected]"
srcset="images/[email protected] 2x,images/[email protected] 1x"/>
</picture>
<picture class="platform">
<source srcset="images/[email protected] 2x,images/[email protected] 1x" type="image/webp"/>
<img loading="lazy" alt=""
src="images/[email protected]"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
</picture>
</div>
<h3 class="subsection__title">Easy to Jump-start</h3>
<p class="subsection__text">Established non-functional testing enablement processes give first results in terms of days and weeks not a months</p>
<p class="subsection__text">Out team can help to uplift existing non-functional tests to CI friendly state</p>
</section>
<section class="subsection metrics">
<div class="title__image">
<picture class="picture rnd levitate">
<source media="(max-width: 414px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 414px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source srcset="images/[email protected] 2x, images/[email protected] 1x" type="image/webp"/>
<img loading="lazy" alt="Accurate metrics"
src="images/[email protected]"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
</picture>
<picture class="platform">
<source srcset="images/[email protected] 2x,images/[email protected] 1x" type="image/webp"/>
<img loading="lazy" alt=""
src="images/[email protected]"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
</picture>
</div>
<h3 class="subsection_title">Easy to Understand</h3>
<p class="subsection__text">Email and chat notification provide actual information on a state of application performance and security</p>
<p class="subsection__text">Centralized dashboards show all non-functional trends in one place</p>
<p class="subsection__text">Automated issues reporting minimize risk of problem to be forgotten</p>
</section>
</div>
</section>
<section class="section features">
<div class="section__inner">
<div class="subsection coupled">
<picture class="picture">
<source media="(max-width: 414px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 414px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<img loading="lazy" alt="Loose coupled platform" src="images/[email protected]"/>
</picture>
<div class="description">
<h2 class="section__title">Carrier Covers</h2>
<ul class="description__list">
<li class="section__text">Static Application Security Testing with
<a href="https://hub.docker.com/r/getcarrier/dusty">SAST container</a>
</li>
<li class="section__text">Backend Performance Testing with
<a href="https://hub.docker.com/r/getcarrier/perfmeter">jMeter</a> and
<a href="https://hub.docker.com/r/getcarrier/perfgun">Gatling</a> containers
</li>
<li class="section__text">Frontend Performance Testing with zero coding using
<a href="https://hub.docker.com/r/getcarrier/perf-ui">PerfUI container</a>
</li>
<li class="section__text">Dynamic Application Security Testing with
<a href="https://hub.docker.com/r/getcarrier/dusty">DAST container</a>
</li>
<li class="section__text">UI Performance testing covered by
<a href="https://hub.docker.com/r/getcarrier/observer">Observer container</a>
</li>
</ul>
</div>
</div>
<div class="subsection compare">
<picture class="picture">
<source media="(max-width: 414px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 414px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(max-width: 1024px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"
type="image/webp"/>
<source media="(min-width: 1025px)"
srcset="images/[email protected] 2x, images/[email protected] 1x"/>
<img loading="lazy" alt="Back to back comparison of builds" src="images/[email protected]"/>
</picture>
<div class="description">
<h2 class="section__title">Reporting that helps</h2>
<ul class="description__list">
<li class="section__text">Performance results
<a href="https://github.com/carrier-io/carrier-io/tree/master/grafana_dashboards">aggregation dashboards</a>
help to track trends in real time and over significant periods of time
</li>
<li class="section__text">Security program and project reports help to keeps track on flaws outstanding
and ones that breaks policy compliance
</li>
<li class="section__text">Email and chat
<a href="https://github.com/carrier-io/galloper/tree/master/lambdas">notifications</a>
provide actual information on state of security and performance issues and trends
</li>
<li class="section__text">Jira integration helps to avoid concerns and issues being missed</li>
</ul>
</div>
</div>
</div>
</section>
</section>
<section class="section components" id="components">
<div class="section__inner">
<div class="subsection">
<div class="description">
<h2 class="section__title">Carrier Adoption Flow</h2>
</div>
<picture class="picture">
<img src="images/Adoption_Flow.png" width="80%" height="80%"/>
</picture>
</div>
</div>
</section>
<section class="section plans" id="architecture">
<div class="section__inner">
<picture class="picture">
<img src="images/transparent-arch.png" width="100%" height="100%"/>
</picture>
<section class="subsection">
<h2 class="section__title">Architecture</h2>
<p class="subsection__text">Most of all user interactions happening through Galloper - Carrier's web interface,
which is UWSGI Python Flask application. Galloper exposes RestAPI and WebUI.
Authentication is handled through auth-proxy over KeyCloak</p>
<p class="subsection__text">Tests can be configured in either directly in Galloper or in Control-Tower - CI integration container</p>
<p class="subsection__text">Code of tests can be stored in Min.io - Amazon S3 compatible object storage and secrets for tests better to be stored in Hashicorp Vault, both abstracted by Galloper RestAPI</p>
<p class="subsection__text">Tests Scheduling (Performance, Security) happens through distributed job queue - Celery</p>
<p class="subsection__text">During the execution tests report results into InfluxDB directly and to PostgreSQL through Galloper RestAPI</p>
<p class="subsection__text">Reports of tests tools may be stored in Min.IO</p>
<p class="subsection__text">Analysis of tests results is done by Tasks - simplified implementation of FaaS compatible with all leading FaaS provides such as Amazon Lambda, Google Functions, etc.</p>
<p class="subsection__text">FaaS tasks provide analytical email and chat notifications after tests exection if configured</p>
<p class="subsection__text">Control-Tower can pull threshold analysis results as a quality gates</p>
</section>
</div>
</section>
<section class="section how" id="how">
<div class="section__inner">
<h2 class="section__title">Videos and Documentation</h2>
<div class="get-button__section">
<a class="get__button" target="_blank" href="https://github.com/carrier-io/carrier-io/wiki">Documentation on Github</a>
</div>
<div class="videos-holder">
<button aria-label="Previous" class="prev control" type="button">
<svg xmlns="http://www.w3.org/2000/svg">
<use xlink:href="images/icons.svg#prev"></use>
</svg>
</button>
<div class="videos">
<section class="subsection">
<a aria-label="Play" class="video" href="https://www.youtube.com/watch?v=9ZL1qfgsoCI" rel="noreferrer" target="_blank"></a>
<h4 class="subsection__title">Enabling SAST into pipeline</h4>
<p class="subsection__text">Instruction on how to configure and enable SAST tests into pipeline</p>
</section>
<section class="subsection">
<a aria-label="Play" class="video" href="https://www.youtube.com/watch?v=bYwUF5pwRXQ" rel="noreferrer" target="_blank"></a>
<h4 class="subsection__title">Performance into pipeline</h4>
<p class="subsection__text">Instruction on how to configure and enable performance tests into pipeline</p>
</section>
<section class="subsection">
<a aria-label="Play" class="video" href="https://www.youtube.com/watch?v=KfIl_O1HIus" rel="noreferrer" target="_blank"></a>
<h4 class="subsection__title">jMeter tests execution</h4>
<p class="subsection__text">Instruction on how to configure carrier for jmeter tests execution</p>
</section>
</div>
<button aria-label="Next" class="next control" type="button">
<svg xmlns="http://www.w3.org/2000/svg">
<use xlink:href="images/icons.svg#next"></use>
</svg>
</button>
</div>
</div>
<div class="dots"></div>
</section>
</main>
<footer class="footer">
<div class="section__inner">
<div class="footer__bg">
<picture class="picture">
<source srcset="images/stars.webp" type="image/webp"/>
<img loading="lazy" alt="" src="images/stars.png"/>
</picture>
</div>
<div class="footer__content">
<a aria-label="Carrier" class="logo logo__footer" href="/">
<svg height="36" width="118" xmlns="http://www.w3.org/2000/svg">
<use xlink:href="images/icons.svg#logo"></use>
</svg>
</a>
<nav class="nav nav__footer">
<a class="current" href="#about">About</a>
<a href="#components">Adoption</a>
<a href="#architecture">Architecture</a>
<a href="#how">Videos and Docs</a>
</nav>
<div class="copyright">
<p class="copyright__sponsored">Sponsored by EPAM Systems</p>
<p class="copyright__text">getcarrier.io © 2020 All rights reserved.</p>
</div>
<div class="links links__footer">
<a aria-label="Telegram" class="icon" href="https://t.me/getcarrierio" rel="noreferrer" target="_blank">
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<use xlink:href="images/icons.svg#telegram"></use>
</svg>
</a>
<a aria-label="Slack" class="icon"
href="https://join.slack.com/t/carrier-chat/shared_invite/enQtNTg3MjA5NzI4ODA3LTZkYWUxNTZkY2FlYTViM2VlYTVmYTMyODRiOTczYmUwZDM1NTg4OTRlZjVmZjI2NjgzMzc3NDA0Nzk4Nzg1NTA"
rel="noreferrer"
target="_blank">
<svg height="32" width="36" xmlns="http://www.w3.org/2000/svg">
<use xlink:href="images/icons.svg#slack"></use>
</svg>
</a>
<a aria-label="Docker" class="icon" href="https://hub.docker.com/u/getcarrier" rel="noreferrer" target="_blank">
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<use xlink:href="images/icons.svg#docker"></use>
</svg>
</a>
<a aria-label="GitHub" class="icon" href="//github.com/carrier-io/carrier-io.github.io" rel="noreferrer"
target="_blank">
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<use xlink:href="images/icons.svg#github"></use>
</svg>
</a>
</div>
</div>
</div>
</footer>
<script src="app.js"></script>
</body>
</html>