diff --git a/src/main/webapp/form.css b/src/main/webapp/form.css index fbcfa77..f3561d0 100644 --- a/src/main/webapp/form.css +++ b/src/main/webapp/form.css @@ -5,16 +5,21 @@ html,body{ } /* damos los estilos a todo lo que contiene el body */ body{ - background-color: rgba(11, 49, 110, 0.75); - font-family:Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; - color: wheat; - font-weight: bold; - display: flex; - justify-content: center; + font-family: 'Quicksand', sans-serif; + color: white; + webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + align-items: center; + height: 150%;} +p{ + font-family: 'Quicksand', sans-serif; + color: white; + webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; align-items: center; - height: 160%;} + height: 150%;} + -} /* para el logo */ img{ width: 165px; @@ -27,7 +32,7 @@ p.enter{ } /* para el parrafo */ p:hover{ - color: yellow; + color: white; } /* para el create o sea para el main */ @@ -46,7 +51,7 @@ p:hover{ display: block; border: none; align-items:center; - + color:white } @@ -57,10 +62,12 @@ p:hover{ align-items:center; } .form input[type="email"],.form input[type="text"],.form input[type="number"]{ - background-color: transparent; + background-color: transparente; border-radius: 10px; border: 1px solid #000; + + } .form input:hover{ background-color: wheat; @@ -70,10 +77,12 @@ p:hover{ a{ text-decoration: none; + } ul{ list-style:none; font-size:15px; + } a{ @@ -89,19 +98,19 @@ border-radius: 10px; background-image: url(imagenes/descarga.svg); } .form input[type="reset"] , .form input[type="submit"]{ - text-decoration:none; - background-color: rgba(11, 49, 110, 0.75); - background-image: url(imagenes/descarga.svg); - border-radius: 5px;; - padding: 10px; - border-radius: 10px; - margin:10px; - text-decoration: none; - color:#ffff; - text-align:left; - cursor: pointer; - width:80px; - text-align:center; + text-decoration:none; + background-color: rgba(11, 49, 110, 0.75); + background-image: url(imagenes/descarga.svg); + border-radius: 5px;; + padding: 10px; + border-radius: 10px; + margin:10px; + text-decoration: none; + color:#ffff; + text-align:left; + cursor: pointer; + width:80px; + text-align:center; } /*hola mundo*/ @@ -113,14 +122,12 @@ input#experiencia_laboral,input#notebook,input#universidad{ width:500px; } - /* para el alert */ .alert { padding: 10px; background-color: background-color: #2196F3; color: white; } - .alert.info {background-color: #2196F3;} .alert.error {background-color: #ff0000;} .closebtn { @@ -133,7 +140,7 @@ width:500px; cursor: pointer; transition: 0.3s; } - .closebtn:hover { color: black; } +Contraer \ No newline at end of file diff --git a/src/main/webapp/formulario.jsp b/src/main/webapp/formulario.jsp index 6f6009f..937ab40 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 diff --git a/src/main/webapp/formulario_bootcamp.jsp b/src/main/webapp/formulario_bootcamp.jsp index 88b6d8d..28adbf4 100644 --- a/src/main/webapp/formulario_bootcamp.jsp +++ b/src/main/webapp/formulario_bootcamp.jsp @@ -6,18 +6,18 @@ - + + + JSP Page
-

Crear Bootcamp

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

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" %> + <% ProfesorDao profeDao = new ProfesorDao(); List listProfesor = profeDao.listar(); 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/postulante-consulta.jsp b/src/main/webapp/postulante-consulta.jsp index 35ce832..8c78b6b 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