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

Yaelvc #21

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c9f150f
Actualizando README
MarielaTorresB Jun 28, 2019
f631c33
Modificando readme, agregando enlace a la encuesta
MarielaTorresB Jun 28, 2019
504d1d8
Merge pull request #1 from MarielaTorresB/Mariela
Daynizyvc Jun 28, 2019
fbe1b3c
Agregando enlace al primer prototipo en Marvel
MarielaTorresB Jun 28, 2019
433a6a4
Merge pull request #2 from MarielaTorresB/Mariela
Daynizyvc Jun 28, 2019
143af96
Se muestra la API en la app Web y se registra nuestra primer historia…
Daynizyvc Jul 2, 2019
4057744
Merge pull request #3 from Daynizyvc/daynizyvc
Daynizyvc Jul 2, 2019
9d0963c
Probando estilos de CSS diferentes
MarielaTorresB Jul 2, 2019
1b67ddd
Añadiendo estilos CSS
MarielaTorresB Jul 3, 2019
c2069dd
Añadimos la barra menú, que ya es responsive
Daynizyvc Jul 5, 2019
f8ceec2
Merge pull request #4 from Daynizyvc/yaelvc
Daynizyvc Jul 5, 2019
4ca4997
Implementando visualización en tarjetas que giran, queda pendiente ev…
MarielaTorresB Jul 6, 2019
f150d29
Agregando gif transparente y menú
MarielaTorresB Jul 6, 2019
7d9aa7e
Versión que ya filtra por tipo de pokémon, sigue sin mostrar la infor…
MarielaTorresB Jul 7, 2019
f125a32
Merge pull request #5 from MarielaTorresB/Mariela
Daynizyvc Jul 8, 2019
a3f459c
acpetando cambios
Daynizyvc Jul 8, 2019
0d7ab38
fusionandp cambios
Daynizyvc Jul 8, 2019
e4189bb
funcion de pintar agregada
Daynizyvc Jul 10, 2019
bcc43c2
Se agregó la funcion de ordenar
Daynizyvc Jul 10, 2019
aec8230
Se ha agregado la gráfica y ya esta todo revisado por las dos
Daynizyvc Jul 13, 2019
3877595
Se agrego la grafica y detalles del css (responsive)
Daynizyvc Jul 15, 2019
8a1d735
Se agregaron cambios en las listas desplegables
Daynizyvc Jul 15, 2019
0cf470a
Se actualizo readme
Daynizyvc Jul 15, 2019
5e81508
Se arreglo lo de los test
Daynizyvc Jul 15, 2019
566ca50
Readme modificado
Daynizyvc Aug 1, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Se agregaron cambios en las listas desplegables
Daynizyvc committed Jul 15, 2019
commit 8a1d735b7d182c888476c4d8fe92bafaf0460f43
Binary file removed images/fondo.jpg
Binary file not shown.
Binary file removed images/fondored.jpg
Binary file not shown.
Binary file removed images/imagenOne.jpg
Binary file not shown.
Binary file removed images/texture.jpg
Binary file not shown.
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -99,6 +99,7 @@ <h1>¿Sabías qué...?</h1>
</select>
</div>
<div class="ordenar">
<p class = "orden-pokemon">ORDENAR: </p>
<select name= "ordenando" id="order" class = "order-pokemon">
<option value="nothing" selected = "True" disabled = "disabled">Ordenar por ...</option>
<option value="A-to-Z"> Alfabético (A a Z) </option>
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
@@ -207,7 +207,7 @@ h1{
align-content: space-around;
padding: 3%;
}
.filtrar-pokemon{
.filtrar-pokemon, .orden-pokemon{
font-size: 2vw;
font-family: 'Orbitron', sans-serif;
}