I inherited the job of re-doing my wife’s 10 year old website after we decided we couldn’t afford to pay for a developer to do it.
It’s currently hosted on a NAS and is a bit slow, mainly due to the fact that I haven’t optimised any images yet.
The site isn’t finished by any means however, I’d like some feedback on what people think of it before I go any further.
We think it looks good but probably have the impaired judgement of parents and their new babies.
If you view it on a mobile you’ll get re-directed to a wordpress mobile site that I’ll get to once the main site is sorted ( I’ve tried to get the html/css main site going on mobiles but the formatting keeps going wrong and the fonts too tiny! N00b coding skills being the issue!!).
I like the clean, simple layout, and the colours are soothing. Unfortunately, there is too little contrast between the background colour and the text colour, and people with poor vision may struggle.
You need to learn about responsive design, which is not nearly as difficult as it may seem at first. (Much easier than trying to maintain a separate mobile site. ) There an old article here which is still valid, and explains the principals clearly and simply. If you need help implementing it, then the HTML & CSS category is the place to post for that - or even Get Started, if you’re really anxious about your Noob status. Either way, you’ll find folk willing to assist.
Have fixed some and will try sorting the rest over the w/e.
Will also try having a play around with the responsive css.
Have to admit I quite like the current mobile site - seems to work quite well and the re-direct also seems to work very well and wasn’t that hard to get going.
The images are certainly a big improvement on the previous huge versions, but you could reduce the slider images further. Curiously, they seem to be all different sizes, but you don’t need them to be any larger than the area in which they will be displayed.
The text is still failing the colour contrast test:
Do you by any chance have a link to that article @TechnoBear? I’ve tried clicking on the “Articles” link at the top of the page, but it just takes me to Premium. Or is it only available in there?
I’m in a similar position to the OP, except I didn’t inherit the sites, I coded them in the first place. Now I’m finding I have no search rankings and everything looks a bit dated, and while I’m not unhappy with the basic layout, it’s mainly pre-HTML5 so it could do with an update for that and mobiles and so on.
and get to grips with media queries, which are easier than they look at first glance. (I put off updating my sites because it seemed a much harder task than it turned out to be. Of course, the amount of work involved will vary, depending on the complexity of the design, but learning to use media queries is a doddle.)