Commit 81ddc74b by Jose Baez

Merge branch 'trabajovistas2' into 'develop'

Trabajovistas2

See merge request !31
parents 37137d0f 22f3b1f0
...@@ -5,16 +5,21 @@ html,body{ ...@@ -5,16 +5,21 @@ html,body{
} }
/* damos los estilos a todo lo que contiene el body */ /* damos los estilos a todo lo que contiene el body */
body{ body{
background-color: rgba(11, 49, 110, 0.75); font-family: 'Quicksand', sans-serif;
font-family:Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; color: white;
color: wheat; webkit-font-smoothing: antialiased;
font-weight: bold; -moz-osx-font-smoothing: grayscale;
display: flex; align-items: center;
justify-content: center; height: 150%;}
p{
font-family: 'Quicksand', sans-serif;
color: white;
webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
align-items: center; align-items: center;
height: 160%;} height: 150%;}
}
/* para el logo */ /* para el logo */
img{ img{
width: 165px; width: 165px;
...@@ -27,7 +32,7 @@ p.enter{ ...@@ -27,7 +32,7 @@ p.enter{
} }
/* para el parrafo */ /* para el parrafo */
p:hover{ p:hover{
color: yellow; color: white;
} }
/* para el create o sea para el main */ /* para el create o sea para el main */
...@@ -46,7 +51,7 @@ p:hover{ ...@@ -46,7 +51,7 @@ p:hover{
display: block; display: block;
border: none; border: none;
align-items:center; align-items:center;
color:white
} }
...@@ -57,10 +62,12 @@ p:hover{ ...@@ -57,10 +62,12 @@ p:hover{
align-items:center; align-items:center;
} }
.form input[type="email"],.form input[type="text"],.form input[type="number"]{ .form input[type="email"],.form input[type="text"],.form input[type="number"]{
background-color: transparent; background-color: transparente;
border-radius: 10px; border-radius: 10px;
border: 1px solid #000; border: 1px solid #000;
} }
.form input:hover{ .form input:hover{
background-color: wheat; background-color: wheat;
...@@ -70,10 +77,12 @@ p:hover{ ...@@ -70,10 +77,12 @@ p:hover{
a{ a{
text-decoration: none; text-decoration: none;
} }
ul{ ul{
list-style:none; list-style:none;
font-size:15px; font-size:15px;
} }
a{ a{
...@@ -89,19 +98,19 @@ border-radius: 10px; ...@@ -89,19 +98,19 @@ border-radius: 10px;
background-image: url(imagenes/descarga.svg); background-image: url(imagenes/descarga.svg);
} }
.form input[type="reset"] , .form input[type="submit"]{ .form input[type="reset"] , .form input[type="submit"]{
text-decoration:none; text-decoration:none;
background-color: rgba(11, 49, 110, 0.75); background-color: rgba(11, 49, 110, 0.75);
background-image: url(imagenes/descarga.svg); background-image: url(imagenes/descarga.svg);
border-radius: 5px;; border-radius: 5px;;
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
margin:10px; margin:10px;
text-decoration: none; text-decoration: none;
color:#ffff; color:#ffff;
text-align:left; text-align:left;
cursor: pointer; cursor: pointer;
width:80px; width:80px;
text-align:center; text-align:center;
} }
/*hola mundo*/ /*hola mundo*/
...@@ -113,14 +122,12 @@ input#experiencia_laboral,input#notebook,input#universidad{ ...@@ -113,14 +122,12 @@ input#experiencia_laboral,input#notebook,input#universidad{
width:500px; width:500px;
} }
/* para el alert */ /* para el alert */
.alert { .alert {
padding: 10px; padding: 10px;
background-color: background-color: #2196F3; background-color: background-color: #2196F3;
color: white; color: white;
} }
.alert.info {background-color: #2196F3;} .alert.info {background-color: #2196F3;}
.alert.error {background-color: #ff0000;} .alert.error {background-color: #ff0000;}
.closebtn { .closebtn {
...@@ -133,7 +140,7 @@ width:500px; ...@@ -133,7 +140,7 @@ width:500px;
cursor: pointer; cursor: pointer;
transition: 0.3s; transition: 0.3s;
} }
.closebtn:hover { .closebtn:hover {
color: black; color: black;
} }
Contraer
\ No newline at end of file
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
pageEncoding="UTF-8"%> 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"%> <%@ page import="java.sql.*,java.sql.Connection,java.sql.ResultSet,com.roshka.proyectofinal.DataBase,jakarta.servlet.http.HttpServlet,jakarta.servlet.http.HttpServletRequest"%>
<!DOCTYPE html>
<html>
<head> <head>
<link href="estilos/form.css" rel="stylesheet" type="text/css" /> <link href="estilos/form.css" rel="stylesheet" type="text/css" />
...@@ -15,8 +13,7 @@ pageEncoding="UTF-8"%> ...@@ -15,8 +13,7 @@ pageEncoding="UTF-8"%>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" /> <link href="css/bootstrap.css" rel="stylesheet" type="text/css" />
<script src="Javascript.js"></script> <script src="Javascript.js"></script>
<link rel="stylesheet" media="(max-width: 800px)" href="example.css" /> <link rel="stylesheet" media="(max-width: 800px)" href="example.css" />
<title>Formulario Postulante</title> <title>Formulario Postulante</title>
</head> </head>
<body> <body>
......
...@@ -6,18 +6,18 @@ ...@@ -6,18 +6,18 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" />
<!-- coneccion con el de css -->
<link rel="stylesheet" href="postulante.css">
<title>JSP Page</title> <title>JSP Page</title>
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<h1>Crear Bootcamp</h1> <h1> CREAR BOOTCAMP </h1>
<%
LenguajeDao lenDao = new LenguajeDao(); <%@ 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" %>
List<Lenguaje> listLenguaje = lenDao.listar(); <%
Iterator<Lenguaje> iter = listLenguaje.iterator();
Lenguaje len = null;
ProfesorDao profeDao = new ProfesorDao(); ProfesorDao profeDao = new ProfesorDao();
List<Profesor> listProfesor = profeDao.listar(); List<Profesor> listProfesor = profeDao.listar();
......
...@@ -6,12 +6,13 @@ ...@@ -6,12 +6,13 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" /> <link href="css/bootstrap.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="postulante.css">
<title>JSP Page</title> <title>JSP Page</title>
</head> </head>
<body> <body>
<div> <div>
<h1>Crear Lenguaje</h1> <h1> CREAR LENGUAJE </h1>
<%@ page import="com.roshka.proyectofinal.entity.Lenguaje, com.roshka.proyectofinal.lenguaje.LenguajeDao, java.util.List,java.util.Iterator" %> <%@ page import="com.roshka.proyectofinal.entity.Lenguaje, com.roshka.proyectofinal.lenguaje.LenguajeDao, java.util.List,java.util.Iterator" %>
...@@ -37,6 +38,7 @@ ...@@ -37,6 +38,7 @@
Crear Lenguaje Crear Lenguaje
</button> </button>
</form> </form>
<br>
<table> <table>
<thead> <thead>
......
...@@ -6,12 +6,13 @@ ...@@ -6,12 +6,13 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" /> <link href="css/bootstrap.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="postulante.css">
<title>JSP Page</title> <title>JSP Page</title>
</head> </head>
<body> <body>
<div> <div>
<h1>Crear Profesor</h1> <h1> CREAR PROFESOR </h1>
<%@ page import="com.roshka.proyectofinal.entity.Profesor, com.roshka.proyectofinal.profesor.ProfesorDao, java.util.List,java.util.Iterator" %> <%@ page import="com.roshka.proyectofinal.entity.Profesor, com.roshka.proyectofinal.profesor.ProfesorDao, java.util.List,java.util.Iterator" %>
...@@ -50,6 +51,7 @@ ...@@ -50,6 +51,7 @@
Crear Profesor Crear Profesor
</button> </button>
</form> </form>
<br>
<table> <table>
<thead> <thead>
......
...@@ -10,12 +10,12 @@ ...@@ -10,12 +10,12 @@
<link rel="shortcut icon" href="imagenes/roshkaicon.ico" sizes="any" /> <link rel="shortcut icon" href="imagenes/roshkaicon.ico" sizes="any" />
<!-- coneccion con el de css --> <!-- coneccion con el de css -->
<link rel="stylesheet" href="postulante.css"> <link rel="stylesheet" href="postulante.css">
<title>Postulantes Manage</title> <title> POSTULANTE MANAGE </title>
</head> </head>
<body> <body>
<div> <div>
<h1>Lista Postulantes</h1> <h1>LISTA POSTULANTES</h1>
<form action="filtros-postulante" > <form action="filtros-postulante" >
<input type="search" name="nombreBuscar" <input type="search" name="nombreBuscar"
placeholder="Buscar por nombre"> placeholder="Buscar por nombre">
......
@import 'https://fonts.googleapis.com/css?family=Open+Sans|Quicksand:400,700';
body{ body{
background-image: url(imagenes/descarga.svg); background-image: url(imagenes/descarga.svg);
} height: 100%;
\ No newline at end of file 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment