Skip to content
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

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

AmbarVelez
Copy link

-Agregar funciones para la barra de navegación.
-Funciones para el buscador.
-Añadir responsive design.

export const example = () => {
return 'example';
};

Copy link
Contributor

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>


Copy link
Contributor

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">
Copy link
Contributor

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">
Copy link
Contributor

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>

Copy link
Contributor

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>

Copy link
Contributor

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>-->



Copy link
Contributor

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";
}

Copy link
Contributor

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.

Copy link
Contributor

@AdrianaHY AdrianaHY left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants