Commit 882836ab authored by Evelin Perez's avatar Evelin Perez
Browse files

Second screen

parent f0d6f3a7
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beefi Internet Zone - Pantalla 2</title>
<style>
/* Estilos generales */
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 0;
}
.phone {
width: 300px;
height: 600px;
background-color: #000;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.phone-header {
background-color: #000;
color: #fff;
text-align: center;
padding: 10px 0;
}
.logo {
font-size: 24px;
color: #ffcc00;
text-transform: uppercase;
font-weight: bold;
}
.subtitle {
font-size: 14px;
color: #ccc;
text-transform: uppercase;
}
.video-container {
text-align: center;
border: 2px solid #fff;
padding: 10px;
margin: 20px 0;
}
.video-container img {
max-width: 100%;
height: auto;
}
.countdown {
font-size: 24px;
color: #fff;
background-color: #000;
border-radius: 50%;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
margin-top: 10px;
}
.footer {
background-color: #ffcc00;
color: #000;
text-align: center;
padding: 10px 0;
font-size: 12px;
}
.footer a {
color: #000;
text-decoration: underline;
}
</style>
</head>
<body>
<div class="phone">
<div class="phone-header">
<span class="logo">beefi</span>
<span class="subtitle">internet zone</span>
</div>
<div class="video-container">
<p style="color: #fff; margin-bottom: 10px;">Al finalizar el video disfrutarás de tu conexión</p>
<img src=" https://via.placeholder.com/250x200?text=Video+Preview" alt="Video Preview">
<div class="countdown">04</div>
</div>
<div class="footer">
Al conectarte aceptas Términos y Condiciones.<br>
Políticas de Privacidad y Políticas de Buen Uso de BeefiTelecom.
</div>
</div>
</body>
</html>
\ No newline at end of file
...@@ -9,29 +9,29 @@ ...@@ -9,29 +9,29 @@
@font-face { @font-face {
font-family: 'Roboto'; font-family: 'Roboto';
src: url('/fonts/roboto.woff2') format('woff2'), src: url('/fonts/roboto.woff2') format('woff2'),
url('/fonts/roboto.woff') format('woff'); url('/fonts/roboto.woff') format('woff');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
body { body {
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
background-color: var(--secondary-color); background-color: var(--secondary-color);
color: var(--primary-color); color: var(--primary-color);
} }
#first-screen { #first-screen {
display: block; display: none;
} }
#second-screen { #second-screen {
display: none; display: block;
} }
#third-screen { #third-screen {
display: none; display: none;
} }
/*Estilos de primera pantalla*/ /*Estilos de primera pantalla*/
...@@ -75,7 +75,7 @@ display: none; ...@@ -75,7 +75,7 @@ display: none;
width: 50%; width: 50%;
} }
.main-link a{ .main-link a {
color: white; color: white;
text-decoration: none; text-decoration: none;
font-size: 25px; font-size: 25px;
...@@ -118,6 +118,42 @@ display: none; ...@@ -118,6 +118,42 @@ display: none;
transform: translateY(-100px); transform: translateY(-100px);
} }
/*Estilos de segunda pantalla*/
.third-block {
display: flex;
align-items: center;
justify-content: center;
height: 50vh;
}
.fourth-block {
display: flex;
align-items: center;
justify-content: center;
height: 50vh;
}
.second-logo-container {
display: flex;
width: 180px;
height: 90px;
padding: 10px 0;
border: 1px solid var(--primary-color);
}
.video-container {
max-width: 100%;
height: 50vh;
color: white;
letter-spacing: 2px;
text-align: center;
border: 4px solid var(--text-color);
border-radius: 10px;
padding: 10px;
margin: 20px 0;
}
.footer { .footer {
width: 100%; width: 100%;
height: 10vh; height: 10vh;
...@@ -127,5 +163,4 @@ display: none; ...@@ -127,5 +163,4 @@ display: none;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
text-align: center; text-align: center;
} }
\ No newline at end of file
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/styles.css"> <link rel="stylesheet" href="/css/styles.css">
<link rel="stylesheet" href="/css/normalize.css"> <link rel="stylesheet" href="/css/normalize.css">
<title>Ualabi|BeeTelecom</title> <title>Ualabi | BeeTelecom</title>
</head> </head>
<body> <body>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</div> </div>
<a href="#" class="link"> beefitelecom.mx</a> <a href="#" class="link"> beefitelecom.mx</a>
</div> </div>
</div> </div>
<div class="secondary-logo-container"> <div class="secondary-logo-container">
<img src="#"> <img src="#">
...@@ -55,13 +55,20 @@ ...@@ -55,13 +55,20 @@
</section> </section>
<section id="second-screen" class="section-container"> <section id="second-screen" class="section-container">
<div class="main-logo-container"> <div class="third-block">
<img src="#"> <div class="content-block-container">
<div class="second-logo-container">
<img src="#">
</div>
</div>
</div> </div>
<div class="video-container"> </div>
<p>Al finalizar el video disfrutarás de tu conexión</p> <div class="fourth-block">
<img src="#"> <div class="video-container">
<div class="countdown">04</div> <p>Al finalizar el video disfrutarás de tu conexión</p>
<img src="#">
<div class="countdown">04</div>
</div>
</div> </div>
</section> </section>
......
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