blob: ac62c3bb6afcf02b6728e4d654c709a90a83122c (
plain) (
blame)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="keywords" content="">
<title>Adélie Linux | Enterprise</title>
<!-- Favicon -->
<link href="/assets/images/icons/favicon.ico" rel="shortcut icon">
<!-- CSS -->
<link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet">
<link href="/assets/plugins/owl-carousel/owl.theme.default.min.css" rel="stylesheet">
<link href="/assets/plugins/magnific-popup/magnific-popup.min.css" rel="stylesheet">
<link href="/assets/plugins/sal/sal.min.css" rel="stylesheet">
<link href="/assets/css/theme.css" rel="stylesheet">
<!-- Fonts/Icons -->
<link href="/assets/plugins/font-awesome/css/all.css" rel="stylesheet">
<link href="/assets/plugins/themify/themify-icons.min.css" rel="stylesheet">
<link href="/assets/plugins/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
</head>
<body>
<!-- Header -->
<div class="header right absolute-dark sticky">
__HEADER__
</div>
<!-- end Header -->
<!-- Services section -->
<div class="section">
<div class="container">
<div class="margin-bottom-70">
<div class="row text-center">
<div class="col-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2 col-xl-6 offset-xl-3">
<h2 class="font-weight-light">Working together is good business. Challenge us.</h2>
<div class="divider-width-50px">
<hr class="bg-black-07">
</div>
</div>
</div>
</div>
<div class="row col-spacing-40 icon-5xl text-center">
<!-- Service box 1 -->
<div class="col-12 col-md-6 col-lg-4">
<i class="ti-world text-dark"></i>
<h5 class="font-weight-normal margin-top-20">Software Ports</h5>
<p>We can help you port your software and its dependencies to musl libc and supported architectures so that your business can take full advantage of the Adélie platform.</p>
</div>
<!-- Service box 2 -->
<div class="col-12 col-md-6 col-lg-4">
<i class="ti-dashboard text-dark"></i>
<h5 class="font-weight-normal margin-top-20">Performance Profiling</h5>
<p>Whether it's a single application or a complex interconnected system, we can help optimize your software to meet your requirements.</p>
</div>
<!-- Service box 3 -->
<div class="col-12 col-md-6 col-lg-4">
<i class="ti-layout-grid2 text-dark"></i>
<h5 class="font-weight-normal margin-top-20">System Integration</h5>
<p>We can help you pull off your next project. Ask us how the Adélie platform could fit the bill.</p>
</div>
<!-- Service box 4 -->
<div class="col-12 col-md-6 col-lg-4">
<i class="ti-cloud text-dark"></i>
<h5 class="font-weight-normal margin-top-20">Managed Cloud</h5>
<p>This is a buzzword. We're technology experts and we can provide many of the services your business needs. Just tell us which ones.</p>
</div>
<!-- Service box 5 -->
<div class="col-12 col-md-6 col-lg-4">
<i class="ti-harddrives text-dark"></i>
<h5 class="font-weight-normal margin-top-20">Data Storage</h5>
<p>We can help with your data storage needs including access, hardware, software, maintenance, and performance.</p>
</div>
<!-- Service box 6 -->
<div class="col-12 col-md-6 col-lg-4">
<i class="ti-settings text-dark"></i>
<h5 class="font-weight-normal margin-top-20">Service Contracts</h5>
<p>The Adélie platform already takes you far. Service Contracts are for when you just don't want to think about your infrastructure at all.</p>
</div>
</div><!-- end row -->
<div class="margin-top-70 text-center">
<a class="button button-lg button-radius button-reveal-right-dark" href="/contact/#business"><span>Get In Touch</span><i class="ti-arrow-right"></i></a>
</div>
</div><!-- end container -->
</div>
<!-- end Services section -->
<!-- Services section -->
<div class="section bg-grey-lighter">
<div class="container">
<div class="row text-left">
<div class="col-12 col-sm-10 offset-sm-1 col-md-8 offset-md-2 col-lg-6 offset-lg-3">
<h4 class="font-weight-normal">Important</h4>
<p>We consider requests that align with our objectives on a pro bono basis.</p>
<br />
<p>For services that necessitate payment, we will gladly refer you to one or more consultants with the hope that they can meet your needs. In many cases, they will also consider donating to our project, which is our goal.</p>
<br />
<p>Adélie does not officially endorse or guarantee any third-party support.</p>
</div>
</div><!-- end row -->
</div><!-- end container -->
</div>
<!-- end Services section -->
__INDEPENDENT_WHITE__
__FOOTER__
</body>
</html>
|