Skip to content

Commit

Permalink
Removed bluesky icon from the footer
Browse files Browse the repository at this point in the history
Also brought the social icons up into the footer, so there was not such a large gap.

Renamed one of the footer nav categories -
was: Brand Guidelines
changed to: Brand & Trademark

Signed-off-by: kaimmej <[email protected]>
  • Loading branch information
kaimmej committed Aug 9, 2024
1 parent a5d24d9 commit 9832b12
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 46 deletions.
2 changes: 1 addition & 1 deletion _data/footer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ columns:
title: Testimonials
url: /testimonials/
-
title: Brand Guidelines
title: Trademark & Brand
url: /trademark-brand-policy.html
-
title: Privacy
Expand Down
86 changes: 41 additions & 45 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,47 @@
<div class="row">
<p class="mb-5 ms-2 footer-content-light">OpenSearch is a community-driven, Apache 2.0-licensed open source search and analytics suite that makes it easy to ingest, search, visualize, and analyze data.</p>
</div>


<div class="container">
<!-- SOCIAL ICONS-->
<div class ="row">

<div class="container ms-2 mt-5 mb-3">
<div class="row justify-content-start">

<div class="d-flex gap-2">
<a href="https://www.opensearch.org/slack.html" class="text-reset btn btn-icon">
{% include icons.html type='slack-social' %}
</a>
<a href="https://fosstodon.org/@OpenSearchProject" class="text-reset btn btn-icon">
{% include icons.html type='mastodon-social' %}
</a>
<a href="https://X.com/OpenSearchProj" class="text-reset btn btn-icon">
{% include icons.html type='x-social' %}
</a>
<a href="https://www.youtube.com/c/OpenSearchProject" class="text-reset btn btn-icon">
{% include icons.html type='youtube-social' %}
</a>
<a href="https://www.facebook.com/OpenSearchProject/" class="text-reset btn btn-icon">
{% include icons.html type='facebook-social' %}
</a>
<a href="https://www.linkedin.com/company/opensearch-project/" class="text-reset btn btn-icon">
{% include icons.html type='linkedin-social' %}
</a>
</div>
</div>
</div>
</div>

<!-- COPYRIGHT -->
<div class="row">

<div class="col footer-copyright-light ms-2 mb-5 justify-content-start">
<span class="text-center">© OpenSearch contributors, 2024. OpenSearch is a registered trademark of Amazon Web Services.</span>
</div>
</div>
</div>
</div>
</div>

Expand Down Expand Up @@ -84,51 +125,6 @@ <h5 class="footer-column-categories-light">{{ resourcesColumn[0].title }}</h5>
</div>



<div class="container">
<!-- SOCIAL ICONS-->
<div class ="row">

<div class="container ms-2 mt-5 mb-3">
<div class="row justify-content-start">

<div class="d-flex gap-2">
<a href="https://www.opensearch.org/slack.html" class="text-reset btn btn-icon">
{% include icons.html type='slack-social' %}
</a>
<a href="https://fosstodon.org/@OpenSearchProject" class="text-reset btn btn-icon">
{% include icons.html type='mastodon-social' %}
</a>
<a href="https://X.com/OpenSearchProj" class="text-reset btn btn-icon">
{% include icons.html type='x-social' %}
</a>
<a href="https://www.youtube.com/c/OpenSearchProject" class="text-reset btn btn-icon">
{% include icons.html type='youtube-social' %}
</a>
<a href="https://www.facebook.com/OpenSearchProject/" class="text-reset btn btn-icon">
{% include icons.html type='facebook-social' %}
</a>
<a href="#!" class="text-reset btn btn-icon">
{% include icons.html type='bluesky-social' %}
</a>
<a href="https://www.linkedin.com/company/opensearch-project/" class="text-reset btn btn-icon">
{% include icons.html type='linkedin-social' %}
</a>
</div>
</div>
</div>
</div>

<!-- COPYRIGHT -->
<div class="row">

<div class="col footer-copyright-light ms-2 mb-5 justify-content-start">
<span class="text-center">© OpenSearch contributors, 2024. OpenSearch is a registered trademark of Amazon Web Services.</span>
</div>
</div>
</div>


</footer>
</div>

Expand Down

0 comments on commit 9832b12

Please sign in to comment.