Skip to content

Conversation

@bobtajson
Copy link

Description

Add personal page with skills and link to my github

Additional Information

Related Issues

Closes #10

Note: If your changes are small and straightforward, you may skip the creation of an issue beforehand and remove this section. However, for medium-to-large changes, it is recommended to have an open issue for discussion and approval prior to submitting a pull request.

Your ENS/address:
0x4667d9b7c789c231988ec631b22c5492ce60b3e9

Screenshots:
image
image

@vercel
Copy link

vercel bot commented Dec 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
batch22.buidlguidl.com Error Error Dec 17, 2025 9:32pm

Copy link
Collaborator

@melanke melanke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your page, here's my review:

</div>

{/* About Me Card */}
<div className="card bg-base-100 shadow-xl border-2 border-accent/20 hover:border-accent/40 transition-all">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should only have hover effects for interactive elements. This hover effect misleads the user into thinking they can click it to navigate.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should only have hover effects for interactive elements. This hover effect misleads the user into thinking they can click it to navigate.

Done, thank you

@melanke
Copy link
Collaborator

melanke commented Dec 12, 2025

  • Please, fix formatting problems on your code. Run yarn next:format.
  • And please, fix the address located on your folder name and on the code, they are not formated correctly using the Ethereum Checksum format. Here's the correct version: 0x4667d9B7C789c231988EC631B22c5492Ce60b3E9

@bobtajson
Copy link
Author

  • Please, fix formatting problems on your code. Run yarn next:format.
  • And please, fix the address located on your folder name and on the code, they are not formated correctly using the Ethereum Checksum format. Here's the correct version: 0x4667d9B7C789c231988EC631B22c5492Ce60b3E9

Done, thank you for your review

{/* Address Section */}
<div className="flex justify-center">
<div className="bg-base-100 rounded-xl px-6 py-3 border-2 border-secondary/30 shadow-lg">
<Address address="0x4667d9b7c789c231988ec631b22c5492ce60b3e9" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here as well

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh sorry missed it, fixed

@melanke
Copy link
Collaborator

melanke commented Dec 16, 2025

@bobtajson there's still formatting issues on your code.

@bobtajson
Copy link
Author

@bobtajson there's still formatting issues on your code.

For me yarn next:format show 0 changes, i committed one more time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

b) Create your personal page

2 participants