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

Add about us to navbar or footer #62

Open
Jafagervik opened this issue Sep 20, 2024 · 0 comments
Open

Add about us to navbar or footer #62

Jafagervik opened this issue Sep 20, 2024 · 0 comments

Comments

@Jafagervik
Copy link

I think it would be nice to add an introduction to the team accessible from either the navbar or the footer.
I only noticed the about section through a hackerrank post, and think it could be great for easier access through the website directly as a link, might be stupid and just could not find it, or you've already discussed this.

These are just some small options and opinions on how it could possibly be implemented:

Navbar

<Link href="/about" legacyBehavior>
    <a className={getLinkClassName('/about', asPath)}>About</a>
</Link>

or in the Footer ( under company )

<li className="mb-2">
    <Link href="/about" legacyBehavior>
        <a className="text-gray-500">
            About
        </a>
    </Link>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant