Skip to content

Blog home page #3652

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

Merged
merged 6 commits into from
Jul 21, 2024
Merged

Blog home page #3652

merged 6 commits into from
Jul 21, 2024

Conversation

komal-agarwal5
Copy link
Contributor

@komal-agarwal5 komal-agarwal5 commented Jul 20, 2024

Related Issue

Fix #2669

Description

I have made a blogs home page to redirect to various blogs

  • Blog card component made
  • Component compatible for both light and dark mode
  • Blog data JSON made
  • Mapped in blog page
  • Display all in grid container in main blog page
  • Added blogs with image,title,description and link to it

Type of PR

  • Bug fix
  • Feature enhancement
  • Documentation update
  • Security enhancement
  • Other (specify): _______________

Screenshots / Videos (if applicable)

blog.mp4

Checklist

  • I have performed a self-review of my code.
  • I have read and followed the Contribution Guidelines.
  • I have tested the changes thoroughly before submitting this pull request.
  • I have provided relevant issue numbers, screenshots, and videos after making the changes.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have followed the code style guidelines of this project.
  • I have checked for any existing open issues that my pull request may address.
  • I have ensured that my changes do not break any existing functionality.
  • Each contributor is allowed to create a maximum of 4 issues per day. This helps us manage and address issues efficiently.
  • I have read the resources for guidance listed below.
  • I have followed security best practices in my code changes.

Additional Context

[Include any additional information or context that might be helpful for reviewers.]

Resources for Guidance

Please read the following resources before submitting your contribution:

Resources for DSA Features on Our Site:

Contribution Guidelines

Thank you for considering contributing to our project! To ensure smooth collaboration and effective contribution management, please adhere to the following guidelines:

Issue Creation

  1. Limit on Issues:
    • Each contributor is allowed to create a maximum of 4 issues per day. This helps us manage and address issues efficiently.

Contribution Levels

  1. Basic Contributions:

    • This project is primarily focused on documentation. Most of the setup has been completed, so contributors will generally need to work on basic code tasks, such as writing tests.
    • For these tasks, issues will be assigned the level1 label.
  2. Acknowledging Hard Work:

    • If a contributor puts in significant effort on a task, the issue will be upgraded to level2. This is our way of recognizing and appreciating extra effort.
  3. Feature Additions and Component Work:

    • Contributors working on new features or components using JSX/TSX will be assigned a level based on the complexity and quality of their work.
    • The more complex and valuable the contribution, the higher the level assigned.

Level Definitions

  • Level1:
    • Tasks are straightforward, such as fixing minor bugs, writing tests, or making simple documentation updates.
  • Level2:
    • Tasks require more effort, such as addressing complex bugs, improving existing features, or making substantial documentation improvements.
  • Level3:
    • Tasks are highly complex and involve significant new feature development, major refactoring, or extensive contributions to the project’s core components.

We look forward to your contributions and appreciate your effort in helping us improve the project!

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Great job, @komal-agarwal5! 🎉 Thank you for submitting your pull request to CodeHarborHub. We appreciate your contribution and enthusiasm! Our team will review it soon. If you have any questions or need further assistance, feel free to reach out. Thanks for contributing!

Copy link
Contributor

deepsource-io bot commented Jul 20, 2024

Here's the code health analysis summary for commits 4cda6bb..5f44d40. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

github-actions bot commented Jul 20, 2024

⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀

🔗 Site: CodeHarborHub | Live Site

URL 🌐 Performance Accessibility Best Practices SEO 📊
/ 🔴 27 🟡 86 🟡 75 🟡 86 📄
/docs 🔴 49 🟢 96 🟢 96 🟢 100 📄
/docs/category/javascript 🔴 43 🟢 96 🟢 96 🟢 100 📄
/courses 🔴 41 🟢 96 🟢 96 🟢 100 📄
/courses/category/reactjs 🔴 47 🟢 96 🟢 96 🟢 100 📄
/dsa-problems 🟡 51 🟢 96 🟢 96 🟢 100 📄
/dsa-problems/category/leetcode-problems 🔴 44 🟢 96 🟢 96 🟢 100 📄
/dsa-solutions 🔴 49 🟢 96 🟢 96 🟢 100 📄
/dsa-solutions/category/leetcode-solutions 🔴 44 🟢 96 🟢 96 🟢 100 📄
/blog 🔴 36 🟢 95 🟢 96 🟢 100 📄
/showcase 🔴 49 🟢 95 🟡 75 🟡 86 📄
/community 🔴 47 🟢 96 🟢 96 🟢 100 📄
/docs/tags 🔴 38 🟢 96 🟢 96 🟡 86 📄
/product 🟡 51 🟢 96 🟢 96 🟢 100 📄

@ajay-dhangar
Copy link
Member

@komal-agarwal5, I have created the blog's page based on our requirements. You can check it out at https://codeharborhub.github.io/blogs/.

@ajay-dhangar
Copy link
Member

You can update its content or try to address other issues.

@komal-agarwal5
Copy link
Contributor Author

You can update its content or try to address other issues.

@ajay-dhangar I have mapped content for existing 9 blogs
and there is slight difference in the UI bw the 2 , I have image hover effect also in the cards I made
If I add more blogs can this be merged then?
Or you can say if any more changes u want in the cards I can do that then?

@ajay-dhangar
Copy link
Member

You can update its content or try to address other issues.

@ajay-dhangar I have mapped content for existing 9 blogs and there is slight difference in the UI bw the 2 , I have image hover effect also in the cards I made If I add more blogs can this be merged then? Or you can say if any more changes u want in the cards I can do that then?

@komal-agarwal5, thanks for putting in the work on this blog home page feature. Your initial approach was a great starting point, but there were some issues with how you implemented the blog card component. I've made some changes to the codebase and added an example blog card for you to reference. You can delete your added code, pull our main branch, and then add images and content to the empty blog cards. I'll assign this issue the same level as before, and once you've made these updates we can merge the PR.

@komal-agarwal5
Copy link
Contributor Author

You can update its content or try to address other issues.

@ajay-dhangar I have mapped content for existing 9 blogs and there is slight difference in the UI bw the 2 , I have image hover effect also in the cards I made If I add more blogs can this be merged then? Or you can say if any more changes u want in the cards I can do that then?

@komal-agarwal5, thanks for putting in the work on this blog home page feature. Your initial approach was a great starting point, but there were some issues with how you implemented the blog card component. I've made some changes to the codebase and added an example blog card for you to reference. You can delete your added code, pull our main branch, and then add images and content to the empty blog cards. I'll assign this issue the same level as before, and once you've made these updates we can merge the PR.

Ok thank you so much, I will do it as said.

@komal-agarwal5
Copy link
Contributor Author

blogch.mp4

@ajay-dhangar done

@ajay-dhangar ajay-dhangar added GSSOC'24 GirlScript Summer of Code | Contributor level3 GirlScript Summer of Code | Contributor's Levels gssoc GirlScript Summer of Code | Contributor javascript Pull requests that update Javascript code labels Jul 21, 2024
Copy link
Member

@ajay-dhangar ajay-dhangar left a comment

Choose a reason for hiding this comment

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

Done

@ajay-dhangar ajay-dhangar merged commit 2b05461 into codeharborhub:main Jul 21, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc GirlScript Summer of Code | Contributor GSSOC'24 GirlScript Summer of Code | Contributor javascript Pull requests that update Javascript code level3 GirlScript Summer of Code | Contributor's Levels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Design a blog home page
2 participants