https://github.com/soumilgit/e-commerce-wpl-my-work
About us page for an E-commerce website
https://github.com/soumilgit/e-commerce-wpl-my-work
css html
Last synced: 9 months ago
JSON representation
About us page for an E-commerce website
- Host: GitHub
- URL: https://github.com/soumilgit/e-commerce-wpl-my-work
- Owner: Soumilgit
- License: mit
- Created: 2024-03-16T19:59:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T11:30:50.000Z (about 1 year ago)
- Last Synced: 2025-09-27T03:36:07.310Z (9 months ago)
- Topics: css, html
- Language: PHP
- Homepage: https://raw.githack.com/Himanshugarg2/ecommerce1/main/homepage.html#
- Size: 10.8 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Consists of the About,Contact and Cart pages.
# Folder structure :
Here is the folder structure of the repository :
```
|.gitattributes
├─ .github
│ └─ ISSUE_TEMPLATE
│ ├─ bug_report.md
│ └─ feature_request.md
├─ BACKEND
│ ├─ AboutUsECommerce.php
│ ├─ cart.php
│ ├─ contact.php
│ ├─ forgotpassword.php
│ ├─ homepage.php
│ ├─ login.php
│ ├─ none
│ ├─ payment.php
│ ├─ products.php
│ ├─ register.php
│ └─ shop.php
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Code-Folders
│ ├─ AboutUs.html
│ ├─ Contact.html
│ └─ cart.html
LICENSE
README.md
SECURITY.md
└─ images & videos
├─ 1.mp4
├─ 1.png
├─ 2.png
├─ 3.png
├─ a6.jpg
├─ banner.png
├─ f1.png
├─ f2.png
├─ f3.png
├─ f4.png
├─ f5.png
├─ f6.png
└─ logo.png
```