diff --git a/_data/footer.yml b/_data/footer.yml index ac728cfa74..3ac1b71f31 100644 --- a/_data/footer.yml +++ b/_data/footer.yml @@ -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/' \ No newline at end of file diff --git a/_data/footer_social_links.yml b/_data/footer_social_links.yml new file mode 100644 index 0000000000..0ae488022b --- /dev/null +++ b/_data/footer_social_links.yml @@ -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/' diff --git a/_includes/base_2col.html b/_includes/base_2col.html index bfe578c74f..ebdeffcb2e 100644 --- a/_includes/base_2col.html +++ b/_includes/base_2col.html @@ -1,10 +1,12 @@