initial commit
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*.html linguist-detectable=false
|
||||||
|
*.css linguist-detectable=false
|
31
.gitignore
vendored
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
lerna-debug.log*
|
||||||
|
|
||||||
|
node_modules
|
||||||
|
.DS_Store
|
||||||
|
dist
|
||||||
|
dist-ssr
|
||||||
|
coverage
|
||||||
|
*.local
|
||||||
|
|
||||||
|
/cypress/videos/
|
||||||
|
/cypress/screenshots/
|
||||||
|
|
||||||
|
# Editor directories and files
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
||||||
|
.idea
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.sw?
|
||||||
|
.env
|
||||||
|
*.env
|
||||||
|
*.tsbuildinfo
|
3
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
|
||||||
|
}
|
22
README.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# VuEmployer
|
||||||
|
|
||||||
|
<img alt="Slide 4_3 - 1 (4)" src="https://github.com/KuruCoders/VuEmployer/assets/103739510/5252c4d4-ce85-4462-ab7b-3965c567b1aa">
|
||||||
|
|
||||||
|
|
||||||
|
## Project Setup
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
### Compile and Hot-Reload for Development
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run dev
|
||||||
|
```
|
||||||
|
|
||||||
|
### Compile and Minify for Production
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run build
|
||||||
|
```
|
28
index.html
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<!-- Libs CSS -->
|
||||||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
|
||||||
|
|
||||||
|
<!-- Theme CSS -->
|
||||||
|
<link rel="stylesheet" href="/assets/css/theme.min.css" rel="stylesheet">
|
||||||
|
<link rel="stylesheet" href="/assets/libs/simplebar/dist/simplebar.min.css" rel="stylesheet">
|
||||||
|
<title>VuEmployer</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="app"></div>
|
||||||
|
<script type="module" src="/src/main.js"></script>
|
||||||
|
|
||||||
|
<!-- Libs JS -->
|
||||||
|
<script src="/assets/libs/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
<script src="/assets/libs/simplebar/dist/simplebar.min.js"></script>
|
||||||
|
|
||||||
|
<!-- Theme JS -->
|
||||||
|
<script src="/assets/js/theme.min.js"></script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
8
jsconfig.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"paths": {
|
||||||
|
"@/*": ["./src/*"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"exclude": ["node_modules", "dist"]
|
||||||
|
}
|
1991
package-lock.json
generated
Normal file
26
package.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"name": "vuemployer",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"private": true,
|
||||||
|
"type": "module",
|
||||||
|
"scripts": {
|
||||||
|
"dev": "vite",
|
||||||
|
"build": "vite build",
|
||||||
|
"preview": "vite preview"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"axios": "^1.6.7",
|
||||||
|
"dotenv": "^16.4.4",
|
||||||
|
"sweetalert2": "^11.10.5",
|
||||||
|
"vee-validate": "^4.12.5",
|
||||||
|
"vue": "^3.4.15",
|
||||||
|
"vue-router": "^4.2.5",
|
||||||
|
"vue-toastification": "^2.0.0-rc.5",
|
||||||
|
"yup": "^1.3.3"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@vitejs/plugin-vue": "^5.0.3",
|
||||||
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
||||||
|
"vite": "^5.0.11"
|
||||||
|
}
|
||||||
|
}
|
7
public/assets/css/theme.min.css
vendored
Normal file
1
public/assets/images/about/about-icons-1.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg width="120" height="120" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M90.655 20.149c-11.04-3.017-25.225 40.216-11.976 43.835 13.25 3.62 23.019-40.815 11.976-43.835z" fill="#EABC49"/><path d="M93.438 29.724a7.034 7.034 0 00-4.417-3.579 7.066 7.066 0 00-5.623.838l10.04 2.741z" fill="#DB3030"/><path d="M85.938 57.168a7.034 7.034 0 00-4.417-3.579 7.048 7.048 0 00-5.623.838l10.04 2.741z" fill="#EB8F48"/><path d="M92.476 36.82a8.322 8.322 0 00-5.218-4.233 8.33 8.33 0 00-6.645.991l11.863 3.241zm-3.871 14.158a8.336 8.336 0 00-11.863-3.241l11.863 3.241zm2.388-6.843a9.011 9.011 0 00-12.821-3.502l12.822 3.502z" fill="#DB3030"/><path d="M74.835 24.583h-9.08a2.042 2.042 0 01-2.044-2.044c0-1.13.914-2.044 2.044-2.044h9.08c1.13 0 2.044.914 2.044 2.044a2.045 2.045 0 01-2.044 2.044z" fill="#00684A"/><path d="M78.778 38.111a2.363 2.363 0 00-2.364-2.363h-.23c1.919 0 3.17-2.017 2.324-3.737l-3.674-7.433h-9.08l-3.674 7.433c-.85 1.72.4 3.737 2.323 3.737h-.23a2.363 2.363 0 100 4.727 2.363 2.363 0 100 4.727 2.363 2.363 0 100 4.727 2.363 2.363 0 100 4.727h12.241a2.363 2.363 0 100-4.727 2.363 2.363 0 100-4.727 2.363 2.363 0 100-4.727 2.363 2.363 0 002.364-2.364z" fill="#FAE7DB"/><path d="M78.778 38.111a2.363 2.363 0 00-2.364-2.363h-.23c1.919 0 3.17-2.017 2.324-3.737l-1.22-2.471a6.67 6.67 0 00-.675.148c-1.414.396-2.684 1.175-4.012 1.797-1.328.62-2.805 1.098-4.25.828-1.3-.243-2.408-1.058-3.628-1.576a5.02 5.02 0 00-1.815-.405l-.828 1.68c-.85 1.719.4 3.736 2.323 3.736h-.23a2.363 2.363 0 100 4.727 2.363 2.363 0 100 4.727 2.363 2.363 0 100 4.727 2.363 2.363 0 100 4.727h12.241a2.363 2.363 0 100-4.727 2.363 2.363 0 100-4.727 2.363 2.363 0 100-4.727 2.363 2.363 0 002.364-2.364z" fill="#016BF8"/><path d="M42.755 33.88H23.852v31.257h18.903V33.879zm4.469-7.267H28.32v-3.097a2.784 2.784 0 012.782-2.782h13.34a2.784 2.784 0 012.782 2.782v3.097z" fill="#2B5B4F"/><path d="M42.755 33.88H23.852l4.47-7.267h18.904l-4.47 7.267z" fill="#FAE7DB"/><path d="M51.695 33.88v31.257h-8.941V33.879l4.47-7.266 4.47 7.267z" fill="#EABC49"/><path d="M38.546 40.687H28.06a.694.694 0 010-1.387h10.485a.694.694 0 010 1.387zm0 4.961H28.06a.694.694 0 010-1.387h10.485a.694.694 0 010 1.387z" fill="#254C40"/><path d="M38.546 50.604H28.06a.694.694 0 010-1.386h10.485a.694.694 0 010 1.386z" fill="#EABC49"/><path d="M54.718 57.169l-1.499-1.45-2.03.464-1.5-1.45-2.03.464-1.5-1.45-2.034.469s3.327-6.416 4.903-12.061c1.575-5.646 2.048-12.858 2.048-12.858l1.5 1.45 2.034-.464 1.5 1.45 2.03-.464 1.499 1.45 2.03-.464 1.5 1.45 2.03-.464 1.499 1.45 2.03-.464 1.5 1.45 2.034-.464s-3.327 6.415-4.902 12.06c-1.576 5.646-2.049 12.858-2.049 12.858l-1.499-1.45-2.035.464-1.499-1.45-2.03.464-1.5-1.45-2.03.46z" fill="#FAE7DB"/><path d="M68.734 34.217l-2.03.464-1.5-1.45-2.03.464-1.499-1.45-2.03.464-1.5-1.45-2.03.464-1.499-1.45-2.035.464-1.499-1.45s-.077 1.149-.266 2.886l20.187 5.632c.739-1.584 1.265-2.606 1.265-2.606l-2.035.463-1.499-1.445zM47.659 55.2l2.03-.463 1.5 1.45 2.03-.464 1.5 1.45 2.03-.464 1.499 1.45 2.03-.464 1.5 1.45 2.034-.464 1.5 1.45s.076-1.148.265-2.886l-20.182-5.641a77.42 77.42 0 01-1.27 2.61l2.035-.463 1.499 1.45z" fill="#EABC49"/><path d="M62.562 45.927c-1.08 3.885-3.917 6.487-6.325 5.812-2.413-.671-3.49-4.367-2.404-8.252 1.085-3.886 3.916-6.488 6.325-5.812 2.413.675 3.49 4.367 2.404 8.252zm25.294 53.191H32.149a4.985 4.985 0 01-4.89-4.02L19.336 57.92h81.332L92.74 95.097a4.977 4.977 0 01-4.884 4.02z" fill="#00684A"/><path d="M101.335 57.92H18.67a3.615 3.615 0 01-3.615-3.615v-2.688a3.615 3.615 0 013.615-3.615h82.665a3.615 3.615 0 013.615 3.615v2.688a3.612 3.612 0 01-3.615 3.615zM60.001 91.162c-1 0-1.81-.81-1.81-1.81V67.68a1.81 1.81 0 013.62 0v21.673c0 1.004-.81 1.81-1.81 1.81zm10.129 0c-1 0-1.81-.81-1.81-1.81V67.68a1.81 1.81 0 013.62 0v21.673c0 1.004-.81 1.81-1.81 1.81zm10.137 0c-1 0-1.81-.81-1.81-1.81V67.68a1.81 1.81 0 013.62 0v21.673a1.813 1.813 0 01-1.81 1.81zm-30.395 0c1 0 1.81-.81 1.81-1.81V67.68a1.81 1.81 0 00-3.62 0v21.673c0 1.004.81 1.81 1.81 1.81zm-10.129 0c1 0 1.81-.81 1.81-1.81V67.68a1.81 1.81 0 00-3.62 0v21.673c0 1.004.81 1.81 1.81 1.81z" fill="#0AAD0A"/><path d="M103.615 74.667L81.587 55.08a2.636 2.636 0 113.507-3.939l22.028 19.588a2.635 2.635 0 01.216 3.723 2.636 2.636 0 01-3.723.216z" fill="#EABC49"/><path d="M84.382 53.085a1.076 1.076 0 11-2.152 0 1.076 1.076 0 012.152 0z" fill="#00684A"/><path d="M16.391 74.667L38.419 55.08a2.636 2.636 0 10-3.507-3.939L12.884 70.728a2.636 2.636 0 00-.216 3.723 2.636 2.636 0 003.723.216z" fill="#EABC49"/><path d="M35.617 53.085a1.076 1.076 0 102.152 0 1.076 1.076 0 00-2.152 0z" fill="#00684A"/></svg>
|
After Width: | Height: | Size: 4.5 KiB |
1
public/assets/images/about/about-icons-2.svg
Normal file
After Width: | Height: | Size: 8.1 KiB |
1
public/assets/images/about/about-icons-3.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg width="120" height="120" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M58.513 21.168c-10.746 3.16-.293 46.294 12.597 42.501 12.897-3.793-1.851-45.661-12.597-42.501z" fill="#EABC49"/><path d="M65.754 27.686a6.949 6.949 0 00-5.523-.707 6.893 6.893 0 00-4.25 3.582l9.773-2.875zm7.895 26.609a6.949 6.949 0 00-5.523-.708 6.904 6.904 0 00-4.251 3.576l9.774-2.868zm-5.04-20.239a8.176 8.176 0 00-6.526-.832 8.171 8.171 0 00-5.024 4.228l11.55-3.396zm4.07 13.732a8.176 8.176 0 00-6.526-.831 8.17 8.17 0 00-5.024 4.227l11.55-3.395zm-1.536-6.903a8.845 8.845 0 00-7.05-.9 8.827 8.827 0 00-5.429 4.57l12.479-3.67z" fill="#C94536"/><path d="M82.936 31.48h-9.312c-1.16 0-2.1-.938-2.1-2.093 0-1.154.94-2.092 2.1-2.092h9.312c1.16 0 2.101.938 2.101 2.092a2.097 2.097 0 01-2.1 2.093z" fill="#D7513E"/><path d="M86.981 45.299a2.419 2.419 0 00-2.424-2.415h-.237c1.97 0 3.253-2.061 2.38-3.818l-3.764-7.593h-9.312l-3.765 7.593c-.873 1.757.411 3.818 2.38 3.818h-.236a2.419 2.419 0 00-2.425 2.415 2.419 2.419 0 002.425 2.415 2.419 2.419 0 00-2.425 2.415 2.419 2.419 0 002.425 2.415 2.419 2.419 0 00-2.425 2.415 2.419 2.419 0 002.425 2.415 2.419 2.419 0 00-2.425 2.415 2.419 2.419 0 002.425 2.415h12.56c1.34 0 2.424-1.08 2.424-2.415a2.419 2.419 0 00-2.424-2.415c1.34 0 2.424-1.08 2.424-2.415a2.419 2.419 0 00-2.424-2.415c1.34 0 2.424-1.08 2.424-2.415a2.419 2.419 0 00-2.424-2.415 2.417 2.417 0 002.418-2.415z" fill="#FAE7DB"/><path d="M86.981 45.299a2.419 2.419 0 00-2.424-2.415h-.237c1.97 0 3.253-2.061 2.38-3.818l-1.252-2.52a6.218 6.218 0 00-.692.148c-1.446.404-2.749 1.199-4.114 1.838-1.365.633-2.88 1.124-4.357.844-1.334-.248-2.474-1.08-3.721-1.608a5.146 5.146 0 00-1.858-.41l-.847 1.714c-.873 1.757.411 3.818 2.38 3.818h-.236a2.418 2.418 0 00-2.425 2.415 2.419 2.419 0 002.425 2.415 2.419 2.419 0 00-2.425 2.415 2.419 2.419 0 002.425 2.415 2.418 2.418 0 00-2.425 2.415 2.419 2.419 0 002.425 2.415 2.419 2.419 0 00-2.425 2.415 2.419 2.419 0 002.425 2.415h12.56c1.34 0 2.424-1.08 2.424-2.415a2.419 2.419 0 00-2.424-2.415c1.34 0 2.424-1.08 2.424-2.415a2.418 2.418 0 00-2.424-2.415c1.34 0 2.424-1.08 2.424-2.415a2.419 2.419 0 00-2.424-2.415 2.426 2.426 0 002.417-2.42z" fill="#016BF8"/><path d="M44.755 32.373H32.949v19.445h11.806V32.373zm2.793-4.519H35.742v-1.93c0-.957.78-1.733 1.74-1.733h8.333c.96 0 1.74.776 1.74 1.732v1.93h-.007z" fill="#0AAD0A"/><path d="M44.755 32.373H32.949l2.793-4.52h11.805l-2.792 4.52z" fill="#FAE7DB"/><path d="M50.339 32.373v19.445h-5.585V32.374l2.792-4.52 2.793 4.52z" fill="#EABC49"/><path d="M42.123 36.608H35.58a.43.43 0 01-.43-.429.43.43 0 01.43-.428h6.544a.43.43 0 01.43.428.422.422 0 01-.43.428zm0 3.085H35.58a.43.43 0 01-.43-.428.43.43 0 01.43-.429h6.544a.43.43 0 01.43.428.422.422 0 01-.43.429zm0 3.086H35.58a.43.43 0 01-.43-.429.43.43 0 01.43-.428h6.544a.43.43 0 01.43.428.422.422 0 01-.43.428zm17.74-7.382H47.627a1.112 1.112 0 01-1.115-1.111v-.044c0-.614.498-1.111 1.115-1.111h12.236c.617 0 1.116.496 1.116 1.111v.044c0 .608-.499 1.11-1.116 1.11z" fill="#254C40"/><path d="M60.239 36.44h-1.135v-1.05H48.39v1.05h-1.134c-.891 0-1.614.72-1.614 1.608v15.315c0 .888.723 1.608 1.614 1.608H60.24c.891 0 1.614-.72 1.614-1.608V38.048c0-.888-.723-1.608-1.614-1.608z" fill="#D7513E"/><path d="M60.24 54.965c.892 0 1.615-.72 1.615-1.608V39.165a4.85 4.85 0 00-.997.08c-1.11.218-2.126.752-3.173 1.168-1.047.416-2.207.72-3.304.447-1.259-.31-2.287-1.353-3.584-1.453-.748-.062-1.477.205-2.175.478-.698.273-1.409.572-2.157.572-.274 0-.555-.05-.817-.143v13.043c0 .888.723 1.608 1.615 1.608H60.24z" fill="#2B5B4F"/><path d="M53.748 49.266c3.24 0 5.866-1.596 5.866-3.564s-2.626-3.563-5.866-3.563c-3.24 0-5.865 1.595-5.865 3.563 0 1.968 2.626 3.564 5.865 3.564z" fill="#EABC49"/><path d="M84.861 47.335l-4.145-3.29-4.139 3.29h-.031l-4.139-3.29-4.145 3.29h-.025l-4.139-3.29-4.145 3.29h-.025l-4.139-3.29-4.145 3.29h-.024l-4.146-3.29-4.138 3.29h-.025l-4.145-3.29-4.083 3.234L31 44.045V99h58V44.045l-4.139 3.29z" fill="#00684A"/><path d="M75.593 65.19H44.408c-.792 0-1.428-.64-1.428-1.422 0-.788.643-1.421 1.428-1.421h31.185a1.42 1.42 0 110 2.843zm0 9.958H44.408c-.792 0-1.428-.64-1.428-1.422 0-.782.643-1.421 1.428-1.421h31.185c.791 0 1.427.64 1.427 1.421 0 .783-.636 1.422-1.427 1.422zm0 9.952H44.408c-.792 0-1.428-.64-1.428-1.422 0-.782.643-1.421 1.428-1.421h31.185a1.42 1.42 0 110 2.843z" fill="#0AAD0A"/></svg>
|
After Width: | Height: | Size: 4.2 KiB |
BIN
public/assets/images/about/about-img.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
public/assets/images/about/team-1.png
Normal file
After Width: | Height: | Size: 109 KiB |
BIN
public/assets/images/about/team-2.png
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
public/assets/images/about/team-3.png
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
public/assets/images/about/team-4.png
Normal file
After Width: | Height: | Size: 124 KiB |
BIN
public/assets/images/about/team-5.png
Normal file
After Width: | Height: | Size: 117 KiB |
1
public/assets/images/appbutton/appstore-btn.svg
Normal file
After Width: | Height: | Size: 7.7 KiB |
1
public/assets/images/appbutton/googleplay-btn.svg
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
public/assets/images/avatar/avatar-1.jpg
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
public/assets/images/avatar/avatar-2.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
public/assets/images/avatar/avatar-4.jpg
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
public/assets/images/avatar/avatar-5.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
public/assets/images/banner/ad-banner-1.jpg
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
public/assets/images/banner/ad-banner-2.jpg
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
public/assets/images/banner/ad-banner-3.jpg
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
public/assets/images/banner/bannerillustration.png
Normal file
After Width: | Height: | Size: 377 KiB |
BIN
public/assets/images/banner/catBanner.png
Normal file
After Width: | Height: | Size: 326 KiB |
BIN
public/assets/images/banner/mainAdminBanner.png
Normal file
After Width: | Height: | Size: 961 KiB |
BIN
public/assets/images/banner/menu-banner.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
public/assets/images/banner/notibanner.png
Normal file
After Width: | Height: | Size: 394 KiB |
BIN
public/assets/images/blog/blog-banner.png
Normal file
After Width: | Height: | Size: 920 KiB |
BIN
public/assets/images/blog/blog-img-1.jpg
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
public/assets/images/blog/blog-img-2.jpg
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
public/assets/images/blog/blog-img-4.jpg
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
public/assets/images/blog/blog-img-5.jpg
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
public/assets/images/blog/blog-img-6.jpg
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
public/assets/images/blog/blog-img-7.jpg
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
public/assets/images/blog/blog-img-8.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
public/assets/images/blog/blog-img-9.jpg
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
public/assets/images/blog/blog-large.jpg
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
public/assets/images/category/atta-rice-dal.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
public/assets/images/category/baby-care.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
public/assets/images/category/bakery-biscuits.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/assets/images/category/category-atta-rice-dal.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/assets/images/category/category-baby-care.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/assets/images/category/category-bakery-biscuits.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/assets/images/category/category-chicken-meat-fish.jpg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
public/assets/images/category/category-cleaning-essentials.jpg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
public/assets/images/category/category-cold-drinks-juices.jpg
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
public/assets/images/category/category-dairy-bread-eggs.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/assets/images/category/category-fruits-vegetables.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/assets/images/category/category-instant-food.jpg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
public/assets/images/category/category-pet-care.jpg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
public/assets/images/category/category-snack-munchies.jpg
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
public/assets/images/category/category-tea-coffee-drinks.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/assets/images/category/chicken-meat-fish.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/assets/images/category/cleaning-essentials.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
public/assets/images/category/cold-drinks-juices.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
public/assets/images/category/dairy-bread-eggs.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/assets/images/category/fruits-vegetables.png
Normal file
After Width: | Height: | Size: 8.0 KiB |
BIN
public/assets/images/category/instant-food.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/assets/images/category/pet-care.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
public/assets/images/category/snack-munchies.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/assets/images/category/tea-coffee-drinks.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
public/assets/images/contact/contact.jpg
Normal file
After Width: | Height: | Size: 263 KiB |
1
public/assets/images/icons/clock.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 36.667c9.205 0 16.667-7.462 16.667-16.667 0-9.205-7.462-16.666-16.667-16.666-9.205 0-16.666 7.461-16.666 16.666S10.795 36.667 20 36.667z" stroke="#0AAD0A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M20 10v10l6.667 3.333" stroke="#0AAD0A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
After Width: | Height: | Size: 428 B |
1
public/assets/images/icons/gift.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M33.333 20v16.667H6.667V20m30-8.334H3.333V20h33.334v-8.334zM20 36.666v-25" stroke="#0AAD0A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M20 11.667h-7.5a4.167 4.167 0 010-8.334c5.834 0 7.5 8.334 7.5 8.334zm0 0h7.5a4.167 4.167 0 100-8.334c-5.833 0-7.5 8.334-7.5 8.334z" stroke="#0AAD0A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
After Width: | Height: | Size: 470 B |
1
public/assets/images/icons/package.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.5 15.667l-15-8.65M35 26.667V13.333a3.333 3.333 0 00-1.667-2.883L21.667 3.784a3.334 3.334 0 00-3.334 0L6.667 10.45A3.333 3.333 0 005 13.334v13.333a3.333 3.333 0 001.667 2.883l11.666 6.667a3.333 3.333 0 003.334 0l11.666-6.667A3.334 3.334 0 0035 26.667z" stroke="#0AAD0A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.45 11.6L20 20.017 34.55 11.6M20 36.8V20" stroke="#0AAD0A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
After Width: | Height: | Size: 563 B |
1
public/assets/images/icons/refresh-cw.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M38.334 6.667v10h-10M1.667 33.334v-10h10" stroke="#0AAD0A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.85 15A15 15 0 0130.6 9.4l7.733 7.267M1.667 23.333L9.4 30.6A15 15 0 0034.15 25" stroke="#0AAD0A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
After Width: | Height: | Size: 387 B |
BIN
public/assets/images/logo/freshcart-logo.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
1
public/assets/images/logo/freshcart-logo.svg
Normal file
After Width: | Height: | Size: 5.7 KiB |
1
public/assets/images/payment/amazonpay.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg width="44" height="28" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.493 18.47c-1.557 1.195-3.815 1.83-5.758 1.83A10.2 10.2 0 014.7 17.512c-.145-.136-.016-.323.16-.219 2.003 1.212 4.48 1.941 7.038 1.941a13.56 13.56 0 005.367-1.14c.264-.117.484.18.227.377z" fill="#F8991D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.143 17.7c-.199-.264-1.315-.126-1.819-.062-.152.019-.175-.12-.04-.22.892-.649 2.353-.462 2.521-.245.171.219-.044 1.742-.88 2.467-.128.111-.25.05-.194-.095.19-.487.611-1.579.412-1.844z" fill="#F8991D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16.358 12.823v-.633c0-.097.07-.16.154-.16h2.727c.087 0 .157.066.157.16v.543c0 .09-.075.209-.206.399l-1.411 2.094c.524-.012 1.079.068 1.554.348.108.063.136.156.145.246v.674c0 .092-.098.199-.201.143a3.039 3.039 0 00-2.882.005c-.096.053-.194-.054-.194-.146v-.642c0-.102.002-.278.1-.436l1.637-2.44h-1.425a.149.149 0 01-.155-.155zm-9.946 3.948h-.829a.157.157 0 01-.147-.146v-4.424a.16.16 0 01.159-.158h.772a.158.158 0 01.15.148v.576h.016c.202-.559.58-.82 1.091-.82.52 0 .845.261 1.077.82.2-.559.657-.82 1.147-.82.348 0 .727.15.96.485.261.372.207.912.207 1.386v2.793a.16.16 0 01-.159.158h-.828a.158.158 0 01-.15-.158v-2.345c0-.185.016-.652-.023-.827-.061-.3-.249-.382-.487-.382a.552.552 0 00-.497.362c-.084.224-.077.596-.077.847v2.345a.16.16 0 01-.159.158h-.828a.158.158 0 01-.15-.158v-2.345c0-.494.077-1.219-.51-1.219-.597 0-.574.708-.574 1.219v2.345a.16.16 0 01-.161.16zm15.34-3.919c-.611 0-.65.866-.65 1.406 0 .54-.008 1.693.643 1.693.643 0 .674-.932.674-1.499 0-.372-.017-.82-.124-1.172-.096-.31-.281-.428-.543-.428zm-.01-.903c1.232 0 1.896 1.1 1.896 2.496 0 1.35-.735 2.42-1.896 2.42-1.207 0-1.865-1.1-1.865-2.466 0-1.38.667-2.45 1.865-2.45zm3.494 4.821h-.826a.16.16 0 01-.15-.158v-4.427a.158.158 0 01.159-.143h.77a.162.162 0 01.147.124v.676h.017c.231-.606.557-.893 1.13-.893.372 0 .735.139.967.52.218.354.218.95.218 1.378v2.782a.16.16 0 01-.16.139h-.83a.158.158 0 01-.148-.139v-2.4c0-.485.054-1.192-.52-1.192-.2 0-.386.138-.48.352-.116.27-.13.54-.13.84v2.38a.165.165 0 01-.164.161zm-10.211-.012a.168.168 0 01-.196.02c-.277-.24-.326-.349-.476-.575-.454.482-.777.628-1.366.628-.698 0-1.24-.448-1.24-1.343 0-.7.364-1.175.884-1.409.45-.204 1.079-.243 1.559-.299v-.112c0-.204.016-.447-.101-.625-.1-.158-.295-.224-.466-.224-.316 0-.597.168-.667.518-.014.078-.068.156-.143.159l-.805-.09c-.068-.017-.142-.073-.124-.18.183-1 1.042-1.312 1.821-1.319h.061c.4.005.91.12 1.22.428.402.392.365.915.365 1.484v1.343c0 .404.161.581.313.798.054.078.066.172-.002.229a70.2 70.2 0 00-.637.569zm-.838-2.102c0 .336.007.615-.154.915-.131.243-.342.391-.574.391-.318 0-.503-.253-.503-.625 0-.735.635-.868 1.234-.868v.187h-.003zM4.148 16.761a.168.168 0 01-.196.02c-.277-.239-.326-.348-.475-.575-.457.482-.778.628-1.367.628-.698 0-1.24-.447-1.24-1.343 0-.7.364-1.175.884-1.408.45-.204 1.079-.243 1.559-.3v-.111c0-.205.016-.448-.101-.625-.1-.159-.295-.224-.466-.224-.316 0-.597.168-.667.518-.014.078-.068.153-.143.158l-.805-.09c-.068-.017-.142-.073-.124-.182.183-1 1.042-1.312 1.821-1.319h.061c.4.005.91.12 1.22.428.402.392.365.915.365 1.484v1.343c0 .404.161.581.313.798.054.078.066.173-.002.228-.166.151-.468.421-.637.572zm-.835-2.102c0 .336.007.616-.155.915-.13.243-.341.392-.573.392-.319 0-.503-.253-.503-.625 0-.735.634-.869 1.233-.869v.187h-.002zm35.695 3.699v-.326c0-.093.044-.156.135-.151.173.027.42.051.592.015.227-.05.391-.217.487-.446.136-.323.225-.583.283-.754l-1.724-4.441c-.029-.076-.038-.217.107-.217h.604c.115 0 .162.075.187.15l1.25 3.608 1.194-3.607c.023-.073.072-.15.187-.15h.569c.143 0 .136.138.108.216l-1.712 4.58c-.222.61-.517 1.581-1.181 1.749-.333.09-.754.058-1-.049-.063-.031-.087-.119-.087-.177zm-.808-1.856a.148.148 0 01-.145.151h-.426c-.091 0-.154-.068-.166-.15l-.042-.302a2.454 2.454 0 01-.695.428c-.501.202-1.077.236-1.566-.076-.354-.226-.54-.666-.54-1.121 0-.353.105-.7.334-.954.309-.345.756-.515 1.297-.515.325 0 .793.039 1.132.155v-.608c0-.615-.25-.883-.908-.883-.503 0-.887.078-1.423.25-.087.003-.136-.065-.136-.148v-.34c0-.083.068-.163.143-.188.382-.172.922-.282 1.498-.301.75 0 1.64.175 1.64 1.374v3.228h.003zm-.817-.885v-.915c-.285-.08-.758-.114-.94-.114-.288 0-.607.07-.77.255a.774.774 0 00-.18.518c0 .244.081.487.268.608.22.156.56.137.88.042.31-.09.597-.25.742-.394zm-5.455-2.977c.943 0 1.2.772 1.2 1.655.005.596-.1 1.126-.397 1.43-.223.229-.47.29-.843.29-.332 0-.77-.18-1.095-.43v-2.526a1.91 1.91 0 011.135-.418zm-1.28 5.875h-.57a.149.149 0 01-.144-.15v-6.17c0-.082.065-.15.145-.15h.435c.091 0 .155.068.166.15l.047.324c.41-.377.934-.618 1.435-.618 1.402 0 1.865 1.202 1.865 2.452 0 1.338-.707 2.411-1.898 2.411a1.95 1.95 0 01-1.334-.528v2.131a.15.15 0 01-.148.148z" fill="#333E47"/></svg>
|
After Width: | Height: | Size: 4.6 KiB |
1
public/assets/images/payment/american-express.svg
Normal file
After Width: | Height: | Size: 7.6 KiB |
1
public/assets/images/payment/mastercard.svg
Normal file
After Width: | Height: | Size: 6.5 KiB |
1
public/assets/images/payment/paypal.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg width="40" height="28" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_2598_6254)"><path d="M30.398 12.306h-2.122c-.125 0-.25.125-.312.249l-.874 5.476c0 .124.062.186.187.186h1.124c.124 0 .187-.062.187-.186l.25-1.556c0-.124.124-.249.312-.249h.686c1.436 0 2.247-.684 2.434-2.053.125-.56 0-1.058-.25-1.37-.374-.31-.936-.497-1.622-.497zm.25 2.054c-.125.746-.687.746-1.249.746h-.374l.25-1.431c0-.062.062-.124.187-.124h.125c.374 0 .748 0 .936.248.125.063.125.25.125.56z" fill="#139AD6"/><path d="M15.107 12.306h-2.122c-.125 0-.25.125-.312.249l-.874 5.476c0 .124.062.186.187.186h.999c.125 0 .25-.124.312-.249l.25-1.493c0-.124.124-.249.312-.249h.686c1.436 0 2.247-.684 2.434-2.053.125-.56 0-1.058-.25-1.37-.374-.31-.873-.497-1.622-.497zm.25 2.054c-.125.746-.687.746-1.249.746h-.312l.25-1.431c0-.062.062-.124.187-.124h.125c.374 0 .749 0 .936.248.063.063.125.25.063.56zm6.178-.063h-.999c-.062 0-.187.062-.187.124l-.063.311-.062-.124c-.25-.311-.687-.436-1.186-.436-1.123 0-2.122.871-2.31 2.054a1.85 1.85 0 00.375 1.555c.312.374.75.498 1.31.498.937 0 1.436-.56 1.436-.56l-.062.311c0 .125.062.187.187.187h.936c.125 0 .25-.125.313-.25l.561-3.483c-.062-.063-.187-.187-.25-.187zm-1.436 1.99c-.125.56-.562.997-1.186.997-.312 0-.562-.125-.686-.25-.125-.186-.188-.435-.188-.746.063-.56.562-.996 1.124-.996.312 0 .5.125.686.25.188.186.25.497.25.746z" fill="#263B80"/><path d="M36.763 14.296h-.998c-.063 0-.188.063-.188.125l-.062.31-.063-.124c-.25-.31-.686-.435-1.185-.435-1.124 0-2.123.871-2.31 2.053a1.85 1.85 0 00.375 1.556c.312.373.749.498 1.31.498.937 0 1.436-.56 1.436-.56l-.063.31c0 .125.063.187.188.187h.936c.125 0 .25-.124.312-.249l.562-3.484c-.063-.062-.125-.187-.25-.187zm-1.435 1.991c-.125.56-.562.996-1.186.996-.312 0-.562-.125-.687-.249-.125-.187-.187-.435-.187-.747.062-.56.562-.995 1.123-.995.312 0 .5.124.687.249.25.186.312.497.25.746z" fill="#139AD6"/><path d="M26.962 14.294h-1.06c-.126 0-.188.062-.25.124l-1.374 2.116-.624-1.991c-.062-.125-.125-.187-.312-.187h-.998c-.125 0-.188.125-.188.25l1.124 3.297-1.061 1.493c-.063.125 0 .311.124.311h1c.124 0 .186-.062.249-.124l3.433-4.916c.187-.186.062-.373-.063-.373z" fill="#263B80"/><path d="M37.952 12.492l-.874 5.6c0 .124.063.186.187.186h.874c.125 0 .25-.124.312-.249l.874-5.475c0-.125-.062-.187-.187-.187h-.999c-.062-.062-.125 0-.187.125z" fill="#139AD6"/><path d="M7.178 10.439c-.437-.498-1.248-.747-2.372-.747h-3.12c-.188 0-.375.187-.438.373L0 18.216c0 .187.125.311.25.311h1.935l.499-3.048v.124c.062-.187.25-.373.437-.373h.936c1.81 0 3.183-.747 3.62-2.8v-.187c-.062 0-.062 0 0 0 .063-.809-.062-1.307-.499-1.804z" fill="#263B80"/><path d="M7.614 12.242v.186c-.437 2.116-1.81 2.8-3.62 2.8h-.937c-.187 0-.374.187-.437.374l-.624 3.795c0 .125.063.25.25.25h1.623c.187 0 .374-.125.374-.312v-.062l.312-1.93v-.123c0-.187.187-.312.375-.312h.25c1.56 0 2.808-.622 3.12-2.489.125-.746.063-1.43-.312-1.866a.639.639 0 00-.374-.311z" fill="#139AD6"/><path d="M7.178 12.057c-.063 0-.125-.062-.188-.062-.062 0-.124 0-.187-.063-.25-.062-.5-.062-.811-.062H3.557c-.062 0-.124 0-.187.062a.342.342 0 00-.187.311l-.5 3.236v.125c.063-.187.25-.374.438-.374h.936c1.81 0 3.183-.747 3.62-2.8 0-.062 0-.124.062-.187-.124-.062-.187-.124-.312-.124-.187-.062-.187-.062-.25-.062z" fill="#232C65"/></g><defs><clipPath id="clip0_2598_6254"><path fill="#fff" d="M0 0h39.323v28H0z"/></clipPath></defs></svg>
|
After Width: | Height: | Size: 3.3 KiB |
1
public/assets/images/payment/visa.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg width="29" height="28" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_2598_6200)"><path d="M10.297 18.022l1.426-8h2.23l-1.382 8h-2.274z" fill="#3C58BF"/><path d="M10.297 18.022l1.828-8h1.828l-1.382 8h-2.274z" fill="#293688"/><path d="M20.642 10.111c-.446-.177-1.16-.355-2.051-.355-2.23 0-3.834 1.111-3.834 2.711 0 1.2 1.114 1.822 2.006 2.222.891.4 1.159.667 1.159 1.022 0 .534-.713.8-1.338.8-.891 0-1.382-.133-2.14-.444l-.312-.133-.312 1.822c.535.222 1.516.444 2.542.444 2.363 0 3.923-1.11 3.923-2.8 0-.933-.58-1.644-1.917-2.222-.803-.4-1.293-.622-1.293-1.022 0-.356.401-.711 1.293-.711.758 0 1.293.133 1.694.31l.223.09.357-1.734z" fill="#3C58BF"/><path d="M20.642 10.111c-.446-.177-1.16-.355-2.051-.355-2.23 0-3.433 1.111-3.433 2.711 0 1.2.713 1.822 1.605 2.222.891.4 1.159.667 1.159 1.022 0 .534-.713.8-1.338.8-.891 0-1.382-.133-2.14-.444l-.312-.133-.312 1.822c.535.222 1.516.444 2.542.444 2.363 0 3.923-1.11 3.923-2.8 0-.933-.58-1.644-1.917-2.222-.803-.4-1.293-.622-1.293-1.022 0-.356.401-.711 1.293-.711.758 0 1.293.133 1.694.31l.223.09.357-1.734z" fill="#293688"/><path d="M24.476 10.022c-.535 0-.937.044-1.16.578l-3.343 7.422h2.407l.446-1.333h2.853l.268 1.333h2.14l-1.873-8h-1.738zm-1.026 5.333c.134-.4.892-2.355.892-2.355s.178-.49.312-.8l.134.755s.445 2 .535 2.445H23.45v-.045z" fill="#3C58BF"/><path d="M25.01 10.022c-.534 0-.936.044-1.159.578l-3.878 7.422h2.407l.446-1.333h2.853l.268 1.333h2.14l-1.873-8h-1.203zm-1.56 5.333c.178-.444.892-2.355.892-2.355s.178-.49.312-.8l.134.755s.445 2 .535 2.445H23.45v-.045z" fill="#293688"/><path d="M6.2 15.623l-.224-1.156c-.4-1.333-1.694-2.8-3.12-3.51l2.006 7.11h2.407l3.611-8H8.473l-2.274 5.556z" fill="#3C58BF"/><path d="M6.2 15.623l-.224-1.156c-.4-1.333-1.694-2.8-3.12-3.51l2.006 7.11h2.407l3.611-8H8.92L6.2 15.623z" fill="#293688"/><path d="M0 10.022l.401.089c2.854.666 4.815 2.355 5.573 4.355l-.802-3.777c-.134-.534-.535-.667-1.026-.667H0z" fill="#FFBC00"/><path d="M0 10.022c2.853.667 5.216 2.4 5.974 4.4l-.758-3.156a1.088 1.088 0 00-1.07-.844L0 10.022z" fill="#F7981D"/><path d="M0 10.022c2.853.667 5.216 2.4 5.974 4.4l-.535-1.733c-.134-.534-.312-1.067-.936-1.29L0 10.023z" fill="#ED7C00"/></g><defs><clipPath id="clip0_2598_6200"><path fill="#fff" d="M0 0h28.088v28H0z"/></clipPath></defs></svg>
|
After Width: | Height: | Size: 2.2 KiB |
BIN
public/assets/images/png/girl-email.png
Normal file
After Width: | Height: | Size: 210 KiB |
BIN
public/assets/images/png/iphone-2.png
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
public/assets/images/products/product-img-1.jpg
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
public/assets/images/products/product-img-10.jpg
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
public/assets/images/products/product-img-15.jpg
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
public/assets/images/products/product-img-16.jpg
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
public/assets/images/products/product-img-17.jpg
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
public/assets/images/products/product-img-18.jpg
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
public/assets/images/products/product-img-19.jpg
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
public/assets/images/products/product-img-2.jpg
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
public/assets/images/products/product-img-3.jpg
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
public/assets/images/products/product-img-4.jpg
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
public/assets/images/products/product-img-5.jpg
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
public/assets/images/products/product-img-6.jpg
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
public/assets/images/products/product-img-7.jpg
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
public/assets/images/products/product-img-8.jpg
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
public/assets/images/products/product-img-9.jpg
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
public/assets/images/products/product-single-img-1.jpg
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
public/assets/images/products/product-single-img-2.jpg
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
public/assets/images/products/product-single-img-3.jpg
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
public/assets/images/products/product-single-img-4.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
public/assets/images/profile/card.png
Normal file
After Width: | Height: | Size: 100 KiB |