mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-02-06 08:18:11 +00:00
* Add text area for comments to feedback panel Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Added radio buttons, sending comments to GA, and refactored scss Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Adds remaining character counter Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Send one event Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Addressed code review and added new banner Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * More code review feedback Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> --------- Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
11 lines
730 B
HTML
11 lines
730 B
HTML
<section class="os-banner">
|
|
<header class="banner-head" style="background-image: url('{{site.url}}{{site.baseurl}}/images/graphic-bg.png'); background-size: cover;">
|
|
<div class="banner-text-div">
|
|
<span class="banner-text-header">OpenSearch Documentation</span>
|
|
<p class="banner-text-description">Learn to use OpenSearch, the highly scalable and extensible open-source software suite for search, analytics, observability, and other data-intensive applications.</p>
|
|
</div>
|
|
<div>
|
|
<button class="btn-contribute"><span>Contribute<svg width="20" viewBox="0 0 24 24"><use xlink:href="#svg-arrow-right"></use></svg></span></button>
|
|
</div>
|
|
</header>
|
|
</section> |