Hello! i have been working on my servers portal, and website. I am wondering what you guys think of it! Let me know what you think could be added to improve it. Please leave ratings 1-10 below
Thanks
WEBSITE
WEBSITE
<!DOCTYPE html>
<html>
<head>
<title>Xodus Portal</title> <!-- Page title -->
<link rel="icon" href="http://i.imgur.com/20jnjfR.png" type="image/x-icon" /> <!-- Favicon -->
</head>
<body>
<!-- Styling -->
<style>
body {
background-repeat: no-repeat;
background-attachment: fixed;
background-image: url("http://i.imgur.com/KwfLGrP.jpg");
margin: 0;
background-size: cover;
}
.page {
text-align: center;
}
.logo {
margin-bottom: 15px;
}
</style>
<!-- Container for all content. Centers all text inside of it -->
<div class="page">
<!-- Header image -->
<img class="logo" src="http://i.imgur.com/anbj4S7.png" />
<div>
<!-- Link for button 1 -->
<a href="http://playxodus.enjin.com/home">
<!-- Image for button 1 -->
<img src="http://i.imgur.com/OvBAhqa.png" width="229" height="61" onmouseover="this.src='http://i.imgur.com/9IONOXX.png'" />
</a>
<!-- Link for button 2 -->
<a href="http://xodusprison.buycraft.net/">
<!-- Image for button 2 -->
<img src="http://i.imgur.com/95N13y7.png" width="229" height="61" onmouseover="this.src='http://i.imgur.com/tiJNlNE.png'" onmouseout="this.src='http://i.imgur.com/95N13y7.png'" />
</a>
<!-- Link for button 3 -->
<a href="http://playxodus.enjin.com/vote">
<!-- Image for button 3 -->
<img src="http://i.imgur.com/j5gnqv4.png" width="229" height="61" onmouseover="this.src='http://i.imgur.com/cITW2cu.png'" onmouseout="this.src='http://i.imgur.com/j5gnqv4.png'" />
</a>
<!-- Link for button 4 -->
<a href="http://playxodus.enjin.com/forum">
<!-- Image for button 4 -->
<img src="http://i.imgur.com/CU2qN5x.png" width="229" height="61" onmouseover="this.src='http://i.imgur.com/dppoga1.png'" onmouseout="this.src='http://i.imgur.com/CU2qN5x.png'" />
</a>
<!-- Link for button 5 -->
<a href="http://playxodus.enjin.com/players">
<!-- Image for button 5 -->
<img src="http://i.imgur.com/12Ig5xM.png" width="229" height="61" onmouseover="this.src='http://i.imgur.com/fCKixvN.png'" onmouseout="this.src='http://i.imgur.com/12Ig5xM.png'" />
</a>
</div>
</div>
</body>
</html>
I love the graphics (ie: logo/background), a huge deal breaker for me though is the lack of individuality on the enjin page designs. Aside from the background and logo, it looks very stock.Hello! i have been working on my servers portal, and website. I am wondering what you guys think of it! Let me know what you think could be added to improve it. Please leave ratings 1-10 belowThanks
WEBSITE
