diff options
author | Zach van Rijn <me@zv.io> | 2021-05-29 05:51:24 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-05-29 05:51:24 -0500 |
commit | 7af1bb7e6e9334315eaa860b43f39a71bce53d19 (patch) | |
tree | c7264c8f468a33d7b1cccef8c206c6bbc7b52eea /src/quickstart | |
parent | 773b8a5f19d1b60fc42aaa200129af496ede173b (diff) | |
download | site-ng-7af1bb7e6e9334315eaa860b43f39a71bce53d19.tar.gz site-ng-7af1bb7e6e9334315eaa860b43f39a71bce53d19.tar.bz2 site-ng-7af1bb7e6e9334315eaa860b43f39a71bce53d19.tar.xz site-ng-7af1bb7e6e9334315eaa860b43f39a71bce53d19.zip |
Tabs --> Spaces.
Diffstat (limited to 'src/quickstart')
-rw-r--r-- | src/quickstart/index.html | 168 |
1 files changed, 84 insertions, 84 deletions
diff --git a/src/quickstart/index.html b/src/quickstart/index.html index 6b5c4c1..732e822 100644 --- a/src/quickstart/index.html +++ b/src/quickstart/index.html @@ -1,95 +1,95 @@ <!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=""> + <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 | Quick Start Guides</title> - <!-- Favicon --> + <title>Adélie Linux | Quick Start Guides</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-light sticky"> + <!-- 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 --> + </div> + <!-- end Header --> - <div class="section-lg bg-image parallax" data-bg-src="penguin-jumping.webp"> - <div class="bg-black-04"> - <div class="container text-center"> - <div class="row"> - <div class="col-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2"> - <h1 class="font-weight-light margin-0">Jump into Adélie</h1> - </div> - </div><!-- end row --> - </div><!-- end container --> - </div> - </div> + <div class="section-lg bg-image parallax" data-bg-src="penguin-jumping.webp"> + <div class="bg-black-04"> + <div class="container text-center"> + <div class="row"> + <div class="col-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2"> + <h1 class="font-weight-light margin-0">Jump into Adélie</h1> + </div> + </div><!-- end row --> + </div><!-- end container --> + </div> + </div> - <div class="section padding-top-0"> - <div class="container"> - <div class="row icon-5xl text-center"> - <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="installation.html"> - <div class="border-all border-radius padding-40 hover-shadow"> - <i class="ti-import text-dark"></i> - <h5 class="font-weight-normal margin-top-20">Installation</h5> - <p>Most users will want to use our installer. Manual installation is easy, too, for advanced cases.</p> - </div> - </a> - <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="packages.html"> - <div class="border-all border-radius padding-40 hover-shadow"> - <i class="ti-package text-dark"></i> - <h5 class="font-weight-normal margin-top-20">Getting Packages</h5> - <p>Our package manager is simple. You tell it what you want, and it figures out how to make it happen.</p> - </div> - </a> - <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="customize.html"> - <div class="border-all border-radius padding-40 hover-shadow"> - <i class="ti-panel text-dark"></i> - <h5 class="font-weight-normal margin-top-20">Customizing Adélie</h5> - <p>Fine-tuning Adélie to fit your needs is fun. You don't need to spend hours on page 36 of Google.</p> - </div> - </a> - <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="/contribute/"> - <div class="border-all border-radius padding-40 hover-shadow"> - <i class="ti-heart text-dark"></i> - <h5 class="font-weight-normal margin-top-20">Contributing</h5> - <p>We don't have all the manpower or funding we need. Contributing is a great way to show the love.</p> - </div> - </a> - <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="https://help.adelielinux.org/"> - <div class="border-all border-radius padding-40 hover-shadow"> - <i class="ti-map-alt text-dark"></i> - <h5 class="font-weight-normal margin-top-20">Documentation</h5> - <p>All of our documentation, all in one place. This should answer most or all of your questions.</p> - </div> - </a> - <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="/contact/"> - <div class="border-all border-radius padding-40 hover-shadow"> - <i class="ti-comments text-dark"></i> - <h5 class="font-weight-normal margin-top-20">Community</h5> - <p>The Adélie is friendly, responsive, and inclusive. We support each other, users and developers alike.</p> - </div> - </a> - </div><!-- end row --> - </div><!-- end container --> - </div> + <div class="section padding-top-0"> + <div class="container"> + <div class="row icon-5xl text-center"> + <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="installation.html"> + <div class="border-all border-radius padding-40 hover-shadow"> + <i class="ti-import text-dark"></i> + <h5 class="font-weight-normal margin-top-20">Installation</h5> + <p>Most users will want to use our installer. Manual installation is easy, too, for advanced cases.</p> + </div> + </a> + <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="packages.html"> + <div class="border-all border-radius padding-40 hover-shadow"> + <i class="ti-package text-dark"></i> + <h5 class="font-weight-normal margin-top-20">Getting Packages</h5> + <p>Our package manager is simple. You tell it what you want, and it figures out how to make it happen.</p> + </div> + </a> + <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="customize.html"> + <div class="border-all border-radius padding-40 hover-shadow"> + <i class="ti-panel text-dark"></i> + <h5 class="font-weight-normal margin-top-20">Customizing Adélie</h5> + <p>Fine-tuning Adélie to fit your needs is fun. You don't need to spend hours on page 36 of Google.</p> + </div> + </a> + <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="/contribute/"> + <div class="border-all border-radius padding-40 hover-shadow"> + <i class="ti-heart text-dark"></i> + <h5 class="font-weight-normal margin-top-20">Contributing</h5> + <p>We don't have all the manpower or funding we need. Contributing is a great way to show the love.</p> + </div> + </a> + <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="https://help.adelielinux.org/"> + <div class="border-all border-radius padding-40 hover-shadow"> + <i class="ti-map-alt text-dark"></i> + <h5 class="font-weight-normal margin-top-20">Documentation</h5> + <p>All of our documentation, all in one place. This should answer most or all of your questions.</p> + </div> + </a> + <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="/contact/"> + <div class="border-all border-radius padding-40 hover-shadow"> + <i class="ti-comments text-dark"></i> + <h5 class="font-weight-normal margin-top-20">Community</h5> + <p>The Adélie is friendly, responsive, and inclusive. We support each other, users and developers alike.</p> + </div> + </a> + </div><!-- end row --> + </div><!-- end container --> + </div> __INDEPENDENT_SHADE__ __FOOTER__ - </body> + </body> </html> |