mittal-parth/personal-portfolio

feature: Add a section for blogs

Closed this issue · 12 comments

It would be nice to have a section that displays the blogs written by the person.
Would like to see some design(s) before coding it out.

@mittal-parth I would like to work on this . could you assign this to me ?

Yea sure, assigned!

hey @mittal-parth when I try to command npm install this error comes

image

@Anuran12 try npm install --save --legacy-peer-deps

@mittal-parth yea problem solved 😁. I have another question... Is not it better to fetch blogs data from blog website like medium or anything else . then people can write their blogs and paste the api and that's it.

@mittal-parth So do you have any blog written in somewhere . then send the link

@mittal-parth I have another question... Is not it better to fetch blogs data from blog website like medium or anything else . then people can write their blogs and paste the api and that's it.

hmm yea, that would be great!

@Anuran12

@mittal-parth So do you have any blog written in somewhere . then send the link

No, I dont have blogs written (maybe someday in future 🤞🏼).
The reason behind adding it is so that other people who want to use it as a theme can benefit.
So once this is merged, you wouldn't see changes going live on my portfolio. You can work with any dummy data as of now

Hello @mittal-parth I've done a quick test to try to come up with a cool design, the idea is to have 3 of the most recent posts in a single row to avoid clutter and the rest of posts being lazy loaded in a carrousel, this design was done with a modified copy of the Projects component so it inherited the cool hover effect. Please let me know what you think.

image

@mateusabelli that looks really nice!
Few things:

  • I would prefer the image to be slightly bigger
  • I think the description can go away then since the image will take bigger space

That's cool @mittal-parth I did a few adjustments from your feedback

image

@mateusabelli awesome
I think you know it but we won't need any of the icons. We can maybe have tags? You can push the code (with or without tags whichever you think looks nice)