From 30c5fb1f7dc8795d1d7733bc2386ea2dd5198c4c Mon Sep 17 00:00:00 2001 From: Ajay Patel Date: Fri, 19 Jan 2024 19:19:31 +0530 Subject: [PATCH] Update README.md Updated for BunnyCDN URL --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/README.md b/README.md index 07f995b..4942a2e 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,48 @@ Table of contents: ## Usage + +To use assets over cdn: +``` +https://ts-assets.b-cdn.net/ts-assets/path/to/file.extension +``` + +Usage examples: + +**Logo** +> The designated file name for the **logo** is **logo.png**, enabling effortless usage across multiple platforms. +``` +https://ts-assets.b-cdn.net/ts-assets/sneat/logo/logo.png +``` + +**Banner** +> The designated file names for the **banner, banner light, and banner dark** are **banner.png, banner-light.png, and banner-dark.png**, enabling effortless usage across multiple platforms + +**banner.png** (Used on the product card with the large pill of technology) +``` +https://ts-assets.b-cdn.net/ts-assets/sneat/sneat-bootstrap-html-admin-template/banner/banner.png +``` + +**banner-light.png** (Used on the item page hero section for dark light comparison) +``` +https://ts-assets.b-cdn.net/ts-assets/sneat/sneat-bootstrap-html-admin-template/banner/banner-light.png +``` + +**banner-dark.png** (Used on the item page hero section for dark light comparison) +``` +https://ts-assets.b-cdn.net/ts-assets/sneat/sneat-bootstrap-html-admin-template/banner/banner-dark.png +``` + +**Landing-page** +> The landing page images are prefixed by their respective categories, such as 'page-' and 'app-'. +``` +https://ts-assets.b-cdn.net/ts-assets/sneat/landing-page/app-academy.png +``` + + +
+ jsdelivr (Deprecated) + To use assets over cdn: ``` https://cdn.jsdelivr.net/gh///path/to/file.extension @@ -64,3 +106,5 @@ https://cdn.jsdelivr.net/gh/themeselection/ts-assets/sneat/sneat-bootstrap-html- ``` https://cdn.jsdelivr.net/gh/themeselection/ts-assets/sneat/landing-page/app-academy.png ``` +
+