Skip to content

Commit 764d4ce

Browse files
samccannoraNod
andauthored
make survey more prominent (#2037)
* make survey more prominent * Apply suggestions from code review Co-authored-by: Don Naro <[email protected]> * Apply suggestions from code review Co-authored-by: Don Naro <[email protected]> --------- Co-authored-by: Don Naro <[email protected]>
1 parent e80f481 commit 764d4ce

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/docsite/.templates/banner.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@
1818
/*use extra_banner for when we want something extra, like a survey or Community Day notice */
1919
var extra_banner =
2020
'<div id="latest_extra_banner_id" class="admonition important">' +
21-
'<p style="padding-bottom: 1.2rem;">' +
22-
'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>.' +
21+
'<p style="font-size: 1.5rem;text-align: center;">' +
22+
'Take the <a href="https://www.surveymonkey.com/r/P9Q2SNG">Ansible Project Survey 2024</a>!' +
2323
'</p>' +
24+
'<p style="padding-bottom: 1.2rem;text-align: center">' +
25+
'We want to hear from you! Help us gain insights into the state of the Ansible ecosystem.' +
26+
'</p>' +
2427
'</div>';
2528
// Create a banner if we're not on the official docs site
2629
if (location.host == "docs.testing.ansible.com") {

0 commit comments

Comments
 (0)