Skip to content

This project is created using HTML, CSS, JavaScript, Tailwind CSS. This is a single page application which is responsive across all the screens. it also has email.js integrated and is also connected to the google sheets using AppScript.

Notifications You must be signed in to change notification settings

Asif-Wali/GWT-WebSite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GWT-WebSite

Description

This project was initially built using Angular and was transitioned to HTML, CSS, and JavaScript. It integrates Email.js and connects to Google Sheets using AppScript to store IP addresses for lead generation.

Installation

  1. Clone the repository:
    git clone https://github.com/username/GWT-WebSite.git
  2. Navigate to the project directory:
    cd GWT-WebSite

Usage

  1. Open the index.html file in your preferred web browser.
  2. To test the Email.js integration, fill out the form on the website and submit it.

Features

  • Responsive Design: The website is fully responsive, ensuring optimal viewing on all devices.
  • Tailwind CSS: Styled using Tailwind CSS for efficient and customizable design.
  • Dynamic Popup Form: Includes a popup form that captures user input.
  • IP Address Storage: Stores user IP addresses in a Google Sheet for lead generation.
  • Scroll-to-View Function: Smoothly scrolls to sections when navigation menu items are clicked.

Email.js Integration

To configure Email.js:

  1. Sign up at Email.js and obtain your service ID, template ID, and user ID.
  2. Update the JavaScript file with your Email.js credentials:
    (function(){
        emailjs.init("YOUR_USER_ID");
    })();

Google Sheets Integration

To connect to Google Sheets using AppScript:

  1. Open the Google Sheets where you want to store the data.
  2. Go to Extensions > AppScript.
  3. Add the provided AppScript code to handle form submissions and IP address storage.
  4. Deploy the script as a web app and update the URL in your JavaScript file.

About

This project is created using HTML, CSS, JavaScript, Tailwind CSS. This is a single page application which is responsive across all the screens. it also has email.js integrated and is also connected to the google sheets using AppScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published