diff --git a/src/main/webapp/form.css b/src/main/webapp/form.css index f3561d0..d937a06 100644 --- a/src/main/webapp/form.css +++ b/src/main/webapp/form.css @@ -5,19 +5,15 @@ html,body{ } /* damos los estilos a todo lo que contiene el body */ body{ - 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; + 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; align-items: center; - height: 150%;} + height: 160%; +} /* para el logo */ @@ -32,7 +28,7 @@ p.enter{ } /* para el parrafo */ p:hover{ - color: white; + color: yellow; } /* para el create o sea para el main */ @@ -51,7 +47,7 @@ p:hover{ display: block; border: none; align-items:center; - color:white + } @@ -62,12 +58,10 @@ p:hover{ align-items:center; } .form input[type="email"],.form input[type="text"],.form input[type="number"]{ - background-color: transparente; + background-color: transparent; border-radius: 10px; border: 1px solid #000; - - } .form input:hover{ background-color: wheat; @@ -77,12 +71,10 @@ p:hover{ a{ text-decoration: none; - } ul{ list-style:none; font-size:15px; - } a{ @@ -98,19 +90,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*/ @@ -122,12 +114,14 @@ 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 { @@ -140,7 +134,7 @@ width:500px; cursor: pointer; transition: 0.3s; } + .closebtn:hover { color: black; -} -Contraer \ No newline at end of file +} \ No newline at end of file diff --git a/src/main/webapp/formulario.jsp b/src/main/webapp/formulario.jsp index 585ee3b..e30a340 100644 --- a/src/main/webapp/formulario.jsp +++ b/src/main/webapp/formulario.jsp @@ -41,7 +41,6 @@ pageEncoding="UTF-8"%>
- "> @@ -98,6 +97,7 @@ pageEncoding="UTF-8"%>
volver
+ diff --git a/src/main/webapp/formulario_bootcamp.jsp b/src/main/webapp/formulario_bootcamp.jsp index 28adbf4..f64cdcf 100644 --- a/src/main/webapp/formulario_bootcamp.jsp +++ b/src/main/webapp/formulario_bootcamp.jsp @@ -18,6 +18,10 @@ <%@ 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(); List listProfesor = profeDao.listar(); 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