Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, I have added the skills section as you mentioned in the issues. DON'T MERGE this to MAIN branch as I couldn't test it properly (probably because of CORS configuration).
Also I apologize for ruining the layout. I couldn't think of any other way of adding the Skills section. (:sob:)
Either way, your project is a really cool project! Let me know if my code was any useful and if I can be of any more use. 😄
Some (probably) important points:
You can find the whole list of skills with their logos in the "/constant/skills.ts" directory. I couldn't think of any more skills so those are all I could add. To add more simply add more skills like:
{ name: "Example", logo: "/logos/example.png" },
.Test and ensure that the download and the "link" feature works with the skills section. In the
Bento1.tsx
take a look at line 121 and 156 to find the code added for handling download and "link" feature.The changes were also made in
Home.tsx
.