-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontactus.html
More file actions
60 lines (59 loc) · 4.4 KB
/
contactus.html
File metadata and controls
60 lines (59 loc) · 4.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
title: Contact Us
layout: default
---
<div class="container pt-3 pb-3">
<h1 class="text-center">Contacting Us</h1>
<p class="text-center">We have several options available if you'd like to get in touch with us.</p>
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
GitHub
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>You can create an issue on one of our projects to address problems, or create a discussion (where applicable) where you can ask questions or make comments. Our GitHub can be found <a href="https://github.com/NCX-Programming">here</a>, and can also be accessed using the GitHub logo at the bottom of every page.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Email
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>If you have anything you'd like to send to us directly, you can use our email, <a href="mailto:ncxprogrammingofficial@gmail.com">ncxprogrammingofficial@gmail.com</a>. We currently don't have a proper email on our domain (the address github@ncxprogramming.com just forwards to our Gmail address), but we're working on it.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Discord
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>You can also <a href="https://discord.gg/TbPXuFr">join our Discord server</a> to ask questions or get support. Note that joining and participating in our server requires you to follow all of the rules in place there. We reserve the right to remove you at any time, with or without prior notice, if you are found to be in violation of our rules. The link to our server is also available through the Discord logo at the bottom of every page.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFour">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
Revolt
</button>
</h2>
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>If you want to join our community, but you also value FOSS like we do, you can <a href="https://app.revolt.chat/invite/gHF7jcqa">join our Revolt server</a> to ask questions or get support. This server is bridged to our Discord server so you won't miss out on anything. Note that joining and participating in our server requires you to follow all of the rules in place there. Just like with Discord, we reserve the right to remove you at any time, with or without prior notice, if you are found to be in violation of our rules.</p>
</div>
</div>
</div>
</div>
<p class="text-center pt-3">More contact methods may become available over time. Please note that contact methods not listed here may not be official.</p>
</div>