-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature 01 #22
Feature 01 #22
Conversation
✅ Deploy Preview for gecraft ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I complited: Issue 1.1: Create a responsive layout for the header. Issue 2.1: Implement button group using NextUI with anchor links for each section. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Проверил, есть комментарии
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Когда нажимаю на кнопку - то появляется предупреждение в консоли |
src/components/GroupButton.jsx
Outdated
href="#" | ||
as={Link} | ||
> | ||
<img src="img/logo.svg" alt="" className="h-14 w-14" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alt=""
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I complited:
Issue 1.1: Create a responsive layout for the header.
Issue 1.2: Implement the header with gradient color fill.
Issue 1.3: Add the subheader with appropriate styling.
Issue 1.4: Add a NextUI button as an anchor link to the contact form.
Issue 1.5: Implement background design for the header block.
Issue 2.1: Implement button group using NextUI with anchor links for each section.
Issue 2.2: Add the main introduction text for the site.
Issue 2.3: Add the logo to the block.