cosmicjs / nextjs-developer-portfolio

A developer portfolio template powered by the Cosmic headless CMS.
https://nextjs-developer-portfolio-cms.vercel.app
38 stars 13 forks source link

/about is broken by default #23

Closed InsaneNaman closed 1 year ago

InsaneNaman commented 1 year ago

Hey team, thanks for awesome product. While I was trying this repo, I've found out that the /about is not working. I have forked the project and fixed it. Also, I have done couple of refactoring and would like to raise the PR to fix this. You can see my fork here 🔗

Changes that I have done in my fork: 1- Have created new DeveloperAvatar componen to show animate pulse while it loads image. It improves a bit of user experience for users on slow network.

2- Refactor page.jsx(see change) and about/page.jsx(see change) to improve the readability. (This will fix the screenshot issue as well)

Note: I can deploy on vercel or cloudflare to show the demo or record a loom video if you would like to.

image
stefkudla commented 1 year ago

Hey @InsaneNaman, I am checking to see if this issue still persist after the latest upgrade I've made to this template in PR #22 .

InsaneNaman commented 1 year ago

Hey @stefkudla sure thing. Let me know, if I can be of any help. I am exploring svelte lately and just wondering if you have any plans to put a similar repo for svelte/solid. I can try to make a simple example or clone of this project in svelte.

cc: @tonyspiro