Commit fbbe4205 authored by Thomas Boni's avatar Thomas Boni
Browse files

Merge branch 'latest' into '89-add-a-tab-to-display-job-content'

# Conflicts:
#   docs/css/extra.css
parents df2078f7 150a2079
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -251,3 +251,7 @@ button.md-button-center:hover {
.codehilitetable .linenos, .highlighttable .linenos {
    font-size: .75em;
}

a.banner-link:hover {
    font-weight: bold;;
}
+4 −6
Original line number Diff line number Diff line
{% extends "base.html" %}

{% block announce %}
<a href="https://discord.gg/5QKpGqR">
   Join the Go2Scale <strong>community</strong> on
   <span class="twemoji">
     {% include ".icons/fontawesome/brands/discord.svg" %}
   </span>
   <strong>Discord</strong>
    📢 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 %}