summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/contact/index.html4
-rw-r--r--src/contact/social.html6
-rw-r--r--src/download/index.html4
-rw-r--r--src/standards/index.html6
4 files changed, 14 insertions, 6 deletions
diff --git a/src/contact/index.html b/src/contact/index.html
index 115429d..9f052aa 100644
--- a/src/contact/index.html
+++ b/src/contact/index.html
@@ -91,8 +91,8 @@ __HEADER__
<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>
+ <h4 class="font-weight-normal">Enterprise Support and Security Matters</h4>
+ <p>Please email <code>consulting@</code> or <code>security@</code>, respectively.</p>
</div>
</div><!-- end row -->
</div><!-- end container -->
diff --git a/src/contact/social.html b/src/contact/social.html
index 70e4de6..73c3e26 100644
--- a/src/contact/social.html
+++ b/src/contact/social.html
@@ -43,6 +43,12 @@ __HEADER__
<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://discord.gg/bvQj6249wu">
+ <div class="border-all border-radius padding-40 hover-shadow">
+ <i class="ti-thought text-dark"></i>
+ <h5 class="font-weight-normal margin-top-20">Discord</h5>
+ </div>
+ </a>
<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>
diff --git a/src/download/index.html b/src/download/index.html
index bb183b4..2867050 100644
--- a/src/download/index.html
+++ b/src/download/index.html
@@ -398,8 +398,8 @@ __FOOTER__
*/
version = "1.0";
- release = "beta5";
- gendate = "20240426";
+ release = "beta6";
+ gendate = "20241223";
disturl = "//distfiles.adelielinux.org/adelie";
inittext = "Adélie" + " " + version + "-" + release + " (" + gendate + ")";
diff --git a/src/standards/index.html b/src/standards/index.html
index 3ef2b4c..aa9b094 100644
--- a/src/standards/index.html
+++ b/src/standards/index.html
@@ -32,12 +32,14 @@ __HEADER__
<div class="section-lg">
<div class="container">
<div class="margin-bottom-0">
- <div class="row text-center">
+ <div class="row text-left">
<div class="col-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2">
<h2>Community Standards</h2>
<p>We are committed to providing a welcoming and inspiring community for all.</p>
<br />
- <p>This page outlines expectations for participation in the Adélie communities and procedures for reporting unacceptable behavior. Moderation and disciplinary action may occur at our discretion.</p>
+ <p>This page outlines expectations for participation in the Adélie communities and procedures for reporting unacceptable behavior.</p>
+ <br />
+ <p>This code of conduct is based on the template established by the TODO Group and used by other large communities. Moderation and disciplinary action may occur at our discretion.</p>
</div>
</div>
</div>