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

Create a New "Preloader" to the website #540

Merged
merged 17 commits into from
Aug 5, 2024

Conversation

MastanSayyad
Copy link
Contributor

Hey @PSS2134

I have created a new preloader for the website which matches the design theme

  • Created A new Preloader.jsx react component.
  • Displays a full-screen preloader with a #8e2de2 hue and increased contrast.
  • The preloader fades-out smoothly after 2.5 seconds.
  • Integrated across all the pages for consistency.
  • The video covers the entire viewport while maintaining its aspect-ratio.
  • Made it completely responsive.

Screen record

06.08.2024_04.07.42_REC.mp4

Responsiveness

06.08.2024_04.09.58_REC.mp4

Additionally, I have to Re-Create a new scroll to top button as the previous one was in index.html breaking the functionality of the loader.

  • Created a new ScrollToTopButton.jsx react component.
  • The button is the radial gradient of #4a00e0 and #8e2de2.
  • On click it scroll backs to the top smoothly.
  • Added transform and hover effects.
  • Made it responsive.
06.08.2024_04.12.16_REC.mp4

Please take a look and review it, Thank you!

Copy link

vercel bot commented Aug 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
career-zunction ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2024 11:09pm
career-zunction-intern-testing ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2024 11:09pm

@PSS2134
Copy link
Contributor

PSS2134 commented Aug 5, 2024

Can't see the loader when its deployed, can you check @MastanSayyad

@PSS2134
Copy link
Contributor

PSS2134 commented Aug 5, 2024

Also looking at your efforts, changed it to level 3

@MastanSayyad
Copy link
Contributor Author

Can't see the loader when its deployed, can you check @MastanSayyad

At first due to so many load on the home page it may not seem but after a while it will work fine when you redirect to other pages
Also try merging it and if in the deployed link it still didn't work then revert it back I will fix it!

The issue is with the Home.jsx and Index.html as it loads too much when we enter first

@MastanSayyad
Copy link
Contributor Author

MastanSayyad commented Aug 5, 2024

Also looking at your efforts, changed it to level 3

Thank You, much appreciated! @PSS2134

@PSS2134
Copy link
Contributor

PSS2134 commented Aug 5, 2024

Can't see the loader when its deployed, can you check @MastanSayyad

At first due to so many load on the home page it may not seem but after a while it will work fine when you redirect to other pages Also try merging it and if in the deployed link it still didn't work then revert it back I will fix it!

The issue is with the Home.jsx and Index.html as it loads too much when we enter first

ok lets see

@PSS2134 PSS2134 merged commit 523e8d7 into HimanshuNarware:main Aug 5, 2024
3 checks passed
@PSS2134
Copy link
Contributor

PSS2134 commented Aug 5, 2024

Its not working now as well @MastanSayyad

@MastanSayyad
Copy link
Contributor Author

MastanSayyad commented Aug 5, 2024

Yeah, I see it too, let me fix it! I think I should remove the background black. @PSS2134

Fixed in #541

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc This will not be worked on level3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a New "Preloader" to the website
2 participants