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

Contact section #4

Merged
merged 19 commits into from
Jun 8, 2023
Merged

Contact section #4

merged 19 commits into from
Jun 8, 2023

Conversation

Omwomo
Copy link
Owner

@Omwomo Omwomo commented Jun 6, 2023

~N/B This is a new pull request I've created since the last one was not following the correct github flow, so the changes I've done for the contact-section with my partner Lucy have been committed today.
~We have created the contact section using html forms.
~We have used Formspree for data collection.
~We have styled the section according to the figma template desighn.

Copy link

@Efiamotu-1 Efiamotu-1 left a comment

Choose a reason for hiding this comment

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

Hi @Omwomo,

Good job so far! 👏. Your Code is Awesome! 💪

There are some few issues 🐛 that you still need to work 🔧 on though to go to the next project ⏭️ but you are almost there! 🏃

Don't Worry 🙏

It's ok to have bugs in your code 🐛. Please, see this code review as a chance for you to learn practical coding skills and learn new tips that can improve your code quality 💯 and help you **get a better ** 💼.

I am going to guide you on how to fix them down below. 🤓

Highlights 🎯

  • ✔️ No linter Errors
  • ✔️ Descriptive README
  • ✔️ Descriptive PR title and description
  • The code is top-notch! 💯 and has a huge potential.

Required Changes ♻️

Check the comments under the review.

Optional suggestions

Every comment with the [OPTIONAL] prefix is not crucial enough to stop the approval of this PR. However, I strongly recommend you to take them into account as they can make your code better.

Important Notes 📝

  • Feel free to leave any questions or comments in the PR thread if something is not 100% clear.
  • Please, remember to tag me in your question so I can receive the notification.

Please, do not open a new Pull Request for re-reviews. You should use the same Pull Request submitted for the first review, either valid or invalid unless it is requested otherwise.

Note: Please, don't Merge This Pull Request yet. Only Merge when it is Approved ✅.

Thank you for your time 🙏 and call me if you need help or clarification ☎️

  • This is My GitHub: @Efiamotu-1
  • This is My Twitter: @EFYAMOTU
  • This is My linkedIn.Habeeb Efiamotu Musa
  • This is My Slack: Habeeb Efiamotu Musa

As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.

Choose a reason for hiding this comment

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

  • Your styling in some way has messed up the final outlook of your portfolio website as shown in the image below, your project's about me section is overlapping the contact me section. please kindly reevisit your styling to fix this design flaw before resubmitting 👍
  • figma design
    cm-f
  • your design
    cm-s

index.html Outdated
If you have an application you are interested in developing, a feature that you need built,
or a project that needs coding, I'd love to help with it!
</p>
<form id="fs-frm" class="fs" name="simple-contact-form" accept-charset="utf-8" action="https://formspree.io/f/{form_id}" method="post">

Choose a reason for hiding this comment

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

  • The link you have provided is incorrect. please kindly follow the directions in this link so you can setup your formspree account and attach your correct id properly so that users can reach out to you properly 👍

Copy link

@divinecharlotte divinecharlotte left a comment

Choose a reason for hiding this comment

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

Hi @Omwomo ,

Good job so far!
You still need to work on some issues to go to the next project, but you are almost there!

To Highlight 💯

  • Linters are passing 👍
  • Use of Github flow👍

Required Changes ♻️

Check the comments under the review.

Cheers and Happy coding!👏👏👏

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.
Please, remember to tag me in your question so I can receive the notification.

Please, do not open a new Pull Request for re-reviews. You should use the same Pull Request submitted for the first review, either valid or invalid unless it is requested otherwise.


As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.

Comment on lines +190 to +213
<section class="contact-form" id="cont-form">
<div >
<div class="contain">
<h1>Contact Me</h1>
<p>
If you have an application you are interested in developing, a feature that you need built,
or a project that needs coding, I'd love to help with it!
</p>
<form id="fs-frm" class="fs" name="simple-contact-form" accept-charset="utf-8" action="https://formspree.io/f/xoqzownz" method="post">
<fieldset>

<input type="text" name="name" id="full-name" placeholder="Your Name" maxlength="30" required>

<input type="email" name="_replyto" id="email-address" placeholder="email@example.com" required>

<textarea name="message" id="message" rows="5" placeholder="Write your message here" maxlength="500" required></textarea>

<input id="sub" class="button" type="submit" value="Get in touch" required>
</fieldset>
</form>
<img class="shape" src="Shape.svg">
</div>
</div>
</section>

Choose a reason for hiding this comment

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

  • As requested by the previous reviewer kindly consider sticking to the Figma design for all the sections on your page mainly this contact section because currently everything is messed up the background image is totally wrong and even the other section cause working on the contact me part doesn't mean that your other parts have to be messed up so fixing that will make your website look as an exact duplicate of the provided design and that will make your work professional check the images below fro more clarrification
  • your design 👇
Screen Shot 2023-06-07 at 06 38 37
  • Figma design 👇
Screen Shot 2023-06-07 at 06 41 13

Copy link
Owner Author

Choose a reason for hiding this comment

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

Hello @divinecharlotte my review is still pending and I've made the required changes. Can you kindly activate it so it turns to required changes for me to be able to submit my project.

Copy link

@Olamarx Olamarx left a comment

Choose a reason for hiding this comment

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

Hi @Omwomo,

Your project is complete! There is nothing else to say other than... it's time to merge it :shipit:
Congratulations! 🎉

Highlights

  • Required changes fixed ✔️
  • Linters passed ✔️
  • GitHub flow ✔️

Optional suggestions

Every comment with the [OPTIONAL] prefix won't stop the approval of this PR. However, I strongly recommend you to take them into account as they can make your code better. Some of them were simply missed by the previous reviewer and addressing them will really improve your application.

Cheers and Happy coding!👏👏👏

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.
Please, remember to tag me in your question so I can receive the notification.


As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.

@Omwomo Omwomo merged commit 93daf6f into master Jun 8, 2023
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.

5 participants