-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: move contact info and add disclaimer to footer
- Loading branch information
1 parent
0557ddb
commit d70a04e
Showing
4 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -304,7 +304,3 @@ h1 { | |
margin-right: 10px; | ||
border-radius: 10px; | ||
} | ||
|
||
#contacts p { | ||
text-align: center; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,17 @@ | |
|
||
<body> | ||
{% block body %} {% endblock %} | ||
|
||
<footer class="footer"> | ||
<h2>Contact</h2> | ||
<div> | ||
<p>If you have been suspended from the server, and would like to appeal, please visit <a href="https://appeals.nucleoid.xyz/">this form</a>.</p> | ||
<p>If you would like to contact our administration and moderation team, you may send a mail to <a href="mailto:[email protected]">[email protected]</a>. You may also send a message to @NucleMail#8467 on our <a href="https://nucleoid.xyz/discord">Discord server</a>.</p> | ||
</div> | ||
<div> | ||
<p>Nucleoid is not an official Minecraft product. It is not approved by or associated with Mojang or Microsoft.</p> | ||
</div> | ||
</footer> | ||
</body> | ||
|
||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,12 +106,6 @@ <h1>The Contributors</h1> | |
</p> | ||
</div> | ||
|
||
<h1>Additional Contacts</h1> | ||
<div id="contacts" class="content"> | ||
<p>If you have been suspended from the server, and would like to appeal, please visit <a href="https://appeals.nucleoid.xyz/">this form</a>.</p> | ||
<p>If you would like to contact our administration and moderation team, you may send a mail to <a href="mailto:[email protected]">[email protected]</a>. You may also send a message to @NucleMail#8467 on our <a href="https://nucleoid.xyz/discord">Discord server</a>.</p> | ||
</div> | ||
|
||
<script src="index.js"></script> | ||
<script src="contributors.js"></script> | ||
</div> | ||
|