diff --git a/src/main/webapp/form.css b/src/main/webapp/form.css index fbcfa77..d937a06 100644 --- a/src/main/webapp/form.css +++ b/src/main/webapp/form.css @@ -12,9 +12,10 @@ body{ display: flex; justify-content: center; align-items: center; - height: 160%;} - + height: 160%; } + + /* para el logo */ img{ width: 165px; @@ -136,4 +137,4 @@ width:500px; .closebtn:hover { color: black; -} +} \ No newline at end of file diff --git a/src/main/webapp/formulario.jsp b/src/main/webapp/formulario.jsp index 92aed46..e30a340 100644 --- a/src/main/webapp/formulario.jsp +++ b/src/main/webapp/formulario.jsp @@ -2,8 +2,6 @@ pageEncoding="UTF-8"%> <%@ page import="java.sql.*,java.sql.Connection,java.sql.ResultSet,com.roshka.proyectofinal.DataBase,jakarta.servlet.http.HttpServlet,jakarta.servlet.http.HttpServletRequest"%> - - @@ -15,8 +13,7 @@ pageEncoding="UTF-8"%> - Formulario Postulante - + Formulario Postulante @@ -44,7 +41,6 @@ pageEncoding="UTF-8"%>
- "> @@ -101,6 +97,7 @@ pageEncoding="UTF-8"%>
volver
+ diff --git a/src/main/webapp/formulario_bootcamp.jsp b/src/main/webapp/formulario_bootcamp.jsp index 88b6d8d..f64cdcf 100644 --- a/src/main/webapp/formulario_bootcamp.jsp +++ b/src/main/webapp/formulario_bootcamp.jsp @@ -6,17 +6,21 @@ - + + + JSP Page
-

Crear Bootcamp

- <% - LenguajeDao lenDao = new LenguajeDao(); - List listLenguaje = lenDao.listar(); - Iterator iter = listLenguaje.iterator(); +

CREAR BOOTCAMP

+ + <%@ page import="com.roshka.proyectofinal.entity.Lenguaje, com.roshka.proyectofinal.entity.Bootcamp, com.roshka.proyectofinal.lenguaje.LenguajeDao, com.roshka.proyectofinal.bootcamp.BootcampDao, com.roshka.proyectofinal.entity.Profesor, com.roshka.proyectofinal.profesor.ProfesorDao, java.util.List,java.util.Iterator" %> + <% + LenguajeDao lenDao = new LenguajeDao(); + List listLen = lenDao.listar(); + Iterator iter = listLen.iterator(); Lenguaje len = null; ProfesorDao profeDao = new ProfesorDao(); diff --git a/src/main/webapp/formulario_lenguaje.jsp b/src/main/webapp/formulario_lenguaje.jsp index 802cdae..20f90b5 100644 --- a/src/main/webapp/formulario_lenguaje.jsp +++ b/src/main/webapp/formulario_lenguaje.jsp @@ -6,12 +6,13 @@ + JSP Page
-

Crear Lenguaje

+

CREAR LENGUAJE

<%@ page import="com.roshka.proyectofinal.entity.Lenguaje, com.roshka.proyectofinal.lenguaje.LenguajeDao, java.util.List,java.util.Iterator" %> @@ -37,6 +38,7 @@ Crear Lenguaje +
diff --git a/src/main/webapp/formulario_profesor.jsp b/src/main/webapp/formulario_profesor.jsp index 9fcdab5..0795aa9 100644 --- a/src/main/webapp/formulario_profesor.jsp +++ b/src/main/webapp/formulario_profesor.jsp @@ -6,12 +6,13 @@ + JSP Page
-

Crear Profesor

+

CREAR PROFESOR

<%@ page import="com.roshka.proyectofinal.entity.Profesor, com.roshka.proyectofinal.profesor.ProfesorDao, java.util.List,java.util.Iterator" %> @@ -50,6 +51,7 @@ Crear Profesor +
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 3f8c3c9..256cef0 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -26,18 +26,7 @@ @@ -68,7 +57,7 @@

Es un campo de entrenamiento intensivo y gratuito para principiantes que ya programan y quieren ser parte de la empresa

diff --git a/src/main/webapp/postulante-consulta.jsp b/src/main/webapp/postulante-consulta.jsp index c8f0484..3f75be7 100644 --- a/src/main/webapp/postulante-consulta.jsp +++ b/src/main/webapp/postulante-consulta.jsp @@ -10,12 +10,12 @@ - Postulantes Manage + POSTULANTE MANAGE
-

Lista Postulantes

+

LISTA POSTULANTES

diff --git a/src/main/webapp/postulante.css b/src/main/webapp/postulante.css index 4d0d30e..003bc2f 100644 --- a/src/main/webapp/postulante.css +++ b/src/main/webapp/postulante.css @@ -1,3 +1,10 @@ +@import 'https://fonts.googleapis.com/css?family=Open+Sans|Quicksand:400,700'; body{ background-image: url(imagenes/descarga.svg); -} \ No newline at end of file +height: 100%; +font-family: 'Quicksand', sans-serif; +color: white; +webkit-font-smoothing: antialiased; +-moz-osx-font-smoothing: grayscale; +} +h1{ font-size: 40px \ No newline at end of file