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

[MPT-63] Adding call to action to apply to homepage #730

Closed
wants to merge 9 commits into from

Conversation

w3joe
Copy link
Contributor

@w3joe w3joe commented Mar 3, 2024

Added call to action section to homepage.

@w3joe w3joe self-assigned this Mar 3, 2024
Copy link

netlify bot commented Mar 3, 2024

Deploy Preview for tender-meitner-99286b ready!

Name Link
🔨 Latest commit 36ea348
🔍 Latest deploy log https://app.netlify.com/sites/tender-meitner-99286b/deploys/667a5a42a53b4d0008f66881
😎 Deploy Preview https://deploy-preview-730--tender-meitner-99286b.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 90
Accessibility: 97
Best Practices: 100
SEO: 92
PWA: 70
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@w3joe w3joe linked an issue Mar 3, 2024 that may be closed by this pull request
@wei2912 wei2912 requested review from a team and nicholasohjj and removed request for a team March 4, 2024 14:27
@wei2912 wei2912 requested review from wei2912 and removed request for nicholasohjj March 15, 2024 15:07
Copy link
Member

@wei2912 wei2912 left a comment

Choose a reason for hiding this comment

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

This PR is generally a good start, although I think we may need to adjust some of the surrounding margins between the testimonial carousel and the footer.

Please set up the Husky hooks as follows, for your code to be autoformatted upon committing:

image

pages/index.tsx Outdated
<a
target="_blank"
rel="noopener noreferrer"
href="https://advisorysg.typeform.com/to/NQaJmE6j#source=mentorsite"
Copy link
Member

Choose a reason for hiding this comment

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

Could this direct to /apply instead (without any of the other properties, e.g. target or rel)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Made the change as requested. Button links directly to /apply

pages/index.tsx Outdated
rel="noopener noreferrer"
href="https://advisorysg.typeform.com/to/NQaJmE6j#source=mentorsite"
>
<h1 style={{ color: "black" }}>Apply Now</h1>
Copy link
Member

Choose a reason for hiding this comment

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

Although the font size should be big, it isn't ideal to set this as a h1 since that is semantically intended for text headings. Perhaps you can use Tailwind styles to increase the font size?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Made the changes.

styles/App.css Outdated
@@ -10,6 +10,7 @@
--darker-gray-color: #1a1a1a;
--black-color: #000;
--green-color: #28a745;
--light-orange-color:#fedf81;
Copy link
Member

Choose a reason for hiding this comment

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

I'm not really sure if the light orange colour is a good fit, perhaps @jcc-kh can feedback during prototyping of testimonials in #735?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

For now I have removed the background colour. I have used the standard brand colour for the call to action.

@wei2912 wei2912 marked this pull request as draft April 5, 2024 14:59
@wei2912 wei2912 requested a review from jcc-kh April 5, 2024 14:59
@w3joe w3joe marked this pull request as ready for review April 12, 2024 03:53
@jcc-kh
Copy link

jcc-kh commented Jun 2, 2024

@wei2912 as discussed, are we changing the link of the apply now button to link to the application form instead of having a separate page?

wei2912 added a commit that referenced this pull request Jun 30, 2024
Co-authored-by: Tan Wee Joe <[email protected]>
@wei2912
Copy link
Member

wei2912 commented Jun 30, 2024

Merged in 4a94fc9.

@wei2912 wei2912 closed this Jun 30, 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.

[MPT-63] Adding call to action to apply to homepage
3 participants