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

Issue #19: Replace Plain CSS with Tailwind CSS on Landing and Team Pages; Add Mentors to Team Page #54

Merged
merged 13 commits into from
Oct 9, 2024

Conversation

dterceroparker
Copy link
Member

@dterceroparker dterceroparker commented Oct 7, 2024

Description

This PR addresses Issue #19 by refactoring the Landing Page and Team Page to replace plain CSS with Tailwind CSS. Additionally, the Team Page has been updated to include a new section for Mentors, styled consistently with the existing Developers section.

Related Issue

Closes #19

Acceptance Criteria

  • Landing Page is fully styled with Tailwind CSS and functions as expected.
  • Team Page is fully styled with Tailwind CSS and displays both Developers and Mentors sections.
  • No plain CSS is used in these pages.
  • Pages are fully responsive and tested across devices.

Type of Changes

Enhancement
Refactoring

Updates

Before

After

Testing Steps / QA Criteria

  • Verified that both pages maintain a clean, professional look with Tailwind.
  • Tested responsiveness across different devices and screen sizes.

Copy link

github-actions bot commented Oct 7, 2024

Visit the preview URL for this PR (updated for commit 1950124):

https://tcl-74-smart-shopping-list--pr54-dtp-tailwind-5ed73fdm.web.app

(expires Wed, 16 Oct 2024 18:03:16 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 79d73546692f99aad8468c28e36db434e2c190ac

@dterceroparker dterceroparker added enhancement New feature or request refactoring labels Oct 7, 2024
Copy link
Collaborator

@NickRoccodev11 NickRoccodev11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great! love the loading screen and the responsivity of the team section.

@dterceroparker dterceroparker marked this pull request as ready for review October 9, 2024 18:03
@dterceroparker dterceroparker merged commit dc23352 into main Oct 9, 2024
2 checks passed
@dterceroparker dterceroparker deleted the dtp-tailwind branch October 9, 2024 18:03
@dterceroparker dterceroparker self-assigned this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3.1. As a user, I should be able to navigate pages based on authentication.
2 participants