feat: Cloudinary image migration & preloader removal

- Migrated 25 images to Cloudinary CDN with auto format/quality optimization
- Removed preloader from all pages
- Added .gitignore for env, node_modules, and large image files
This commit is contained in:
mstfyldz
2026-05-04 21:03:38 +03:00
commit 262f31a704
167 changed files with 17777 additions and 0 deletions

11
images/icon-service-4.svg Normal file
View File

@@ -0,0 +1,11 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_298_359)">
<path d="M20.0006 5.02087C11.7411 5.02087 5.02148 11.7405 5.02148 20C5.02148 28.2595 11.7411 34.9792 20.0006 34.9792C28.2602 34.9792 34.9798 28.2595 34.9798 20C34.9798 11.7405 28.2602 5.02087 20.0006 5.02087ZM20.0006 7.36462C26.5727 7.36462 31.988 12.4084 32.5813 18.8281H24.7965C24.2689 16.6696 22.3195 15.0625 20.0006 15.0625C17.6818 15.0625 15.7323 16.6696 15.2048 18.8281H7.42C8.01328 12.4084 13.4286 7.36462 20.0006 7.36462ZM18.8288 32.5806C12.795 32.0231 7.97758 27.2056 7.42 21.1719H15.2048C15.6405 22.9545 17.0461 24.3602 18.8288 24.7959V32.5806ZM17.4069 20C17.4069 18.5698 18.5705 17.4063 20.0006 17.4063C21.4308 17.4063 22.5944 18.5699 22.5944 20C22.5944 21.4302 21.4308 22.5938 20.0006 22.5938C18.5705 22.5938 17.4069 21.4302 17.4069 20ZM21.1725 32.5806V24.7958C22.9552 24.3601 24.3608 22.9545 24.7965 21.1718H32.5813C32.0237 27.2056 27.2063 32.0231 21.1725 32.5806Z" fill="#FFB120"/>
<path d="M20 0C8.97195 0 0 8.97195 0 20C0 31.028 8.97195 40 20 40C31.028 40 40 31.028 40 20C40 8.97195 31.028 0 20 0ZM20 37.6562C10.2643 37.6562 2.34375 29.7357 2.34375 20C2.34375 10.2643 10.2643 2.34375 20 2.34375C29.7357 2.34375 37.6562 10.2643 37.6562 20C37.6562 29.7357 29.7357 37.6562 20 37.6562Z" fill="#FFB120"/>
</g>
<defs>
<clipPath id="clip0_298_359">
<rect width="40" height="40" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB