JavaScript
//website lists
SplashPageLists = [
[
"General",
0, [
["I have a website, I just need a splash page created for it.", 0],
["I have a splash page that I want to be upgraded.", 5],
["I need a website created for this new splash page.", 10]
]],
[
"Design",
0, [
["I have images or examples of what I want this to look like.", 2],
["I can tell you basically what I want this to look like.", 4],
["I want you to be creative and design it. Make it amazing.", 8]
]],
[
"Graphic",
1, [
["I need some custom graphics made.", 2],
["I need graphic mouse-over buttons.", 2],
["I need stock photos integrated.", 4]
]],
[
"Animation",
1, [
["I need an animated javascript navigation area.", 3],
["I need simple javascript animations.", 2],
["I need small javascript functions in my page.", 3]
]],
[
"Content",
0, [
["I will add my own content.", 0],
["I will supply content for this page.", 1],
["I want you people to write some great content for this page.", 3]
]],
[
"Social",
1, [
["I need social media buttons integrated into this page.", 1],
["I need advanced social media activity integration.", 4],
["I want social media accounts created and linked to this page.", 5]
]],
[
"Public",
1, [
["I need a contact form in this page.", 1],
["I need email auto-responders.", 4],
["I need google maps integration.", 5]
]],
[
"Management",
0, [
["I'll manage and update this site's code on my own.", 0],
["I'm going to use an Evisiion management package.", 0],
["I need an admin panel integrated for self-management.", 4]
]]
];
GamingWebsiteLists = [
[
"General",
1, [
["I have a website, I just need a splash page created for it.", 2],
...