Skip to content

Completed task-a and task-b #24

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

GulAhmedshah
Copy link

@GulAhmedshah GulAhmedshah commented Jul 11, 2025

Description

Added my personal page named pag.tsx. The following is the screenshot of my page.
Screenshot (55)

Additional Information

Related Issues

_Closes #8

Your ENS/address: 0xaC1bBf2Aba61D6fC6fCbade72eCe3362de4724c3

Copy link

vercel bot commented Jul 11, 2025

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

Name Status Preview Comments Updated (UTC)
batch18.buidlguidl.com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 16, 2025 9:59pm

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.

Hello, thank you for your personal page! :)

I’d like to ask you to improve your PR’s description:

  • Please add a screenshot of what your page looks like. This is a common practice in many open-source projects, making it easier for reviewers to identify issues and navigate through the many PRs we have to review.
  • This PR should only solve issue #8. You can remove the mention of #9. To properly link the task, use # followed by the issue number.
  • Add your Ethereum address or ENS domain — no need to include your Telegram name.
  • Checkboxes should have an x in the middle as part of Markdown formatting.

And here comes my review. Things I think you should improve in your code:

Copy link
Collaborator

Choose a reason for hiding this comment

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

Oops! I think you're sending this file by mistake. It's completely unrelated to your personal page, so please keep it outside of this PR. Let me know if you need help removing it from the PR using Git.

Copy link
Collaborator

Choose a reason for hiding this comment

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

This change is also unrelated to your personal page, please remove it from the PR.

Copy link
Collaborator

Choose a reason for hiding this comment

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

You are removing another builder's page. Please, revert this change.

Copy link
Collaborator

Choose a reason for hiding this comment

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

This change is also unrelated to your personal page, please remove it from the PR.

Comment on lines 15 to 22
style={{
minHeight: "100vh",
background: "linear-gradient(135deg, #e0e7ff 0%, #f0fdfa 100%)",
display: "flex",
alignItems: "center",
justifyContent: "center",
fontFamily: "Inter, Arial, sans-serif",
}}
Copy link
Collaborator

Choose a reason for hiding this comment

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

This project follows the utility-first CSS approach, meaning we find it easier to read and style the code by adding pre-built CSS classes directly to the HTML. We're using Tailwind 4.1.3. I suggest checking out its documentation and the rest of the project code. I assure you the learning curve is easy.

@GulAhmedshah
Copy link
Author

GulAhmedshah commented Jul 14, 2025

Hi sir! I mad the required changes but I think I have messed up while pushing these commits. At first I have used hard reset to go in earlier position of the project and then faced problem to push the the new changes/code so searched online and did some rebasing thing. Now I don't know I have did thing in right way or not. Please help me out in this regard.

@GulAhmedshah
Copy link
Author

GulAhmedshah commented Jul 14, 2025 via email

@melanke
Copy link
Collaborator

melanke commented Jul 15, 2025

@GulAhmedshah yes, you actually didn't revert the changes to the files I mentioned. Let me know if you need help with git.

@GulAhmedshah
Copy link
Author

Yes sir please help me out How can I revert the changes.

@GulAhmedshah
Copy link
Author

Pleas, also make it clear to me that if I made some changes in project then I should just simply push it to the repo?

@GulAhmedshah
Copy link
Author

An other option with me is to clone the project and again make my changes and push and PR the changes? should I go this way?

@melanke
Copy link
Collaborator

melanke commented Jul 15, 2025

@GulAhmedshah Yes, you can simply push to your branch and the PR will be updated.

Send me a DM on Telegram so we can talk about reverting changes with Git.

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.

Thank you for the update.

height={100}
className="rounded-full object-cover shadow-sm mx-auto mb-4"
priority
unoptimized
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please, optimize it! hahaha

Copy link
Author

Choose a reason for hiding this comment

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

haha sir but when I optimize it, it require me to update the next config file. M I allowed to do that?

@@ -3,6 +3,9 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
reactStrictMode: true,
devIndicators: false,
images: {
domains: ["avatars.githubusercontent.com"],
Copy link
Collaborator

Choose a reason for hiding this comment

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

domains is deprecated, please, use remotePatterns instead.

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