This project is a website for a fictional company that includes multiple interactive pages. The website contains a homepage, a contact us page with a form for submitting inquiries, a product quote page for generating quotes based on selected products, and a product info page with a lightbox displaying product images. It is built using HTML, CSS, and JavaScript for interactivity.
- Homepage: Displays a welcoming page for the fictional company with basic navigation.
- Contact Us Page: Includes a form where users can enter their contact information and submit inquiries.
- Product Quote Page: Allows users to select products using checkboxes, then automatically calculates and displays the total cost, sales tax, and the final total including tax.
- Product Info Page: Displays product information with clickable links that open product images in a lightbox.
- HTML: Provides the structure for each page.
- CSS: Styles the layout, forms, buttons, and lightbox for a professional look.
- JavaScript: Handles interactivity, including form validation, quote calculation, and lightbox functionality.
- Open the websiteExample_txt.html file in a web browser.
- Use the navigation links to visit the "Contact Us," "Product Quote," and "Product Info" pages.
This program was developed as part of an assignment for my programming class. The folder names and structure reflect the required naming convention for class submissions.