Play Legend of the Green Dragon Play BNT Play Promisance Play Alien Assault Traders Play Quantum Star Play Some Chess  
   D3jsp RPGRPG   ArcadeArcade   Multiplayer PokerD3Jsp Poker   FAQ/RulesFAQ/Rules  SearchSearch  MemberlistMemberlist   UsergroupsUsergroups   ChatroomLive Chat   Log inLog in   RegisterRegister 

Wix website ? lol.

 
Post new topic  Reply to topic  d3jsp Forum Index -> Battlefield
View previous topic :: View next topic ::  
Author Message
Cinemax


Group: Members
Joined: 05 Jul 2008
Donor:
Posts: 8361
Gold: 12885.33
Clan: HoD II


us.gif

Status:
Warn:
Reputation: 116    



Post#1 Posted: 31 Dec 2010 06:59 am    Post subject: Wix website ? lol. Reply with quote

Kinda cheesy, but looks decent I guess.

http://www.wix.com/watkinsservices/jwatkins

_____________________

If I accept you as you are, I will make you worse; however, if I treat you as though you are what you are capable of becoming, I help you become that.

Click to Join HOD
E-Mail: Cinemax@D3jsp.org

Verification info. Click Here
Back to top
View user's profile Send private message Send e-mail
Wish
Deputy Minister

Group: Banned
Joined: 02 Jan 2010
Donor:
Posts: 2935
Gold: 1.17
Clan: Notorious


Status:
Warn: Banned
Reputation: 41    


Banned

Post#2 Posted: 31 Dec 2010 07:09 am    Post subject: Reply with quote

looks good man
_________________
This user's signature has been disabled
Back to top
View user's profile Send private message
happyguy44
Lulz

Group: Members
Joined: 28 Jun 2008
Posts: 9948
Gold: 2.40


us.gif

Status:
Warn:
Reputation: 102    



Post#3 Posted: 31 Dec 2010 07:36 am    Post subject: Reply with quote

you do maid services now?
Back to top
View user's profile Send private message
exquisite
Wanna take a ride on my discostick¿

Group: Members
Joined: 30 Dec 2009
Donor:
Posts: 510
Gold: 50.15
Clan: Honor


cf.gif

Status:
Warn:
Reputation: 23    



Post#4 Posted: 31 Dec 2010 08:15 am    Post subject: Reply with quote

its decent but i suggest you to get joomla or drupal instead of a free site like that, it doesnt look so professional

let me know if you need any help


Last edited by exquisite on 31 Dec 2010 08:16 am; edited 1 time in total

_____________________
Back to top
View user's profile Send private message
UniqueHero


Group: Banned
Joined: 21 Dec 2010
Posts: 61
Gold: Locked


gm.gif

Status:
Warn: Banned
Reputation: 0    


Banned

Post#5 Posted: 31 Dec 2010 08:50 am    Post subject: Reply with quote

I like it
_________________
This user's signature has been disabled
Back to top
View user's profile Send private message
Cinemax


Group: Members
Joined: 05 Jul 2008
Donor:
Posts: 8361
Gold: 12885.33
Clan: HoD II


us.gif

Status:
Warn:
Reputation: 116    



Post#6 Posted: 01 Jan 2011 05:55 am    Post subject: Reply with quote

Happyguy44 wrote:
you do maid services now?


Yes tongue Ofc but the maids gotta be cute, show up for work and not miss any times because the people I work for such as AT&T and some apartment complexes are not forgiving at all, if one day is missed I can lose 600-900 a month off one store and so far we have acquired 9 stores.

exquisite wrote:
its decent but i suggest you to get joomla or drupal instead of a free site like that, it doesnt look so professional

let me know if you need any help


I do have other sites as well, not just one site of course but I am using every possible method available to increase visibility on the internet, and many more publications locally within 150 miles.

_____________________

If I accept you as you are, I will make you worse; however, if I treat you as though you are what you are capable of becoming, I help you become that.

Click to Join HOD
E-Mail: Cinemax@D3jsp.org

Verification info. Click Here
Back to top
View user's profile Send private message Send e-mail
the_pillo
The Magnificent

Group: Verified Member
Joined: 09 Jul 2009
Donor:
Posts: 1105
Gold: 0.00
Clan: Honor


us.gif

Status:
Warn:
Reputation: 32    



Post#7 Posted: 01 Jan 2011 10:02 am    Post subject: Reply with quote

