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

Desktop version #6

Merged
merged 8 commits into from
Jul 16, 2022
Merged

Desktop version #6

merged 8 commits into from
Jul 16, 2022

Conversation

kusiLaw
Copy link
Owner

@kusiLaw kusiLaw commented Jul 15, 2022

This pull request adds to the desktop version of my portfolio

- it adds nav-bar menu
- update self-presentation and contact me responsiveness
- language list response well
- Role element response well
Copy link

@tresorsawasawa tresorsawasawa left a comment

Choose a reason for hiding this comment

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

STATUS: REQUIRED CHANGES ♻️♻️

Hi @kusiLaw
Good job so far! I know you worked hard to implement this project, I really appreciate the effort you put in! But there are some issues that you still need to work on to go to the next project but you are almost there!

almost-there

To highlight 🍾

  • All linters are passing ✔️
  • Good commit history ✔️
  • Your design looks good 💯 ✔️
  • Good PR description ✔️
    • Good Design ✔️
  • Follow GitHub flow ✔️

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.

Cheers and Happy coding!👏👏👏

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.
Please ping me @tresorsawasawa when you comment so I can receive the notification or use slack with the same name.

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.

index.html Outdated
Comment on lines 387 to 390
<div class="contact-forms footer-items">
<form class="message-form" action="https://formspree.io/f/1" method="post">
<ul>
<li class="input-li">

Choose a reason for hiding this comment

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

  • You are almost there with your styling. I just noticed that you added you should remove the border on the Get In Touch button to stick to the Figma design. You can only add this property(border: none;) in the button styling to fix the issue.

  • [ OPTIONAL ] RECOMENDED: I think it would be better if you use the text Write your messages here as a placeholder="..." as for now it requires the user to every time deleted the text itself before he writes his message. I know you can do that 💪 💪.

 - form button rename "git it touch" to "Git in Touch"
 - form button border removed
 - form text area has placeholder
Copy link

@gtekle gtekle left a comment

Choose a reason for hiding this comment

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

Hi @kusiLaw 👋 ,

Great work on making the changes requested by a previous reviewer 👏
You've done well implementing some of the requested changes, but there are still some which aren't addressed yet.

Highlights

✔️ Nice UI
✔️ Descriptive PR title
✔️ Good use of Github flow

Required Changes ♻️

Check the comments under the review.

Optional suggestions

  • [ OPTIONAL ] It would be great if you could add pointer: cursor; rule to all your buttons for better user experience.

  • [ OPTIONAL ] It would be great if you can make the size of these badges the same regardless of the text content.
    image

  • [ OPTIONAL ] It would be great if you could vertically align the social media icons. Besides, kindly add appropriate url to the anchor tags if you already have accounts created.
    image

  • [ OPTIONAL] I see that you have used different css classes to change the order of project images on alternating project cards. Can you try to achieve the same, but use the same CSS classes using Flex: order and nth child css selector? For example,

<section class="works">
    <article class="card">
       <img src="">
       <div class="project-details">.....</div>
    </article>

    <article class="card">
       <img src="">
       <div class="project-details">.....</div>
     </article>

      <article class="card">
       <img src="">
       <div class="project-details">.....</div>
     </article>
</section>

image

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.

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.

</li>
<li class="submit-li">
<button type="submit" id="getInTouch">Get it Touch</button>
<button type="submit" id="getInTouch">Get in touch</button>
Copy link

Choose a reason for hiding this comment

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

  • Kindly remove the black border around the Get in touch button as suggested by the previous reviewer.
    image
    You can add the border: none; rule in .message-form ul li button selector in the mobile version so that it will be applied to all screen sizes.

- form button border removed both mobile and desktop version
- social media icon arrange well
- languages used has same width
- buttons uses point upon hover
Copy link

@MeqdamAlqudah MeqdamAlqudah left a comment

Choose a reason for hiding this comment

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

Hi @kusiLaw ,

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

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.

@kusiLaw kusiLaw merged commit 7906f73 into main Jul 16, 2022
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.

4 participants