├── .gitattributes ├── .github └── workflows │ └── static.yml ├── README.md ├── account.html ├── assets ├── css │ └── style.css ├── images │ ├── app-store.png │ ├── buy-1.jpg │ ├── buy-2.jpg │ ├── buy-3.jpg │ ├── cart.png │ ├── category-1.jpg │ ├── category-2.jpg │ ├── category-3.jpg │ ├── exclusive.png │ ├── gallery-1.jpg │ ├── gallery-2.jpg │ ├── gallery-3.jpg │ ├── gallery-4.jpg │ ├── image1.png │ ├── img-credit.txt │ ├── logo-coca-cola.png │ ├── logo-godrej.png │ ├── logo-oppo.png │ ├── logo-paypal.png │ ├── logo-philips.png │ ├── logo-white.png │ ├── logo.png │ ├── menu.png │ ├── play-store.png │ ├── product-1.jpg │ ├── product-10.jpg │ ├── product-11.jpg │ ├── product-12.jpg │ ├── product-2.jpg │ ├── product-3.jpg │ ├── product-4.jpg │ ├── product-5.jpg │ ├── product-6.jpg │ ├── product-7.jpg │ ├── product-8.jpg │ ├── product-9.jpg │ ├── user-1.png │ ├── user-2.png │ └── user-3.png └── js │ ├── account.js │ ├── gallery.js │ └── toggleMenu.js ├── cart.html ├── index.html ├── product-details.html ├── products.html └── rellax.min.js /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /.github/workflows/static.yml: -------------------------------------------------------------------------------- 1 | # Simple workflow for deploying static content to GitHub Pages 2 | name: Deploy static content to Pages 3 | 4 | on: 5 | # Runs on pushes targeting the default branch 6 | push: 7 | branches: ["master"] 8 | 9 | # Allows you to run this workflow manually from the Actions tab 10 | workflow_dispatch: 11 | 12 | # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages 13 | permissions: 14 | contents: read 15 | pages: write 16 | id-token: write 17 | 18 | # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. 19 | # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. 20 | concurrency: 21 | group: "pages" 22 | cancel-in-progress: false 23 | 24 | jobs: 25 | # Single deploy job since we're just deploying 26 | deploy: 27 | environment: 28 | name: github-pages 29 | url: ${{ steps.deployment.outputs.page_url }} 30 | runs-on: ubuntu-latest 31 | steps: 32 | - name: Checkout 33 | uses: actions/checkout@v4 34 | - name: Setup Pages 35 | uses: actions/configure-pages@v5 36 | - name: Upload artifact 37 | uses: actions/upload-pages-artifact@v3 38 | with: 39 | # Upload entire repository 40 | path: '.' 41 | - name: Deploy to GitHub Pages 42 | id: deployment 43 | uses: actions/deploy-pages@v4 44 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## E-Commerce Website Design Using HTML CSS and JS 2 |  3 |  4 |  5 |  6 |  7 | 8 | ### Credits : Easy Tuts YouTube Channel 9 | https://www.youtube.com/c/EasyTutorialsVideo/videos 10 | -------------------------------------------------------------------------------- /account.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 7 |Product | 42 |Quantity | 43 |Subtotal | 44 |
---|---|---|
47 |
48 |
56 | ![]() |
57 | 58 | | $50.00 | 59 |
63 |
64 |
72 | ![]() |
73 | 74 | | $50.00 | 75 |
79 |
80 |
88 | ![]() |
89 | 90 | | $50.00 | 91 |
Subtotal | 98 |$200.00 | 99 |
Tax | 102 |$30.00 | 103 |
Total | 106 |$230.00 | 107 |
53 | Lorem ipsum dolor sit amet consectetur adipisicing elit.
54 | Voluptas rerum maiores animi officiis
55 |
$50.00
110 |$50.00
123 |$50.00
135 |$50.00
150 |$50.00
163 |$50.00
176 |$50.00
188 |$50.00
202 |$50.00
215 |$50.00
228 |$50.00
240 |Exclusively available on RedStore
253 |272 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Ea, esse 273 | quae ex sequi praesentium fuga voluptatem placeat voluptates odio 274 | rerum. 275 |
276 | 283 |291 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Ea, esse 292 | quae ex sequi praesentium fuga voluptatem placeat voluptates odio 293 | rerum. 294 |
295 | 302 |310 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Ea, esse 311 | quae ex sequi praesentium fuga voluptatem placeat voluptates odio 312 | rerum. 313 |
314 | 321 |Home / T-shirt
60 |75 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugit nemo 76 | nam magnam rerum sunt explicabo! Distinctio ipsam doloremque nostrum 77 | ipsum? 78 |
79 |View More
88 |$50.00
106 |$50.00
119 |$50.00
132 |$50.00
144 |$50.00
61 |$50.00
74 |$50.00
87 |$50.00
99 |$50.00
113 |$50.00
126 |$50.00
139 |$50.00
151 |$50.00
165 |$50.00
178 |$50.00
191 |$50.00
203 |