Website Critique

Looks good. I'm looking at in on my phone, so I don't see it quite like being on a computer.

Since I am on my phone, a thought would be your services page; when clicking services, I would include links to the sub categories since the menu might not be navigatable.
 
Your menu has different heights for static and on hover.

I would also get rid of the Facebook thing on the side, and just put a "Like" button.

You don't get a grasp of what exactly you do until you scroll down to the "Services" on the bottom.
 
I agree with MeDammit, including some links to your services on the services page would help navigation.

On your home page I'm receiving the error "The page you are trying to access is restricted or unavailable." under the main text. I'd also be inclined to make your phone number a tad bigger so it's easier to see for people that just want to phone you quickly.
 
The text unavailable or restricted content under the main text is a facebook feed. Facebook may be restricted where you're trying to view from.

Thanks for the tip of adding links on the service page. Added text links for the moment, but will be adding either some CSS to make it pretty later or images.

Thanks for the heads up on the different heights on the css menu. Gonna check in on that and see where I've made it screwey.

Thanks for the critiques so far!

DR
 
The text unavailable or restricted content under the main text is a facebook feed. Facebook may be restricted where you're trying to view from.

Thanks for the tip of adding links on the service page. Added text links for the moment, but will be adding either some CSS to make it pretty later or images.

Thanks for the heads up on the different heights on the css menu. Gonna check in on that and see where I've made it screwey.

Thanks for the critiques so far!

DR

Going to be here in your CSS:
Code:
#nav {
	background: #3c93f7 url(images/nav-bg.png) repeat-x;
	border-top: 1px solid #666;
	border-bottom: 1px solid #ccc;
	height: 34px;
	clear: both;
}

Change the height to 35 (The background image is 35 in height.) Take out the borders.
 
Last edited:
When clicking "Sign In" at the footer, it leads to a page where the title wraps into two lines. The bottom edge of the first line overlaps over the top edge of the second line.
 
Back
Top