Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.77 KB

File metadata and controls

48 lines (30 loc) · 1.77 KB

e_Shop Website

This project is an online shop website developed using HTML, CSS, and JavaScript.

Description

The online shop website is designed to showcase products and allow users to make purchases. It includes a simple and intuitive user interface.

Technologies Used

The website was built using the following technologies:

HTML5 CSS3 JavaScript

How to Redirect to WhatsApp

To enable the redirection to WhatsApp, follow these steps:

  1. Locate the HTML file where the redirection functionality needs to be implemented.
  2. Use the following HTML code to include a link or button that redirects to WhatsApp:
    <a href="https://wa.me/XXXXXXXXXX" target="_blank">
        <img src="tech_icon.png" alt="WhatsApp Icon" width="50" height="50">
    </a>

Replace XXXXXXXXXX with the desired WhatsApp phone number.

  1. Ensure the tech_icon.png file exists in the directory and update the img tag with the correct path and filename of the tech icon.

Screenshots

image

image

image

Installation

  1. Clone the repository.
  2. Open the HTML files using a web browser.

Credits

This project is created by unais. Feel free to contact me for any inquiries or collaborations.