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

Fix the positioning issue of the Facebook icon and the Apply button. #68

Merged
merged 8 commits into from
Jan 11, 2024

Conversation

mayura-andrew
Copy link
Member

Purpose

The purpose of this PR is to fix #65

Goals

The goal is to improve the user interface by fixing the positioning of the Facebook icon and the Apply button.

Approach

The approach taken was to modify the CSS styles of the Facebook icon and the Apply button.

Screenshots

Screenshot_20240109_234644-1

Checklist

  • This PR doesn't commit any keys, passwords, tokens, usernames, or other secrets.
  • I have read and understood the development best practices guidelines ( http://bit.ly/sef-best-practices )
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation

Related PRs

N/A

Test environment

OS - Fedora Linux 39 (KDE Plasma) x86_64
NodeJS - 20.10.0

Learning

N/A

Comment on lines 29 to 32
style={{
marginRight: '20px',
marginBottom: '20px',
}}
Copy link
Member

Choose a reason for hiding this comment

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

Let's use tailwind css here @mayura-andrew

Copy link
Member Author

Choose a reason for hiding this comment

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

okay sure

Copy link
Member Author

Choose a reason for hiding this comment

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

applyandseemore.mp4

Apply
</Button>
<Button
className={`flex justify-center items-center mr-5 mb-5 text-black py-1 px-16 rounded w-40 h-9 font-sans font-bold`}
Copy link
Member

Choose a reason for hiding this comment

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

We don't need template literals here.

Suggested change
className={`flex justify-center items-center mr-5 mb-5 text-black py-1 px-16 rounded w-40 h-9 font-sans font-bold`}
className="flex justify-center items-center mr-5 mb-5 text-black py-1 px-16 rounded w-40 h-9 font-sans font-bold"

Copy link
Member Author

Choose a reason for hiding this comment

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

Ok got it 👍

<Button className={styles.homePageMainButton}>See more</Button>
<div className="flex mt-10">
<Button
className={`flex justify-center items-center mr-5 mb-5 bg-blue-500 hover:bg-blue-700 text-white py-1 px-16 rounded w-40 h-9 font-sans font-bold`}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
className={`flex justify-center items-center mr-5 mb-5 bg-blue-500 hover:bg-blue-700 text-white py-1 px-16 rounded w-40 h-9 font-sans font-bold`}
className="flex justify-center items-center mr-5 mb-5 bg-blue-500 hover:bg-blue-700 text-white py-1 px-16 rounded w-40 h-9 font-sans font-bold"

Copy link
Member

@anjula-sack anjula-sack left a comment

Choose a reason for hiding this comment

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

Good job! @mayura-andrew

@anjula-sack anjula-sack merged commit 98e0fa8 into sef-global:main Jan 11, 2024
2 checks passed
@mayura-andrew
Copy link
Member Author

Thank you :)

@mayura-andrew mayura-andrew changed the title The purpose of this PR is to fix the positioning issue of the Facebook icon and the Apply button. Fix the positioning issue of the Facebook icon and the Apply button. Jan 11, 2024
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 this pull request may close these issues.

In Home page "Apply" button is not visible
2 participants