feat(demo): add free banner section

This commit is contained in:
d.strigo 2020-06-16 11:08:01 +03:00
parent a7d1716fc6
commit a3e2cbf2af
10 changed files with 78 additions and 2 deletions

View file

@ -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>