Help - Search - Members - Calendar
Full Version: pls give me some feed back about my websites
HTMLHelp Forums > General Interest > Site Review Requests
leszek
Hi to All

I am at the beginning of my way to run own small business.

I have learned basics of html / css / js to be able to build websites, but I do not have graphic skills so I rather use designs provided by someone else than the one made by myself. As soon as I have design ready I believe Iam able to build quite nice and functional websites.

under below link you can find my small portfolio,
websites for small business
please give me some feedback about it
is it good?
is it poor ?
what I can improve ?

thanks in advance
Frederiek
You don't have a DOCTYPE on your pages. Since you use some HTML5 elements, you need the HTML5 doctype, which simply is:
<!DOCTYPE html>

Most of the .js files return 404 not found, probably caused by a typo in the url.
You have, e.g.:
CODE
<script type="text/javascript" src="http://websitesforsmallbusiness.eu/theme/designjs/jquery.js"></script>

but it should be:
CODE
<script type="text/javascript" src="http://websitesforsmallbusiness.eu/theme/design/js/jquery.js"></script>

(It's the missing / after design.)

Remarkable is the url to your page, while projectwebsite.pl is mentioned on the pages.
Otherwise, it looks quite nice.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.