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 - abdulkadir personal page #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

0xabdulkadir
Copy link

Description

Ekran Resmi 2024-09-25 18 07 22

Additional Information

Related Issues

Your ENS/address: 0x6d3321b4637D8451740Cf400848602f838F7A594

Copy link

vercel bot commented Sep 25, 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 25, 2024 4:10pm

Copy link
Collaborator

@phipsae phipsae 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 personal page, @0xabdulkadir! Glad that you eventually made it.

As a general advice, please ensure you create and check out a new branch (see contribution guideline, https://gist.github.com/ZakGriffith/69d1eb8baebddd7d370b87a65a7e3ec0), so that you adhere to the guidelines, which is important to contribute to open source projects.

Below you'll find some little comments.

@@ -0,0 +1,55 @@
import React from "react";
Copy link
Collaborator

Choose a reason for hiding this comment

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

You don't need to explicitly import React in Next.js anymore, starting from Next.js 12.2 and React 17 and above. With these versions, Next.js automatically imports React when needed, so you can safely omit import React from "react" at the top of your files.

import { Address } from "~~/components/scaffold-eth";
import { BlockieAvatar } from "~~/components/scaffold-eth";

const PersonalPage = () => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

You might want to consider typing your page as NextPage since we are using TypeScript, as this ensures better integration and adds clarity for future maintainers by indicating that the component is a Next.js page.

Also you could consider it after your name since there are are many more personal pages.

balance my studies with my hobbies.
</p>
<div className=" flex items-center gap-x-2 -my-3">
<p>Address :</p>{" "}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Screenshot 2024-09-26 at 18 24 35

It looks like the : is appearing on the next line (on smaller screen sizes). It would be great to have it in on line with Address.

And doublecheck if you need {" "}

<div className=" flex justify-center items-center">
<div>
<div className=" pt-24 lg:pt-[100px]">
<div className="flex flex-col-reverse lg:flex-row items-center justify-center gap-x-[50px] md:mx-[550px]">
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please double-check the mobile responsiveness, as it appears differently on smaller screens, as shown in the picture.

Screenshot 2024-09-26 at 18 28 34

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.

2 participants