diff options
Diffstat (limited to 'site/layouts/partials/home/masthead.html')
| -rw-r--r-- | site/layouts/partials/home/masthead.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/site/layouts/partials/home/masthead.html b/site/layouts/partials/home/masthead.html index 9509c84b4..bee1baee8 100644 --- a/site/layouts/partials/home/masthead.html +++ b/site/layouts/partials/home/masthead.html @@ -1,9 +1,14 @@ <div class="bd-masthead mb-3" id="content"> <div class="container-xxl bd-gutter"> <div class="col-md-8 mx-auto text-center"> - <a class="d-flex flex-column flex-lg-row justify-content-center align-items-center mb-4 text-dark lh-sm text-decoration-none" href="https://blog.getbootstrap.com/"> - <strong class="d-sm-inline-block p-2 me-2 mb-2 mb-lg-0 rounded-3 masthead-notice">New in v5.3</strong> - <span class="text-body-secondary">Color mode support, expanded color palette, and more!</span> + <a class="d-flex flex-column flex-lg-row justify-content-center align-items-center mb-4 text-dark lh-sm text-decoration-none" href="https://www.herodevs.com/support/nes-bootstrap?utm_source=Bootstrap_site&utm_medium=Banner&utm_campaign=v3and4_eol"> + <span class="d-sm-inline-flex align-items-center gap-1 py-2 px-3 me-2 mb-2 mb-lg-0 rounded-5 masthead-notice"> + <span class="fw-semibold"> + New! + </span> + Never-Ending Support for Bootstrap + <svg class="bi" style="width: 20px; height: 20px;"><use xlink:href="#arrow-right-short"></use></svg> + </span> </a> <img class="d-none d-sm-block mx-auto mb-3" srcset="/docs/{{ .Site.Params.docs_version }}/assets/brand/bootstrap-logo-shadow.png, |
