diff --git a/src/main/webapp/formulario_bootcamp.jsp b/src/main/webapp/formulario_bootcamp.jsp index 5524a56..cac817a 100644 --- a/src/main/webapp/formulario_bootcamp.jsp +++ b/src/main/webapp/formulario_bootcamp.jsp @@ -24,7 +24,8 @@
LOGOUT
- LOGOUT
+ INICIO
+ MENU

CREAR BOOTCAMP

diff --git a/src/main/webapp/formulario_lenguaje.jsp b/src/main/webapp/formulario_lenguaje.jsp index e3ea9fd..ff9ad07 100644 --- a/src/main/webapp/formulario_lenguaje.jsp +++ b/src/main/webapp/formulario_lenguaje.jsp @@ -25,7 +25,15 @@ +
LOGOUT
+ INICIO
+ MENU
+
+ + +
+

CREAR LENGUAJE

<%@ page import="com.roshka.proyectofinal.entity.Lenguaje, com.roshka.proyectofinal.lenguaje.LenguajeDao, java.util.List,java.util.Iterator" %> diff --git a/src/main/webapp/formulario_profesor.jsp b/src/main/webapp/formulario_profesor.jsp index 4be69b3..4ac221d 100644 --- a/src/main/webapp/formulario_profesor.jsp +++ b/src/main/webapp/formulario_profesor.jsp @@ -25,8 +25,12 @@ - +
+

CREAR PROFESOR Y FILTRAR

<%@ page import="com.roshka.proyectofinal.entity.Profesor, com.roshka.proyectofinal.profesor.ProfesorDao, java.util.List,java.util.Iterator" %> diff --git a/src/main/webapp/menu.css b/src/main/webapp/menu.css index d081613..443ae95 100644 --- a/src/main/webapp/menu.css +++ b/src/main/webapp/menu.css @@ -51,4 +51,8 @@ .menu li:hover { background-color: rgb(18, 18, 98); - } \ No newline at end of file + } + + .botones a{ + color: black; + } \ No newline at end of file diff --git a/src/main/webapp/menu.jsp b/src/main/webapp/menu.jsp index e8bc257..e84f49e 100644 --- a/src/main/webapp/menu.jsp +++ b/src/main/webapp/menu.jsp @@ -48,10 +48,14 @@ clear: both; display: table; } - + a { color: white; } + .botones a { + + color: black; + } .menu { width: 50%; @@ -81,6 +85,12 @@ +
+ LOGOUT
+ INICIO
+
+ +

MENU TH