First try! How is it? What are the mistakes that I should not repeat next time?
Jérémy
@jrmydixAll comments
- @devesht21Submitted over 2 years ago@jrmydixPosted over 2 years ago
Hi! Well done!
If this can help, I have a suggestion:
- Fix accessibility issues: to do so, change your
<section class="section-qr">
to<main class="section-qr">
.
If you have any questions feel free to ask, I'll try my best to help and answer! 🙂
Marked as helpful0 - Fix accessibility issues: to do so, change your
- @Aurelien1997Submitted over 2 years ago
- @Luissanfiel3Submitted over 2 years ago@jrmydixPosted over 2 years ago
Hi! Well done!
If this can help, I have a suggestion:
- Fix accessibility issues: to do so, change your
<div class="card-title">
to<h1>
. For the landmark issue, change<div class="container">
to<main>
and change your<div class="attribution">
to<footer>
.
If you have any questions feel free to ask, I'll try my best to help and answer! 🙂
1 - Fix accessibility issues: to do so, change your
- @EkamSinghBrarSubmitted over 2 years ago
All feedback is Welcome
@jrmydixPosted over 2 years agoHi! Well done!
If this can help, I have a suggestion:
- Fix accessibility issues: to do so, change your
<h2>
to<h1>
. For the landmark issue, change<div class="main-container">
to<main>
.
If you have any questions feel free to ask, I'll try my best to help and answer! 🙂
Marked as helpful0 - Fix accessibility issues: to do so, change your
- @amarasalahSubmitted over 2 years ago@jrmydixPosted over 2 years ago
Hi! Well done!
If this can help, I have a suggestion:
- Fix accessibility issues: to do so, change your
<h2>
to<h1>
.
If you have any questions feel free to ask, I'll try my best to help and answer! 🙂
1 - Fix accessibility issues: to do so, change your
- @DarilInsanKamilSubmitted over 2 years ago@jrmydixPosted over 2 years ago
Hi! Well done!
If this can help, I have some suggestions:
- Fix accessibility issues: to do so, change your
<p class="title">
to<h1>
. For the landmark issue, change<div class="page">
to<main>
.
If you have any questions feel free to ask, I'll try my best to help and answer! 🙂
Marked as helpful0 - Fix accessibility issues: to do so, change your
- @kappa20Submitted over 2 years ago
responsive without using media query instead i mobile first approach and max-width and min-width to prevent the card container from expanding
@jrmydixPosted over 2 years agoHi! Well done!
If this can help, I have a suggestion:
- Fix accessibility issues: to do so, change your
<h3>
to<h1>
. For the landmark issue, change<div class="container">
to<main>
and change your<div class="attribution">
to<footer>
If you have any questions feel free to ask, I'll try my best to help and answer! 🙂
1 - Fix accessibility issues: to do so, change your
- @cyrusyamirSubmitted over 2 years ago@jrmydixPosted over 2 years ago
Hi! Well done!
If this can help, I have a suggestion:
- Fix accessibility issues: to do so, change your
<h3>
to<h1>
. For the landmark issue, change<section class="mian-container">
to<main>
. - Fix HTML issue: change
<img class="qr-code" src="images\image-qr-code.png" alt="image crash">
to<img class="qr-code" src="images/image-qr-code.png" alt="image crash">
, don't use backslash in src.
If you have any questions feel free to ask, I'll try my best to help and answer! 🙂
0 - Fix accessibility issues: to do so, change your
- @Djole-zrSubmitted over 2 years ago@jrmydixPosted over 2 years ago
Hi! Well done!
If this can help, I have a suggestion:
- Fix accessibility issues: to do so, change
<div class="attribution">
to<footer>
. Then, add<main>
after<body>
and close it before your<footer>
.
If you have any questions feel free to ask, I'll try my best to help and answer! 🙂
Marked as helpful1 - Fix accessibility issues: to do so, change
- @dawidPoznanskiSubmitted over 2 years ago@jrmydixPosted over 2 years ago
Hi! Well done!
If this can help, I have a suggestion:
- Fix accessibility issues: to do so, change your
<div class="qr-card">
to<main>
and change your<div class="attribution">
to<footer>
If you have any questions feel free to ask, I'll try my best to help and answer! 🙂
Marked as helpful1 - Fix accessibility issues: to do so, change your
- @Darkangel1470Submitted over 2 years ago@jrmydixPosted over 2 years ago
Hi! Well done!
If this can help, I have a suggestion:
- Fix accessibility issues: to do so, change your
<h2>
to<h1>
. For the landmark issue, change<div class="vwrap">
to<main>
.
If you have any questions feel free to ask, I'll try my best to help and answer! 🙂
0 - Fix accessibility issues: to do so, change your
- @JemK-307Submitted over 2 years ago
Feel free to give me the comment or feedback. The third challenge in my newbie front-end journey.
@jrmydixPosted over 2 years agoHi! Well done!
If this can help, I have a suggestion:
- Fix accessibility issues: to do so, change your
<h3>
to<h1>
.
If you have any questions feel free to ask, I'll try my best to help and answer! 🙂
Marked as helpful0 - Fix accessibility issues: to do so, change your