mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Grants banner to every page
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -182,23 +182,23 @@
|
||||
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;
|
||||
background-color: $blue-700;
|
||||
border-width: 0;
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
color: white;
|
||||
|
||||
&:hover {
|
||||
color: $gray-200;
|
||||
}
|
||||
&:hover {
|
||||
color: $gray-200;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ad-hoc callout for NFT standards
|
||||
.highlight-subcard {
|
||||
margin: 1.5rem 0;
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
height="0" width="0" style="display:none;visibility:hidden"></iframe></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' %}
|
||||
|
||||
<div class="container-fluid" role="document" id="main_content_wrapper">
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
{% block mainclasses %}landing{% 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 %}
|
||||
|
||||
Reference in New Issue
Block a user