Skip to content

Milestone 1: Completed professional portfolio#2

Open
Ridwanullahi-code wants to merge 7 commits into
add-headerfrom
add-project
Open

Milestone 1: Completed professional portfolio#2
Ridwanullahi-code wants to merge 7 commits into
add-headerfrom
add-project

Conversation

@Ridwanullahi-code

Copy link
Copy Markdown
Owner
  • Added Header section
  • Added Work section
  • Added About me section
  • Added output folder
  • Updated readme file

@Kamba56 Kamba56 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Hi @Ridwanullahi-code ,

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

Highlights

  • All linters checks passed
  • Correct use of 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, 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 thread index.html Outdated
Comment on lines +151 to +175
<div class="technologies">
<h2>Languages</h2>
<div>
<img src="images/Ellipse1.png" alt="">
<p>Javascript</p>
</div>
<div>
<img src="images/Ellipse2.png" alt="">
<p>HTML</p>
</div>
<div>
<img src="images/Ellipse3.png" alt="">
<p>CSS</p>
</div>
</div>
<!-- kist of hard skills -->
<div class="skills">
<div>
<h2>Frameworks</h2>
<p>></p>
</div>
<hr>
<div>
<h2>Skills</h2>
<p>></p>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

  • As demanded by the project requirements. Please use <ul> and <li> for categories in "About myself" section. Languages, Frameworks, and Skills should be list items.

  • Please kindly use indentation of two spaces in all your documents. This is a convention and best practice.

Comment thread style.css
Comment on lines +94 to +108
.work-section {
position: relative;
top: 90%;
}

/* style work section part */
.projects {
margin: 114px auto;
background-color: white;
height: 585px;
width: 327px;
border: 1px solid #dfe1e6;
border-radius: 16px;
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

  • As demanded by the project requirements. Kindly use grid to lay out your work section and use flexbox to lay out the contents of all your project cards.

Comment thread style.css Outdated
Comment on lines +167 to +181
.projects .button,
.resume-button {
padding: 12px 20px;
width: 100px;
height: 24px;
font-weight: 500px;
size: 17px;
line-height: 48px;
color: #396df2;
text-align: center;
border: 1px solid #396df2;
border-radius: 8px;
position: relative;
top: 25px;
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

  • Kindly add a hover and pressed state to your buttons to match the Figma design template. You can use the :hover and :active pseudo-classes.

  • [Optional] It's better to follow commit message standards by making them capitalized and in the imperative form (Example: 'Modify readme file' instead of 'modified readme'). This way, your commit history will be more readable and more professional ✨ Kindly check here for more details.

Comment thread style.css
Comment on lines +190 to +196
.about {
width: 375px;
height: 1100px;
background: white;
border: 1px solid white;
border-radius: 0 80px 0 0;
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

  • Kindly use flexbox to align the contents of the about section as demanded by the project requirement. This is best for the responsiveness of your work.

@MaganaAsiati MaganaAsiati left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Status: Approved ✔️

Hi @Harrynoqs , I'm @MaganaAsiati , your reviewer for this PR 👋

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

clap

Highlights

  • descriptive README file ✔️👨🏻‍💻
  • Your commits should start with a capital letter ✔️👨🏻‍💻

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.

  • [OPTIONAL] Please make sure to make your commit messages more descriptive in the future.
  • kindly Add a descriptive description in your pull request in the future which give more information about what you implement in this milestone ✔️👨🏻‍💻

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.
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.

Cheers and Happy coding!👏👏👏

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.

3 participants