Skip to content
This repository was archived by the owner on Jul 11, 2026. It is now read-only.

Data Lovers - pokémon#39

Open
AmbarVelez wants to merge 14 commits into
Laboratoria:masterfrom
ZayraJero:rama-proyecto
Open

Data Lovers - pokémon#39
AmbarVelez wants to merge 14 commits into
Laboratoria:masterfrom
ZayraJero:rama-proyecto

Conversation

@AmbarVelez

Copy link
Copy Markdown

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

Comment thread src/data.js
export const example = () => {
return 'example';
};

Copy link
Copy Markdown
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.

Comment thread src/index.html
<input class="button-next" type="image" onclick="nextContainer('start-page','pokemon-page');" img src="img/go-logo.png" alt="Go" width="auto" height="50px">
</div>


Copy link
Copy Markdown
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 :)

Comment thread src/index.html
<div class="container container-2" id="pokemon-page">

<header>
<div class="logo">

Copy link
Copy Markdown
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

Comment thread src/index.html
<div class="container container-2" id="pokemon-page">
<!--Segunda parte menu-->

<div class="container-bar" id="btn-menu">

Copy link
Copy Markdown
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.

Comment thread src/index.html
</div>-->
</ul>
</li>

Copy link
Copy Markdown
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.

Comment thread src/index.html Outdated


</header>

Copy link
Copy Markdown
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 :)

Comment thread src/index.html
<!-- <script src="main.js"></script>-->



Copy link
Copy Markdown
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! :)

Comment thread src/style.css
border-radius: 30px;
font-family: "menlo";
}

Copy link
Copy Markdown
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.

@AdrianaHY AdrianaHY left a comment

Copy link
Copy Markdown
Contributor

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants