diff options
Diffstat (limited to 'src/contact')
-rwxr-xr-x | src/contact/ice-cave.psd | bin | 0 -> 24464164 bytes | |||
-rw-r--r-- | src/contact/index.html | 105 | ||||
-rw-r--r-- | src/contact/irc.html | 55 | ||||
-rw-r--r-- | src/contact/social.html | 89 |
4 files changed, 249 insertions, 0 deletions
diff --git a/src/contact/ice-cave.psd b/src/contact/ice-cave.psd Binary files differnew file mode 100755 index 0000000..70154f5 --- /dev/null +++ b/src/contact/ice-cave.psd diff --git a/src/contact/index.html b/src/contact/index.html new file mode 100644 index 0000000..c092da3 --- /dev/null +++ b/src/contact/index.html @@ -0,0 +1,105 @@ +<!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 | Contact</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="ice-cave.webp"> + <div class="bg-black-03"> + <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">Contact 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="https://lists.adelielinux.org/archive/"> + <div class="border-all border-radius padding-40 hover-shadow"> + <i class="ti-email text-dark"></i> + <h5 class="font-weight-normal margin-top-20">Mailing Lists</h5> + <p>Mailing lists are a standard for support and discussion.<br />Archives are public.</p> + </div> + </a> + <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="irc.html"> + <div class="border-all border-radius padding-40 hover-shadow"> + <i class="ti-exchange-vertical text-dark"></i> + <h5 class="font-weight-normal margin-top-20">IRC</h5> + <p>Instant community support.<br /><code>#adelie-support</code> on <code>irc.interlinked.me</code> port <code>6697</code> SSL.</p> + </div> + </a> + <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="social.html"> + <div class="border-all border-radius padding-40 hover-shadow"> + <i class="ti-user text-dark"></i> + <h5 class="font-weight-normal margin-top-20">Social Media</h5> + <p>Adélie is active on some of the popular social platforms, however response times may be slower.</p> + </div> + </a> + </div><!-- end row --> + </div><!-- end container --> + </div> + + <!-- About section --> + <div class="section bg-grey-lighter"> + <div class="container"> + <div class="row"> + <div class="col-12 col-md-4"> + <h5 class="font-weight-light margin-0">Our community has standards.</h5> + </div> + <div class="col-12 col-md-4"> + <p>For information about how to avoid thin ice, check out <a href="/standards/"><strong>our community standards</strong></a>.</p> + </div> + <div class="col-12 col-md-4"> + <p>We look forward to meeting you!</p> + </div> + </div><!-- end row --> + </div><!-- end container --> + </div> + <!-- end About section --> + + <!-- Services section --> + <div class="section" id="business"> + <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">Enterprise Support</h4> + <p>Please email <code>consulting@adelielinux.org</code> for more information.</p> + </div> + </div><!-- end row --> + </div><!-- end container --> + </div> + <!-- end Services section --> + +__INDEPENDENT_SHADE__ +__FOOTER__ + </body> +</html> diff --git a/src/contact/irc.html b/src/contact/irc.html new file mode 100644 index 0000000..831c143 --- /dev/null +++ b/src/contact/irc.html @@ -0,0 +1,55 @@ +<!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 | IRC Web Client</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 --> + + <!-- https://kiwiirc.com/clientbuilder/ --> + <div class="section" style="padding-top: 80px; padding-bottom: 0px;"> + <iframe src="https://kiwiirc.com/nextclient/?settings=9303533aaa0a84a07c2a903f0528e925" style="width:100%;height:680px;border:0;display:block"></iframe> + </div> + + <!-- About section --> + <div class="section bg-grey-lighter" style="padding-top: 0px; padding-bottom: 30px;"> + <div class="container"> + <div class="row"> + <div class="col-12 col-md-4"> + </div> + <div class="col-12 col-md-4"> + <a class="button button-lg button-radius button-dark margin-top-30" href="/contact/">Return to Contact Page</a> + </div> + <div class="col-12 col-md-4"> + </div> + </div><!-- end row --> + </div><!-- end container --> + </div> + <!-- end About section --> + +__INDEPENDENT_WHITE__ +__FOOTER__ + </body> +</html> diff --git a/src/contact/social.html b/src/contact/social.html new file mode 100644 index 0000000..da83c86 --- /dev/null +++ b/src/contact/social.html @@ -0,0 +1,89 @@ +<!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 | Social Media</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="ice-cave.webp"> + <div class="bg-black-03"> + <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">Social Media</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="https://old.reddit.com/r/AdelieLinux/"> + <div class="border-all border-radius padding-40 hover-shadow"> + <i class="ti-reddit text-dark"></i> + <h5 class="font-weight-normal margin-top-20">Reddit</h5> + </div> + </a> + <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="https://twitter.com/adelielinux"> + <div class="border-all border-radius padding-40 hover-shadow"> + <i class="ti-twitter text-dark"></i> + <h5 class="font-weight-normal margin-top-20">Twitter</h5> + </div> + </a> + <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="https://t.me/Adeliegram"> + <div class="border-all border-radius padding-40 hover-shadow"> + <i class="ti-comment-alt text-dark"></i> + <h5 class="font-weight-normal margin-top-20">Telegram</h5> + </div> + </a> + </div><!-- end row --> + </div><!-- end container --> + </div> + + <!-- About section --> + <div class="section bg-grey-lighter"> + <div class="container"> + <div class="row"> + <div class="col-12 col-md-4"> + <h5 class="font-weight-light margin-0">Our community has standards.</h5> + </div> + <div class="col-12 col-md-4"> + <p>For information about how to avoid thin ice, check out <a href="/standards/"><strong>our community standards</strong></a>.</p> + </div> + <div class="col-12 col-md-4"> + <p>Please note that these sites are external and have their own privacy and usage policies.</p> + </div> + </div><!-- end row --> + </div><!-- end container --> + </div> + <!-- end About section --> + +__INDEPENDENT_WHITE__ +__FOOTER__ + </body> +</html> |