Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Add about us to navbar or footer #62

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

Add about us to navbar or footer #62

Jafagervik opened this issue Sep 20, 2024 · 2 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>
@Logorrheique
Copy link

Hi, I would like to resolve this issue

@Logorrheique
Copy link

I saw afterward that my formatter config has made some modifications to the code.
I created an issue about it : #65 .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants