New website crit

Soldato
Joined
27 Dec 2005
Posts
17,296
Location
Bristol
Just working on a new site for us, appreciate all feedback/crit/bug spots. Going for a more modern metro style design that more prominently features content.

At the moment the only links on the homepage and clients that work are The Royal Mint (example of multiple projects) and Magners (example of a single project) to give you an idea of their page's layouts.

Address: http://new.jonesmillbank.com

The existing site is at www.jonesmillbank.com if you want to compare and contrast.

Thanks in advance!
 
Associate
Joined
26 Apr 2012
Posts
1,197
Looks good, Have you thought about moving the side navigation to the top on smaller screens such a mobile? The right hand side seems very responsive but the left hand navigation doesnt and seems to take up a lot of screen space on smaller screens.
 
Soldato
OP
Joined
27 Dec 2005
Posts
17,296
Location
Bristol
Thanks everyone.

Also trying to work out the best way of making the content blocks float left, but also up. For example below, the two small blocks on their own would ideally slot up above, like an upside down tetris. In fact the bottom right square should fall in-line and be underneath the text block, rather than being 'blocked' by the longer horizontal one.

qBIvvIt.jpg

Any pointers?
 
Soldato
Joined
25 Jan 2007
Posts
4,738
Location
King's Lynn
Yeah found Masonry. Presume there's no CSS alternative?
not that I know of with different height panels, if they were all the same height you could probably do it though.

edit: actually thinking about it you could kind of do it in css but it wouldn't be as flexible in layout like the js option
 
Associate
Joined
26 Apr 2012
Posts
1,197
Haven't read through the whole article but this claims to be css only masonry effect

Link

Edit: sorry just seen google link above which shows that as 2nd link
 
Last edited:
Associate
Joined
26 Apr 2012
Posts
1,197
I notice that you are not using any css frameworks is this because you want to keep keep file size down/learning css? As something very light weight like purecss could give you a lot of the stuff you need without reinventing the wheel.
 
Soldato
OP
Joined
27 Dec 2005
Posts
17,296
Location
Bristol
I notice that you are not using any css frameworks is this because you want to keep keep file size down/learning css? As something very light weight like purecss could give you a lot of the stuff you need without reinventing the wheel.

Yeah I like coding from scratch :). Means there's nothing there that's not needed (hopefully!) and I know what's what when something doesn't display right.

Finished off this page today which I'm quite happy with! http://new.jonesmillbank.com/our-clients/skiworld/. Pretty simple JS with the help of jQuery but works quite well I think (playing the individual videos).
 
Back
Top Bottom