Forums

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

Home Forums CSS Portfolio re-design feedback

  • This topic is empty.
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #41349
    jshjohnson
    Member

    So I have decided to re-design my portfolio to make it more professional.

    Some constructive feedback will be appreciated! Let me know what you think.

    http://jshjohnson.com

    #117470
    SSchnitzler
    Member

    I really like the look and feel of this design. Especially I like how the portfolio itself is organized. It looks very clean and nice. (really like the hover effect from the images)

    On the latest Google Chrome build on Windows 8, I’ve gotten a very little bug where there is a scroll bar on the main-page even thought It completely fits in the browser window. That’s because the #wrapper element is a bit to large.

    Changing

    #wrapper {
    min-height:100%;
    height:auto!important;
    height:100%;
    margin:0 auto -60px;
    }

    to

    #wrapper {
    min-height:100%;
    height:auto!important;
    height:100%;
    margin:0 auto -61px;
    }

    solves the problem. You might need to check if there is some border in the way making it bigger or if its a chrome on windows specific bug.

    Anyway keep up the good work, looks fine.

    #117472
    Watson90
    Member

    I am on my mobile so it’s hard to tell but I’m guessing you’re using HTML5 elements such as header, footer etc?

    My browser is cutting things off like you need something like modenizr or something similar to help with this issue.

    #117481
    Watson90
    Member

    Are you sure. My mobile is still showing your header background colour half cut off. Same goes for the footer. I’m assuming its meant to stretch 100% of the browser…

    #117493
    David_Leitch
    Participant

    It’s really awesome, the only constructive feedback I have is on pretty minor things, but hope it helps out:

    Personally, I would make the call to action bigger and take away the label, as it repeats itself. Also, the hover effect makes it look indented/pressed, whereas I would usually use this look for the :active selector and use :hover to make it look highlighted or even raised.

    Also, the contact form could use a little bit of work. Generally what I do is have the labels have a defined width and then right align them. This keeps the labels directly next to their fields, but the fields are then vertically aligned. The budget slider could also be labelled so that the prospective client knows roughly where they fall.

    As I said though, it’s looks pretty awesome as is; great job man :)

    #117496

    First thing I noticed (and my bandwidth didn’t like it): in portfolio page, all the images are way too heavy for the web. I checked the sizes for the first two 600KB+ and 900KB+. Had to wait quite a bit for all 4 images to load.

    If you’re using photoshop, try playing with “save for web (and devices)” feature.

    #117505
    Watson90
    Member

    Cleared the cache and I’m still getting the same results ungortunately. I also noticed that the menu and your logo doesn’t appear on page load for some reason.

    I’m using the buily-in browser with the Samsung Galaxy Nexus. Maybe it just doesn’t like HTML5 elements even with a shiv.

    #117507
    David_Leitch
    Participant

    Is it something like [this](http://imgur.com/Qtrazhttp://imgur.com/Qtraz”) that you’re seeing, @Watson90? That happens to me when I resize my browser to a narrow width and then scroll to the right. The way I usually avoid this is to set the #wrapper (or whatever is holding the background image) to have a min-width of however wide the content is. In this case, that is 1060px.

    I’m not sure whether that’s the most correct way to solve that problem, but it would work on this site if both #wrapper and footer have min-width:1060px

    #117534
    SSchnitzler
    Member

    I really like the way it is responsive right now, one thing I’d add right now is the following.

    In the portfolio page, with a browser-width higher than ~1210 pixels. The Images slide to the left, even though they are completely visible, causing bugs with the hover event and the sliding animation. I’d just turn the sliding off if the width is above 1210 pixels.

    #117756
    Watson90
    Member

    @jshjohnson, I don’t know about Browser Labs, but I just changed my IE9 browser to both IE7 & IE8 mode using the Developer Tools (F12 Key) and it looked fine to me?

    Oh yeah, you might want to change your link on your original comment as it gives a 404 page as you’ve now moved it your domain.

    #117774
    Ketan
    Member

    Portfolio page looks nice.
    But you needs to work on the Homepage since its a your website’s Parking page.

    Thanks

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