Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions CAMBIOS_USUARIOS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
el botón "registrar" lleva a signup.html, donde el alumno ingresa su nombre, apellido y correo

en la vista de coordinador, en usuarios.html debería haber una lista de peticiones de registro por "aceptar", como los reportes en main.html. el coordinador acepta uno y su contraseña default es "qwerty" o algo así
Binary file modified files/reporte-convenios.xlsx
Binary file not shown.
Binary file modified files/reporte-movilidad-entrada.xlsx
Binary file not shown.
Binary file modified files/reporte-movilidad-salida.xlsx
Binary file not shown.
4 changes: 2 additions & 2 deletions views/js/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
transition: all 0.3 ease;
cursor: pointer;
}
#helpBtn {
#signupBtn {
font-family: "Liberation Sans", sans-serif;
outline: 0;
background: #ffe699;
Expand All @@ -52,7 +52,7 @@
#loginBtn:hover,.form button:active,.form button:focus {
background: #819F6C;
}
#helpBtn:hover, button:active {
#signupBtn:hover, button:active {
background: #CEB978;
}
body {
Expand Down