Static XRPLGrants banner

This commit is contained in:
mDuo13
2021-05-25 03:01:05 -07:00
parent 2682338e59
commit ea52b1c2e7
3 changed files with 20 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -181,6 +181,22 @@
a.card:hover h3 { a.card:hover h3 {
text-decoration: underline; text-decoration: underline;
} }
// Alert banners
.alert-info {
color: white;
background-color: $blue-700;
border-width: 0;
a {
text-decoration: underline;
color: white;
&:hover {
color: $gray-200;
}
}
}
} }
// ad-hoc callout for NFT standards // ad-hoc callout for NFT standards

View File

@@ -13,7 +13,9 @@
{% block bodyclasses %}no-sidebar{% endblock %} {% block bodyclasses %}no-sidebar{% endblock %}
{% block mainclasses %}landing{% endblock %} {% block mainclasses %}landing{% endblock %}
{% block breadcrumbs %}{% endblock %} {% block breadcrumbs %}
<div class="alert alert-info text-center collapse show" id="grantsbanner">Fund your XRPL project with a developer grant. Learn more at <a href="https://xrplgrants.org/?utm_medium=referral&utm_source=xrpl&utm_campaign=banner&utm_content=learn-more">XRPLGrants.org</a></div>
{% endblock %}
{% block main %} {% block main %}
<div class="container marketing-wrapper"> <div class="container marketing-wrapper">