-
Notifications
You must be signed in to change notification settings - Fork 588
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
added conatct us and copywrite #1069
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Great job, @AnkitMourya12! 🎉 Thank you for opening a pull request. Your contribution is valuable and we appreciate your efforts to improve our project.
Soon the maintainers/owner will review it and provide you with feedback/suggestions.
please merge this PR request @akbatra567 and give Level 1 or level 2 lable for gssoc'24 leaderboard |
@@ -14,7 +14,6 @@ | |||
"react": "^18.2.0", | |||
"react-dom": "^18.2.0", | |||
"react-icons": "^5.0.1", | |||
"react-router-dom": "^6.22.0", |
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.
Does this needs to be deleted for your changes?
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.
no
src/components/Sidebar/Sidebar.jsx
Outdated
<form className="contact-form"> | ||
<div className="form-group"> | ||
<label htmlFor="name" className="form-label"> | ||
Name: | ||
</label> | ||
<input type="text" id="name" name="name" className="form-input" /> | ||
</div> | ||
|
||
<div className="form-group"> | ||
<label htmlFor="email" className="form-label"> | ||
Email: | ||
</label> | ||
<input type="email" id="email" name="email" className="form-input" /> | ||
</div> | ||
|
||
<div className="form-group"> | ||
<label htmlFor="message" className="form-label"> | ||
Message: | ||
</label> | ||
<textarea id="message" name="message" rows="4" className="form-textarea" /> | ||
</div> | ||
|
||
<button type="submit" className="submit-button" color="orange"> | ||
Submit | ||
</button> | ||
</form> |
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.
How are you handling the form submissions?
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.
using Inline html css. Just make UI
yes |
hello @akbatra567 i resolve this you can review code and merge this PR. |
hello @akbatra567 please give the gssoc lable e.i lable 1 or lable 2 |
@akbatra567 Don't merge PR, just approve them. |
Description
I am added Contact us details and Copywirte sign.
Related Issues
issue no. #1066
Changes Proposed
Screenshots