You have been hired by the Acme Widget Company to create a web presence for their company. The web site should allow their customers to order widgets online. To do this, they will need a home page, a login page, and a registration page.
The home page should include links to Store, Product Information, Support Center, About the Company, Site Map, and Login page. You are responsible for the login page and registration page.
Home Page:
use one of the j Query techniques: tab or accordion
Login Page:
Contains links to the other pages and a link to the registration page
Requests the username and password and submits the data to “login.php”.
Don’t forget the Login button.
Registration Page:
The information from this page will be used to ship orders. You will need
First name
Last name
Address
City
State
Zip code
Phone number
New users will need to create a username and password to use for login. Remember to ask them for a username, password, and confirm the password.
The company needs a way to notify users that an order has been shipped. The user needs to supply an email address.
The data should be submitted to “register.php”.
Remember:
You should have one CSS page and the JavaScript pages needed for jQuery. Insert the appropriate links into the HTML pages to access these pages.
You should have three HTML pages: index.html (home), login.html, and register.html. You could also have only one page if you used one of the jQuery techniques.