Page 1 of 1

Dog walking services website

Posted: Tue Sep 18, 2018 5:57 pm
by bubblegumweb
Hi all.

I'm currently working on a Dog Walking Services website. It's just a basic website, nothing fancy but I'd like to request you guys to give the website a look and to see if there are any problems that can be noticed. I've designed this website in layers as I am still undecided to either use layers or the layout grid in web design. One concern if any will be does the image load fairly quick as I have reduced the file size so that it should not cause and loading problems time wise.

http://pawstyle.365pixel.co.uk/

UPDATE: I have now updated the website to a new look and layout which I feel is much more pleasing to the eye, with relevant information that compliments a dog walking services website. I have designed the website with a clean theme in mind, nothing fancy, just a basic web design.

The website is fully responsive on all pages.

To view the new look website just click the link above in this post.

Regards

Gary

Re: Dog walking services website

Posted: Tue Sep 18, 2018 6:52 pm
by alexmasss
Terms and conditions not optimized for smartphone, looks like a desktop mini version, the footer is not fixed at the bottom, it is flexible.

Re: Dog walking services website

Posted: Tue Sep 18, 2018 7:13 pm
by bubblegumweb
Thanks for the feedback Alex. I totally forgot to make the Terms Page responsive. Hopefully all has been corrected now.

Thanks

Gary

Re: Dog walking services website

Posted: Tue Sep 18, 2018 8:15 pm
by BaconFries
I would also take a look a optimising the background image at 1.2mb it is to large.

Re: Dog walking services website

Posted: Tue Sep 18, 2018 8:33 pm
by bubblegumweb
Hi Baconfries.

I have optimised the background image now down to 140KB. That should be a lot better now for loading. Thanks for pointing it out for me.

Regards

gary

Re: Dog walking services website

Posted: Tue Sep 18, 2018 8:35 pm
by BaconFries
👍

Re: Dog walking services website

Posted: Fri Sep 21, 2018 2:13 am
by bburgess
Hi bubblegumweb,

Is this your own site?

The only reason I ask is the Paw logo I have seen a a number of sites, you may want to check if the Paw is a Registered Logo. Just a thought.

The site its self seems fine, but tends to look like a million others, but if that's what the client wants so be it :D

Cheers
BB

Re: Dog walking services website

Posted: Fri Sep 21, 2018 11:51 am
by bubblegumweb
Hi Burgess,
Yea the paw logo is just a standard image used by many. I will look into creating my own design to iliminate any copyright issues. Reference to the layout, I agree it's a standard layout, maybe I should look into changing it to a design not used by most other dog walking sites. Thanks for your comments, it's always good to get feedback.

Regards

Gary

Re: Dog walking services website

Posted: Sat Sep 22, 2018 4:14 pm
by gano101
Hi mate

**as always I mean all feedback to be constructive and positive, please don't take any criticisms personally**

it's an ok site. but it's rather bland. other than 1 picture everything else is rather boring. I'd suggest the following small changes that could be done quickly and cheer the whole thing up.

1, make the nav text bigger and more colourful... remember it's a dog walking site not an undertakers :)
2, dock the header and think about the colour/alpha/thickness etc
3, rotate the images, have them zoom in or out etc... looking at the same picture gets tiresome, quickly.
4, You should be able to fit the email next to the phone number (also think about colour)

hope it helps

B

Re: Dog walking services website

Posted: Sun Sep 23, 2018 9:52 am
by bubblegumweb
Hi Gano.
I'm working on revamping the whole site as I agree it's a little boring at the moment. I've taken onboard your feedback and will implement some of your ideas into the new look. Thanks for your feedback.

Regards
Gary

Re: Dog walking services website

Posted: Sun Sep 23, 2018 1:05 pm
by gano101
Hiya

I knocked together a idea of how I'd maybe do it... feel free to use it or parts of it, if it gives you any ideas.

*note*
none of the images are optimized and will take a little time to load :)

http://inverclydewebsitedesigner.com/paws/

Re: Dog walking services website

Posted: Mon Sep 24, 2018 11:27 am
by bubblegumweb
Hi gano,
I love it. Thanks for the idea's

Regards

G

Re: Dog walking services website

Posted: Mon Sep 24, 2018 5:19 pm
by bubblegumweb
Gano,

just a quick question where do I find the slow zoom in on the images in the slider? Will it be in "Effects" or "Animation" I don't seem to be able to reproduce that effect.

Regards

G

Re: Dog walking services website

Posted: Wed Sep 26, 2018 5:37 pm
by gano101
Hey there

Just put this code between the header tags.




<style>
@-webkit-keyframes background-zoom
{
0% { -webkit-transform: scale(1.0) }
100% { -webkit-transform: scale(1.2) }
}
@-moz-keyframes background-zoom
{
0% { -moz-transform: scale(1.0) }
100% { -moz-transform: scale(1.2) }
}
@keyframes background-zoom
{
0% { transform: scale(1.0) }
100% { transform: scale(1.2) }
}
</style>
<script>
function backgroundZoom(id, frame)
{
var backgroundProps = ["background-image", "background-position", "background-repeat", "background-size"];
var props = $('#' + id + ' .' + frame).css(backgroundProps);
$('#background-zoom').remove();
var $obj = $('<div id="background-zoom" style="width:100%;height:110%"></div>');
$obj.css(props);
$('#' + id + ' .' + frame).prepend($obj);
AnimateCss('background-zoom', 'background-zoom', 0, 10000);
}
</script>

Re: Dog walking services website

Posted: Wed Sep 26, 2018 7:55 pm
by bubblegumweb
Thanks Gano

Re: Dog walking services website

Posted: Fri Oct 05, 2018 7:42 am
by petertj
The white font used on the home page is dense and bold and this makes it difficult to scan easily. Consider raising the size of the font, increasing the spacing in between the letters and changing bold text to normal.

Peter

Re: Dog walking services website

Posted: Sat Oct 06, 2018 9:14 am
by gano101
hi mate

much improved, I like the transition of the text on the image.. however I'm not sure the black headers is the way to go.. with the lady walking into the sunset it does feel a bit like a sombre funeral service :) I checked it a couple days ago and you had a nice blue header, which I thought looks perfect and had a nice logo.

getting there.