Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 2: Adding personal page #21

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

guidoPeirano
Copy link
Contributor

@guidoPeirano guidoPeirano commented Sep 12, 2024

Description

In this PR:

  • I've added my personal page, with my ENS, and some social links

Additional Information

Related Issues

_Closes #9

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:0xcefb233406133224AE9b19444d836F6a33593F13

Copy link

vercel bot commented Sep 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
batch9-buidlguidl-com-nextjs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 23, 2024 10:24pm

@guidoPeirano guidoPeirano changed the title Adding personal page Issue 2: Adding personal page Sep 12, 2024

const ProfilePage: NextPage = () => {
return (
<>
Copy link
Member

Choose a reason for hiding this comment

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

I think you can remove this empty fragment since you already have a one wrapping parent div

<div className="flex flex-col gap-y-6 lg:gap-y-8 py-8 lg:py-12 justify-center items-center">
<div
className="bg-base-100 border-base-300 border shadow-md shadow-secondary rounded-3xl px-6 lg:px-8 mb-6 space-y-1 py-4"
style={{ width: "80%" }}
Copy link
Member

Choose a reason for hiding this comment

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

Nit: Actually already there is tailwind class present for 80% w-4/5. And also sometimes if tailwind doesn't provide the class for that value out of box you can use the bracket syntax to use any arbitary value eg: w-[84%].

here are the docs for arbitary values.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thx!

Copy link
Member

@technophile-04 technophile-04 left a comment

Choose a reason for hiding this comment

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

Hey thanks @guidoPeirano! Looking great and minimal! Just added a couple of small comments could you please update it? Thanks!!!

@derrekcoleman
Copy link
Member

derrekcoleman commented Sep 20, 2024

Oh no! @danitome24 linked to #21 in his PR, which accidentally closed this PR when his personal page got merged. I just re-opened this one so we can get your personal page in, @guidoPeirano

@derrekcoleman derrekcoleman merged commit dee9a0b into BuidlGuidl:main Sep 24, 2024
3 checks passed
@derrekcoleman
Copy link
Member

Merged!

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.

3 participants