• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[dev][HTML] index page [dev]

Status
Not open for further replies.
Newbie Spellweaver
Joined
May 12, 2013
Messages
35
Reaction score
4
Heyyy there!


I am currently working on an index page for the habbo retro world and i wondered what your thoughts are when it comes to the design:


JEZE2aW - [dev][HTML] index page [dev] - RaGEZONE Forums


I know the design lacks content, i couldn't figure out what else i could add.


Also heres a code snippet if anyone finds it usefull :)

PHP:
<div class="main"><div id="logo"><h1 id="logo-text">Habbo</div></div></h1><img src="http://i70.servimg.com/u/f70/18/17/96/77/bg_hot10.png" id="main-image" /></div> <div class="sub-box"></div></div> 
<form action="index.php" method="post" id="login-form">
<input type="text" name="log_username" placeholder="Username">    <input type="password" name="log_password" placeholder="Password"><a href="#" class="login">Login</a>
</form>
</div>


Thanks for reading, Will
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Aug 21, 2012
Messages
215
Reaction score
52
Want to make it for RevCMS? Looks good, content missing xD But why a thread for a index!?
 
Newbie Spellweaver
Joined
Mar 26, 2014
Messages
50
Reaction score
5
wew, I kinda like it, but would be nice with more details. I think it would be cool with a complete theme, which matched this index:)
 
Newbie Spellweaver
Joined
Mar 14, 2012
Messages
8
Reaction score
2
Your HTML is broken and you're using bad practices...
First of all you're using a lot of id attribute, I would recommand you to use those only if you want to catch them simply with javascript. Instead use class attribute :):

rlYceV2 - [dev][HTML] index page [dev] - RaGEZONE Forums


And don't ever use   or such things, it looks ugly and CSS was created for it :D:
Last thing, don't use a img element for a background image, better apply the background image to a DOM element styling.

uuYW6fO - [dev][HTML] index page [dev] - RaGEZONE Forums


Give a look at this great
 

Attachments

You must be registered for see attachments list
Status
Not open for further replies.
Back
Top