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

Redesigned top nav and footer #5113

Merged
merged 25 commits into from Nov 7, 2023
Merged

Redesigned top nav and footer #5113

merged 25 commits into from Nov 7, 2023

Conversation

ghost
Copy link

@ghost ghost commented Sep 27, 2023

Description

Ports the new design for site top banner header navigation, and site footer from the project website.
Also updates the menu item configuration data.

A note to code review. This is a port of a new design implementation from the project website where 1rem there != 1rem here. This repo uses a base theme that makes very greedy use of !important that needed to be forcefully overridden using !important despite its nature as an antipattern, and the base theme makes use of REM units in media queries which also needed to be accounted for. So, there are visibly bad practices at play in the changes in this PR.

This is an intermediate step towards impementing a new design entirely. In the interim we want to be at least aligned on having a header / footer that looks the same between the project website, and the documentation website, despite the kludges necessary to acheive this goal.

[...]._

Checklist

  • By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origin.
    For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@hdhalter
Copy link
Contributor

hdhalter commented Oct 3, 2023

@ashwin-pc or @joshuarrrr - Can one of you please do a code review of this PR? Thanks.

@hdhalter hdhalter added the 3 - Tech review PR: Tech review in progress label Oct 3, 2023
Aaron Stephanus and others added 3 commits October 3, 2023 12:47
…d/collapse transitions instead of hardcoded values potentiating effortless change management

Signed-off-by: Aaron Stephanus <[email protected]>
@maezieLoo
Copy link

The BUILD FREELY tagline in the footer in mobile view overlays onto other text and there is a hyperlink attached to the tagline, which appears underlined in mobile view.

Request change: For mobile view, replace current logo/tagline with new vertical format svg (provided) and remove hyperlinks. SVG should use F4F8FB (OpenSky T3) as the graphic color.

LogoTagVertical

Screenshot 2023-10-04 at 11 13 29 AM

@ghost
Copy link
Author

ghost commented Oct 5, 2023

@maezieLoo I have followed up on the footer fixes.

Aaron Stephanus added 4 commits October 5, 2023 14:00
@ghost ghost marked this pull request as draft October 6, 2023 14:30
@hdhalter hdhalter added the backport 2.11 PR: Backport label for 2.11 label Nov 7, 2023
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.1 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.1 2.1
# Navigate to the new working tree
pushd ../.worktrees/backport-2.1
# Create a new branch
git switch --create backport/backport-5113-to-2.1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dadb6b1f148ce7438e5d7594fef2cf8b9c75c623
# Push it to GitHub
git push --set-upstream origin backport/backport-5113-to-2.1
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.1

Then, create a pull request where the base branch is 2.1 and the compare/head branch is backport/backport-5113-to-2.1.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.4 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.4 2.4
# Navigate to the new working tree
pushd ../.worktrees/backport-2.4
# Create a new branch
git switch --create backport/backport-5113-to-2.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dadb6b1f148ce7438e5d7594fef2cf8b9c75c623
# Push it to GitHub
git push --set-upstream origin backport/backport-5113-to-2.4
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.4

Then, create a pull request where the base branch is 2.4 and the compare/head branch is backport/backport-5113-to-2.4.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.0 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.0 2.0
# Navigate to the new working tree
pushd ../.worktrees/backport-2.0
# Create a new branch
git switch --create backport/backport-5113-to-2.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dadb6b1f148ce7438e5d7594fef2cf8b9c75c623
# Push it to GitHub
git push --set-upstream origin backport/backport-5113-to-2.0
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.0

Then, create a pull request where the base branch is 2.0 and the compare/head branch is backport/backport-5113-to-2.0.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.6 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.6 2.6
# Navigate to the new working tree
pushd ../.worktrees/backport-2.6
# Create a new branch
git switch --create backport/backport-5113-to-2.6
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dadb6b1f148ce7438e5d7594fef2cf8b9c75c623
# Push it to GitHub
git push --set-upstream origin backport/backport-5113-to-2.6
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.6

Then, create a pull request where the base branch is 2.6 and the compare/head branch is backport/backport-5113-to-2.6.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.8 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.8 2.8
# Navigate to the new working tree
pushd ../.worktrees/backport-2.8
# Create a new branch
git switch --create backport/backport-5113-to-2.8
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dadb6b1f148ce7438e5d7594fef2cf8b9c75c623
# Push it to GitHub
git push --set-upstream origin backport/backport-5113-to-2.8
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.8

Then, create a pull request where the base branch is 2.8 and the compare/head branch is backport/backport-5113-to-2.8.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.7 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.7 2.7
# Navigate to the new working tree
pushd ../.worktrees/backport-2.7
# Create a new branch
git switch --create backport/backport-5113-to-2.7
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dadb6b1f148ce7438e5d7594fef2cf8b9c75c623
# Push it to GitHub
git push --set-upstream origin backport/backport-5113-to-2.7
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.7

Then, create a pull request where the base branch is 2.7 and the compare/head branch is backport/backport-5113-to-2.7.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.2 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.2 2.2
# Navigate to the new working tree
pushd ../.worktrees/backport-2.2
# Create a new branch
git switch --create backport/backport-5113-to-2.2
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dadb6b1f148ce7438e5d7594fef2cf8b9c75c623
# Push it to GitHub
git push --set-upstream origin backport/backport-5113-to-2.2
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.2

Then, create a pull request where the base branch is 2.2 and the compare/head branch is backport/backport-5113-to-2.2.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.3 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.3 2.3
# Navigate to the new working tree
pushd ../.worktrees/backport-2.3
# Create a new branch
git switch --create backport/backport-5113-to-2.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dadb6b1f148ce7438e5d7594fef2cf8b9c75c623
# Push it to GitHub
git push --set-upstream origin backport/backport-5113-to-2.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.3

Then, create a pull request where the base branch is 2.3 and the compare/head branch is backport/backport-5113-to-2.3.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.5 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.5 2.5
# Navigate to the new working tree
pushd ../.worktrees/backport-2.5
# Create a new branch
git switch --create backport/backport-5113-to-2.5
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dadb6b1f148ce7438e5d7594fef2cf8b9c75c623
# Push it to GitHub
git push --set-upstream origin backport/backport-5113-to-2.5
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.5

Then, create a pull request where the base branch is 2.5 and the compare/head branch is backport/backport-5113-to-2.5.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.9 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.9 2.9
# Navigate to the new working tree
pushd ../.worktrees/backport-2.9
# Create a new branch
git switch --create backport/backport-5113-to-2.9
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dadb6b1f148ce7438e5d7594fef2cf8b9c75c623
# Push it to GitHub
git push --set-upstream origin backport/backport-5113-to-2.9
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.9

Then, create a pull request where the base branch is 2.9 and the compare/head branch is backport/backport-5113-to-2.9.

opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 7, 2023
* Ports over redesigned top banner header navigation, and footer

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds style overrides for search functionality

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds Font Awesome for menu icons

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds style overrides and updated menu item configurations

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds whitespace to fix SASS style rule causing Github action failure

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds dynamic navigation submenu height determination for smooth expand/collapse transitions instead of hardcoded values potentiating effortless change management

Signed-off-by: Aaron Stephanus <[email protected]>

* Removes outdated message about old version release

Signed-off-by: Aaron Stephanus <[email protected]>

* Corrects padding, positioning, typography for the site footer

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds new footer logo

Signed-off-by: Aaron Stephanus <[email protected]>

* Sets footer legal copy right padding on mobile to that of the scroll-to-top button

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds footer link styles

Signed-off-by: Aaron Stephanus <[email protected]>

* Adjusts page layout to fit the new container width requirements

Signed-off-by: Aaron Stephanus <[email protected]>

* Fixes mobile layout with new header and footer

Signed-off-by: Aaron Stephanus <[email protected]>

* Fixes mobile navigation menu errors

Signed-off-by: Aaron Stephanus <[email protected]>

* Adjusts padding

Signed-off-by: Aaron Stephanus <[email protected]>

* Removes commented out code

Signed-off-by: Aaron Stephanus <[email protected]>

* Updates top navigation menu items with latest from project site

Signed-off-by: Aaron Stephanus <[email protected]>

---------

Signed-off-by: Aaron Stephanus <[email protected]>
Signed-off-by: astephanus <[email protected]>
(cherry picked from commit dadb6b1)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.10 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.10 2.10
# Navigate to the new working tree
pushd ../.worktrees/backport-2.10
# Create a new branch
git switch --create backport/backport-5113-to-2.10
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dadb6b1f148ce7438e5d7594fef2cf8b9c75c623
# Push it to GitHub
git push --set-upstream origin backport/backport-5113-to-2.10
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.10

Then, create a pull request where the base branch is 2.10 and the compare/head branch is backport/backport-5113-to-2.10.

hdhalter pushed a commit that referenced this pull request Nov 7, 2023
* Ports over redesigned top banner header navigation, and footer



* Adds style overrides for search functionality



* Adds Font Awesome for menu icons



* Adds style overrides and updated menu item configurations



* Adds whitespace to fix SASS style rule causing Github action failure



* Adds dynamic navigation submenu height determination for smooth expand/collapse transitions instead of hardcoded values potentiating effortless change management



* Removes outdated message about old version release



* Corrects padding, positioning, typography for the site footer



* Adds new footer logo



* Sets footer legal copy right padding on mobile to that of the scroll-to-top button



* Adds footer link styles



* Adjusts page layout to fit the new container width requirements



* Fixes mobile layout with new header and footer



* Fixes mobile navigation menu errors



* Adjusts padding



* Removes commented out code



* Updates top navigation menu items with latest from project site



---------



(cherry picked from commit dadb6b1)

Signed-off-by: Aaron Stephanus <[email protected]>
Signed-off-by: astephanus <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
hdhalter pushed a commit that referenced this pull request Nov 8, 2023
* Ports over redesigned top banner header navigation, and footer

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds style overrides for search functionality

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds Font Awesome for menu icons

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds style overrides and updated menu item configurations

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds whitespace to fix SASS style rule causing Github action failure

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds dynamic navigation submenu height determination for smooth expand/collapse transitions instead of hardcoded values potentiating effortless change management

Signed-off-by: Aaron Stephanus <[email protected]>

* Removes outdated message about old version release

Signed-off-by: Aaron Stephanus <[email protected]>

* Corrects padding, positioning, typography for the site footer

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds new footer logo

Signed-off-by: Aaron Stephanus <[email protected]>

* Sets footer legal copy right padding on mobile to that of the scroll-to-top button

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds footer link styles

Signed-off-by: Aaron Stephanus <[email protected]>

* Adjusts page layout to fit the new container width requirements

Signed-off-by: Aaron Stephanus <[email protected]>

* Fixes mobile layout with new header and footer

Signed-off-by: Aaron Stephanus <[email protected]>

* Fixes mobile navigation menu errors

Signed-off-by: Aaron Stephanus <[email protected]>

* Adjusts padding

Signed-off-by: Aaron Stephanus <[email protected]>

* Removes commented out code

Signed-off-by: Aaron Stephanus <[email protected]>

* Updates top navigation menu items with latest from project site

Signed-off-by: Aaron Stephanus <[email protected]>

---------

Signed-off-by: Aaron Stephanus <[email protected]>
Signed-off-by: astephanus <[email protected]>
(cherry picked from commit dadb6b1)
hdhalter added a commit that referenced this pull request Nov 8, 2023
* Ports over redesigned top banner header navigation, and footer

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds style overrides for search functionality

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds Font Awesome for menu icons

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds style overrides and updated menu item configurations

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds whitespace to fix SASS style rule causing Github action failure

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds dynamic navigation submenu height determination for smooth expand/collapse transitions instead of hardcoded values potentiating effortless change management

Signed-off-by: Aaron Stephanus <[email protected]>

* Removes outdated message about old version release

Signed-off-by: Aaron Stephanus <[email protected]>

* Corrects padding, positioning, typography for the site footer

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds new footer logo

Signed-off-by: Aaron Stephanus <[email protected]>

* Sets footer legal copy right padding on mobile to that of the scroll-to-top button

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds footer link styles

Signed-off-by: Aaron Stephanus <[email protected]>

* Adjusts page layout to fit the new container width requirements

Signed-off-by: Aaron Stephanus <[email protected]>

* Fixes mobile layout with new header and footer

Signed-off-by: Aaron Stephanus <[email protected]>

* Fixes mobile navigation menu errors

Signed-off-by: Aaron Stephanus <[email protected]>

* Adjusts padding

Signed-off-by: Aaron Stephanus <[email protected]>

* Removes commented out code

Signed-off-by: Aaron Stephanus <[email protected]>

* Updates top navigation menu items with latest from project site

Signed-off-by: Aaron Stephanus <[email protected]>

---------

Signed-off-by: Aaron Stephanus <[email protected]>
Signed-off-by: astephanus <[email protected]>
(cherry picked from commit dadb6b1)

Co-authored-by: astephanus <[email protected]>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 8, 2023
* Ports over redesigned top banner header navigation, and footer

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds style overrides for search functionality

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds Font Awesome for menu icons

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds style overrides and updated menu item configurations

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds whitespace to fix SASS style rule causing Github action failure

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds dynamic navigation submenu height determination for smooth expand/collapse transitions instead of hardcoded values potentiating effortless change management

Signed-off-by: Aaron Stephanus <[email protected]>

* Removes outdated message about old version release

Signed-off-by: Aaron Stephanus <[email protected]>

* Corrects padding, positioning, typography for the site footer

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds new footer logo

Signed-off-by: Aaron Stephanus <[email protected]>

* Sets footer legal copy right padding on mobile to that of the scroll-to-top button

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds footer link styles

Signed-off-by: Aaron Stephanus <[email protected]>

* Adjusts page layout to fit the new container width requirements

Signed-off-by: Aaron Stephanus <[email protected]>

* Fixes mobile layout with new header and footer

Signed-off-by: Aaron Stephanus <[email protected]>

* Fixes mobile navigation menu errors

Signed-off-by: Aaron Stephanus <[email protected]>

* Adjusts padding

Signed-off-by: Aaron Stephanus <[email protected]>

* Removes commented out code

Signed-off-by: Aaron Stephanus <[email protected]>

* Updates top navigation menu items with latest from project site

Signed-off-by: Aaron Stephanus <[email protected]>

---------

Signed-off-by: Aaron Stephanus <[email protected]>
Signed-off-by: astephanus <[email protected]>
(cherry picked from commit dadb6b1)

Co-authored-by: astephanus <[email protected]>
(cherry picked from commit b31a20a)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
hdhalter pushed a commit that referenced this pull request Nov 8, 2023
* Ports over redesigned top banner header navigation, and footer



* Adds style overrides for search functionality



* Adds Font Awesome for menu icons



* Adds style overrides and updated menu item configurations



* Adds whitespace to fix SASS style rule causing Github action failure



* Adds dynamic navigation submenu height determination for smooth expand/collapse transitions instead of hardcoded values potentiating effortless change management



* Removes outdated message about old version release



* Corrects padding, positioning, typography for the site footer



* Adds new footer logo



* Sets footer legal copy right padding on mobile to that of the scroll-to-top button



* Adds footer link styles



* Adjusts page layout to fit the new container width requirements



* Fixes mobile layout with new header and footer



* Fixes mobile navigation menu errors



* Adjusts padding



* Removes commented out code



* Updates top navigation menu items with latest from project site



---------



(cherry picked from commit dadb6b1)


(cherry picked from commit b31a20a)

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: astephanus <[email protected]>
hdhalter added a commit that referenced this pull request Nov 8, 2023
hdhalter added a commit that referenced this pull request Nov 8, 2023
hdhalter added a commit that referenced this pull request Nov 8, 2023
hdhalter added a commit that referenced this pull request Nov 8, 2023
hdhalter added a commit that referenced this pull request Nov 8, 2023
hdhalter added a commit that referenced this pull request Nov 8, 2023
Naarcha-AWS added a commit that referenced this pull request Nov 9, 2023
Naarcha-AWS added a commit that referenced this pull request Nov 9, 2023
vagimeli pushed a commit that referenced this pull request Dec 21, 2023
* Ports over redesigned top banner header navigation, and footer

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds style overrides for search functionality

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds Font Awesome for menu icons

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds style overrides and updated menu item configurations

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds whitespace to fix SASS style rule causing Github action failure

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds dynamic navigation submenu height determination for smooth expand/collapse transitions instead of hardcoded values potentiating effortless change management

Signed-off-by: Aaron Stephanus <[email protected]>

* Removes outdated message about old version release

Signed-off-by: Aaron Stephanus <[email protected]>

* Corrects padding, positioning, typography for the site footer

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds new footer logo

Signed-off-by: Aaron Stephanus <[email protected]>

* Sets footer legal copy right padding on mobile to that of the scroll-to-top button

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds footer link styles

Signed-off-by: Aaron Stephanus <[email protected]>

* Adjusts page layout to fit the new container width requirements

Signed-off-by: Aaron Stephanus <[email protected]>

* Fixes mobile layout with new header and footer

Signed-off-by: Aaron Stephanus <[email protected]>

* Fixes mobile navigation menu errors

Signed-off-by: Aaron Stephanus <[email protected]>

* Adjusts padding

Signed-off-by: Aaron Stephanus <[email protected]>

* Removes commented out code

Signed-off-by: Aaron Stephanus <[email protected]>

* Updates top navigation menu items with latest from project site

Signed-off-by: Aaron Stephanus <[email protected]>

---------

Signed-off-by: Aaron Stephanus <[email protected]>
Signed-off-by: astephanus <[email protected]>
vagimeli pushed a commit that referenced this pull request Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.0 PR: Backport label for v2.0.x backport 2.1 PR: Backport label for 2.1 backport 2.2 PR: Backport label for 2.2 backport 2.3 PR: Backport label for 2.3 backport 2.4 PR: Backport label for 2.4 backport 2.5 PR: Backport label for 2.5 backport 2.6 PR: Backport label for 2.6 backport 2.7 PR: Backport label for 2.7 backport 2.8 PR: Backport label for 2.8 backport 2.9 PR: Backport label for 2.9 backport 2.10 PR: Backport label for 2.10 backport 2.11 PR: Backport label for 2.11
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants