Marty Walker Posted August 24, 2011 Share Posted August 24, 2011 Hi, There's not much to this one. It doesn't stretch the limits of PW at all but the client is very happy with how easy it is to edit content. http://walkerabercrombie.com.au/ This is my first PW site (I usually use either textpattern & ExpressionEngine) and it was an absolute joy to learn something new. Illustrations by the great: http://lewkeilar.com/ Regards Martin 5 Link to comment Share on other sites More sharing options...
apeisa Posted August 24, 2011 Share Posted August 24, 2011 Very nice little site! Elegant and just beautiful. Link to comment Share on other sites More sharing options...
SiNNuT Posted August 24, 2011 Share Posted August 24, 2011 Nice site. When viewing the source i see this: <meta name="robots" content="noindex" /> <!-- remove before launch --> Also it wouldn't hurt to fill up your meta description tag. Meta keywords aren't used by any of the major search-engines, so i would probably remove them from my templates. Also i think there is an error in your canonical link entry (link rel instead of rev) Link to comment Share on other sites More sharing options...
Marty Walker Posted August 24, 2011 Author Share Posted August 24, 2011 @apeisa Thank you @sinnut Thanks for pointing those out. Fixed. I need to put in some work on the meta description area. Link to comment Share on other sites More sharing options...
ryan Posted August 24, 2011 Share Posted August 24, 2011 Nice job and beautiful site! Link to comment Share on other sites More sharing options...
Marty Walker Posted June 7, 2013 Author Share Posted June 7, 2013 Hi everyone, This site got a responsive refresh today - it's practically a brand new site. http://walkerabercrombie.com.au/ Cheers Marty 2 Link to comment Share on other sites More sharing options...
Mark Posted June 7, 2013 Share Posted June 7, 2013 Another great site Marty. A job well done. Link to comment Share on other sites More sharing options...
MatthewSchenker Posted June 7, 2013 Share Posted June 7, 2013 Greetings, Nice job Marty! I like the whole presentation of this site -- great example of how you can do less and more at the same time. Nicely unified theme throughout the whole site. The only page that seems to be slightly out of sync with the theme is http://walkerabercrombie.com.au/our-work/. Thanks for sharing, Matthew Link to comment Share on other sites More sharing options...
horst Posted June 7, 2013 Share Posted June 7, 2013 Hi Marty, very good design! Good job! I wish I could do something beautiful like that for my site. (I'm currently working on a renew). ---When viewing the code my browsers inspector says that there is an unclosed a-tag (contact-email) in line 77 of startpage. Also there are a huge amount of resize calls from the video-window (at Line 111). (more than 100 / second) Fortunately for you , I come across that (last point of post) for my site a few days ago, so I think you could change it like: // On resize show/hide navigation // http://stackoverflow.com/questions/8943816/changing-a-class-name-with-jquery-given-a-specific-width-range-media-query // enhanced with a Timeout var resizeTimer; function changeClassNameOnResize() { $(".off").hide(); console.log('resize called'); // should be removed in production site ? var width = $(window).width(); if(width <= 767){ $('.nav').removeClass('on').addClass('off'); } else{ $(".on").show(); $('.nav').removeClass('off').addClass('on'); } } $(window).resize(function() { window.clearTimeout(resizeTimer); resizeTimer = window.setTimeout('changeClassNameOnResize()', 250); }).resize(); //trigger the resize event on page load. Link to comment Share on other sites More sharing options...
apeisa Posted June 7, 2013 Share Posted June 7, 2013 Very beautiful design, congratulations Marty! Link to comment Share on other sites More sharing options...
dragan Posted June 7, 2013 Share Posted June 7, 2013 links on the "our work" page result in 404 errors... o_O Link to comment Share on other sites More sharing options...
Marty Walker Posted June 8, 2013 Author Share Posted June 8, 2013 Thanks for the feedback everyone. @dragan: Thanks, sorted. @antti: Thanks @horst: I'll give that a go when I'm next near the site. Thanks. Link to comment Share on other sites More sharing options...
MarcC Posted June 11, 2013 Share Posted June 11, 2013 Nice work, Marty. The lat/long bits on the events really caught my eye. I don't know about you, but when I give clients more choices around how & when RWD is done, a lot of them seem to prefer to get the basic/desktop site up first, then work on the RWD parts as a follow-on. Personally I kind of like doing it that way, given the choice. I'm working on a few of those right now. Link to comment Share on other sites More sharing options...
owzim Posted June 11, 2013 Share Posted June 11, 2013 Good jog. Nice clean and elegant design. our-work might be presented in a more appealing and more legible way. Maybe a simple clean table, or a description list with indention? cheers Link to comment Share on other sites More sharing options...
Vineet Sawant Posted June 18, 2013 Share Posted June 18, 2013 Very nice site, love it. Can you, if you don't mind, tell me which CSS framework are you using? Looks great. Link to comment Share on other sites More sharing options...
arjen Posted June 18, 2013 Share Posted June 18, 2013 @Vineet Sawant, it seems to be Simple Grid. @Marty Walker, great site! Link to comment Share on other sites More sharing options...
Marty Walker Posted June 18, 2013 Author Share Posted June 18, 2013 @Vineet Indeed it is a modified version of Simple Grid as @arjen pointed out. I've used it a few times and it's my favourite grid starter kit so far. @arjen Thanks! Link to comment Share on other sites More sharing options...
Vineet Sawant Posted June 19, 2013 Share Posted June 19, 2013 Thanks guys, simple grid looks like a nice grid to me. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now