From fae5569a1ecb04c202d502c1fabc487b743065ba Mon Sep 17 00:00:00 2001 From: Sergey Filinsky Date: Tue, 8 Dec 2020 14:27:41 +0300 Subject: [PATCH] feat: added update subscription button --- .../main-info-section.component.html | 12 ++++++++++++ .../main-info-section.component.scss | 9 +++++++++ 2 files changed, 21 insertions(+) diff --git a/docs/app/pages/home/main-info-section/main-info-section.component.html b/docs/app/pages/home/main-info-section/main-info-section.component.html index 1699315d..42dcfd95 100644 --- a/docs/app/pages/home/main-info-section/main-info-section.component.html +++ b/docs/app/pages/home/main-info-section/main-info-section.component.html @@ -46,5 +46,17 @@ > ngx-admin Premium + +
+ + To have all the resources for quick updates & support, donate just $10 a month. Support developers. It’s a win-win, check what you’ll get: + + + Check Details + +
diff --git a/docs/app/pages/home/main-info-section/main-info-section.component.scss b/docs/app/pages/home/main-info-section/main-info-section.component.scss index 8c0798cb..710a99a5 100644 --- a/docs/app/pages/home/main-info-section/main-info-section.component.scss +++ b/docs/app/pages/home/main-info-section/main-info-section.component.scss @@ -167,6 +167,15 @@ width: 100%; } + .subscribe-to-updates { + margin-top: 2rem; + + .description { + + } + + } + @include media-breakpoint-down(xxl) { .main-img-container { min-width: 50.625rem;