Add survey pop-up

This commit is contained in:
Blerim Sheqa 2024-11-25 11:17:09 +01:00
parent 65c517d787
commit 1798effbb4
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -28,11 +28,11 @@
</ul>
</div>
</div>
<!-- Popup window to display ads
<!-- Popup window to display ads -->
<script type="text/javascript" src="{{ base_url }}/js/jquery-3.7.1.min.js"></script>
<div id="popup-window">
<button id="close-button">&#x2715;</button>
<a href="https://icinga.com/summit"><div id="popup-link"></div></a>
<a target="_blank" href="https://survey.icinga.com/s/isu6flzyvjk8uvy1hiezc56u?source=icingadocs"><div id="popup-link"></div></a>
</div>
<script>
// Get the elements by their ID
@ -50,13 +50,13 @@
}
});
</script>
-->
<style>
#popup-window {
position: fixed;
width: 500px;
height: 260px;
background-image: url("{{ base_url }}/assets/images/icinga-summit-bg.png");
background-image: url("{{ base_url }}/assets/images/survey.png");
padding: 10px;
right: 0;
bottom: 0;