Yay! Launched my new design - check it out.

Discussion in 'Websites' started by elias_sorensen, Feb 20, 2010.

  1. #1
    Hey everyone

    Just launched the new design on my personal website.

    Why don't you check it out? ;)

    http://eliassorensen.dk

    Site is in danish, but Google Translate will translate it just fine.
     
    elias_sorensen, Feb 20, 2010 IP
  2. elias_sorensen

    elias_sorensen Well-Known Member

    Messages:
    852
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    110
    #2
    Come on :) Gimme some critics
     
    elias_sorensen, Feb 20, 2010 IP
  3. bobzzz

    bobzzz Active Member

    Messages:
    106
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #3
    I do not really like the theme that much,but the flash previews of the other sites looks nice.it might be java script(i dont know programming)
     
    bobzzz, Feb 20, 2010 IP
  4. elias_sorensen

    elias_sorensen Well-Known Member

    Messages:
    852
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    110
    #4
    Thanks, yep it's javascript :)
     
    elias_sorensen, Feb 20, 2010 IP
  5. webmaster flex

    webmaster flex Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    the designs nice and clean, not to much going on, overall quite good
     
    webmaster flex, Feb 20, 2010 IP
  6. webdire

    webdire Active Member

    Messages:
    344
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #6
    design is clean and the backgroung color is eyepleasing
     
    webdire, Feb 20, 2010 IP
  7. m0z70

    m0z70 Member

    Messages:
    285
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #7
    Nice, I really like the hovers over the images. Is that the scrollto.js plugin?
     
    m0z70, Feb 21, 2010 IP
  8. elias_sorensen

    elias_sorensen Well-Known Member

    Messages:
    852
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    110
    #8
    Thanks for the comments! :) Appreciate that.

    Scrolling on the page is with Scrollto.js

    Regarding the hover effect, it's actually nothing big. 4 lines of JS.

    I just make an image wrapper (with overflow: hidden) with a caption above the image. That caption div is just moved that far down that only the header is shown. When hovering, I'm just moving it up with jQuery's animate function.
    And when blurring, I'm moving it back.

    $('.ref_grid.caption').hover(function(){
    				$(".cover", this).stop().animate({top:'65px'},{queue:false,duration:160});
    			}, function() {
    				$(".cover", this).stop().animate({top:'132px'},{queue:false,duration:100});
    			});
    			
    HTML:
     
    elias_sorensen, Feb 21, 2010 IP
  9. m0z70

    m0z70 Member

    Messages:
    285
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #9
    that's great! any browser restrictions?
     
    m0z70, Feb 21, 2010 IP
  10. elias_sorensen

    elias_sorensen Well-Known Member

    Messages:
    852
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    110
    #10
    Not of what I know. I've tested in Safari 4 on Mac (which is my primary browser), Chrome on Mac&Windows, Firefox on Mac&Windows and IE7+IE8 (only 5% of my visitors uses IE6, so I don't care about keeping my site up to date for that browser).

    Works perfect in all browsers above.
     
    elias_sorensen, Feb 21, 2010 IP
  11. Solomon sg

    Solomon sg Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    design is very simple but look professional.
     
    Solomon sg, Feb 26, 2010 IP
  12. solikatir

    solikatir Peon

    Messages:
    55
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    your website not seen in full. i used the bottom scrolling bar to see the rest of the site.
     
    solikatir, Feb 26, 2010 IP
  13. actmale

    actmale Greenhorn

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #13
    basically good but would be great if you added more features, such as your social bookmarking, it seems very simple
     
    actmale, Feb 26, 2010 IP
  14. Kjimeno

    Kjimeno Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Missing your social media presence and a blog to add content....
     
    Kjimeno, Feb 26, 2010 IP