summaryrefslogtreecommitdiff
path: root/src/servers/index.html
blob: 2db945b09ee1234fc34b450ac4b72075e1c95142 (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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!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 | Servers</title>
        <!-- Favicon -->
        <link href="/assets/images/icons/gen_polyguin_color_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-light sticky">
__HEADER__
        </div>
        <!-- end Header -->

        <!-- Hero section -->
        <div class="section-xl bg-image parallax" data-bg-src="servers-header.jpg">
            <div class="bg-black-05">
                <div class="container">
                    <div class="row">
                        <div class="col-12 col-sm-10 col-md-8">
                            <div class="margin-top-50 margin-bottom-50">
                                <h1 class="display-4 font-weight-bold text-white">Adélie is for Servers</h1>
                                <ul class="list-inline-dash">
                                    <li class="text-white-09 font-weight-normal">Refined</li>
                                    <li class="text-white-09 font-weight-normal">Reliable</li>
                                    <li class="text-white-09 font-weight-normal">Ready</li>
                                </ul>
                            </div>
                            <a class="button button-lg button-radius button-white-2 margin-top-30" href="#why">See Why</a>
                        </div>
                    </div><!-- end row -->
                </div><!-- end container -->
            </div>
            <div style="position:relative; top:-80px;" id="why"><!-- this magic number compensates for the header on anchor jump --></div>
        </div>
        <!-- end Hero section -->

        <!-- section -->
        <div class="section border-top">
            <div class="container">
                <!-- box 1 -->
                <div class="row align-items-center col-spacing-50">
                    <div class="col-12 col-md-6">
                        <img class="border-radius box-shadow-with-hover" src="engineers.jpg" alt="">
                    </div>
                    <div class="col-12 col-md-6">
                        <h6 class="font-family-tertiary font-small font-weight-normal uppercase">Your business never stops. Neither do we.</h6>
                        <h4>Adélie is for You</h4>
                        <p>Adélie's rock-solid design gives you everything you need to run your virtual machines, NAS, databases, VPNs, and services with confidence.</p>
                        <br />
                        <p>A unique compatibility layer allows your business-critical software to take advantage of the Adélie platform.</p>
                        <br />
                        <p>Adélie is a great choice for servers big and small, loud and quiet.<br />Containers work great, too.</p>
                        <a class="button button-lg button-radius button-outline-dark-2 margin-top-30" href="/download/">Download</a>
                    </div>
                </div>
                <!-- box 2 -->
                <div class="row align-items-center col-spacing-50 margin-top-50 text-md-right">
                    <div class="col-12 col-md-6 order-md-2">
                        <img class="border-radius box-shadow-with-hover" src="raspberry-pi.jpg" alt="">
                    </div>
                    <div class="col-12 col-md-6 order-md-1">
                        <h6 class="font-family-tertiary font-small font-weight-normal uppercase">Reduce your footprint</h6>
                        <h4>and You</h4>
                        <p>Whether you're deploying massive server farms or tinkering at home, Adélie helps you reduce your carbon footprint. Not only is our software lightweight, it's uncompromising in terms of security and reliability.</p>
                        <br />
                        <p>You'll need to deploy and manage fewer servers with Adélie.</p>
                        <a class="button button-lg button-radius button-outline-dark-2 margin-top-30" href="/download/">Download</a>
                    </div>
                </div>
                <!-- box 3 -->
                <div class="row align-items-center col-spacing-50 margin-top-50">
                    <div class="col-12 col-md-6">
                        <img class="border-radius box-shadow-with-hover" src="network-switch.jpg" alt="">
                    </div>
                    <div class="col-12 col-md-6">
                        <h6 class="font-family-tertiary font-small font-weight-normal uppercase">Rack your servers, not your brain</h6>
                        <h4>and U</h4>
                        <p>No one likes to spend unnecessary time in a noisy data center. Minimize that time by deploying as few servers as you need, and trust that they'll remain accessible no matter the workload, 1U or many.</p>
                        <br />
                        <p>As a Linux distribution, Adélie gives you all the standard development tooling you've come to rely on. Your applications run more securely, too.</p>
                        <a class="button button-lg button-radius button-outline-dark-2 margin-top-30" href="/download/">Download</a>
                    </div>
                </div>
            </div><!-- end container -->
        </div>
        <!-- end section -->

        <!-- About -->
        <div class="section bg-grey-lighter">
            <div class="container">
                <div class="row">
                    <div class="col-12 col-md-4">
                        <h4 class="font-weight-light">Like what you see?</h4>
                        <h3><a href="/download/">Download Adélie</a></h3>
                    </div>
                    <div class="col-12 col-md-4">
                        <p>Adélie is bundled with Horizon, an easy-to-use installer to get you up and running quickly.</p>
                        <br />
                        <p>Large-scale deployments are easily automated with the fully-specified <a href="https://www.adelielinux.org/horizon/"><strong>HorizonScript language</strong></a>.</p>
                    </div>
                    <div class="col-12 col-md-4">
                        <p>With a vibrant community of developers and users alike, the support you need is within immediate reach. For those in need of more support, the Adélie Team is here for you.</p>
                    </div>
                </div><!-- end row -->
            </div><!-- end container -->
        </div>
        <!-- end About -->

__INDEPENDENT_WHITE__
__FOOTER__
    </body>
</html>