-
Notifications
You must be signed in to change notification settings - Fork 62
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
Data Lovers - pokémon #39
base: master
Are you sure you want to change the base?
Conversation
export const example = () => { | ||
return 'example'; | ||
}; | ||
|
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.
Excelente trabajo! Un comentario muy picky, hay que borrar los comentarios que no se utilicen.
</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.
Recuerden borrar los espacios innecesarios :)
|
||
<header> | ||
<div class="logo"> |
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.
Recuerden que las clases deben ser más descriptivas, se deben nombrar en relación a lo que contienen y no a lo que hacen, container-2 no es muy descriptiva
|
||
<div class="container container-2" id="pokemon-page"> | ||
<!--Segunda parte menu--> | ||
|
||
<div class="container-bar" id="btn-menu"> |
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.
La clase debe ser lo suficientemene descriptiva para que no se necesiten comentarios.
<li><a>Hoenn</a></li> | ||
</div> | ||
<li><a>Hoenn</a></li> | ||
</div>--> | ||
</ul> | ||
</li> | ||
|
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.
Si este código no se v a utilizar, debemos eliminarlo.
src/index.html
Outdated
|
||
|
||
</header> | ||
|
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.
Hay que eliminar los espacios innecesarios :)
<script src="data.js"></script> | ||
<script src="main.js"></script> | ||
<!-- <script src="data.js"></script>--> | ||
<!-- <script src="main.js"></script>--> | ||
|
||
|
||
|
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.
Borrar código que no utilizamos! :)
@@ -38,6 +45,7 @@ body { | |||
background-color: rgba(255, 4, 4, 0.596); | |||
padding: 30px; | |||
border-radius: 30px; | |||
font-family: "menlo"; | |||
} | |||
|
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.
Es preferible utilizar clases para dar estilos.
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.
Chicas! excelente trabajo, muchas felicidades! Espero que los comentarios nos sirvan para mejorar cada vez más.
-Agregar funciones para la barra de navegación.
-Funciones para el buscador.
-Añadir responsive design.