Manchester | 26-ITP-May | Yee Man Tsang | Sprint 2 | Wireframe to Web Code#1349
Manchester | 26-ITP-May | Yee Man Tsang | Sprint 2 | Wireframe to Web Code#1349lintsang wants to merge 11 commits into
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
LonMcGregor
left a comment
There was a problem hiding this comment.
Good start on this task. There are a few things left to have another look at - see my comments.
| <article> | ||
| <img src="placeholder.svg" alt="" /> | ||
| <h2>Title</h2> | ||
| <div id="wrapper"> |
There was a problem hiding this comment.
What is the purpose of this wrapper div?
There was a problem hiding this comment.
Thanks for your reminder and it has been improved.
| <main> | ||
| <article> | ||
| <div class="image-wrapper"> | ||
| <img src="https://cdn.iconscout.com/icon/free/png-512/free-readme-logo-icon-svg-download-png-3029134.png" alt="" /> |
There was a problem hiding this comment.
Should the alt attribute in these images be empty?
There was a problem hiding this comment.
Thanks for your reminder and it has been modified.
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| </p> | ||
| <div id="wrapper"> |
There was a problem hiding this comment.
What is this wrapper div here doing?
There was a problem hiding this comment.
Thanks for your reminder and it has been improved.
| </p> | ||
| <div id="wrapper"> | ||
| <p> | ||
| By Lin Tsang. This webpage serves as a test environment. Some images and media displayed on this site are sourced from external websites for demonstrative and educational purposes. All copyrights, trademarks, and intellectual property regarding these images remain the property of their respective owners. https://iconscout.com/ |
There was a problem hiding this comment.
Are you sure this footer is fixed to the bottom of the viewport?
There was a problem hiding this comment.
Thanks for your reminder and it has been fixed.
LonMcGregor
left a comment
There was a problem hiding this comment.
Thanks. The rest of the issues are fixed now. But the footer is still not fixed to the bottom of the viewport. Can you find out what that means?
Also, the footer is now wider than the page so it creates an unnecessary scrollbar. Can you figure out why that happens and resolve it?
Thanks for the comments! I have fixed the footer issue and hope it works. |
|
The issue with the scrollbar is gone now, great! There is still the other problem: Your footer is fixed to the bottom of the page right now. The viewport is the part of the screen that the browser shows, and we want to see the footer always visible at the bottom of the viewport (and ensuring you can scroll to see anything it might be hiding). (Hint: To see an example of what this means, if you scroll this current github PR page down, you always see a header fixed to the top of the viewport. We want to achieve the same effect with the footer at the bottom) |
Thanks for your explanation. I understood and fixed it. |

Learners, PR Template
Self checklist
Changelist
I finished this exercise by updating the html and css files provided by following all requirements and wireframe.