Rate my website out of 10

Status
This thread has been locked.

spiny

owo
Banned
Feedback score
4
Posts
574
Reactions
213
Resources
0
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
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

TheBanapple

Premium
Feedback score
0
Posts
41
Reactions
38
Resources
0
Hey man, I noticed a few things that should be changed before adding anything to it.


I have reformatted everything, and fixed what is important. But there is still some depreciated code that shouldn't be used anymore.
If you want me to completely clean this up, let me know.

HTML:
<!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>

PS: It looks like you've copied/pasted code from a few different websites. You won't learn doing it this way. I know a lot of places you can learn if you need. And I rate 4/10
 
Last edited:

TylBur

Premium
Feedback score
3
Posts
244
Reactions
106
Resources
3
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
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.

6/10
 
Status
This thread has been locked.
Top