diff options
Diffstat (limited to 'src/contact')
-rw-r--r-- | src/contact/index.html | 4 | ||||
-rw-r--r-- | src/contact/social.html | 6 |
2 files changed, 8 insertions, 2 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> |