gsasansol / GirlScript-Asansol

Github repository for the official website of GirlScript Foundation's Asansol Chapter using Vanilla JS
https://girlscript-asansol.netlify.app
MIT License
53 stars 72 forks source link

[Bug] Add content in all the cards of resources #229

Closed zugzwang03 closed 1 year ago

zugzwang03 commented 1 year ago

Contact Details

No response

What happened?

A bug happened! The resources section contains a lot of blog cards, but they are majorly crammed with similar information. I can add in good content in all of them. Can I make this contribution under Hacktoberfest '22? Screenshot_20221024-130911_Chrome

Version

0.1.0rc (Default)

What browsers are you seeing the problem on?

Chrome

Relevant log output

No response

Contribution Guidelines

Code of Conduct

jayzsh commented 1 year ago

Yes, we kinda have the skeletal design ready (for both the cards and the article container). And the content as well, but we need to set redirects and display the formatted articles via the resource page accordingly (using markdown parsers) depending on what card the user invokes.

This is the task at hand. Are you up for this?

This is where we're storing the markdown articles.

Originally we had an idea to compile the metadata as well as the article content into a JSON and use the in-built JSON parser to display the content via the resource page. You may do this in a different way if you like but we'll recommend using JSON.

zugzwang03 commented 1 year ago

Looks like a difficult task for me. I can contribute an article in the already created article directory though. 😃

jayzsh commented 1 year ago

@zugzwang03 No worries. You can choose an article topic of your choice and create a feature request for it. We'll assign you on that.

jayzsh commented 1 year ago

@zugzwang03 Also, I think you can copy and paste the first few lines from the markdown files as a preview to the blog cards. I guess this is what you meant to do previously. You may proceed with either of the issues or both.

zugzwang03 commented 1 year ago

@zugzwang03 Also, I think you can copy and paste the first few lines from the markdown files as a preview to the blog cards. I guess this is what you meant to do previously. You may proceed with either of the issues or both.

Yeah let me do it through this issue.

zugzwang03 commented 1 year ago

@zugzwang03 No worries. You can choose an article topic of your choice and create a feature request for it. We'll assign you on that.

Let me create a new issue for this.

jayzsh commented 1 year ago

@zugzwang03 Two issues for you. Let's go