Compare commits
12 Commits
d319ad429c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| db30ed2198 | |||
| 4375781521 | |||
| 08816695c9 | |||
|
|
e388dc2cf4 | ||
|
|
ee99c1c659 | ||
|
|
f9763106fc | ||
|
|
59638910b2 | ||
|
|
6127cbd8b3 | ||
|
|
b28d936b54 | ||
|
|
744e14f58a | ||
|
|
c50a5bfaa8 | ||
|
|
998300277d |
2
.gitignore
vendored
@@ -30,3 +30,5 @@ dist-ssr
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
deploy.yml
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"template": "tanstack_start_ts_current",
|
||||
"revision": "tanstack_start_ts_current-6b12e5d4b74e"
|
||||
}
|
||||
10
AGENTS.md
@@ -1,10 +0,0 @@
|
||||
<!-- LOVABLE:BEGIN -->
|
||||
> [!IMPORTANT]
|
||||
> This project is connected to [Lovable](https://lovable.dev). Avoid rewriting
|
||||
> published git history — force pushing, or rebasing/amending/squashing commits
|
||||
> that are already pushed — as it rewrites history on Lovable's side and the
|
||||
> user will likely lose their project history.
|
||||
>
|
||||
> Commits you push to the connected branch sync back to Lovable and show up in
|
||||
> the editor, so keep the branch in a working state.
|
||||
<!-- LOVABLE:END -->
|
||||
16
Dockerfile
Normal file
@@ -0,0 +1,16 @@
|
||||
FROM node:22-alpine AS build
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
FROM node:22-alpine
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install --omit=dev
|
||||
COPY --from=build /app/dist ./dist
|
||||
COPY start.js ./
|
||||
EXPOSE 8005
|
||||
ENV NODE_ENV=production
|
||||
CMD ["node", "start.js"]
|
||||
BIN
PROMIST LOGO.png
Normal file
|
After Width: | Height: | Size: 993 KiB |
33
README.md
@@ -1,29 +1,20 @@
|
||||
# Welcome to your Lovable project
|
||||
# Promist Misting Systems
|
||||
|
||||
This project was built with [Lovable](https://lovable.dev).
|
||||
A modern React website for Promist — high-pressure misting systems based in Dubai, UAE.
|
||||
|
||||
## Build with Lovable
|
||||
|
||||
Open your project in the [Lovable editor](https://lovable.dev) and keep building.
|
||||
|
||||
- **Ship faster**: describe what you want to build and Lovable handles the code.
|
||||
- **Stay in sync**: connect the project to GitHub and every change made in Lovable is committed straight to your repository.
|
||||
- **Full ownership**: this code is yours. Push to your repository and your changes sync back into Lovable, ready for your next prompt.
|
||||
## Tech Stack
|
||||
- React 19 + TanStack Start
|
||||
- TypeScript
|
||||
- Tailwind CSS v4
|
||||
|
||||
## Development
|
||||
|
||||
Prefer working locally? You need Node.js and npm — [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating).
|
||||
|
||||
```sh
|
||||
git clone <this-repository-url>
|
||||
cd <repository-name>
|
||||
npm i
|
||||
npm install
|
||||
npm run dev
|
||||
```
|
||||
|
||||
## Built with
|
||||
|
||||
- TanStack Start
|
||||
- TypeScript
|
||||
- React
|
||||
- Tailwind CSS
|
||||
## Build
|
||||
```sh
|
||||
npm run build
|
||||
npm run preview
|
||||
```
|
||||
|
||||
4
bun.lock
@@ -60,7 +60,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.32.0",
|
||||
"@lovable.dev/vite-tanstack-config": "^2.7.6",
|
||||
"@lovable.dev/vite-tanstack-config": "2.7.7",
|
||||
"@types/node": "^22.16.5",
|
||||
"@types/react": "^19.2.0",
|
||||
"@types/react-dom": "^19.2.0",
|
||||
@@ -232,7 +232,7 @@
|
||||
|
||||
"@lovable.dev/vite-plugin-hmr-gate": ["@lovable.dev/vite-plugin-hmr-gate@1.1.3", "", { "peerDependencies": { "vite": ">=5.0.0 <9.0.0" } }, "sha512-edEZzJloDj2IO7lf380So7k1SiNeYDbFLqeLzuqsP8J1qSetKWqTBTR2gAfGxBlLXHZrlayb/dU8Y9S9AlqW0Q=="],
|
||||
|
||||
"@lovable.dev/vite-tanstack-config": ["@lovable.dev/vite-tanstack-config@2.7.6", "", { "dependencies": { "@lovable.dev/vite-plugin-dev-server-bridge": "^1.1.1", "@lovable.dev/vite-plugin-hmr-gate": "^1.1.3", "@tanstack/devtools-vite": "^0.8.1", "lightningcss": "^1.30.0" }, "peerDependencies": { "@tailwindcss/vite": ">=4.0.0", "@tanstack/react-start": ">=1.100.0", "@vitejs/plugin-react": ">=4.0.0", "nitro": ">=3.0.260603-beta", "vite": ">=5.0.0 <9.0.0", "vite-tsconfig-paths": ">=6.0.0" }, "optionalPeers": ["nitro"] }, "sha512-OxmPom+MWV54Itezoapqa/T6zN8oSHap4kHG7mse4iiCMGGD+E4qa+q1SctacU6wEDkJiqJHhYPG+QEsSY3IUw=="],
|
||||
"@lovable.dev/vite-tanstack-config": ["@lovable.dev/vite-tanstack-config@2.7.7", "https://europe-west1-npm.pkg.dev/lovable-core-prod/sandbox-npm-cache/@lovable.dev/vite-tanstack-config/-/vite-tanstack-config-2.7.7.tgz", { "dependencies": { "@lovable.dev/vite-plugin-dev-server-bridge": "^1.2.1", "@lovable.dev/vite-plugin-hmr-gate": "^1.1.3", "@tanstack/devtools-vite": "^0.8.1", "lightningcss": "^1.30.0" }, "peerDependencies": { "@tailwindcss/vite": ">=4.0.0", "@tanstack/react-start": ">=1.100.0", "@vitejs/plugin-react": ">=4.0.0", "nitro": ">=3.0.260603-beta", "vite": ">=5.0.0 <9.0.0", "vite-tsconfig-paths": ">=6.0.0" }, "optionalPeers": ["nitro"] }, "sha512-J7IXGzGaMfsFiEpNUaG3utmA1d/tXv4a7XPJb9ONlG7xyfq7LjPebJ10J087sou4lRl08ndJkJ/reE5paAJH2w=="],
|
||||
|
||||
"@napi-rs/wasm-runtime": ["@napi-rs/wasm-runtime@1.1.4", "", { "dependencies": { "@tybys/wasm-util": "^0.10.1" }, "peerDependencies": { "@emnapi/core": "^1.7.1", "@emnapi/runtime": "^1.7.1" } }, "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow=="],
|
||||
|
||||
|
||||
7076
package-lock.json
generated
Normal file
@@ -63,11 +63,11 @@
|
||||
"tw-animate-css": "^1.3.4",
|
||||
"vaul": "^1.1.2",
|
||||
"vite-tsconfig-paths": "^6.0.2",
|
||||
"zod": "^3.24.2"
|
||||
"zod": "^3.24.2",
|
||||
"embla-carousel-autoplay": "^8.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.32.0",
|
||||
"@lovable.dev/vite-tanstack-config": "^2.7.6",
|
||||
"@types/node": "^22.16.5",
|
||||
"@types/react": "^19.2.0",
|
||||
"@types/react-dom": "^19.2.0",
|
||||
|
||||
BIN
public/favicon.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
public/logo.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/logo1.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
public/profen-logo.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
public/promist-logo.png
Normal file
|
After Width: | Height: | Size: 993 KiB |
30
public/sitemap.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url><loc>https://promistcool.com/</loc><changefreq>weekly</changefreq><priority>1.0</priority></url>
|
||||
<url><loc>https://promistcool.com/about</loc><changefreq>monthly</changefreq><priority>0.8</priority></url>
|
||||
<url><loc>https://promistcool.com/contact</loc><changefreq>monthly</changefreq><priority>0.8</priority></url>
|
||||
<url><loc>https://promistcool.com/enquiry</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/projects</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/rental</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/applications</loc><changefreq>monthly</changefreq><priority>0.9</priority></url>
|
||||
<url><loc>https://promistcool.com/applications/humidification</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/applications/commercial-outdoor-cooling</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/applications/industrial-outdoor-cooling</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/applications/residential-outdoor-cooling</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/applications/dust-suppression</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/applications/animal-cooling</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/applications/air-cooler</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/applications/professional-pre-cooling</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/products</loc><changefreq>monthly</changefreq><priority>0.9</priority></url>
|
||||
<url><loc>https://promistcool.com/products/sanitization-booth</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/products/nozzles</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/products/misting-pumps</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/products/portable-misting-fans</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/products/satellite-misting-fans</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/products/misting-fittings-tubings</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/products/misting-systems-accessories</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/solutions</loc><changefreq>monthly</changefreq><priority>0.8</priority></url>
|
||||
<url><loc>https://promistcool.com/solutions/misting-technology</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/solutions/misting-systems-design</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://promistcool.com/solutions/faq</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
|
||||
</urlset>
|
||||
BIN
public/slide-humidity.jpg
Normal file
|
After Width: | Height: | Size: 426 KiB |
BIN
public/slide-residential.jpg
Normal file
|
After Width: | Height: | Size: 765 KiB |
BIN
public/slide-sanitization.jpg
Normal file
|
After Width: | Height: | Size: 130 KiB |
BIN
public/wp-uploads/2016/03/c1.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
public/wp-uploads/2016/03/c3.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/wp-uploads/2016/03/c4.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
public/wp-uploads/2016/03/c5.png
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
public/wp-uploads/2016/03/c6.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
public/wp-uploads/2016/03/c7.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
public/wp-uploads/2016/03/c8.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
public/wp-uploads/2016/03/call.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/wp-uploads/2016/03/client-bg-1024x768.jpg
Normal file
|
After Width: | Height: | Size: 118 KiB |
BIN
public/wp-uploads/2016/03/client-bg-736x414.jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
public/wp-uploads/2016/03/client-bg.jpg
Normal file
|
After Width: | Height: | Size: 360 KiB |
BIN
public/wp-uploads/2016/03/commercial-misting.jpg
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
public/wp-uploads/2016/03/contact-banner1-1024x768.jpg
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
public/wp-uploads/2016/03/contact-banner1-736x414.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
public/wp-uploads/2016/03/contact-banner1.jpg
Normal file
|
After Width: | Height: | Size: 91 KiB |
BIN
public/wp-uploads/2016/03/humidification-misting.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
public/wp-uploads/2016/03/industrial-misting.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
public/wp-uploads/2016/03/things-1024x768.jpg
Normal file
|
After Width: | Height: | Size: 184 KiB |
BIN
public/wp-uploads/2016/03/things-736x414.jpg
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
public/wp-uploads/2016/03/things.jpg
Normal file
|
After Width: | Height: | Size: 505 KiB |
BIN
public/wp-uploads/2017/04/1-2_01-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
public/wp-uploads/2017/04/1-2_01-150x150.jpg
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
public/wp-uploads/2017/04/1-2_01.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/wp-uploads/2017/04/1-2_02-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 71 KiB |
BIN
public/wp-uploads/2017/04/1-2_02-150x150.jpg
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
public/wp-uploads/2017/04/1-2_02.jpg
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
public/wp-uploads/2017/04/1-2_03-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 65 KiB |
BIN
public/wp-uploads/2017/04/1-2_03-150x150.jpg
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
public/wp-uploads/2017/04/1-2_03.jpg
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
public/wp-uploads/2017/04/1-2_04-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 83 KiB |
BIN
public/wp-uploads/2017/04/1-2_04-150x150.jpg
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
public/wp-uploads/2017/04/1-2_04.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/wp-uploads/2017/04/1-2_05-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 81 KiB |
BIN
public/wp-uploads/2017/04/1-2_05-150x150.jpg
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
public/wp-uploads/2017/04/1-2_05.jpg
Normal file
|
After Width: | Height: | Size: 9.7 KiB |
BIN
public/wp-uploads/2017/04/1-2_06-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
public/wp-uploads/2017/04/1-2_06-150x150.jpg
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
public/wp-uploads/2017/04/1-2_06.jpg
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
public/wp-uploads/2017/04/1-2_07-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
public/wp-uploads/2017/04/1-2_07-150x150.jpg
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
public/wp-uploads/2017/04/1-2_07.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/wp-uploads/2017/04/1-2_08-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
public/wp-uploads/2017/04/1-2_08-150x150.jpg
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
public/wp-uploads/2017/04/1-2_08.jpg
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
public/wp-uploads/2017/04/1-2_09-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 101 KiB |
BIN
public/wp-uploads/2017/04/1-2_09-150x150.jpg
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
public/wp-uploads/2017/04/1-2_09.jpg
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
public/wp-uploads/2017/04/3-8_01-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
public/wp-uploads/2017/04/3-8_01-150x150.jpg
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
public/wp-uploads/2017/04/3-8_01.jpg
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
public/wp-uploads/2017/04/3-8_02-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
public/wp-uploads/2017/04/3-8_02-150x150.jpg
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
public/wp-uploads/2017/04/3-8_02.jpg
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
public/wp-uploads/2017/04/3-8_03-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
public/wp-uploads/2017/04/3-8_03-150x150.jpg
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
public/wp-uploads/2017/04/3-8_03.jpg
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
public/wp-uploads/2017/04/3-8_04-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 53 KiB |
BIN
public/wp-uploads/2017/04/3-8_04-150x150.jpg
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
public/wp-uploads/2017/04/3-8_04.jpg
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
public/wp-uploads/2017/04/3-8_05-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 71 KiB |
BIN
public/wp-uploads/2017/04/3-8_05-150x150.jpg
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
public/wp-uploads/2017/04/3-8_05.jpg
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
public/wp-uploads/2017/04/3-8_06-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
public/wp-uploads/2017/04/3-8_06-150x150.jpg
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
public/wp-uploads/2017/04/3-8_06.jpg
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
public/wp-uploads/2017/04/3-8_07-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
public/wp-uploads/2017/04/3-8_07-150x150.jpg
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/wp-uploads/2017/04/3-8_07.jpg
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
public/wp-uploads/2017/04/3-8_08-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
public/wp-uploads/2017/04/3-8_08-150x150.jpg
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/wp-uploads/2017/04/3-8_08.jpg
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
public/wp-uploads/2017/04/3-8_09-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
public/wp-uploads/2017/04/3-8_09-150x150.jpg
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
public/wp-uploads/2017/04/3-8_09.jpg
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
public/wp-uploads/2017/04/3-8_10-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
public/wp-uploads/2017/04/3-8_10-150x150.jpg
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
public/wp-uploads/2017/04/3-8_10.jpg
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
BIN
public/wp-uploads/2017/04/3-8_11-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
public/wp-uploads/2017/04/3-8_11-150x150.jpg
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/wp-uploads/2017/04/3-8_11.jpg
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
public/wp-uploads/2017/04/3-8_12-1024x1024.jpg
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
public/wp-uploads/2017/04/3-8_12-150x150.jpg
Normal file
|
After Width: | Height: | Size: 2.0 KiB |