File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 16
16
var banner = '' ;
17
17
/*use extra_banner for when we want something extra, like a survey or Community Day notice */
18
18
var extra_banner = '' ;
19
- /*
19
+
20
20
var extra_banner =
21
21
'<div id="latest_extra_banner_id" class="admonition important">' +
22
- '<p style="font-size: 1.5rem;text-align: center;">' +
23
- 'Take the <a href="https://www.surveymonkey .com/r/P9Q2SNG">Ansible Project Survey 2024 </a>!' +
22
+ '<p style="font-size: 1.5rem;padding-bottom: 1.2rem; text-align: center;">' +
23
+ 'Join AnsibleFest at <a href="https://www.redhat .com/en/summit?sc_cid=RHCTG1250000442936">Red Hat Summit </a>!' +
24
24
'</p>' +
25
- '<p style="padding-bottom: 1.2rem;text-align: center">' +
26
- 'We want to hear from you! Help us gain insights into the state of the Ansible ecosystem.' +
27
- '</p>' +
28
25
'</div>' ;
29
- */
26
+
30
27
// Create a banner if we're not on the official docs site
31
28
if ( location . host == "docs.testing.ansible.com" ) {
32
29
document . write ( '<div id="testing_banner_id" class="admonition important">' +
You can’t perform that action at this time.
0 commit comments