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 mod #4

Merged
merged 11 commits into from
Oct 29, 2021
Merged

Desktop mod #4

merged 11 commits into from
Oct 29, 2021

Conversation

zemola
Copy link
Owner

@zemola zemola commented Oct 28, 2021

Did the desktop version of my portfolio, made use of Media query for responsive web design, setting braking point at 992.

Copy link

@D4nielJ D4nielJ left a comment

Choose a reason for hiding this comment

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

Hello @zemola,

You did a terrific work!!! 👏 🚀
There are some issues that you still need to work on to go to the next project but you are almost there!

Highlights 🔥 🔥 🔥

  • You used media queries correctly!
  • Your PR looks professional

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.

Happy coding and stay awesome! 🚀

Feel free to leave any questions or comments in the PR thread if something is not 100% clear or you can always find me on slack!

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.

</header>

<section class="main-body">
<div class="intro">
<h1>I’m Azeem
<h1 class="intro-text">I’m Azeem
Copy link

Choose a reason for hiding this comment

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

  • Let's add the correct styles to the title in the headline section. Remember that the idea is to make it look as similar to the template.

Yours:
image

Template:
image

Some of your issues with your fonts might be the link to fonts.google.com you're using. Try going back there and in the selection page for your font, remember to add all of the family styles. Check my image for reference. Or follow this tutorial for more insight in fonts.google.com.

image

Copy link
Owner Author

Choose a reason for hiding this comment

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

Capture

No LinkedIn icon error from my end, kindly confirm it's not your system.

Thank you

@@ -35,7 +42,7 @@ <h1>I’m Azeem
</div>
<div class="footer">
<div class="connect-link">
<h4 href="">Let's Connect</h4>
<a href="#">LET'S CONNECT</a>
</div>
<ul class="icons">
<li class="gitHub"><img src="image\github.svg" alt=" shows gitHub icon"></li>
Copy link

Choose a reason for hiding this comment

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

  • Let's fix your linkedin icon, it seems like the link might be broken.

image

Copy link
Owner Author

Choose a reason for hiding this comment

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

Thank you for your honest feedback

Copy link

@rotimiazeez rotimiazeez left a comment

Choose a reason for hiding this comment

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

Hi @zemola ✋,

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.

Required Changes ♻️

Check the comments under the review.

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.

Kindly fix the requested changes and you good to go✨✔✔

Cheers and Happy coding!👏👏👏

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.

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 58 to 59
<ul class="icons">
<li class="gitHub"><img src="image\github.svg" alt=" shows gitHub icon"></li>

Choose a reason for hiding this comment

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

  • As pointed out by the first reviewer the link to the LinkedIn icon seems broken. I'd suggest that if you are using the live server extension kindly use copy path by right-clicking on your HTML file instead to view your page✌

Copy link
Owner Author

Choose a reason for hiding this comment

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

I need someone to confirm this for me before asking for review again cause I only have one chance.

Can you be of help?

Copy link

@charlesgobina charlesgobina left a comment

Choose a reason for hiding this comment

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

Changes Required ♻️

Hello @zemola

Good job so far 🎉 . There are still a few changes ♻️ you need to make in order to proceed. Please check my inline comments to learn more. Please implement the changes made by previous reviewers too.

Happy Coding.

styles.css Show resolved Hide resolved
@github-pages github-pages bot temporarily deployed to github-pages October 29, 2021 07:50 Inactive
@github-pages github-pages bot temporarily deployed to github-pages October 29, 2021 07:54 Inactive
Copy link

@Mihndim2020 Mihndim2020 left a comment

Choose a reason for hiding this comment

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

STATUS: APPROVED!!! 🎉 🎉 🎉 🍾 🍾 🍾

Hi @zemola,

Your project is complete! Great work on making the changes requested by the previous reviewer. There is nothing else to say other than... it's time to merge it :shipit:
Congratulations! 🎉 🎉 🎉 🍾 🍾 🍾

Congratulations-Memes-FEATURED

Optional suggestions

Check the comments under the review.

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.


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.

</div>
<ul class="icons">
<li class="gitHub"><img src="image\github.svg" alt=" shows gitHub icon"></li>
<li class="linkedin"><img src="image\linkedIn.svg" alt="show linkedIn icon"></li>
<li class="linkedin"><img src="image\linkedin.svg" alt="show linkedIn icon"></li>

Choose a reason for hiding this comment

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

  • [OPTIONAL] As requested by the previous code reviewer, the link to the linkedin icon is broken, please kindly fix that.

zem

@github-pages github-pages bot temporarily deployed to github-pages October 29, 2021 11:02 Inactive
@github-pages github-pages bot temporarily deployed to github-pages October 29, 2021 11:10 Inactive
@zemola zemola merged commit 3fdc544 into featear Oct 29, 2021
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.

6 participants