saf
This commit is contained in:
parent
5c11b1748a
commit
0b341ab95e
3 changed files with 24 additions and 11 deletions
|
@ -44,11 +44,24 @@ h3 {
|
|||
cursor: pointer;
|
||||
display: inline-block;
|
||||
}
|
||||
.btn:hover {background: #eee;}
|
||||
|
||||
.home {color: green;}
|
||||
.login {color: rgb(233, 87, 238);}
|
||||
.music {color: rgb(255, 190, 70);}
|
||||
.blog {color: rgb(0, 217, 255);}
|
||||
.discord {color: black;}
|
||||
.git {color: rgb(230, 68, 68);}
|
||||
.btn:hover {
|
||||
background: #eee;
|
||||
}
|
||||
.home {
|
||||
color: green;
|
||||
}
|
||||
.login {
|
||||
color: rgb(233, 87, 238);
|
||||
}
|
||||
.music {
|
||||
color: rgb(255, 190, 70);
|
||||
}
|
||||
.blog {
|
||||
color: rgb(0, 217, 255);
|
||||
}
|
||||
.discord {
|
||||
color: black;
|
||||
}
|
||||
.git {
|
||||
color: rgb(230, 68, 68);
|
||||
}
|
|
@ -16,14 +16,14 @@
|
|||
</div>
|
||||
</div>
|
||||
<p style="padding:5px 15px;text-align:center;">
|
||||
<button class="btn home"><a href="https://whytheyfight.com/home" target="_blank">Home</a></button>
|
||||
<button class="btn home"><a href="https://beta.whytheyfight.com" target="_blank">Home</a></button>
|
||||
<button class="btn login"><a href="https://login.whytheyfight.com/realms/WTFxUS/account" target="_blank">Log In</a></button>
|
||||
<button class="btn music"><a href="https://open.spotify.com/playlist/1Eu0OT5741DZAkePkyeFYQ?si=adec1a3ea8b244c3" target="_blank">Music</a></button>
|
||||
<button class="btn blog"><a href="https://blog.whytheyfight.com" target="_blank">Blog</a></button>
|
||||
<button class="btn discord"><a href="https://discord.whytheyfight.com" target="_blank">Discord</a></button>
|
||||
<button class="btn git"><a href="https://git.whytheyfight.com" target="_blank">Git</a></button>
|
||||
</p>
|
||||
<a href="https://git.whytheyfight.com/max/WTFxUS/src/branch/master/index.html" style="color:rgb(255, 255, 255);padding:5px 15px;text-align:center;>Source Code</p>
|
||||
<a href="https://git.whytheyfight.com/max/WTFxUS/src/branch/master/index.html" style="color:rgb(255, 255, 255);text-align:center>Source Code</p>
|
||||
</body>
|
||||
<footer></footer>
|
||||
</html>
|
|
@ -18,7 +18,7 @@
|
|||
<a href="https://social.whytheyfight.com" class="links" target="_blank">Mastodon (Coming Soon)</a>
|
||||
<!-- Logo -->
|
||||
<!--<div class="bottom-text">Links | WTFxUS</div> -->
|
||||
<a href="https://git.whytheyfight.com/max/WTFxUS/src/branch/master/maxfromwtf.html" style="color:rgb(255, 255, 255);padding:5px 15px;text-align:center;>Source Code</p>
|
||||
<a href="https://git.whytheyfight.com/max/WTFxUS/src/branch/master/maxfromwtf.html" style="color:rgb(255, 255, 255);text-align:center>Source Code</p>
|
||||
</body>
|
||||
<footer></footer>
|
||||
</html>
|
Loading…
Reference in a new issue