Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Website Design Feedback

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #198684
    jaspapps
    Participant

    Hi guys

    I made a site where you can fill in your grades and then calculate your average (only works for Belgian schools). I’m not that great of a designer, but I tried my best at making the website look reasonable. Have any suggestions for a better design?

    Thanks in advance

    http://www.jaspapps.com/rapport

    #198685
    Paulie_D
    Member

    No link?

    #198689
    Anonymous
    Inactive

    I’d say it looks really nice! :)

    A few things:
    – If you are able to, I think that the “< terug” button should trigger the animation to reverse so that we get the feeling of “going back”.
    – I would prefer if there was a label for the first select element, such as “Selecteer je richting”
    – The “Rekken uit” button can be further emphasized (I’d say use color to create more contrast, and make it a bit bigger :) )
    – I would also recommend vertically centering “content” of input-con. This can quite easily be done by adding two wrapper elements, the first with

    display: table;
    

    and the second with

    display: table-cell;
    vertical-align: middle;
    

    Read more about this here: https://www.google.se/webhp?sourceid=chrome-instant&rlz=1C1ASUM_enSE608SE608&ion=1&espv=2&ie=UTF-8#q=complete%20guide%20to%20centering
    * You could add some animation to the results page, so that it starts at 0% and the “counts” up (increases visibly). An example of how to achieve the effect can be seen here: http://stackoverflow.com/questions/2540277/jquery-counter-to-count-up-to-a-target-number

    Best of luck!

    #198690
    jaspapps
    Participant

    Wow thanks for all the help WilhelmW!
    I will implement that in to the site shortly.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Design’ is closed to new topics and replies.