diff options
author | Zach van Rijn <me@zv.io> | 2021-05-24 16:43:48 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-05-24 16:43:48 -0500 |
commit | 0a5015eec26eeebb205e860c64b5472f1f16ab41 (patch) | |
tree | 9a80182a815538093d757aa08bff93d39cf0093a /src/about | |
download | site-ng-0a5015eec26eeebb205e860c64b5472f1f16ab41.tar.gz site-ng-0a5015eec26eeebb205e860c64b5472f1f16ab41.tar.bz2 site-ng-0a5015eec26eeebb205e860c64b5472f1f16ab41.tar.xz site-ng-0a5015eec26eeebb205e860c64b5472f1f16ab41.zip |
Initial commit. Still missing pages/content.
Diffstat (limited to 'src/about')
-rwxr-xr-x | src/about/adelie-desktop-merge-1.psd | bin | 0 -> 5611917 bytes | |||
-rwxr-xr-x | src/about/dna-rendering.psd | bin | 0 -> 14092574 bytes | |||
-rw-r--r-- | src/about/index.html | 153 |
3 files changed, 153 insertions, 0 deletions
diff --git a/src/about/adelie-desktop-merge-1.psd b/src/about/adelie-desktop-merge-1.psd Binary files differnew file mode 100755 index 0000000..cb812f8 --- /dev/null +++ b/src/about/adelie-desktop-merge-1.psd diff --git a/src/about/dna-rendering.psd b/src/about/dna-rendering.psd Binary files differnew file mode 100755 index 0000000..006e760 --- /dev/null +++ b/src/about/dna-rendering.psd diff --git a/src/about/index.html b/src/about/index.html new file mode 100644 index 0000000..f704c27 --- /dev/null +++ b/src/about/index.html @@ -0,0 +1,153 @@ +<!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 | About</title> + <!-- Favicon --> + <link href="/assets/images/favicon.png" 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 --> + + <!-- section 1 --> + <div class="section-lg"> + <div class="container"> + <div class="row align-items-center"> + <div class="col-12 col-md-4"> + <h1 class="display-2 font-weight-thin margin-0">Stability</h1> + </div> + <div class="col-12 col-md-8"> + <h3 class="font-weight-normal">Adélie is the platform</h3> + <div class="divider-width-40px margin-bottom-20"> + <hr class="bg-black-09"> + </div> + <p>Adélie is an independent, Libre operating system based on the Linux kernel and musl runtime library.<br />We focus on reliability, security, compatibility, portability, and usability.</p> + <br /> + <p>Simplicity is a feature, not a bug—icebergs are best observed from a distance.<br />That's why Adélie is built on top of proven standards and technologies. It's core to everything we do.</p> + </div> + </div><!-- end row --> + </div><!-- end container --> + </div> + <!-- end section 1 --> + + <!-- section 2 --> + <div class="section-lg bg-image parallax" data-bg-src="adelie-desktop-merge-1.webp"> + <div class="bg-black-08"> + <div class="container"> + <div class="row align-items-center"> + <div class="col-12 col-md-4"> + <h1 class="display-2 font-weight-thin margin-0"><a href="/desktop/">Desktop</a></h1> + </div> + <div class="col-12 col-md-8"> + <h3 class="font-weight-normal">Leave the kitchen sink for someone else</h3> + <div class="divider-width-40px margin-bottom-20"> + <hr class="bg-white-09"> + </div> + <p>We don't attempt to solve every Linux Desktop problem. Because of this, we've already solved 99% of them. You can count on your desktop to be there for you, no matter the task or time.</p> + <br /> + <p>In fact, Adélie's existence was borne of the observation that desktop distros were unreliable.</p> + <br /> + <p>Adélie's efficiency lends itself to working well on legacy systems, too.<br />Macintosh G3? No problem.</p> + <a class="button button-lg button-radius button-white-2 margin-top-30" href="/download/">Download for Desktop</a> + </div> + </div><!-- end row --> + </div><!-- end container --> + </div><!-- end bg-black-* --> + </div> + <!-- end section 2 --> + + <!-- section 3 --> + <div class="section-lg"> + <div class="container"> + <div class="row align-items-center"> + <div class="col-12 col-md-4"> + <h1 class="display-2 font-weight-thin margin-0"><a href="/servers/">Servers</a></h1> + </div> + <div class="col-12 col-md-8"> + <h3 class="font-weight-normal">Security and reliability are not optional</h3> + <div class="divider-width-40px margin-bottom-20"> + <hr class="bg-black-09"> + </div> + <p>Security updates are nearly instant. No unnecessary services run, period. Services are managed by the world-class supervision software, s6, designed to do one thing and to do it well. If an application misbehaves, it's stopped in its tracks before it can cause harm.<p> + <br /> + <p>Adélie does not claim to provide magical security protections. Instead, it provides everything you need to rest assured knowing there are no surprises. Because you deserve to know the truth.</p> + <a class="button button-lg button-radius button-dark margin-top-30" href="/download/">Download for Servers</a> + </div> + </div><!-- end row --> + </div><!-- end container --> + </div> + <!-- end section 3 --> + + <!-- section 4 --> + <div class="section-lg bg-image parallax" data-bg-src="dna-rendering.webp"> + <div class="bg-black-08"> + <div class="container"> + <div class="row align-items-center"> + <div class="col-12 col-md-4"> + <h1 class="display-2 font-weight-thin margin-0"><a href="/hpc/">Clusters</a></h1> + </div> + <div class="col-12 col-md-8"> + <h3 class="font-weight-normal">Research is the responsible way forward</h3> + <div class="divider-width-40px margin-bottom-20"> + <hr class="bg-white-09"> + </div> + <p>Adélie isn't satisfied with just being a Linux distribution. While it is important to contribute bug fixes and patches to upstream software projects and provide a reliable experience for our users, we care deeply about bringing industry-leading software to musl, and musl to the forefront of science.</p> + <br /> + <p>We are pursuing partnerships and collaborations with universities and research organizations to solve a tomorrow's problems using musl-based distributions. We hope to publish some of our work.</p> + <br /> + <a>Linux is installed on every single TOP500 supercomputer. Linux distributions need to catch up.</a> + <a class="button button-lg button-radius button-white-2 margin-top-30" href="/download/">Download for Clusters</a> + </div> + </div><!-- end row --> + </div><!-- end container --> + </div><!-- end bg-black-* --> + </div> + <!-- end section 4 --> + + <!-- section 5 --> + <div class="section-lg"> + <div class="container"> + <div class="row align-items-center"> + <div class="col-12 col-md-4"> + <h1 class="display-2 font-weight-thin margin-0">Support</h1> + </div> + <div class="col-12 col-md-8"> + <h3 class="font-weight-normal">Need help deciding?</h3> + <div class="divider-width-40px margin-bottom-20"> + <hr class="bg-black-09"> + </div> + <p>We understand your business can't hit the pause button and that trying a new Linux distribution can be daunting. That's why we're here for you every step of the way, whether you're looking to solve a specific problem or design systems of scale. Our systems and software experts are ready to help.<p> + <br /> + <p>Your needs are complex—and that's music to our ears because we're constantly looking for new ways to further refine Adélie. Please note that we do not support inherently broken designs.</p> + <br /> + <p>Our partners can facilitate hardware matters including data center, storage, and support solutions.</p> + <a class="button button-lg button-radius button-dark margin-top-30" href="/enterprise/">Learn More</a> + </div> + </div><!-- end row --> + </div><!-- end container --> + </div> + <!-- end section 5 --> + +__INDEPENDENT_SHADE__ +__FOOTER__ + </body> +</html> |