home-test
max 1 year ago
parent 5c11b1748a
commit 0b341ab95e

@ -44,11 +44,24 @@ h3 {
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
} }
.btn:hover {background: #eee;} .btn:hover {
background: #eee;
.home {color: green;} }
.login {color: rgb(233, 87, 238);} .home {
.music {color: rgb(255, 190, 70);} color: green;
.blog {color: rgb(0, 217, 255);} }
.discord {color: black;} .login {
.git {color: rgb(230, 68, 68);} 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>
</div> </div>
<p style="padding:5px 15px;text-align:center;"> <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 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 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 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 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> <button class="btn git"><a href="https://git.whytheyfight.com" target="_blank">Git</a></button>
</p> </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> </body>
<footer></footer> <footer></footer>
</html> </html>

@ -18,7 +18,7 @@
<a href="https://social.whytheyfight.com" class="links" target="_blank">Mastodon (Coming Soon)</a> <a href="https://social.whytheyfight.com" class="links" target="_blank">Mastodon (Coming Soon)</a>
<!-- Logo --> <!-- Logo -->
<!--<div class="bottom-text">Links | WTFxUS</div> --> <!--<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> </body>
<footer></footer> <footer></footer>
</html> </html>
Loading…
Cancel
Save