mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-23 16:34:07 +01:00
feat(demo): add free banner section
This commit is contained in:
parent
a7d1716fc6
commit
a3e2cbf2af
10 changed files with 78 additions and 2 deletions
|
|
@ -0,0 +1,14 @@
|
|||
<div class="free-banner-container">
|
||||
<a href="https://hubs.ly/H0rvhWC0"
|
||||
target="_blank">
|
||||
<img class="free-banner-img"
|
||||
defaultImage="{{bannerImg}}"
|
||||
lazyLoad="{{bannerImg}}"/>
|
||||
</a>
|
||||
|
||||
<a class="link-to-free-bundle"
|
||||
href="{{bundleUrl}}"
|
||||
target="_blank">
|
||||
Download free admin dashboard with .NET backend
|
||||
</a>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue