Skip to content

[Frontend] Create basic layout #39

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

Open
9 tasks
dyzhuu opened this issue Apr 15, 2025 · 0 comments · May be fixed by #46
Open
9 tasks

[Frontend] Create basic layout #39

dyzhuu opened this issue Apr 15, 2025 · 0 comments · May be fixed by #46
Assignees

Comments

@dyzhuu
Copy link
Contributor

dyzhuu commented Apr 15, 2025

Create basic layout


🎯 Acceptance Criteria

  • Modify src/app/(frontend)/layout.tsx.
  • Create a Header component: Include a placeholder text "AUCC Logo" and navigation links ( from next/link) to home, events, trip-reports ...
  • Create a Footer component: Include basic text like "© AUCC [Year]".
  • Ensure the {children} prop is rendered within the main content area of the layout.
  • Apply minimal styling with tailwindcss for basic structure (e.g., flexbox/grid for layout, padding).

📊 Definition of Done (DoD)

  • Acceptance criteria met
  • Agreed tests written
  • Agreed documentation in GitHub wiki
  • PR reviewed

🔗 Dependencies


📚 Additional Context

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

Successfully merging a pull request may close this issue.

2 participants