-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
659 lines (592 loc) · 40.8 KB
/
index.html
File metadata and controls
659 lines (592 loc) · 40.8 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
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
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="robots" content="all,follow">
<meta name="googlebot" content="index,follow,snippet,archive">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>InfraBox</title>
<meta name="keywords" content="">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,500,700,800' rel='stylesheet' type='text/css'>
<!-- Bootstrap and Font Awesome css -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<!-- Css animations -->
<link href="css/animate.css" rel="stylesheet">
<!-- Theme stylesheet, if possible do not edit this stylesheet -->
<link href="css/style.default.css" rel="stylesheet" id="theme-stylesheet">
<!-- Custom stylesheet - for your changes -->
<link href="css/custom.css" rel="stylesheet">
<!-- Responsivity for older IE -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Favicon and apple touch icons-->
<link rel="shortcut icon" href="img_ib/favicon/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="img_ib/favicon/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="img_ib/favicon/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="img_ib/favicon/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="img_ib/favicon/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="img_ib/favicon/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="img_ib/favicon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="img_ib/favicon/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="img_ib/favicon/apple-touch-icon-152x152.png" />
<!-- owl carousel css -->
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.theme.css" rel="stylesheet">
</head>
<body>
<a href="https://github.com/SAP/infrabox" target="_blank" class="hidden-xs">
<img style="z-index: 1000; position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png">
</a>
<div id="all">
<header>
<div class="navbar-affixed-top" data-spy="affix" data-offset-top="200">
<div class="navbar navbar-default yamm" role="navigation" id="navbar">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand home" href="index.html">
<img src="img_ib/logo_compact_transparent.png" alt="InfraBox logo" class="hidden-xs hidden-sm" style="width:150px">
<img src="img_ib/logo_compact_transparent.png" alt="InfraBox logo" class="visible-xs visible-sm" style="width:120px"><span class="sr-only">InfraBox - go to homepage</span>
</a>
<div class="navbar-buttons">
<button type="button" class="navbar-toggle btn-template-main" data-toggle="collapse" data-target="#navigation">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-align-justify"></i>
</button>
</div>
</div>
<!--/.navbar-header -->
<div class="navbar-collapse collapse" id="navigation">
<ul class="nav navbar-nav navbar-right">
<li class="active">
<a href="#" class="inherit-font">Home</a>
</li>
<li class="use-yamm yamm-fw">
<a href="#overview" class="inherit-font">Overview</a>
</li>
<li class="use-yamm yamm-fw">
<a href="#features" class="inherit-font">Features</a>
</li>
<li class="use-yamm yamm-fw">
<a href="#usecases" class="inherit-font">Use Cases</a>
</li>
<li class="use-yamm yamm-fw">
<a href="#copyright" class="inherit-font">Contact</a>
</li>
<li class="use-yamm yamm-fw">
<a href="https://github.com/SAP/infrabox" target="_blank" class="inherit-font"><i class="fa fa-external-link"></i>Documentation</a>
</li>
</ul>
</div>
<!--/.nav-collapse -->
<div class="collapse clearfix" id="search">
<form class="navbar-form" role="search">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search">
<span class="input-group-btn">
<button type="submit" class="btn btn-template-main"><i class="fa fa-search"></i></button>
</span>
</div>
</form>
</div>
<!--/.nav-collapse -->
</div>
</div>
<!-- /#navbar -->
</div>
<!-- *** NAVBAR END *** -->
</header>
<!-- *** LOGIN MODAL ***
_________________________________________________________ -->
<div class="modal fade" id="login-modal" tabindex="-1" role="dialog" aria-labelledby="Login" aria-hidden="true">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="Login">Customer Login</h4>
</div>
<div class="modal-body">
<form action="customer-orders.html" method="post">
<div class="form-group">
<input type="text" class="form-control" id="email_modal" placeholder="email">
</div>
<div class="form-group">
<input type="password" class="form-control" id="password_modal" placeholder="password">
</div>
<p class="text-center">
<button class="btn btn-template-main"><i class="fa fa-sign-in"></i> Log in</button>
</p>
</form>
<p class="text-center text-muted">Not registered yet?</p>
<p class="text-center text-muted"><a href="customer-register.html"><strong>Register now</strong></a>! It is easy and done in 1 minute and gives you access to special discounts and much more!</p>
</div>
</div>
</div>
</div>
<!-- *** LOGIN MODAL END *** -->
<section>
<!-- *** HOMEPAGE CAROUSEL ***
_________________________________________________________ -->
<div class="home-carousel">
<div class="dark-mask"></div>
<div class="container">
<div class="">
<img src="img_ib/logo_white_on_transparent.png" alt="" width="60%" style="padding: 7%">
</div>
</div>
</div>
<!-- *** HOMEPAGE CAROUSEL END *** -->
</section>
<section class="background-white">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="heading">
<h3>Projects</h3>
</div>
<ul class="ul-icons">
<li><i class="fa fa-check"></i>Perfect for cloud native applications</li>
<li><i class="fa fa-check"></i>Native Docker & Kubernetes support</li>
<li><i class="fa fa-check"></i>Build, test and deploy your projects</li>
<li><i class="fa fa-check"></i>... or run any other task in a container</li>
</ul>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="heading">
<h3>Overview</h3>
</div>
<ul class="ul-icons">
<li><i class="fa fa-check"></i>Real-time graph of your workflows</li>
<li><i class="fa fa-check"></i>All tests results at one glance</li>
<li><i class="fa fa-check"></i>Create custom output</li>
<li><i class="fa fa-check"></i>All information in one place</li>
</ul>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="heading">
<h3>Flexibility</h3>
</div>
<ul class="ul-icons">
<li><i class="fa fa-check"></i>Serverless computing for full flexibility</li>
<li><i class="fa fa-check"></i>Set limits for CPU and memory</li>
<li><i class="fa fa-check"></i>Run jobs in parallel</li>
<li><i class="fa fa-check"></i>Optimal resource utilization</li>
</ul>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="heading">
<h3>Reproducibility</h3>
</div>
<ul class="ul-icons">
<li><i class="fa fa-check"></i>Download jobs to your local machine</li>
<li><i class="fa fa-check"></i>Get all prerequisites to run</li>
<li><i class="fa fa-check"></i>No ssh into your build machines anymore</li>
<li><i class="fa fa-check"></i>No "works for me" anymore</li>
</ul>
</div>
</div>
</div>
</section>
<section id="about" class="bar background-ib no-mb color-white text-center">
<div class="container">
<div class="heading text-center">
<h2>What is InfraBox?</h2>
</div>
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<div class="video">
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/O8N2U7d404I?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="col-md-3"></div>
</div>
</div>
</section>
<section id="overview" class="bar background-white">
<div class="container">
<div class="heading text-center">
<h2>Overview</h2>
</div>
<div class="col-md-12">
<div class="row">
<div class="col-md-4">
<div class="box-simple">
<div class="icon">
<i class="fa fa-tasks"></i>
</div>
<h3>Manage your project</h3>
<p class="text-justify">Once set up, you always have a reproducible environment, ideal for benchmarks and testing. You can be sure that all environment variables are set and necessary libraries are available with their correct versions.</p>
</div>
</div>
<div class="col-md-4">
<div class="box-simple">
<div class="icon">
<i class="fa fa-bar-chart"></i>
</div>
<h3>Real-time build visualization</h3>
<p class="text-justify">InfraBox creates a graph for each of your workflows. Changes of the contained jobs are updated instantly. So you are always up to date what's going on and can check if your machine configuration fulfills the requirements of your process.</p>
</div>
</div>
<div class="col-md-4">
<div class="box-simple">
<div class="icon">
<i class="fa fa-sitemap"></i>
</div>
<h3>Reuse workflows as unit</h3>
<p class="text-justify">Any workflow can be integrated into others. Define a workflow as dependency for other jobs or workflows. It can require inputs from or provide output for other units in your current graph - just like any integrated single job does.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="box-simple">
<div class="icon">
<i class="fa fa-trophy"></i>
</div>
<h3>Optimize your build process</h3>
<p class="text-justify">Configure which job has to wait for another one - we run all jobs in their required order and parallelize jobs which can be run independently.</p>
</div>
</div>
<div class="col-md-4">
<div class="box-simple">
</div>
</div>
<div class="col-md-4">
<div class="box-simple">
<div class="icon">
<i class="fa fa-chain"></i>
</div>
<h3>Integrations</h3>
<p class="text-justify">InfraBox integrates with Gerrit, GitHub, LDAP. You can use GitHub or LDAP to authenticate your users. Also every push to your GitHub or Gerrit repository may trigger a workflow to build, test and deploy your project.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--<section class="bar no-mb padding-big text-center">
<div class="container text-center">
<h3 class="text-white"><i class="fa fa-cubes"></i><span> Try it out </span><i class="fa fa-cubes"></i></h3>
<div class="text-white p-t-md p-b-xl">
<h4 class="text-white">Visit our free InfraBox playground.</h4>
<p>Set up your first project with InfraBox and get to know the great InfraBox features.</p>
</div>
<a role="button" href="https://infrabox.ninja/dashboard/#/login" target="_blank" class="btn btn-default btn-lg"><img src="img_ib/favicon/favicon-32x32.png" /> infrabox.ninja</a>
<div class="text-white p-t-xxl">
<p><i class="fa fa-info-circle"></i><span> Have a look at the InfraBox quickstart guides: </span> <a style="text-decoration: underline; font-weight: bold; color: inherit" href="https://github.com/InfraBox/infrabox/blob/master/docs/guides/connect_github.md" target="_blank">"How to connect a GitHub repository"</a> and <a style="text-decoration: underline; font-weight: bold; color: inherit" href="https://github.com/InfraBox/infrabox/blob/master/docs/guides/upload.md" target="_blank">"How to upload a build"</a></p>
</div>
</div>
</section>-->
<section id="features" class="bar background-gray no-mb padding-big text-center-sm">
<div class="container">
<div class="heading text-center">
<h2>Features</h2>
<p class="lead text-center p-t-md">Optimize your build process. Analyze problems easier. Be efficient.</p>
</div>
</div>
<div class="container">
<div class="row bg-white p-t-xl p-b-xl">
<div class="col-md-6">
<h2 class="text-uppercase">Workflows</h2>
<p class="lead mb-small">Ease up the daily business</p>
<p class="text-justify mb-small">InfraBox allows you to split up your complex build into a workflow of several easier to handle jobs. With our intuitive configuration you can define dependencies between the single jobs. So the output of every job can be used as input for the others. InfraBox executes them in this predefined order, parallelizing all that are independent from each other.<br>Each workflow can be used as part of other workflows, so you can easily create a clear structure for better comprehensibility and ideal for collaboration.</p>
<p>Your workflows can be static ones that are predefined, so you are able to model your your build process the way it fits your needs. On the other hand InfraBox provides the means to design <strong>dynamic</strong> workflows, e.g. to react on git tags or adjust to the needs of different branches.</p>
<p><a href="https://github.com/SAP/InfraBox/blob/master/docs/doc.md" target="_blank" class="btn btn-template-main">Learn more</a>
</p>
</div>
<div class="col-md-6 text-center hidden-xs">
<img src="img_ib/dependencies.png" alt="Workflow" class="img-responsive" width=100% class="border-gray">
</div>
<div class="col-md-6 text-center hidden-lg hidden-md hidden-xl hidden-sm">
<img src="img_ib/dependencies.png" alt="Workflow" class="img-responsive" width=100% class="border-gray">
</div>
</div>
</div>
<div class="container m-t-xl">
<div class="row bg-white p-t-xl p-b-xl">
<div class="col-md-6 text-center hidden-xs">
<img src="img_ib/examples.png" alt="Dashboard" class="img-responsive" width=100% class="border-gray">
</div>
<div class="col-md-6">
<h2 class="text-uppercase">Build Dashboard</h2>
<p class="lead mb-small">Everything at a glance</p>
<p class="text-justify mb-small">The InfraBox Dashboard visualizes your workflow as dependency graph. While your build is running the graph is updated in real-time.<br>You can use the Dashboard to:</p>
<ul class="text-justify">
<li>
check the state of your build and its jobs.
</li>
<li>
validate if your workflow is designed best.
</li>
<li>
restart or stop the build process or clear its cache.
</li>
<li>
get all badges that are created during your build (e.g. for code coverage or other validation checks)
</li>
<!-- <li>
get information about the commit itself and get redirected to GitHub if neccessary.
</li>
<li>
check the changes made during the last commit.
</li>-->
</ul>
</div>
<div class="col-md-6 text-center hidden-lg hidden-md hidden-xl hidden-sm">
<img src="img_ib/examples.png" alt="Dashboard" class="img-responsive" width=100% class="border-gray">
</div>
</div>
</div>
<div class="container m-t-xl">
<div class="row bg-white p-t-xl p-b-xl">
<div class="col-md-6">
<h2 class="text-uppercase">Job Details</h2>
<p class="lead mb-small">All details where they're needed</p>
<p class="text-justify mb-small">InfraBox tracks all important facts about your job, so you've got everything important at one place. Get information about its duration, its state and - if it's a hosted project - the commit it belongs to. At the project overview page you get the whole console output for the job, so you can always check what's going on without any additional log files.<br/>To optimize the duration of your runs InfraBox caches your metadata for each job and each node. So you don't waste your capacities for the same routines again and again.</p>
</div>
<div class="col-md-6 text-center hidden-xs">
<img src="img_ib/test.png" alt="Job Details" class="img-responsive" width=100% class="border-gray">
</div>
<div class="col-md-6 text-center hidden-lg hidden-md hidden-xl hidden-sm">
<img src="img_ib/test.png" alt="Job Details" class="img-responsive" width=100% class="border-gray">
</div>
</div>
</div>
<div class="container m-t-xl">
<div class="row bg-white p-t-xl p-b-xl">
<div class="col-md-6 text-center hidden-xs">
<img src="img_ib/custom_output.png" alt="Custom Output" class="img-responsive" width=100% class="border-gray" class="border-gray">
</div>
<div class="col-md-6">
<h2 class="text-uppercase">Customizable Output</h2>
<p class="lead mb-small">Your job, your output.</p>
<p class="text-justify mb-small">InfraBox offers an easy to use annotation to generate custom output panels. Those panels are integrated in the job details page and perfectly complement the standard job output. Use these custom panels to:
</p>
<ul class="text-justify">
<li>create reports for your analysis tools (e.g. code coverage, security checkers...)</li>
<li>summarize your special job output (e.g. metrics, calculation results...)</li>
<li>generate job documentation and reports</li>
</ul>
</div>
<div class="col-md-6 text-center hidden-lg hidden-md hidden-xl hidden-sm">
<img src="img_ib/custom_output.png" alt="Custom Output" class="img-responsive" width=100% class="border-gray">
</div>
</div>
</div>
<div class="container m-t-xl">
<div class="row bg-white p-t-xl p-b-xl">
<div class="col-md-6">
<h2 class="text-uppercase">Command Line Tool</h2>
<p class="lead mb-small">Your local connection to InfraBox</p>
<p class="text-justify mb-small">From your command line you can control several InfraBox features:
</p>
<ul class="text-justify">
<li>
Restart or stop your build.
</li>
<li>
Download single jobs to reproduce them locally.
</li>
<li>
Upload your results to InfraBox.
</li>
<li>
Visualize dependencies and results of local projects on your InfraBox Dashboard.
</li>
</ul>
<p><a href="https://github.com/sap/infrabox-cli" class="btn btn-template-main">Learn more</a>
</p>
</div>
<div class="col-md-6 text-center hidden-xs">
<img src="img_ib/shell.png" alt="Command Line Tool" class="img-responsive" width=100% class="border-gray">
</div>
<div class="col-md-6 text-center hidden-lg hidden-md hidden-xl hidden-sm">
<img src="img_ib/shell.png" alt="Command Line Tool" class="img-responsive" width=100% class="border-gray">
</div>
</div>
</div>
<div class="container m-t-xl">
<div class="row bg-white p-t-xl p-b-xl">
<div class="col-md-6">
<h2 class="text-uppercase">Cloud native CI/CD</h2>
<p class="lead mb-small">From the cloud, for the cloud</p>
<p class="text-justify mb-small">InfraBox is a serverless computing platform that is specialised on CI/CD. With its native Docker, Docker Compose and Kubernetes support, it's perfect for your cloud native applications. You can build them within the InfraBox cluster and directly deploy them as cloud application at your host - like we do this with InfraBox itself, too.
</p>
</div>
<div class="col-md-6 text-center hidden-xs">
<img src="img_ib/cloud.png" alt="Command Line Tool" class="img-responsive" width=100% class="border-gray">
</div>
<div class="col-md-6 text-center hidden-lg hidden-md hidden-xl hidden-sm">
<img src="img_ib/cloud.png" alt="Command Line Tool" class="img-responsive" width=100% class="border-gray">
</div>
</div>
</div>
<div class="container m-t-xl">
<div class="row bg-white p-t-xl p-b-xl">
<div class="col-md-6 text-center hidden-xs">
<img src="img_ib/integratedConfig.png" alt="Command Line Tool" class="img-responsive" width=75% class="border-gray">
</div>
<div class="col-md-6">
<h2 class="text-uppercase">Fully integrated configuration</h2>
<p class="lead mb-small">All the flexibility you need</p>
<p class="text-justify mb-small">Your complete build configuration you need to run your build on InfraBox is part of your repository. With an easy to use configuration file you set up your build graph and the dependencies between the Docker files of your single jobs. Never again you'll have to login to a build machine.<br/>InfraBox enables you to get full control about the resources your jobs use. Just limit or increase the number of CPUs or the memory a job can utilize by a simple change of details in your configuration file.
</p>
</div>
<div class="col-md-6 text-center hidden-lg hidden-md hidden-xl hidden-sm">
<img src="img_ib/integratedConfig.png" alt="Command Line Tool" class="img-responsive" width=75% class="border-gray">
</div>
</div>
</div>
</section>
<section id="usecases" class="bar background-white no-mb">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading text-center">
<h2>Use Cases</h2>
</div>
<p class="lead text-center">Get inspired. Improve your workflows. Containerize your project.</p>
<ul class="owl-carousel testimonials same-height-row usecase-item">
<li class="item b-l-r">
<div class="testimonial same-height-always">
<div class="text">
<p><strong> Who benefits from InfraBox?</strong></p>
<div class="p-t-sm">
<i class="fa fa-fw fa-linux fa-2x m-r-sm" aria-hidden="true"></i>Software projects building on <strong>Linux</strong> operating systems
</div>
<div class="p-t-sm">
<i class="fa fa-fw fa-code-fork fa-2x m-r-sm" aria-hidden="true"></i>Developers that want to realize <strong>CI / CD</strong> for their projects
</div>
<div class="p-t-sm">
<i class="fa fa-fw fa-bug fa-2x m-r-sm" aria-hidden="true"></i>People trying to <strong>reproduce</strong> software errors
</div>
<div class="p-t-sm" style="opacity:0">
<i class="fa fa-fw fa-circle fa-2x m-r-sm" aria-hidden="true"></i>xxx
</div>
<p class="m-t-xl"><strong> What can InfraBox do for you?</strong></p>
<div class="p-t-sm">
<i class="fa fa-fw fa-server fa-2x m-r-sm" aria-hidden="true"></i>Offers a <strong>serverless computing platform</strong>
</div>
<div class="p-t-sm">
<i class="fa fa-fw fa-tasks fa-2x m-r-sm" aria-hidden="true"></i>Builds, tests and <strong>deploys</strong> your software project
</div>
<div class="p-t-sm">
<i class="fa fa-fw fa-sitemap fa-2x m-r-sm" aria-hidden="true"></i>Lets you split up you project to <strong>reduce complexity</strong>
</div>
<div class="p-t-sm">
<i class="fa fa-fw fa-line-chart fa-2x m-r-sm" aria-hidden="true"></i><strong>Parallelizes</strong> your jobs to speed up your builds
</div>
<div class="p-t-sm">
<i class="fa fa-fw fa-copy fa-2x m-r-sm" aria-hidden="true"></i>Can <strong>reproduce</strong> every job, everywhere, everytime
</div>
<div class="p-t-sm">
<i class="fa fa-fw fa-bar-chart fa-2x m-r-sm" aria-hidden="true"></i><strong>Visualizes</strong> your test results and your <strong>custom output</strong>
</div>
</div>
<div class="bottom">
<div class="icon"><i class="fa fa-trophy"></i></div>
<div class="name-picture">
<h5>Build Process Optimization</h5>
<p>Avoid routine jobs. Be more efficient.</p>
</div>
</div>
</div>
</li>
<li class="item b-l-r">
<div class="testimonial same-height-always">
<div class="text">
<p><strong> Who benefits from InfraBox?</strong></p>
<div class="p-t-sm"><i class="fa fa-flask fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Scientist running <strong>complex calculations</strong></div>
<div class="p-t-sm"><i class="fa fa-wrench fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Engineers with <strong>Computer Aided Engineering</strong> tasks</div>
<div class="p-t-sm"><i class="fa fa-gears fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Designer of <strong>big, complex</strong> software components</div>
<div class="p-t-sm"><i class="fa fa-random fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Computing tasks with <strong>changing hardware requirements</strong></div>
<p class="m-t-xl"><strong> What can InfraBox do for you?</strong></p>
<div class="p-t-sm"><i class="fa fa-server fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Runs your <strong>computing </strong>jobs</div>
<div class="p-t-sm"><i class="fa fa-laptop fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Offers different <strong>machine configurations</strong> to choose</div>
<div class="p-t-sm"><i class="fa fa-sliders fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Enables you to try <strong>different variants simulatanously</strong></div>
<div class="p-t-sm"><i class="fa fa-crosshairs fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Lets you <strong>focus on your project</strong> not your servers</div>
<div class="p-t-sm"><i class="fa fa-expand fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Provides a <strong>scalable cluster</strong> without long-term contracts</div>
<div class="p-t-sm"><i class="fa fa-download fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Lets you <strong>reproduce</strong> the variants <strong>locally</strong></div>
</div>
<div class="bottom">
<div class="icon"><i class="fa fa-flask"></i>
</div>
<div class="name-picture">
<h5>Outsource Advanced Computing</h5>
<p>Stop waiting for your results.</p>
</div>
</div>
</div>
</li>
<li class="item b-l-r">
<div class="testimonial same-height-always">
<div class="text">
<p><strong> Who benefits from InfraBox?</strong></p>
<div class="p-t-sm"><i class="fa fa-file-text-o fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Analysts <strong>evaluating data</strong> and creating reports</div>
<div class="p-t-sm"><i class="fa fa-area-chart fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Developers making <strong>perfomance tests</strong></div>
<div class="p-t-sm"><i class="fa fa-balance-scale fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Tester needing <strong>comparable results</strong></div>
<div class="p-t-sm"><i class="fa fa-medkit fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Administrator doing <strong>regular</strong> system health <strong>checks</strong></div>
<p class="m-t-xl"><strong> What can InfraBox do for you?</strong></p>
<div class="p-t-sm"><i class="fa fa-play-circle-o fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Lets easily <strong>restart and stop</strong> once set up batch jobs</div>
<div class="p-t-sm"><i class="fa fa-paint-brush fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Can create <strong>custom output</strong> to document your results</div>
<div class="p-t-sm"><i class="fa fa-search fa-2x fa-fw m-r-sm" aria-hidden="true"></i><strong>Collects your job logs</strong> so you've got all at one spot</div>
<div class="p-t-sm"><i class="fa fa-copy fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Helps to <strong>reproduce and check</strong> your job locally</div>
<div class="p-t-sm"><i class="fa fa-expand fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Offers <strong>flexible infrastructure</strong> for irregular tasks</div>
<div class="p-t-sm"><i class="fa fa-cube fa-2x fa-fw m-r-sm" aria-hidden="true"></i>Uses <strong>Docker</strong> as stable, handy environment</div>
</div>
<div class="bottom">
<div class="icon"><i class="fa fa-list-alt"></i>
</div>
<div class="name-picture">
<h5>Run Your Batch Jobs</h5>
<p>Get a stable environment and better documentation.</p>
</div>
</div>
</div>
</li>
</ul>
<!-- /.owl-carousel -->
<!-- *** testimonials CAROUSEL END *** -->
</div>
</div>
</div>
</section>
<!-- *** COPYRIGHT ***-->
<div id="copyright">
<div class="container">
<div class="col-md-12">
<h4 class="text-white">Contact</h4>
<p><strong>InfraBox UG (haftungsbeschränkt)</strong>
<br>Papa-Straße 23
<br>68723 Schwetzingen
<br><strong>Germany</strong>
<br> Managing Director: Franziska Schilling
</p>
<hr class="hidden-md hidden-lg hidden-sm">
<p class="pull-left">© 2018. InfraBox UG (haftungsbeschränkt)</p>
</div>
</div>
</div>
<!-- *** COPYRIGHT END *** -->
</div>
<!-- /#all -->
<!-- #### JAVASCRIPT FILES ### -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="js/jquery-1.11.0.min.js"><\/script>')
</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<script src="js/jquery.cookie.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/jquery.parallax-1.1.3.js"></script>
<script src="js/front.js"></script>
<!-- owl carousel -->
<script src="js/owl.carousel.min.js"></script>
</body>
</html>