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 About Page #1

Open
mahendra785 opened this issue Aug 20, 2024 · 1 comment
Open

Create About Page #1

mahendra785 opened this issue Aug 20, 2024 · 1 comment

Comments

@mahendra785
Copy link
Collaborator

Create an About page that provides information about the ACM VIT chapter. This page should be accessible from the navbar and should match the overall theme of the site. Refer the ACMVIT website for content - https://www.acmvit.in/

@mahendra785
Copy link
Collaborator Author

Create About Page

Pseudocode

1. Define About Page Structure

  • AboutPage Component
    • div.about-page
      • h1 - Page title (e.g., "About ACM VIT")
      • p - Paragraphs describing the ACM VIT chapter.
      • div.mission - Section describing the mission of ACM VIT.
      • div.activities - Section outlining key activities and events.
      • div.team - Section introducing the team or leadership.
      • Ensure the page layout and styles match the overall theme of the site.

2. Create About Page Route

  • Router Configuration
    • Add a new route for the About page, typically /about.
    • Ensure this route points to the AboutPage component.

3. Add About Link to Navbar

  • Update Navbar
    • Add a link to the About page in the navbar.
    • Ensure it matches the styling of other navbar links.

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