Skip to content

Commit

Permalink
fix: move contact info and add disclaimer to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhhleyyy authored and Gegy committed Sep 12, 2024
1 parent 0557ddb commit d70a04e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
9 changes: 9 additions & 0 deletions static/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,12 @@ img.sharp {
image-rendering: -o-pixelated;
-ms-interpolation-mode: nearest-neighbor;
}

.footer {
margin-top: 16px;
text-align: center;
}

.footer p {
margin-top: 16px;
}
4 changes: 0 additions & 4 deletions static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,3 @@ h1 {
margin-right: 10px;
border-radius: 10px;
}

#contacts p {
text-align: center;
}
13 changes: 12 additions & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
6 changes: 0 additions & 6 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d70a04e

Please sign in to comment.