summaryrefslogtreecommitdiff
path: root/src/faq
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-05-24 16:43:48 -0500
committerZach van Rijn <me@zv.io>2021-05-24 16:43:48 -0500
commit0a5015eec26eeebb205e860c64b5472f1f16ab41 (patch)
tree9a80182a815538093d757aa08bff93d39cf0093a /src/faq
downloadsite-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/faq')
-rwxr-xr-xsrc/faq/antarctica-map.psdbin0 -> 9619786 bytes
-rw-r--r--src/faq/index.html77
2 files changed, 77 insertions, 0 deletions
diff --git a/src/faq/antarctica-map.psd b/src/faq/antarctica-map.psd
new file mode 100755
index 0000000..e9e6a68
--- /dev/null
+++ b/src/faq/antarctica-map.psd
Binary files differ
diff --git a/src/faq/index.html b/src/faq/index.html
new file mode 100644
index 0000000..e9c9d2e
--- /dev/null
+++ b/src/faq/index.html
@@ -0,0 +1,77 @@
+<!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 | Frequently Asked Questions</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">
+__HEADER__
+ </div>
+ <!-- end Header -->
+
+ <div class="section-lg bg-image parallax" data-bg-src="antarctica-map.webp">
+ <div class="bg-black-08">
+ <div class="container text-center">
+ <h1 class="font-weight-light margin-0">Common Questions</h1>
+ </div><!-- end container -->
+ </div>
+ </div>
+
+ <div class="section">
+ <div class="container">
+ <div class="row">
+ <div class="col-12 col-sm-10 offset-sm-1">
+ <ul class="nav nav-pills margin-bottom-50 justify-content-center font-family-tertiary font-small font-weight-normal uppercase">
+ <li class="nav-item">
+ <a class="nav-link active" data-toggle="tab" href="#general">General</a>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" data-toggle="tab" href="#support">Support</a>
+ </li>
+ </ul><!-- end nav-pills -->
+ <div class="tab-content">
+ <div class="tab-pane fade show active" id="general">
+ <div>
+ <h6 class="font-weight-normal">What's in a name?</h6>
+ <p>The Adélie penguin is closely related to the Gentoo penguin, and Adélie Linux traces its roots to Gentoo Linux. Adélie is not a Gentoo fork and has little, if anything, to show for that now. The penguin itself was named after the wife of a French explorer.</p>
+ </div>
+ <div class="margin-top-30">
+ <h6 class="font-weight-normal">Who's behind Adélie?</h6>
+ <p>Officially, no single individual. We're a group of like-minded hackers who want a better Linux distribution.<br />Historically, it was started by A. Wilcox and others around 2015 but has taken on several forms since then.</p>
+ </div>
+ </div>
+ <div class="tab-pane fade" id="support">
+ <div>
+ <h6 class="font-weight-normal">Do you offer paid support?</h6>
+ <p>What we call "Enterprise Support" is handled by a separate organization and we will gladly refer your inquiries. Depending on the nature of such an inquiry, you may be directed to an individual software consultant who acts in his or her own capacity.</p>
+ </div>
+ </div>
+ </div><!-- end tab-content -->
+ </div>
+ </div><!-- end row -->
+ </div><!-- end container -->
+ </div>
+
+__INDEPENDENT_SHADE__
+__FOOTER__
+ </body>
+</html>