not bad, some of your grammar was a little shaky (particularly the outside services) but other than that pretty sweet. Maybe go with a non bold typeface on the main page but increase the font size a couple pts. This will get rid of some of the aggressiveness while retaining readablility and visual hierarchy.

also on the homepage, i noticed that the pictures for the outside change to pictures of a bedroom and such. If possible make it so it only shows examples of your previous lawncare work. You have a picture of a garage and a well manicured landscaping job in your maid and janitorial slideshow. Consistency is key, definitly make sure that your pictures match the description. So all maid service pictures need to go to the made service, and any outdoors pictures needs to go to the outdoor element.

on the maid services page. Maybe break up your list of services you offer into a numbered or bulleted list. Just something nice and simple to break up the monotony. When there is an "includes" word try and indent that particular part slightly, if you go the bulleted or numbered route. This will show it as continuing the previous thought. Other than some minor grammatical flow issues, the rest seems great. If possible add maybe a slight black or grey border around your images, maybe 1px-1.5px. This can be done through CSS or actual image manipulation. For the CSS it will look something like:
Hidden: 

Code:

What would be on the webpage:

<ul>
<li> <a>  <img> </a> </li>
</ul>

What the Css would look similiar to:

#gallery_photos{
list-style-type: none;
}

#gallery_photos img{
border: 1px solid black;
}

#gallery_photos li{
margin: 0 27px 27px 0;
float: left;
}

#gallery_photos li a{
display: block;
border: 1px solid grey;
}




Your outside service page is quite nice, i mean again its grammatical flow. It is slightly off, like it reads choppily. Other than that its good to go

the contact page is bland and boring, possibly add a google map either interactive (if you have the capabilities) or a picture of muskegon with a radius of where you are willing to work. instead of just having an email link, possibly have an email script :

This is an example form for it. change what you need smile
Hidden: 

Code:

<form>
   <h2> Contact</h2>
   <dl>
   <dt><label>First Name:</label></dt>
   <dd><input></dd>
   <dt><label>Last Name:</label></dt>
   <dd><input></dd>
   <dt><label>Email:</label></dt>
   <dd><input></dd>
   <dt><label> Phone:</label></dt>
   <dd><input> ex: 407-679-0100</dd>
   <dt><label> How may I contact you?</label></dt>
   <dd>By Email <input> By Phone <input></dd>
   <dt><label> Reason For Message:</label></dt>
   <dd> Question <input> Comment <input> Complaint <input></dd>
   <dt><label>Message:</label></dt>
   <dd><textarea></textarea></dd>
   <dd><input> <input></dd>
   </dl>
   </form>



Also not sure if it matters to you or not, but your header (the gradient picture with your company name), if you added either diagnol or vertical thing white-grey stripes. it would make it pop much more.

Hopefully this helps mi amigo smile


EDIT:

it tooks away some key parts for some reason even though i disabled html. like you cant see the form action or the img links stuff. but you can see the jist of it smile


Last edited by the_pillo on 01 Jan 2011 10:16 am; edited 2 times in total

_____________________


Happiness is a disease, and smiling is the cough that spreads it - pillo-

"When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours."
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
Kolba


Group: Members
Joined: 27 Feb 2010
Posts: 14321
Gold: Locked
Clan: chillout


pl.gif

Status:
Warn:
Reputation: 29    



Post#8 Posted: 01 Jan 2011 10:33 am    Post subject: Reply with quote

The pics are moving too fast, i mean: It's not so important to check the details on them but if they were about to move slower, it wouldn't disturb the reader, yes that's a strange point of view, i know.
Back to top
View user's profile Send private message
Ipad


Group: Members
Joined: 28 Jul 2010
Donor:
Posts: 619
Gold: 755.60
Clan: HoD II


Status:
Warn:
Reputation: 19    



Post#9 Posted: 02 Jan 2011 01:18 pm    Post subject: Reply with quote

the rotating pics on the home page is sort of a distraction imo. You should just keep a broad/general picture of each, considering your customers need a chance to read what services you can provide, and might get distracted by the constant changing pictures. Rotating pictures might be more suitable for the subtabs, where you go into a bit more detail of each service. My 2 cents.
_____________________
I have an ipad
Back to top
View user's profile Send private message
Display posts from previous:   
1 Members: Guest
Post new topic  Reply to topic  d3jsp Forum Index -> Battlefield All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


D3jsp is proudly powered by phpBB © 2.0
Theme and Forum by tramway