Skip to content

Feature/tzd 260005#9

Open
iamabdullah73524 wants to merge 15 commits into
developfrom
feature/TZD-260005
Open

Feature/tzd 260005#9
iamabdullah73524 wants to merge 15 commits into
developfrom
feature/TZD-260005

Conversation

@iamabdullah73524
Copy link
Copy Markdown
Collaborator

Updates Included

  • Improved overall website UI and responsiveness
  • Fixed dark/light theme toggle behavior
  • Removed transparent header effect
  • Updated work section cards and cleaned project listings
  • Added new project cards including RZRO Link

@iamabdullah73524 iamabdullah73524 changed the base branch from main to develop May 9, 2026 05:19
@recursivezero
Copy link
Copy Markdown
Owner

there are conflicts in the PR. please fix this

Copy link
Copy Markdown
Owner

@recursivezero recursivezero left a comment

Choose a reason for hiding this comment

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

Format all files. use .code-workspace and format on save option; evey file have very bad spacing.

  • Also resolve conflcts

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

is this image required now? delete un ncessary image

console.log({ image });
const props = Astro.props;

const url = props.url;
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

use object destructuring

const {title, ..} = props;

<article class="group h-full">
<a
href={url}
target={url.startsWith("http") ? "_blank" : undefined}
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

why conditional ? and as we are using https

keep it simple

</div>

<!-- Quick Links -->
<div>
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

create a quick links object and map the link object so that no duplicate code for each link

Comment thread src/components/NewsLetterSection.astro Outdated
class="input w-full rounded-[5px] border border-[#222] bg-[#111] p-[14px] placeholder:text-[#757575]"
type="email"
placeholder="Enter your email address"
class="h-12 w-full rounded-xl
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

why are we adding new line in class names? keep in the same line. if thus is automatically done then check your vs code settings. classes name should be in single line.

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