Merge pull request #1802 from XRPLF/grants-banner

updates pencil banner for xrpl grants
This commit is contained in:
Rome Reginelli
2023-03-10 16:15:34 -08:00
committed by GitHub
2 changed files with 5 additions and 4 deletions

View File

@@ -4919,6 +4919,7 @@ known_broken_links:
# For various reasons these links break from the Python requests client, # For various reasons these links break from the Python requests client,
# but they work in browser. (Often a protection against bots, like # but they work in browser. (Often a protection against bots, like
# Cloudflare.) # Cloudflare.)
- https://xrpl.typeform.com/grants?utm_source=web&utm_medium=web&utm_campaign=pencil_banner
- https://web.archive.org/web/20161007113240/https://wiki.ripple.com/Ripple.txt - https://web.archive.org/web/20161007113240/https://wiki.ripple.com/Ripple.txt
- http://web.archive.org/web/20171211225452/https://forum.ripple.com/viewtopic.php?f=2&t=3613 - http://web.archive.org/web/20171211225452/https://forum.ripple.com/viewtopic.php?f=2&t=3613
- https://bitcoinexchangeguide.com/cryptographic-puzzle-creator-xrpuzzler-offers-137-xrp-reward-to-anyone-who-can-solve-it/ - https://bitcoinexchangeguide.com/cryptographic-puzzle-creator-xrpuzzler-offers-137-xrp-reward-to-anyone-who-can-solve-it/

View File

@@ -1,11 +1,11 @@
<div class="top-banner fixed-top"> <div class="top-banner fixed-top">
<div class="d-none d-md-flex justify-content-center"> <div class="d-none d-md-flex justify-content-center">
<span><p class="mb-0 no-wrap">{% trans %}The XRP Ledger now has Native NFT support. The NFT-Devnet XLS-20d preview server has been decommissioned.{% endtrans %}</p></span> <span><p class="mb-0 no-wrap">{% trans %}Apply for XRPL Grants, open until March 24.{% endtrans %}</p></span>
<span><a href="/blog/2023/nft-devnet-decommission.html" class="btn btn-outline-secondary">Learn More</a></span> <span><a href="https://xrpl.typeform.com/grants?utm_source=web&utm_medium=web&utm_campaign=pencil_banner" class="btn btn-outline-secondary">Apply for Funding</a></span>
</div> </div>
<div class="d-md-none d-block justify-content-center"> <div class="d-md-none d-block justify-content-center">
<span><p class="mb-0">{% trans %}The NFT-Devnet XLS-20d preview server{% endtrans %}</p></span> <span><p class="mb-0">{% trans %}Apply for XRPL Grants, open{% endtrans %}</p></span>
<span><p class="mb-0">{% trans %}has been decommissioned.{% endtrans %}<a href="/blog/2023/nft-devnet-decommission.html" class="btn btn-outline-secondary">Learn More</a></p></span> <span><p class="mb-0">{% trans %}until March 24.{% endtrans %}<a href="https://xrpl.typeform.com/grants?utm_source=web&utm_medium=web&utm_campaign=pencil_banner" class="btn btn-outline-secondary">Apply For Funding</a></p></span>
</div> </div>
</div> </div>
<nav class="top-nav navbar navbar-expand-lg navbar-dark fixed-top"> <nav class="top-nav navbar navbar-expand-lg navbar-dark fixed-top">