Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.54 KB

File metadata and controls

23 lines (19 loc) · 1.54 KB

Fictional Company Website

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.

Features

  • 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.

Technologies Used

  • 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.

How to Run

  1. Open the websiteExample_txt.html file in a web browser.
  2. Use the navigation links to visit the "Contact Us," "Product Quote," and "Product Info" pages.

About This Project

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.