Loading docs/css/extra.css +8 −1 Original line number Diff line number Diff line Loading @@ -243,3 +243,10 @@ button.md-button-center { button.md-button-center:hover { cursor: pointer; } a.banner-link { text-decoration: underline; } a.banner-link:hover { font-weight: bold;; } overrides/main.html +4 −3 Original line number Diff line number Diff line {% extends "base.html" %} {% block announce %} <a href="https://calendly.com/r2devops/introduction"> 📢 <strong>Free sessions</strong> are still available to help you using the hub for your specific project 👉 click here to book in a second 🔥 📢 Signup for a free session to discover R2Devops using your project 👉 <a href="https://calendly.com/r2devops/introduction" class="banner-link"> I book my meeting </a> 🔥 {% endblock %} Loading Loading
docs/css/extra.css +8 −1 Original line number Diff line number Diff line Loading @@ -243,3 +243,10 @@ button.md-button-center { button.md-button-center:hover { cursor: pointer; } a.banner-link { text-decoration: underline; } a.banner-link:hover { font-weight: bold;; }
overrides/main.html +4 −3 Original line number Diff line number Diff line {% extends "base.html" %} {% block announce %} <a href="https://calendly.com/r2devops/introduction"> 📢 <strong>Free sessions</strong> are still available to help you using the hub for your specific project 👉 click here to book in a second 🔥 📢 Signup for a free session to discover R2Devops using your project 👉 <a href="https://calendly.com/r2devops/introduction" class="banner-link"> I book my meeting </a> 🔥 {% endblock %} Loading