Grants banner to every page

This commit is contained in:
mDuo13
2021-05-25 09:17:29 -07:00
parent db46ade82a
commit bfaecced01
4 changed files with 14 additions and 14 deletions

File diff suppressed because one or more lines are too long

View File

@@ -182,23 +182,23 @@
text-decoration: underline; text-decoration: underline;
} }
// Alert banners }
.alert-info {
// Alert banners
.alert-info {
color: white;
background-color: $blue-700;
border-width: 0;
a {
text-decoration: underline;
color: white; color: white;
background-color: $blue-700;
border-width: 0;
a { &:hover {
text-decoration: underline; color: $gray-200;
color: white;
&:hover {
color: $gray-200;
}
} }
} }
} }
// ad-hoc callout for NFT standards // ad-hoc callout for NFT standards
.highlight-subcard { .highlight-subcard {
margin: 1.5rem 0; margin: 1.5rem 0;

View File

@@ -84,6 +84,7 @@
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) --> <!-- End Google Tag Manager (noscript) -->
<div class="alert alert-info text-center collapse show" id="grantsbanner">{% trans %}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>{% endtrans %}</div>
{% include 'template-top-nav.html' %} {% include 'template-top-nav.html' %}
<div class="container-fluid" role="document" id="main_content_wrapper"> <div class="container-fluid" role="document" id="main_content_wrapper">

View File

@@ -14,7 +14,6 @@
{% block mainclasses %}landing{% endblock %} {% block mainclasses %}landing{% endblock %}
{% block breadcrumbs %} {% 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 %} {% endblock %}
{% block main %} {% block main %}