Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Footer redesign & calendar update #3161

Merged
merged 13 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 65 additions & 41 deletions _data/footer.yml
Original file line number Diff line number Diff line change
@@ -1,61 +1,85 @@
columns:
-
title: 'Get Involved'
title: Participate
links:
-
title: Code of Conduct
url: '/codeofconduct.html'
url: /codeofconduct.html
-
title: 'Forum'
url: 'https://forum.opensearch.org/'
title: Forum
url: https://forum.opensearch.org/
-
title: 'Github'
url: 'https://github.com/opensearch-project'
title: Project Repo
url: https://github.com/opensearch-project
-
title: 'Slack'
url: '/slack.html'
title: Community Repo
url: https://github.com/opensearch-project/community
-
title: 'Meetup'
url: 'https://www.meetup.com/pro/opensearchproject/'
-
title: Connect
url: /connect.html

-
title: 'Resources'
title: Partners
links:
-
title: Become a Partner
url: https://github.com/opensearch-project/project-website/issues/new?assignees=&labels=enhancement%2C+untriaged&projects=opensearch-project%2FWebsite+Update+Project%2Copensearch-project%2FPartner+Updates+and+Additions&template=partner_add_new_partner.yml&title=%5BPARTNER%5D+%7B%7B+Company+name+%7D%7D+
-
title: Find a Partner
url: https://opensearch.org/partners/

-
title: Resources
links:
-
title: About
url: '/about.html'
url: /about.html
-
title: FAQ
url: /faq/
-
title: Release Schedule
url: '/releases.html'
url: /releases.html
-
title: Maintenance Policy
url: '/releases.html#maintenance-policy'
url: /releases.html#maintenance-policy
-
title: FAQ
url: '/faq/'
-
title: 'Testimonials'
url: '/testimonials/'
-
title: 'Trademark and Brand Policy'
url: '/trademark-brand-policy.html'
-
title: 'Privacy'
url: 'https://aws.amazon.com/privacy/'
-
title: 'Contact Us'
links:
-
title: 'Connect'
url: '/connect.html'
-
title: 'Twitter'
url: 'https://twitter.com/OpenSearchProj'
-
title: 'LinkedIn'
url: 'https://www.linkedin.com/company/opensearch-project/'
title: Documentation
url: /docs/latest/about/
-
title: Getting Started
url: /docs/latest/getting-started/
-
title: 'YouTube'
url: 'https://www.youtube.com/c/OpenSearchProject'
title: Testimonials
url: /testimonials/
-
title: 'Meetup'
url: 'https://www.meetup.com/pro/opensearchproject/'
title: Trademark & Brand
url: /trademark-brand-policy.html
-
title: 'Facebook'
url: 'https://www.facebook.com/OpenSearchProject/'
title: Privacy
url: https://aws.amazon.com/privacy/

# -
# title: 'Contact Us'
# links:
# -
# title: 'Connect'
# url: '/connect.html'
# -
# title: 'Twitter'
# url: 'https://twitter.com/OpenSearchProj'
# -
# title: 'LinkedIn'
# url: 'https://www.linkedin.com/company/opensearch-project/'
# -
# title: 'YouTube'
# url: 'https://www.youtube.com/c/OpenSearchProject'
# -
# title: 'Meetup'
# url: 'https://www.meetup.com/pro/opensearchproject/'
# -
# title: 'Facebook'
# url: 'https://www.facebook.com/OpenSearchProject/'
33 changes: 33 additions & 0 deletions _data/footer_social_links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
socialLinks:
-
name: twitter
icon: partner_social_links_twitter_tpl
url: 'https://X.com/OpenSearchProj'
-
name: linkedin
icon: partner_social_links_linkedin_tpl
url: 'https://www.linkedin.com/company/opensearch-project/'
-
name: youtube
icon: partner_social_links_youtube_tpl
url: 'https://www.youtube.com/c/OpenSearchProject'
-
name: meetup
icon: partner_social_links_meetup_tpl
url: 'https://www.meetup.com/pro/opensearchproject/'
-
name: facebook
icon: partner_social_links_facebook_tpl
url: 'https://www.facebook.com/OpenSearchProject/'
-
name: github
icon: partner_social_links_github_tpl
url: 'https://www.github.com/OpenSearchProject/'
-
name: slack
icon: partner_social_links_slack_tpl
url: 'https://www.opensearch.org/slack.html'
-
name: forum
icon: partner_social_links_forum_tpl
url: 'https://forum.opensearch.org/'
2 changes: 1 addition & 1 deletion _events/2024-0806-2-16-release-meetings.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
calendar_date: '2024-08-07'
calendar_date: '2024-08-13'
eventdate: 2024-08-13 09:00:00 -0700
title: OpenSearch 2.16.0 Release Meetings
online: true
Expand Down
16 changes: 9 additions & 7 deletions _includes/base_2col.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<div class="container {{ page.layout_class }}">
<div id="content-main">
{{content}}
<div class="row">
<div id="content-main">
{{content}}
</div>
<!-- END #content-main -->
<div id="content-related" class="sidebar">
{{content_related}}
</div>
<!-- END #content-related -->
</div>
<!-- END #content-main -->
<div id="content-related" class="sidebar">
{{content_related}}
</div>
<!-- END #content-related -->
</div>
36 changes: 19 additions & 17 deletions _includes/base_3col.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@

<div class="container {{ page.layout_class | default: layout_class | default: '' }}">
<div id="subwrap">
<div role="main">
<div id="content-main">
{{ content }}
{{ content_secondary}}
<div class="row">
<div id="subwrap">
<div role="main">
<div id="content-main" class="col">
{{ content }}
{{ content_secondary}}
</div>
</div>

<!-- END #content-main -->
<div id="content-related" class="sidebar">
{{ content_related }}
</div>
<!-- END #content-related -->
</div>

<!-- END #content-main -->
<div id="content-related" class="sidebar">
{{ content_related }}
<!-- END #subwrap -->
<div id="content-extra" class="sidebar">
{{ content_extra }}
</div>
<!-- END #content-related -->
<!-- END #content-extra -->
</div>
<!-- END #subwrap -->
<div id="content-extra" class="sidebar">
{{ content_extra }}
</div>
<!-- END #content-extra -->
</div>
</div>

Loading
Loading