Glasgow | 26-ITP-May | Francesco Romano Monda | Sprint 3 | Quote Generator App - #1374
Glasgow | 26-ITP-May | Francesco Romano Monda | Sprint 3 | Quote Generator App#1374fromonda wants to merge 6 commits into
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
LonMcGregor
left a comment
There was a problem hiding this comment.
Good work, the app functions well, but there are possible places to improve further, see my comments
|
|
||
| <!-- Inner white card --> | ||
| <div class="quote-box"> | ||
| <p id="quote"></p> |
There was a problem hiding this comment.
Is there some semantic html you could use here, in place of multiple nested divs?
There was a problem hiding this comment.
I have updated the HTML to use more semantic elements instead of multiple nested div elements.
|
|
||
| /* Quote text styling with orange quote mark added automatically */ | ||
| #quote { | ||
| color: #f3a83c; |
There was a problem hiding this comment.
When I check the accessiblity with lighthouse, it tells me there is insufficient contrast, did you spot this when testing?
There was a problem hiding this comment.
I did not have time to carry out Lighthouse testing before submitting the task, as I was balancing the available time with completing the task requirements. Please bear in mind that finding this balance is an important skill to have in the workplace. However, I have now improved the contrast based on the Lighthouse feedback, and I hope that the task will still be considered complete.
Self checklist
Changelist