BartoszJarocki/cv

Feature request: Add certifications section

phuchoangto opened this issue · 1 comments

I think it would be great to have a certifications section, hope you consider it.

You can easily add new sections. I added a custom section by :

  1. Adding a new node in resume-data.tsx
  2. Populating the data.
  3. Edit the /app/page.tsx to render the additional data in a new section.

Just follow the patterns present to add your own custom data.