-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
196 lines (189 loc) · 8.24 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MUVI: Descubre buen cine</title>
<link href="https://mubi.com/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="./dist/output.css" rel="stylesheet" />
<link rel="./dist/style.css" href="style.css" />
</head>
<body>
<div class="box-border antialiased font-sans">
<header class="text-white w-full h-screen flex flex-wrap">
<video
autoplay
loop
playsinline
preload="auto"
src="./assets/1694788691_video_h265_tablet.mp4"
poster="./assets/volver.jpg"
class="absolute -z-0 w-full h-full object-cover"
muted
></video>
<nav
class="flex flex-row w-full z-10 pt-5 mx-4 md:mx-28 justify-between"
>
<div class="flex flex-row">
<a href="index.html">
<!-- <span class="text-xl font-bold text-white">MUVI</span> -->
<img src="./assets/svg2.svg" alt="logotipo MUVI">
</a>
</div>
<ul class="flex flex-row space-x-4">
<li><a href="">Nosotros</a></li>
<li><a href="#movies-container">Peliculas</a></li>
<li><a href="">Contacto</a></li>
</ul>
</nav>
<div class="z-10 mx-4 md:ml-28 mt-28">
<h1 class="text-6xl font-semibold pb-64">VE EL MEJOR CINE</h1>
<h2 class="text-2xl font-semibold pb-5">Prueba 7 Días Gratis</h2>
<div class="flex pb-5">
<input
type="email"
placeholder="Dirección de email"
class="w-64 md:w-96 focus:shadow-soft-primary-outline text-base ease-soft block appearance-none rounded-none border border-solid border-gray-300 bg-white bg-clip-padding px-3 py-4 font-normal text-neutral-900 outline-none transition-all placeholder:text-gray-500 focus:border-gray-500 focus:outline-none"
value=""
id="email"
/>
<button
type="submit"
class="py-3 px-4 md:py-3.5 md:px-6 font-bold text-base md:text-lg cursor-pointer uppercase border-solid bg-blue-900 hover:bg-blue-800 transition-all"
id=""
for="email"
>
Empezar
</button>
</div>
<div class="text-xs md:flex md:flex-wrap md:pr-28">
<span
>Al hacer clic en 'Empezar' indicas que leíste y estuviste de
acuerdo con los
<a
target="_blank"
rel="noopener noreferrer"
href="/es/terms_of_service"
class="underline underline-offset-1"
>Términos de Servicio</a
>
y la
<a
target="_blank"
rel="noopener noreferrer"
href="/es/privacy_policy"
class="underline underline-offset-1"
>Privacidad</a
></span
>
</div>
</div>
</header>
<main class="w-full h-max">
<div
id="movies-container"
class="flex flex-wrap w-full justify-evenly md:justify-between align-middle items-center py-14 bg-zinc-50 gap-y-8 md:gap-y-16 px-2 md:px-28 gap-x-1 "
>
<h2 class="font-bold text-2xl w-full text-neutral-600">En Cartelera</h2>
<!-- <div class="cursor-pointer relative flex flex-wrap w-full md:w-4/12 h-48 bg-gradient-to-tr from-slate-600 to-slate-400 rounded-md shadow-xl transition-all duration-200" >
<img src="../assets/Django_Unchained.webp" alt="" class="absolute w-full h-full object-cover bg-center rounded-md mix-blend-overlay hover:brightness-75 transition-all duration-200">
<div class="flex flex-wrap flex-col absolute bottom-0 left-0 text-white pl-3 leading-4">
<h3 class="font-bold text-xl ">EJEMPLO</h3>
<p class="pb-2 "><span class="font-semibold">actores</span> 2020</p>
</div>
</div> -->
</div>
<section
class="bg-zinc-50 relative flex flex-wrap w-full h-max md:h-60 justify-evenly align-middle items-center py-12 px-5 md:px-28 gap-y-4"
id="section-muvi"
>
<div class="flex flex-row items-end w-1/2 justify-center">
<div
class="absolute top-16 left-24 md:left-56 lg:left-64 w-20 h-20 lg:w-40 lg:h-40 bg-blue-300 rounded-full mix-blend-multiply filter blur-xl opacity-50 animate-blob"
></div>
<div
class="absolute top-20 left-32 md:left-48 lg:left-72 w-20 h-20 lg:w-40 lg:h-40 bg-yellow-300 rounded-full mix-blend-multiply filter blur-xl opacity-50 animate-blob animation-delay-2000"
></div>
<div
class="absolute top-20 left-32 md:left-48 lg:left-72 w-20 h-20 lg:w-40 lg:h-40 bg-pink-300 rounded-full mix-blend-multiply filter blur-xl opacity-50 animate-blob animation-delay-4000"
></div>
<span class="text-6xl font-bold text-neutral-900">MUVI </span>
<img
src="./assets/MUBI-logo.png"
alt="MUVI LOGO"
class="w-16 h-auto ml-5"
/>
</div>
<div class="flex flex-wrap items-center md:items-start flex-col text-neutral-600 font-semibold text-lg w-full md:w-1/2">
<p>
<span
>Desde clásicos de culto hasta obras maestras modernas. <br
/></span>
<span>Desde los grandes cineastas de la historia<br /></span>
<span>a los mejores directores nuevos.<br /></span>
<span>Películas de todo el mundo.</span>
</p>
</div>
</section>
<section
class="w-full relative h-[325px] md:h-[540px] 2xl:h-[660px] flex items-end bg-cover bg-fixed bg-center overflow-y-scroll"
style="
background-image: url(https://images.mubicdn.net/splash/grand_budapest_hotel_dark.jpg);
"
>
<p class="z-10 font-semibold text-2xl py-12 px-2 md:px-28 text-white">
ÚNETE A LA COMUNIDAD DE CINÉFILOS MÁS GRANDE DEL MUNDO. DESCUBRE EL
MEJOR CINE Y HABLA SOBRE ÉL CON MÁS DE 12 MILLONES DE MIEMBROS.
</p>
</section>
</main>
<footer class="bg-zinc-50 w-full h-96">
<div class="ml-4 md:ml-28 pt-24">
<h3 class="text-2xl font-semibold pb-9">
VE CINE REALMENTE GRANDIOSO EN STREAMING.
</h3>
<h4 class="text-2xl font-semibold pb-3">Prueba 7 Días Gratis</h4>
<div class="flex pb-5">
<input
type="email"
placeholder="Dirección de email"
class="w-64 md:w-96 focus:shadow-soft-primary-outline text-base ease-soft block appearance-none rounded-none border border-solid border-gray-300 bg-white bg-clip-padding px-3 py-4 font-normal text-neutral-900 outline-none transition-all placeholder:text-gray-500 focus:border-gray-400 focus:outline-none"
value=""
id=""
/>
<button
type="submit"
class="text-white py-3 px-4 md:py-3.5 md:px-6 font-bold text-base md:text-lg cursor-pointer uppercase border-solid bg-blue-900 hover:bg-blue-800 transition-all"
id=""
for="email"
>
Empezar
</button>
</div>
<div class="text-xs md:flex md:flex-wrap md:pr-28">
<span
>Al hacer clic en 'Empezar' indicas que leíste y estuviste de
acuerdo con los
<a
target="_blank"
rel="noopener noreferrer"
href="/es/terms_of_service"
class="underline underline-offset-1"
>Términos de Servicio</a
>
y la
<a
target="_blank"
rel="noopener noreferrer"
href="/es/privacy_policy"
class="underline underline-offset-1"
>Privacidad</a
></span
>
</div>
</div>
</footer>
</div>
<script src="./dist/script.js"></script>
</body>
</html>