Added Discord Button
This commit is contained in:
parent
3a8e30ba31
commit
3a0656f919
21
index.html
21
index.html
@ -56,6 +56,20 @@
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
.dsc-btn {
|
||||
background-color: #9656ce;
|
||||
color: white;
|
||||
padding: 10px 20px;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
margin: 10px auto;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #45a049;
|
||||
}
|
||||
@ -63,6 +77,10 @@
|
||||
.source-btn:hover {
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
.dsc-btn:hover {
|
||||
background-color: #5b209a;
|
||||
}
|
||||
|
||||
.dropdown-content {
|
||||
display: none;
|
||||
@ -148,7 +166,8 @@
|
||||
<div class="footer">
|
||||
<p>I am not affiliated with EaglerCraft, Eagtek, Microsoft, or Mojang. I solely host these sites.</p>
|
||||
<a href="https://github.com/eaglercraftx1-8/eaglercraftx1-8.github.io" class="source-btn" target="_blank">Github Repository</a>
|
||||
<a href="https://github.com/eaglercraftx1-8/eaglercraftx1-8.github.io/issues" target="_blank"><button>Tell/Ask us something.</button></a>
|
||||
<a href="https://github.com/eaglercraftx1-8/eaglercraftx1-8.github.io/issues" target="_blank"><button>Tell/Ask us something</button></a>
|
||||
<a href="https://discord.gg/czV7M8JXXM" class="dsc-btn" target="_blank">Discord Server</a>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user