mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-05 04:15:50 +00:00
Update top banner with new info
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -28,12 +28,14 @@
|
||||
}
|
||||
|
||||
p {
|
||||
padding-top: 10px;
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
padding-top: 8px;
|
||||
font-size: 16px;
|
||||
width: initial;
|
||||
}
|
||||
|
||||
@@ -67,7 +67,7 @@ $line-height-base: 1.5;
|
||||
@import "_blog.scss";
|
||||
@import "_feedback.scss";
|
||||
@import "_video.scss";
|
||||
// @import "top-banner.scss";
|
||||
@import "_top-banner.scss";
|
||||
|
||||
// Light/Dark theme settings ---------------------------------------------------
|
||||
// Option to only change theme on user system settings. No toggle.
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{# <div class="top-banner fixed-top">
|
||||
<div class="top-banner fixed-top">
|
||||
<div class="d-flex justify-content-center ">
|
||||
<span><p class="mb-0">{% trans %}Hackathon: New Year, New NFTs! Build scalable, <br />sustainable functional NFTs with XRPL {% endtrans %}</p></span>
|
||||
<span><a href="https://xrplnft.devpost.com/?utm_medium=referral&utm_source=xrpl&utm_campaign=banner" class=" btn btn-outline-secondary" target="_blank">Join</a></span>
|
||||
<span><p class="mb-0">{% trans %}Wave 3 of the XRPL Grants program is open!{% endtrans %}</p></span>
|
||||
<span><a href="https://xrplgrants.org/?utm_medium=referral&utm_source=xrpl&utm_campaign=banner" class=" btn btn-outline-secondary" target="_blank">Apply</a></span>
|
||||
</div>
|
||||
</div> #}
|
||||
</div>
|
||||
<nav class="top-nav navbar navbar-expand-lg navbar-dark fixed-top">
|
||||
<a href="{% if currentpage.prefix %}{{currentpage.prefix}}{% else %}/{% endif %}" class="navbar-brand"><img class="logo" height="40" alt="{{target.display_name}}" /></a>
|
||||
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#top-main-nav" aria-controls="navbarHolder" aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
||||
Reference in New Issue
Block a user