mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +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;
|
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;
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user