Commit c6602f87 by Angel Zarate

Mejoras en el index,home y menu TH

parent 5def2229
...@@ -17,9 +17,10 @@ ...@@ -17,9 +17,10 @@
<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="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>JSP Page</title> <title>Crear BOOTCAMP</title>
</head> </head>
<body> <body>
......
img.logoi { * {
width: 200px; padding: 0;
} margin: 0;
box-sizing: border-box;
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;
}
body { body{
width:100vw;
height: 100vh;
background: linear-gradient(100deg, rgba(20, 99, 155, 0.25), rgba(30, 148, 227, 0.25)); background: linear-gradient(100deg, rgba(20, 99, 155, 0.25), rgba(30, 148, 227, 0.25));
background-image: url(imagenes/descarga.svg); 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-family: Georgia, 'Times New Roman', Times, serif;
font-weight: "bold";
color: white; color: white;
position: relative;
width: 100px;
height: 100px;
}
/* ul{
list-style: none;
} }
.menu >ul{ .contenedor{
float: right; width: 100%;
height: 20%;
display: flex;
justify-content: space-between;
align-items: center;
} }
.main{
.menu li a { width: 100%;
height: 80%;
color:#fff; display: flex;
text-decoration:none; align-items: center;
padding:10px 12px; /* background-color: aqua; */
display:block; }
.letra{
width: 60%;
height: 40%;
margin-left: 10px;
font-weight: bold;
color: aliceblue;
} }
.letra h3{
.menu li ul li { }
marging-left .imagen{
position:relative; width: 40%;
} */ /* background-color: crimson; */
.menu { }
width: 400%;
float: left;
}
.menu ul li {
float: right;
list-style-type: none;
text-align: right;
}
div.menu { .contenido a img{
float: right; width: 100%;
} display: flex;
justify-content: flex-end;
.menu ul li a { }
padding-left: 5px; .link{
width: 90%;
height: 80%;
text-decoration: none; text-decoration: none;
font-size: clamp(145px); display: flex;
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;
}
.hero { justify-content: flex-end;
perspective: 100px; align-items: center;
} }
ul {
width: 70%;
height: 70%;
}
.hero { div.link ul li a {
display: grid; /* float: right 100px;
grid-template-columns: auto repeat(5, 0.5fr) auto; color: #fff;
} font-size: larger; */
text-decoration: none;
color: aliceblue;
/* padding: 10px; */
}
.hero { .link ul {
display: flex; display: flex;
flex-direction: column; justify-content: space-around;
align-items: center; align-items: center;
padding-left: 200px; list-style: none;
/* padding-right: 200px; }
*/
}
/* */
.postulacion { .imagen img{
border-radius: 30px; width: 100%;
} height:100%;
.cta-main { }
.cta-main {
width: 200px; width: 200px;
font-family: monospace; font-family: monospace;
background-color: yellow; background-color: yellow;
border: none; border: none;
} }
\ No newline at end of file
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head>
<head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <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" /> <link rel="stylesheet" href="home.css" />
<!-- para concectar con css --> <!-- CSS only -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css"
<link rel="stylesheet" href="home.css"> rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor"
<!-- el icono para la pagina --> crossorigin="anonymous"
/>
<link rel="shortcut icon" href="imagenes/roshkaicon.ico" sizes="any" /> <link rel="shortcut icon" href="imagenes/roshkaicon.ico" sizes="any" />
<title>Web Site Roshka</title>
<title>Roshka WebSite</title> </head>
</head> <body>
<header class="contenedor">
<div class="header"> <div class="contenido">
<div class="logo"> <img src="imagenes/logo-roshka.svg " alt="imagen" />
<a href="./index.html"> <img class="logoi" src="imagenes/logo-roshka.svg" alt="" /> </a> </div>
<!-- logo con link --> <div class="link">
</div>
<div class="menu">
<ul> <ul>
<li class="link-menu"><a href="">Home</a></li> <li class="link-menu"><a href="">Home</a></li>
<li class="link-menu"><a href="bootcamp.jsp">Postulate</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> </ul>
</div> </div>
<!-- menu --> </header>
</div>
<!-- header --> <main class="main">
<div class="letra">
<h1>Es tu turno, <strong>Postulate</strong> para el bootcamp</h1>
<div class="main"> <h3 data-block-key="cwggy">
<div class="seccion hero"> 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">
<!-- <div class="contenido"> --> POSTULACION
</button>
<br> <br> <br> <br> <br> <br><br> </a>
<div class="texto"> </div>
<div class="titulo">
<div class="titulo"> <div class="imagen">
<h2>Es tu turno <strong>Postulate</strong> para el bootcamp</h2> <img
<h1>Aprende</h1> style="align-items: right"
</div> src="imagenes/ilustracion-herov3.svg"
</div> alt=""
<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> </main>
<div class="postulacion"> </body>
<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>
</html> </html>
...@@ -27,9 +27,8 @@ ...@@ -27,9 +27,8 @@
<body> <body>
<div class="logo"><img src="imagenes/logo-roshka.svg" alt="logo-roshka"></div> <div class="logo"><img src="imagenes/logo-roshka.svg" alt="logo-roshka"></div>
<div class="header"> <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> <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> <h3>PUEDE ACCEDER A LOS SIGUIENTES LINKS:</h3>
</div> </div>
......
* { * {
padding: 0;
margin: 0;
box-sizing: border-box; box-sizing: border-box;
} }
...@@ -16,6 +18,7 @@ img { ...@@ -16,6 +18,7 @@ img {
font-family: 'Staatliches', cursive; font-family: 'Staatliches', cursive;
font-size: 13px; font-size: 13px;
background-image: url(imagenes/descarga.svg); background-image: url(imagenes/descarga.svg);
} }
.header, .header,
...@@ -41,14 +44,15 @@ img { ...@@ -41,14 +44,15 @@ img {
a { a {
color: white; color: white;
text-align: center;
text-decoration: none; text-decoration: none;
font-size: larger;
} }
.menu { .menu {
width: 50%; width: 50%;
text-align: center;
} }
.content { .content {
width: 50%; width: 50%;
} }
...@@ -62,8 +66,10 @@ img { ...@@ -62,8 +66,10 @@ img {
.menu li { .menu li {
padding: 8px; padding: 8px;
margin-bottom: 8px; margin-bottom: 8px;
background-color: rgb(18, 18, 98); border: solid 2px white;
color: #ffffff; /* background-image: url(imagenes/descarga.svg); */
color: rgb(18, 18, 98);
} }
.menu li:hover { .menu li:hover {
...@@ -71,11 +77,24 @@ img { ...@@ -71,11 +77,24 @@ img {
} }
div.header{ div.header{
background-image: url(imagenes/descarga.svg); background-image: url(imagenes/descarga.svg);
transition-property: opacity, left; border: solid 1px black;
transition-duration: 3s, 5s;
} }
h1{ h1{
color: white;
text-align: center;
font-size: 30px;
}
h2,h3{
text-align: center; text-align: center;
font-family: monospace;
color: white;
}
h2:hover{
color: yellow;
}
h3:hover{
color: yellow;
} }
\ 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