mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-11 07:15:49 +00:00
Static XRPLGrants banner
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -181,6 +181,22 @@
|
||||
a.card:hover h3 {
|
||||
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
|
||||
|
||||
@@ -13,7 +13,9 @@
|
||||
{% block bodyclasses %}no-sidebar{% 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 %}
|
||||
<div class="container marketing-wrapper">
|
||||
|
||||
Reference in New Issue
Block a user