Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/docsite/.templates/banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@
/*use extra_banner for when we want something extra, like a survey or Community Day notice */
var extra_banner =
'<div id="latest_extra_banner_id" class="admonition important">' +
'<p style="padding-bottom: 1.2rem;">' +
'We want to hear from you! Help us gain insights into the state of the Ansible ecosystem by taking the <a href="https://www.surveymonkey.com/r/P9Q2SNG">Ansible Project Survey 2024</a>.' +
'<p style="font-size: 1.5rem;text-align: center;">' +
'Take the <a href="https://www.surveymonkey.com/r/P9Q2SNG">Ansible Project Survey 2024</a>!' +
'</p>' +
'<p style="padding-bottom: 1.2rem;text-align: center">' +
'We want to hear from you! Help us gain insights into the state of the Ansible ecosystem.' +
'</p>' +
'</div>';
// Create a banner if we're not on the official docs site
if (location.host == "docs.testing.ansible.com") {
Expand Down