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

Footer #7

Open
6 tasks
dilanurbayraktar opened this issue Oct 20, 2024 · 0 comments
Open
6 tasks

Footer #7

dilanurbayraktar opened this issue Oct 20, 2024 · 0 comments
Assignees

Comments

@dilanurbayraktar
Copy link
Collaborator

dilanurbayraktar commented Oct 20, 2024

It's getting serious: Footer 🫡

Summary 💻

For this ticket, you are tasked with making the footer that will be visible across all pages.

You will create a new component file (footer.tsx), which will display a footer as it is shown in the Figma.

Deliverables 🚀

  • Schedule at least two meetings as a pair
  • Create a new branch using the "create a branch" button
  • Create your page in /src/components/
  • Style the page to match the footer in the wireframe (see below).
  • Include a route to your page in App.jsx
  • Open a PR and request review from @brandondionisio.

Wireframe 🎨

Here's the wireframe.

Reference:
Image

Tip for success 📈

  • Find the logo (little Jumbo 🐘) saved in /assets/ as "gray_logo" in the repo.
  • Make hyperlinks to "Home", "About", "Team", and "Forms" pages (these pages do not exist yet, so the hyperlinks don't need to direct to real pages).
  • Hyperlinks can be made with the <a><a /> HTML element and will need an href
  • The "Find us on Instagram" should direct to LCS Tutoring's Instagram profile.
  • Use tailwind styles flex and flex row to horizontally align child elements.
  • Use tailwind styles flex and flex col to vertically align child elements.
  • The font is "inter" and is shown if you select text inside the Figma. The font is already included in the project with the tailwind style font-inter.
  • You can use Tailwind Colors or create a custom color to match the background.

Where to get help!

Reach out to @dilanurbayraktar and @brandondionisio.

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

3 participants