Question: using html , css , json and javascript. create a website for cake bakery . 1 . Create an index.html page that will serve as
using htmlcssjson and javascript. create a website for cake bakery Create an index.html page that will serve as your sites home page, the home page should include the following:
a Navigation bar linking to all other pages
b Image of the privately owned small business logo
c Privately owned small business contact details
d Using the work studied in chapter create a lightbox in which multiple images are displayed in a scrolling gallery with individual images expanded to fill the entire screen, dimming the rest of the page.
Using the work studied in chapter create a clientRegistrationForm.html page and apply all validation rules studied in chapter to the form.
The form should contain the following fields:
a Preferred Name:
b Client Full Names as on ID:
c Surname
d ID Number:
e Telephone Work:
f Cellphone Number
g Email:
h Home address
i Postal address allows for home address to be copied to postal address
j Where did the client hear about the privately owned small business, eg word of mouth, internet search, advertising
k Name on credit card
l Credit card type
m Credit card number
n Expiration monthyear drop down all months, year from
o CVC number
Create an orderSubmit.html page as in chapter and display all above information in the page Create a products.html page, which must contain images, prices, descriptions, and all other relevant information regarding the products being sold. The user must be able to selectdeselect the products they wish to purchase.
Using the work studied in chapter transfer the selected products from the products page by adding the product name and price to the orderSubmit.html page by appending data to a query string. Calculate the total amount of the purchase and add VAT to the purchase total to calculate the amount the user owes.
Add a password to your clientRegistrationForm.html page
All proposed passwords must
a be at least eight characters long
b have at least one uppercase letter
c have at least one digit
d have at least one of the following symbols @ # or $
e if the password fails validation, a message indicating the reason for failure should appear in the web form.
Add a last visited date to the clientRegistrationForm.html page
Create a clientPaymentForm.html page, the original page should only contain the client information and the password.
The clientPaymentForm.html page should contain the following:
a Client preferred name and surname
b Name on credit card
c Credit card type
d Credit card number
e Expiration monthyear
f CVC number
g Total due
Using the work studied in chapter transfer the data from the clientRegistrationForm.html page and the orderSubmit.html page to the clientPaymentForm.html page by appending data to a query string. Add the selected product names and prices.
Create a staff directory stored in JSON format as shown in chapter The directory must contain a minimum of staff members, you are allowed to fabricate staff members if the privately owned small business does not have this many staff members.
The directory must have the following fields:
a staff number
b first name
c last name
d job description
e work phone number
f work email address
Create a staff.html page, add an image of each staff member to the page as part of a table and in the table cells next to the image add each staff member's details
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
