Skip to content

Commit

Permalink
update buy now link and update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-dixit committed Feb 7, 2024
1 parent 316e4cb commit 3ff9ed4
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 12 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Datta Able is a free angular admin dashboard template built with Angular and lat

[Pro version](https://codedthemes.com/demos/admin-templates/datta-able/angular/default) of Datta Able Angular Dashboard template contains features like TypeScript, Apps, Authentication Methods (i.e. JWT), Advance Components, Form Plugins, Layouts, Widgets, and many more.

| [Datta Able Free](https://codedthemes.com/demos/admin-templates/datta-able/angular/free/dashboard) | [Datta Able](https://codedthemes.com/item/datta-able-angular/) |
| ------------------------------------------------------- | :------------------------------------------------------------------------------- |
| **9** Demo pages | **45+** demo pages |
| - | ✓ Multi-language |
| - | ✓ Dark/Light Mode 🌓 |
| - | ✓ TypeScript version |
| - | ✓ 6+ color Options |
| - | ✓ RTL |
| ✓ MIT License |[Pro License](https://codedthemes.com/item/datta-able-angular/) |
| [Datta Able Free](https://codedthemes.com/demos/admin-templates/datta-able/angular/free/dashboard) | [Datta Able](https://codedthemes.com/item/datta-able-angular/) |
| -------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------- |
| **9** Demo pages | **45+** demo pages |
| - | ✓ Multi-language |
| - | ✓ Dark/Light Mode 🌓 |
| - | ✓ TypeScript version |
| - | ✓ 6+ color Options |
| - | ✓ RTL |
| ✓ MIT License |[Pro License](https://codedthemes.com/item/datta-able-angular/) |

## Why Datta Able?

Expand Down Expand Up @@ -104,7 +104,7 @@ To report a bug, please submit an [issue](https://github.com/codedthemes/datta-a

## License

- Licensed cover under [MIT](https://github.com/codedthemes/datta-able-bootstrap-dashboard/blob/master/LICENSE)
- Licensed cover under [MIT](https://github.com/codedthemes/datta-able-free-angular-admin-template/blob/master/LICENSE)

## Datta Able - React version

Expand Down Expand Up @@ -132,4 +132,4 @@ To report a bug, please submit an [issue](https://github.com/codedthemes/datta-a
- CodedThemes [https://codedthemes.com](https://codedthemes.com)
- Dribbble [https://dribbble.com/codedthemes](https://dribbble.com/codedthemes)
- Facebook [https://www.facebook.com/codedthemes](https://www.facebook.com/codedthemes)
- Twitter [https://twitter.com/codedthemes](https://twitter.com/codedthemes)
- Twitter [https://twitter.com/codedthemes](https://twitter.com/codedthemes)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="fixed-button active">
<a
href="https://codedthemes.com/item/datta-able-angular/"
href="https://codedthemes.com/item/datta-able-angular/?utm_source=free_demo&utm_medium=codedthemes&utm_campaign=button_download_premium"
target="_blank"
class="btn btn-md btn-theme has-ripple"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,25 @@
}
}
</ul>
<div class="p-20">
<div class="card pro-card text-center">
<div class="card-body p-2">
<img
src="assets/images/sidebar.png"
alt="images"
class="img-fluid mb-2"
/>
<h5 class="text-white">Datta Able Pro</h5>
<p>Checkout Datta Premium Features</p>
<a
href="https://codedthemes.com/item/datta-able-angular/?utm_source=free_demo&utm_medium=codedthemes&utm_campaign=button_download_premium"
target="_blank"
class="btn text-white btn-primary"
>Download Premium</a
>
</div>
</div>
</div>
<div class="version">
<label disabled class="pe-auto">v{{ currentApplicationVersion }}</label>
</div>
Expand Down
Binary file added src/assets/images/sidebar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/scss/menu/_menu-lite.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1327,6 +1327,16 @@
}
}
}

.pro-card {
background: #5c6a83;
border: #465673;
border-radius: 8px;
margin-bottom: 0px;
.card-body {
color: #fff;
}
}
// ========================== Responsive Menu end ======================

// ====== [ menu static start ] ========
Expand Down

0 comments on commit 3ff9ed4

Please sign in to comment.