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
699d85b2
Commit
699d85b2
authored
May 17, 2022
by
Angel Zarate
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mejorando el css de postulantes
parent
7f75482d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
6 deletions
+16
-6
src/main/java/com/roshka/proyectofinal/DataBase.java
+1
-1
src/main/webapp/postulante-consulta.jsp
+8
-3
src/main/webapp/postulante.css
+7
-2
No files found.
src/main/java/com/roshka/proyectofinal/DataBase.java
View file @
699d85b2
...
...
@@ -11,7 +11,7 @@ public class DataBase {
Class
.
forName
(
"org.postgresql.Driver"
);
con
=
DriverManager
.
getConnection
(
"jdbc:postgresql://localhost:5432/bootcamp_th"
,
"postgres"
,
"
postgres
"
);
"postgres"
,
"
2022roshka
"
);
if
(
con
!=
null
){
System
.
out
.
println
(
"---> CONNECTED TO SERVER"
);
...
...
src/main/webapp/postulante-consulta.jsp
View file @
699d85b2
...
...
@@ -6,6 +6,8 @@
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=ISO-8859-1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<!-- el icono para la pagina -->
<link
rel=
"shortcut icon"
href=
"imagenes/roshkaicon.ico"
sizes=
"any"
/>
<!-- coneccion con el de css -->
...
...
@@ -15,23 +17,26 @@
<body>
<div
class=
"logo"
>
<a
href=
"./
index.html
"
>
<img
class=
"logoi"
src=
"imagenes/logo-roshka.svg"
alt=
""
/>
</a>
<a
href=
"./
login.jsp
"
>
<img
class=
"logoi"
src=
"imagenes/logo-roshka.svg"
alt=
""
/>
</a>
<!-- logo con link -->
</div>
<div
class=
"container"
>
<h1>
Lista Postulantes
</h1>
<div
class=
"
filtros
"
>
<div
class=
"
input-group
"
>
<form
action=
"filtros-postulante"
>
<input
type=
"search"
name=
"nombreBuscar"
placeholder=
"Buscar por nombre"
>
<button
type=
"submit"
>
Buscar
</button>
</form>
<form
action=
"filtros-postulante"
method=
"post
"
>
<form
action=
"filtros-postulante"
method=
"post"
style=
"display:inline
"
>
<input
type=
"search"
name=
"nombre"
placeholder=
"Buscar por Bootcamp"
required
>
<button
type=
"submit"
>
Bootcamp
</button>
</form>
</div>
<form
action=
"filtros-postulante"
method=
"post"
>
<input
type=
"hidden"
name=
"nombre"
value=
"notebook"
>
<button
type=
"submit"
>
Notebooks
</button>
...
...
src/main/webapp/postulante.css
View file @
699d85b2
...
...
@@ -11,7 +11,7 @@ img{
padding
:
5px
;
}
.container
{
width
:
3
00%
;
width
:
1
00%
;
max-width
:
785px
;
min-width
:
320px
;
border-radius
:
15px
;
...
...
@@ -22,7 +22,7 @@ table{
/* background-color: wheat; */
text-align
:
left
;
border-collapse
:
collapse
;
width
:
1
5
0%
;
width
:
1
0
0%
;
/* border: solid 3px black; */
}
a
{
...
...
@@ -80,3 +80,7 @@ th { border: 1px solid black; height: 30px;
}
button
:hover
{
color
:
yellow
;}
div
.boot
{
width
:
100%
;
text-align
:
center
;
}
\ 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