* Adds documentation site banner Signed-off-by: Fanit Kolchina <[email protected]> * Makes adjustments for phone screens Signed-off-by: Fanit Kolchina <[email protected]> * Adds background image to banner Signed-off-by: Fanit Kolchina <[email protected]> * Adds background to image Signed-off-by: Fanit Kolchina <[email protected]> * Added centering Signed-off-by: Fanit Kolchina <[email protected]> * Lower contrast image Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: Fanit Kolchina <[email protected]>
9 lines
829 B
HTML
9 lines
829 B
HTML
<div class="div-feedback">
|
|
<div class="feedback-header">WAS THIS PAGE HELPFUL?</div>
|
|
<div>
|
|
<button id="yes" type="button" value="yes" class="feedback-button">✔ Yes</button>
|
|
<button id="no" type="button" value="no" class="feedback-button">✖ No</button>
|
|
<p class="text-small text-grey-dk-100 hidden">Thank you for your feedback!</p>
|
|
</div>
|
|
<p class="text-small text-grey-dk-100">Want to contribute? <a class="feedback-edit" target="_blank" href="https://github.com/opensearch-project/documentation-website/edit/main/{{ page.path }}">Edit this page</a> or <a class="feedback-issue" target="_blank" href="https://github.com/opensearch-project/documentation-website/issues/new?assignees=&labels=untriaged&template=issue_template.md&title=%5BDOC%5D">create an issue</a>.</p>
|
|
</div> |