Added source code link and Discord nav button

This commit is contained in:
lkarch 2025-05-22 14:28:52 -04:00
parent 088de0992a
commit db1a10a283
2 changed files with 14 additions and 0 deletions

View File

@ -97,3 +97,13 @@ body {
background-color: white !important;
color: black !important;
}
#footer {
position: fixed;
bottom: 10px;
left: 10px;
}
#footer a {
color: white;
}

View File

@ -18,6 +18,7 @@
<button class="navButton" id="membersButton" onclick="switchSection('members', this)">Members</button>
<button class="navButton" id="newsButton" onclick="switchSection('news', this)">News Notice</button>
<button class="navButton" id="historyButton" onclick="switchSection('history', this)">History</button>
<button class="navButton" id="discordButton" onclick="window.location.href = 'https://discord.newnameful.com'">Discord</button>
</div>
<div class="section" id="info">
<p>Info</p>
@ -55,6 +56,9 @@
<div class="section" id="history">
<p>History</p>
</div>
<div id="footer">
<a href="https://git.lkarch.org/lkarch/newnameful.com">Source</a><br>
</div>
<script src="assets/javascript/index.js"></script>
</body>
</html>