[dev][HTML] index page [dev]

Results 1 to 6 of 6
  1. #1
    Enthusiast WethreeKings is offline
    MemberRank
    May 2013 Join Date
    MarsLocation
    37Posts

    [dev][HTML] index page [dev]

    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:




    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 Code:
    <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"> &nbsp;&nbsp; <input type="password" name="log_password" placeholder="Password"><a href="#" class="login">Login</a>
    </
    form>
    </
    div

    Thanks for reading, Will


  2. #2
    Account Upgraded | Title Enabled! C0R3G4M3R is offline
    MemberRank
    Aug 2012 Join Date
    GermanyLocation
    218Posts

    Re: [dev][HTML] index page [dev]

    Want to make it for RevCMS? Looks good, content missing xD But why a thread for a index!?

  3. #3
    "(still lacks brains)" NoBrain is offline
    MemberRank
    Sep 2011 Join Date
    United KingdomLocation
    2,658Posts

    Re: [dev][HTML] index page [dev]

    Can you explain as to why a development thread is needed for JUST an index page?

  4. #4
    Member Abidas is offline
    MemberRank
    Mar 2014 Join Date
    DenmarkLocation
    51Posts

    Re: [dev][HTML] index page [dev]

    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:)

  5. #5
    Apprentice Process is offline
    MemberRank
    Mar 2012 Join Date
    8Posts

    Re: [dev][HTML] index page [dev]

    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



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



    Give a look at this great CSS Reference website

  6. #6
    "(still lacks brains)" NoBrain is offline
    MemberRank
    Sep 2011 Join Date
    United KingdomLocation
    2,658Posts

    Re: [dev][HTML] index page [dev]

    Closed since it seems like a dead development. PM me if you would like it re-opened.



Advertisement