Design comparison
Solution retrospective
Cualquier comentario será apreciado /--/Any feedback will be appreciated
Community feedback
- @vanzasetiaPosted over 1 year ago
Hi, Eduardo! 👋
I recommend updating the live site URL to https://eduard38655.github.io/3-column-preview-card-component/3-column-preview-card-component-main/ to make it easier for people to see the actual project.
Another way is to put the project files in the root of the repository, not inside the
3-column-preview-card-component-main/
folder.A couple of suggestions:
- Use CSS to uppercase the text: Screen readers might spell the uppercased word in the HTML (spelled letter by letter).
- Replace all the
<h1>
with<h2>
: There should not be more than oneh1
on a page. Many<h1>
elements mean many titles which can confuse the users, especially the screen reader users. - No JavaScript: Remove the
I hope this helps. Happy coding!
0 - @BlackpachamamePosted over 1 year ago
Realmente no encuentro donde ver el sitio online, estas creando repositorios y colocando una carpeta dentro con el mismo nombre. Lo que tenes que hacer es sacar afuera todo lo que tengas en esa carpeta (y luego borrarla ya que quedará vacía).
Intente modificar el enlace para verlo online desde github pages, pero me tira error, así que deberías hacer esas modificaciones.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord