Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

To create a Mobile Web Site for customer quotation. The site contains two pages Main and Quotation. A header (grid-area) and a footer (grid-area) are

image text in transcribedimage text in transcribed

To create a Mobile Web Site for customer quotation. The site contains two pages Main and Quotation. A header (grid-area) and a footer (grid-area) are to be included on both pages. The header to display a hl "Quotation System" and includes Assignment #1 / Your Name Your Student Number on the next line. The footer includes Your Login Name / Your Campus. Each page to include a background image of your choice that fills the entire page (your choice of covering the page with one image or a repeating image). The image s/b transparent enough for readability (you can use the same image for both pages). Format the site for portrait view. Use jQuery and ES6/7 features. Use CSS Grid with grid-area for layout. . Main Page: The Main Page has a header, footer, and the Content area (grid-area) includes a form with the following inputs: Input (with labeling) for the Customer's name Input (with labeling) for the Customer's email address Use to pick a room from these options - Living Room, Family Room, Bedroom. Input (with labeling) for the width of the room Input (with labeling) for the length of the room Input (with labeling) using a colour box to pick the colour for the room Use to pick a type of paint - standard paint (24.99 per can) or premium paint (39.99 per can) A button to save ALL the data to local storage before calling the Quotation Page . . O Quotation Page: The Quotation Page has a header, footer, and the content area (grid-area) pulls data from local Storage and creates a quote that includes the following: Customer's contact information (name and email) The room to be painted square footage of the room based on length and width of all the walls A colour swatch showing the colour the customer picked The number of paint cans that will be needed to paint the room based on each can cover approximately 400 sq ft of wall space (rounded up) The final price for the number of cans plus 13% HST The Page 1 of 3

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning Microsoft SQL Server 2012 Programming

Authors: Paul Atkinson, Robert Vieira

1st Edition

1118102282, 9781118102282

More Books

Students also viewed these Databases questions

Question

Explain the function and purpose of the Job Level Table.

Answered: 1 week ago