Skip to content

Commit

Permalink
Merge pull request #27 from aryanksanghvi/e-com
Browse files Browse the repository at this point in the history
E-com Website
  • Loading branch information
shrey141102 authored Oct 2, 2023
2 parents 304d497 + 4dc789b commit 91063d8
Show file tree
Hide file tree
Showing 28 changed files with 888 additions and 0 deletions.
Binary file added E-Commerce Website/Images.zip
Binary file not shown.
Binary file added E-Commerce Website/Images/Cap1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/Images/Cap2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/Images/ContactUs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/Images/Ferrari.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/Images/Ferrari1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/Images/Jacket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/Images/Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/Images/Logo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/Images/Logo3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/Images/Return.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/Images/Shipping.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/Images/Shoes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/Images/Tshirt1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/Images/Tshirt2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/Images/Visa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/Images/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions E-Commerce Website/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
This is an E-Commerce Website
Hope you like it!
![Alt text](image.png)
![Alt text](image-1.png)
![Alt text](image-2.png)
![Alt text](image-3.png)
![Alt text](image-4.png)
![Alt text](image-5.png)
18 changes: 18 additions & 0 deletions E-Commerce Website/app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
const wrapper = document.querySelector(".sliderWrapper");
const Items = document.querySelectorAll(".Item");
Items.forEach((item, index) => {
item.addEventListener("click", () => {
wrapper.style.transform = `translateX(${-100 * index}vw)`;
});
});
document.getElementById("color1").addEventListener("click", myFunction);
function myFunction() {
document.getElementById("productImg").src = "./Images/Cap1.png";
}
document.getElementById("color2").addEventListener("click", myFunction1);
function myFunction1() {
document.getElementById("productImg").src = "./Images/Cap2.png";
}
function sv(id, vi){
document.getElementById(id).style.display = vi;
}
Binary file added E-Commerce Website/image-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/image-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/image-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/image-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/image-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E-Commerce Website/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
410 changes: 410 additions & 0 deletions E-Commerce Website/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 91063d8

Please sign in to comment.