Commit 3c83cde3 authored by Thomas Boni's avatar Thomas Boni
Browse files

update banner message and modify style

parent fb1b71fe
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -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;;
}
+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 %}