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
c6602f87
Commit
c6602f87
authored
May 18, 2022
by
Angel Zarate
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mejoras en el index,home y menu TH
parent
5def2229
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
145 additions
and
180 deletions
+145
-180
src/main/webapp/formulario_bootcamp.jsp
+2
-1
src/main/webapp/home.css
+71
-100
src/main/webapp/index.html
+45
-71
src/main/webapp/menu.jsp
+1
-2
src/main/webapp/menulogin.css
+26
-6
No files found.
src/main/webapp/formulario_bootcamp.jsp
View file @
c6602f87
...
...
@@ -17,9 +17,10 @@
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<link
href=
"css/bootstrap.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
rel=
"shortcut icon"
href=
"imagenes/roshkaicon.ico"
sizes=
"any"
/>
<!-- coneccion con el de css -->
<link
rel=
"stylesheet"
href=
"postulante.css"
>
<title>
JSP Page
</title>
<title>
Crear BOOTCAMP
</title>
</head>
<body>
...
...
src/main/webapp/home.css
View file @
c6602f87
img
.logoi
{
width
:
200px
;
}
img
{
width
:
400px
;
padding
:
10px
;
display
:
block
;
padding
:
10px
;
}
.header
{
margin-bottom
:
0
;
width
:
700px
;
}
a
{
float
:
right
100px
;
color
:
#fff
;
font-size
:
larger
;
text-decoration
:
none
;
padding
:
10px
;
}
*
{
padding
:
0
;
margin
:
0
;
box-sizing
:
border-box
;
}
body
{
body
{
width
:
100vw
;
height
:
100vh
;
background
:
linear-gradient
(
100deg
,
rgba
(
20
,
99
,
155
,
0.25
),
rgba
(
30
,
148
,
227
,
0.25
));
background-image
:
url(imagenes/descarga.svg)
;
background-size
:
contain
;
background-attachment
:
fixed
;
background-blend-mode
:
multiply
;
font-family
:
Georgia
,
'Times New Roman'
,
Times
,
serif
;
font-weight
:
"bold"
;
color
:
white
;
position
:
relative
;
width
:
100px
;
height
:
100px
;
}
/* ul{
list-style: none;
}
.menu >ul{
float: right;
.contenedor
{
width
:
100%
;
height
:
20%
;
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
}
.menu li a {
color:#fff;
text-decoration:none;
padding:10px 12px;
display:block;
.main
{
width
:
100%
;
height
:
80%
;
display
:
flex
;
align-items
:
center
;
/* background-color: aqua; */
}
.letra
{
width
:
60%
;
height
:
40%
;
margin-left
:
10px
;
font-weight
:
bold
;
color
:
aliceblue
;
}
.letra
h3
{
.menu li ul li {
marging-left
position:relative
;
}
*/
}
.imagen
{
width
:
40%
;
/* background-color: crimson;
*/
.menu
{
width
:
400%
;
float
:
left
;
}
}
.menu
ul
li
{
float
:
right
;
list-style-type
:
none
;
text-align
:
right
;
}
div
.menu
{
float
:
right
;
}
.contenido
a
img
{
width
:
100%
;
display
:
flex
;
justify-content
:
flex-end
;
.menu
ul
li
a
{
padding-left
:
5px
;
}
.link
{
width
:
90%
;
height
:
80%
;
text-decoration
:
none
;
font-size
:
clamp
(
145px
);
text-transform
:
uppercase
;
display
:
block
;
position
:
relative
;
overflow
:
hidden
;
padding-bottom
:
50px
;
white-space
:
nowrap
;
}
.grafico
,
svg
{
max-width
:
50px
;
display
:
block
;
height
:
auto
;
}
.seccion.hero
{
margin-top
:
10px
;
padding-bottom
:
10px
;
width
:
900px
;
}
display
:
flex
;
.hero
{
perspective
:
100px
;
}
justify-content
:
flex-end
;
align-items
:
center
;
}
ul
{
width
:
70%
;
height
:
70%
;
}
.hero
{
display
:
grid
;
grid-template-columns
:
auto
repeat
(
5
,
0.5
fr
)
auto
;
}
div
.link
ul
li
a
{
/* float: right 100px;
color: #fff;
font-size: larger; */
text-decoration
:
none
;
color
:
aliceblue
;
/* padding: 10px; */
}
.hero
{
.link
ul
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-around
;
align-items
:
center
;
padding-left
:
200px
;
/* padding-right: 200px;
*/
}
/* */
list-style
:
none
;
}
.postulacion
{
border-radius
:
30px
;
}
.imagen
img
{
width
:
100%
;
height
:
100%
;
.cta-main
{
}
.cta-main
{
width
:
200px
;
font-family
:
monospace
;
background-color
:
yellow
;
border
:
none
;
}
}
\ No newline at end of file
src/main/webapp/index.html
View file @
c6602f87
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<head>
<meta
charset=
"UTF-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin=
"anonymous"
/>
<!-- para concectar con css -->
<link
rel=
"stylesheet"
href=
"home.css"
>
<!-- el icono para la pagina -->
<link
rel=
"stylesheet"
href=
"home.css"
/>
<!-- CSS only -->
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor"
crossorigin=
"anonymous"
/>
<link
rel=
"shortcut icon"
href=
"imagenes/roshkaicon.ico"
sizes=
"any"
/>
<title>
Roshka WebSite
</title>
</head>
<div
class=
"header"
>
<div
class=
"logo"
>
<a
href=
"./index.html"
>
<img
class=
"logoi"
src=
"imagenes/logo-roshka.svg"
alt=
""
/>
</a>
<!-- logo con link -->
</div>
<div
class=
"menu"
>
<title>
Web Site Roshka
</title>
</head>
<body>
<header
class=
"contenedor"
>
<div
class=
"contenido"
>
<img
src=
"imagenes/logo-roshka.svg "
alt=
"imagen"
/>
</div>
<div
class=
"link"
>
<ul>
<li
class=
"link-menu"
><a
href=
""
>
Home
</a></li>
<li
class=
"link-menu"
><a
href=
"bootcamp.jsp"
>
Postulate
</a></li>
</li>
<li
class=
"link-menu"
><a
href=
""
>
About us
</a></li>
<li
class=
"link-menu"
><a
href=
""
>
Work with us
</a></li>
<li
class=
"link-menu"
><a
href=
""
>
Get in touch
</a></li>
</ul>
</div>
<!-- menu -->
</div>
<!-- header -->
<div
class=
"main"
>
<div
class=
"seccion hero"
>
<!-- <div class="contenido"> -->
<br>
<br>
<br>
<br>
<br>
<br><br>
<div
class=
"texto"
>
<div
class=
"titulo"
>
<div
class=
"titulo"
>
<h2>
Es tu turno
<strong>
Postulate
</strong>
para el bootcamp
</h2>
<h1>
Aprende
</h1>
</div>
</div>
<div
class=
"parrafo"
>
<p
data-block-key=
"cwggy"
>
Es un campo de entrenamiento intensivo y gratuito para principiantes que ya programan y quieren ser parte de la empresa
</p>
</div>
<div
class=
"postulacion"
>
<a
href=
"bootcamp.jsp"
><button
type=
"submit"
class=
"cta-main"
>
POSTULACION
</button></a>
<!-- <a href="/postulacion" class="cta-main">POSTULACION</a> -->
</div>
</div>
<div
class=
"grafico"
>
<img
style=
"align-items:right ;"
src=
"imagenes/ilustracion-herov3.svg"
alt=
""
>
</div>
<!-- </div> -->
</div>
<!-- pie de pagina -->
<div
class=
"footer"
>
<div
class=
"logofooter"
><img
src=
"imagenes/logo_footer.svg"
alt=
""
class=
"logofooter"
></div>
</div>
</div>
</div>
</div>
</body>
</header>
<main
class=
"main"
>
<div
class=
"letra"
>
<h1>
Es tu turno,
<strong>
Postulate
</strong>
para el bootcamp
</h1>
<h3
data-block-key=
"cwggy"
>
Es un campo de entrenamiento intensivo y gratuito para principiantes
que ya programan y quieren ser parte de la empresa.
</h3>
<a
href=
"bootcamp.jsp"
>
<button
type=
"submit"
class=
"btn btn-warning cta-main"
>
POSTULACION
</button>
</a>
</div>
<div
class=
"imagen"
>
<img
style=
"align-items: right"
src=
"imagenes/ilustracion-herov3.svg"
alt=
""
/>
</div>
</main>
</body>
</html>
src/main/webapp/menu.jsp
View file @
c6602f87
...
...
@@ -27,9 +27,8 @@
<body>
<div
class=
"logo"
><img
src=
"imagenes/logo-roshka.svg"
alt=
"logo-roshka"
></div>
<div
class=
"header"
>
<h1>
MENU TH
</h1>
<h1>
Bienvenido! al
MENU TH
</h1>
<h2>
EN LOS SIGUIENTES LINKS PUEDE MODIFICAR, AGREGAR O ELIMINAR DATOS DE LA BASE DE DATOS DEL BOOTCAMP
</h2>
<h3>
PUEDE ACCEDER A LOS SIGUIENTES LINKS:
</h3>
</div>
...
...
src/main/webapp/menulogin.css
View file @
c6602f87
*
{
padding
:
0
;
margin
:
0
;
box-sizing
:
border-box
;
}
...
...
@@ -16,6 +18,7 @@ img {
font-family
:
'Staatliches'
,
cursive
;
font-size
:
13px
;
background-image
:
url(imagenes/descarga.svg)
;
}
.header
,
...
...
@@ -41,14 +44,15 @@ img {
a
{
color
:
white
;
text-align
:
center
;
text-decoration
:
none
;
font-size
:
larger
;
}
.menu
{
width
:
50%
;
text-align
:
center
;
}
.content
{
width
:
50%
;
}
...
...
@@ -62,8 +66,10 @@ img {
.menu
li
{
padding
:
8px
;
margin-bottom
:
8px
;
background-color
:
rgb
(
18
,
18
,
98
);
color
:
#ffffff
;
border
:
solid
2px
white
;
/* background-image: url(imagenes/descarga.svg); */
color
:
rgb
(
18
,
18
,
98
);
}
.menu
li
:hover
{
...
...
@@ -71,11 +77,24 @@ img {
}
div
.header
{
background-image
:
url(imagenes/descarga.svg)
;
transition-property
:
opacity
,
left
;
transition-duration
:
3s
,
5s
;
border
:
solid
1px
black
;
}
h1
{
color
:
white
;
text-align
:
center
;
font-size
:
30px
;
}
h2
,
h3
{
text-align
:
center
;
font-family
:
monospace
;
color
:
white
;
}
h2
:hover
{
color
:
yellow
;
}
h3
:hover
{
color
:
yellow
;
}
\ 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