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

Create Footer Component #5983

Merged
merged 1 commit into from
Oct 15, 2023
Merged

Create Footer Component #5983

merged 1 commit into from
Oct 15, 2023

Conversation

fa-901
Copy link
Contributor

@fa-901 fa-901 commented Oct 11, 2023

Description

Created a Footer component which resolves issue 5980.
Included translations for links where needed
Made edits to previously created NavItem component to support children & classnames

Validation

Added styles and URLs mentioned in aforementioned issue. Added support for both large & mobile screens. Some screenshots below:

image
image

Related Issues

Addresses 5980

Check List

  • I have read the Contributing Guidelines and made commit messages that follow the guideline.
  • I have run npx turbo lint to ensure the code follows the style guide. And run npx turbo lint:fix to fix the style errors if necessary.
  • I have run npx turbo format to ensure the code follows the style guide.
  • I have run npx turbo test to check if all tests are passing.
  • I've covered new added functionality with unit tests if necessary.

@fa-901 fa-901 requested a review from a team as a code owner October 11, 2023 18:28
@vercel
Copy link

vercel bot commented Oct 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nodejs-org ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 15, 2023 3:09am

@github-actions
Copy link

github-actions bot commented Oct 11, 2023

Unit Test Coverage Report

Lines Statements Branches Functions
Coverage: 96%
95.09% (291/306) 77.77% (56/72) 93.65% (59/63)

Unit Test Report

Tests Skipped Failures Errors Time
29 0 💤 0 ❌ 0 🔥 7.18s ⏱️

@ovflowd ovflowd added the hacktoberfest This Issue is meant for Hacktoberfest 2023 label Oct 12, 2023
Copy link
Member

@canerakdas canerakdas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I worked on this section a little bit yesterday and added my comments as I saw it. Great work btw!

components/sections/Footer/index.module.css Outdated Show resolved Hide resolved
components/sections/Footer/index.module.css Outdated Show resolved Hide resolved
components/sections/Footer/index.tsx Outdated Show resolved Hide resolved
components/sections/Footer/index.tsx Outdated Show resolved Hide resolved
components/sections/Footer/index.tsx Show resolved Hide resolved
@ovflowd
Copy link
Member

ovflowd commented Oct 14, 2023

FYI @fa-901 linting is failing... (Maybe you need to cast the imported JSON within the siteProvider as const

@fa-901
Copy link
Contributor Author

fa-901 commented Oct 15, 2023

added casting in siteProvider

@ovflowd ovflowd added this pull request to the merge queue Oct 15, 2023
Merged via the queue into nodejs:main with commit 978b294 Oct 15, 2023
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest This Issue is meant for Hacktoberfest 2023
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Footer Component
6 participants