diff --git a/.gitignore b/.gitignore index 21137c8..e1eb7a2 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ target/ *.iws *.iml *.ipr + /encodings.xml ### Eclipse ### .apt_generated diff --git a/src/main/java/com/roshka/proyectofinal/DataBase.java b/src/main/java/com/roshka/proyectofinal/DataBase.java index 12d2450..49e9a55 100644 --- a/src/main/java/com/roshka/proyectofinal/DataBase.java +++ b/src/main/java/com/roshka/proyectofinal/DataBase.java @@ -10,7 +10,7 @@ public class DataBase { try{ Class.forName("org.postgresql.Driver"); con= DriverManager - .getConnection("jdbc:postgresql://localhost:5432/bootcamp_th", + .getConnection("jdbc:postgresql://localhost:5433/bootcamp_th", "postgres", "postgres"); if(con != null){ 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 937ab40..dfde7cb 100644 --- a/src/main/webapp/formulario.jsp +++ b/src/main/webapp/formulario.jsp @@ -13,7 +13,7 @@ pageEncoding="UTF-8"%> - Formulario Postulante + Formulario Postulante @@ -41,8 +41,7 @@ pageEncoding="UTF-8"%>
- - "> + ">
@@ -98,9 +97,11 @@ pageEncoding="UTF-8"%>
volver
+ +