Skip to content

Commit

Permalink
Merge pull request #73 from gradle/survey-event
Browse files Browse the repository at this point in the history
Add the Developer survey announcement
  • Loading branch information
oleg-nenashev authored Aug 28, 2024
2 parents d41caad + 28be9c0 commit dbb74d2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/assets/css/gradle.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
--md-primary-fg-color--dark: var(--gradle-bg-dark);
}

.md-banner {
div {
text-align: center;
a {
color: var(--gradle-blue);
font-weight: bold;
}
}
}

.md-content {
--md-typeset-a-color: var(--gradle-blue-lite);
}
Expand Down
7 changes: 6 additions & 1 deletion overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{% extends "base.html" %}

{% block announce %}
Want to have better developer experience whith Gradle?
We need your help, take the <a href="./surveys/developer-survey/">Gradle Developer Survey</a>!
{% endblock %}

{% block scripts %}
{{ super() }}

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WRTQKGT"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
Expand Down

0 comments on commit dbb74d2

Please # to comment.