Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated for BunnyCDN URL
  • Loading branch information
ajaypatelaj authored Jan 19, 2024
1 parent f43f612 commit 30c5fb1
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


<details>
<summary>jsdelivr (Deprecated)</summary>

To use assets over cdn:
```
https://cdn.jsdelivr.net/gh/<owner>/<repo>/path/to/file.extension
Expand Down Expand Up @@ -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
```
</details>

0 comments on commit 30c5fb1

Please sign in to comment.