Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
ProyectoFinal-Bootcamp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jose Baez
ProyectoFinal-Bootcamp
Commits
81ddc74b
Commit
81ddc74b
authored
May 17, 2022
by
Jose Baez
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'trabajovistas2' into 'develop'
Trabajovistas2 See merge request
!31
parents
37137d0f
22f3b1f0
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
60 additions
and
44 deletions
+60
-44
src/main/webapp/form.css
+35
-27
src/main/webapp/formulario.jsp
+1
-4
src/main/webapp/formulario_bootcamp.jsp
+7
-7
src/main/webapp/formulario_lenguaje.jsp
+3
-1
src/main/webapp/formulario_profesor.jsp
+3
-1
src/main/webapp/postulante-consulta.jsp
+2
-2
src/main/webapp/postulante.css
+9
-2
No files found.
src/main/webapp/form.css
View file @
81ddc74b
...
@@ -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
:
transparent
e
;
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
src/main/webapp/formulario.jsp
View file @
81ddc74b
...
@@ -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>
...
...
src/main/webapp/formulario_bootcamp.jsp
View file @
81ddc74b
...
@@ -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();
...
...
src/main/webapp/formulario_lenguaje.jsp
View file @
81ddc74b
...
@@ -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>
...
...
src/main/webapp/formulario_profesor.jsp
View file @
81ddc74b
...
@@ -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>
...
...
src/main/webapp/postulante-consulta.jsp
View file @
81ddc74b
...
@@ -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>
L
ista Postulantes
</h1>
<h1>
L
ISTA 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"
>
...
...
src/main/webapp/postulante.css
View file @
81ddc74b
@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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment