-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
ITP_JAN_25 / YORSALEM MESMER / Module-Onboarding / Week 1 #222
ITP_JAN_25 / YORSALEM MESMER / Module-Onboarding / Week 1 #222
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
When you committing your changes, please try to be as clear as possible while naming your changes in your commit. Also do not push all changes with one single commit, try to divide your changes into small blocks. This way it will be more easy for reviews to inspect changes. |
Also please add "Need Reviews" labels when you create a PR. |
Wireframe/index.html
Outdated
|
||
<main> | ||
<article> | ||
<img src="https://media.geeksforgeeks.org/wp-content/uploads/20210915020701/Readme1.png" alt="https://media.geeksforgeeks.org/wp-content/uploads/20210915020701/Readme1.png" /> |
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.
You should write a descriptive text inside of alt attribute instead of using an url
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.
I changed the url file to a descriptive text inside the alt attribute. Thank you for the advice.
</main> | ||
<footer> | ||
<p>Creat by Yorsalem Mesmer</p> | ||
</footer> |
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.
footer's position fixed okay but user does not really understand what that part is really about, it would be nice to show your footer area with e.i background color
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.
I added a background colour to the footer.
Wireframe/index.html
Outdated
Using branches effectively helps keep your project organized and ensures that the main codebase remains stable. | ||
</p> | ||
<a href="">Read more</a> | ||
</div> |
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.
why these read more buttons did not direct me to different page ?
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.
Because I didn't attached my link to href attribute. Sorry about that I though I did.
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.
Well done, you met all the criteria stated in the readme file, you can close this PR.
@@ -50,6 +50,7 @@ main { | |||
margin: auto; | |||
} | |||
footer { | |||
background-color: rgb(184, 134, 249); | |||
position: fixed; |
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.
as best practice footers are generally stretched to its container, this is a design enhancement, you don't have to do it, but it is better to practice more which will improve your UI and UX skills
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.
Well done, you met all the criteria stated in the readme file, you can close this PR.
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.