Added source code link and Discord nav button
This commit is contained in:
parent
088de0992a
commit
db1a10a283
@ -97,3 +97,13 @@ body {
|
||||
background-color: white !important;
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
#footer {
|
||||
position: fixed;
|
||||
bottom: 10px;
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
color: white;
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user