Hi Doc,
Technically the site works well. I think you're right about the coloured squares though.. :4-thatsba :smile:
I like the look of the home page's layout. I think that you could probably follow that through to the other pages, ie. the image on the left. With corporate sites, you tend to find very clean layouts, where there is no distraction from the information that you are trying to get across to your potential audience. That's not to say it can't be bright and colourful; even striking, just that what you want a potential client to see the instant that they see the site, is all the relavent info neatly presented. They may be doing a google search for, in this case, an Expense Reduction Consultancy. That means that within their search criteria, they may have a hit list of 1000+ sites to look at. You have to hit them between the eyes with your site. This is where you are setting out your stall. If you haven't got them interested in the first 20 seconds or so, they've got another 999 sites to look at.
I'd suggest a clean no frills index page. The top banner, links and lh image work. Try putting the actual text in a two column table, with a title cell above, that works in exactly the same way as a newspaper headline. It has to grab their attention long enough to stay and read the text below. This means that the text you put in it has to be concise and to the point, and naturally lead into the main text body. You'll know the potential customer base, so I'll let you work that one out, but (if you need it) the code for the table would be something like this..
Design the table using css (hence the blank 'classes'), and then you can copy the format across to other pages. You can be a bit more creative with lower pages, but if you're using the site to sell a product (ie. your services) that initial hit is what has to sell it. They say a week is a long time in politics, a few seconds is all you have here.
Have a look at your rivals, and at big commercial sites and see what they do. If they're successful via the 'net, then they've probably got the right idea.
Hope that helps,
Cheers
Liam
EDIT: I've just seen another post of yours, where you link to other sites you've designed. In which case, you didn't really need me tell you how to knock up a two column table did you.. :sayno: :grin:
Apologies.. but I'll leave it in the post in case someone else can make use of it..
Technically the site works well. I think you're right about the coloured squares though.. :4-thatsba :smile:
I like the look of the home page's layout. I think that you could probably follow that through to the other pages, ie. the image on the left. With corporate sites, you tend to find very clean layouts, where there is no distraction from the information that you are trying to get across to your potential audience. That's not to say it can't be bright and colourful; even striking, just that what you want a potential client to see the instant that they see the site, is all the relavent info neatly presented. They may be doing a google search for, in this case, an Expense Reduction Consultancy. That means that within their search criteria, they may have a hit list of 1000+ sites to look at. You have to hit them between the eyes with your site. This is where you are setting out your stall. If you haven't got them interested in the first 20 seconds or so, they've got another 999 sites to look at.
I'd suggest a clean no frills index page. The top banner, links and lh image work. Try putting the actual text in a two column table, with a title cell above, that works in exactly the same way as a newspaper headline. It has to grab their attention long enough to stay and read the text below. This means that the text you put in it has to be concise and to the point, and naturally lead into the main text body. You'll know the potential customer base, so I'll let you work that one out, but (if you need it) the code for the table would be something like this..
Code:
<table class="xxx">
<tr colspan="2">
<td class="yyy">
Insert Catchy Headline
</td>
<tr>
<td class="zzz">
First column of text
</td>
<td class="zzz">
Second column of text
</td>
</tr>
</table>
Have a look at your rivals, and at big commercial sites and see what they do. If they're successful via the 'net, then they've probably got the right idea.
Hope that helps,
Cheers
Liam
EDIT: I've just seen another post of yours, where you link to other sites you've designed. In which case, you didn't really need me tell you how to knock up a two column table did you.. :sayno: :grin:
Apologies.. but I'll leave it in the post in case someone else can make use of it..