-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
294 lines (294 loc) · 11.4 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<html lang="en">
<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 rel="stylesheet" href="./css/index.css" />
<script src="./js/loader.js"></script>
<title>Illumination Entertainment - Home</title>
</head>
<body class="hidden">
<div class="loader">
<div class="loader__wrapper">
<img src="./img/max-loader.png" class="loader__img" alt="" />
<div class="loader__desc">
<h1>Please wait</h1>
<p>Web page is being loaded</p>
<div class="loading">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</div>
<header>
<!-- Navbar -->
<nav class="navbar">
<div class="container">
<div class="navbar__wrapper">
<!-- Logo & Menu -->
<a href="https://illumination-landingpage.vercel.app/">
<img src="./img/logo.png" alt="" class="logo" />
</a>
<ul class="navbar__links">
<li><a href="#" onclick="topFunction()" class="home navbar__highlight">Home</a></li>
<li><a href="#premiers" class="premiers">Premiers</a></li>
<li><a href="#films" class="films">Films</a></li>
<li><a href="#">Careers</a></li>
</ul>
<div class="burger">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</nav>
</header>
<main>
<!-- Hero -->
<section class="hero" id="home">
<div class="container">
<div class="hero__wrapper">
<div class="hero__content">
<!-- Title & Desc -->
<h1>Illumination</h1>
<p><span>Entertainment</span></p>
<p class="desc">Illumination, founded by Chris Meledandri in 2007, is one of the entertainment industry’s leading producers of event animated films.</p>
<!-- Social Button -->
<div class="hero__social">
<a href="#">
<div class="social__box fb">
<img src="./img/fb.png" alt="" />
</div>
</a>
<a href="#">
<div class="social__box">
<img src="./img/twitter.png" alt="" />
</div>
</a>
<a href="#">
<div class="social__box">
<img src="./img/ig.png" alt="" />
</div>
</a>
<a href="#">
<div class="social__box">
<img src="./img/linkedin.png" alt="" />
</div>
</a>
</div>
<div class="hero__minions"></div>
</div>
<!-- Background Hero -->
<div class="hero__image"></div>
</div>
</div>
</section>
<!-- Premier Section -->
<section class="premier" id="premiers">
<div class="container">
<!-- Tite -->
<h3 class="title"><span class="left__border"> </span> NOW IN THEATERS</h3>
<!-- Premier Wrapper -->
<div class="premier__wrapper">
<!-- Premier Content -->
<div class="premier__content">
<div class="primer__content_wrapper">
<h4 class="title">SING 2 NOW IN THEATERS AND ON DEMAND NOW</h4>
<p class="desc">
Buster Moon, and his all-star cast of performers prepare to launch their most dazzling stage extravaganza yet …all in the glittering entertainment capital of the world. There’s just one hitch: They first have to persuade the world’s
most reclusive rock star—played by global music icon Bono, in his animated film debut—to join them.
</p>
</div>
<!-- Premier Button -->
<div class="premier__button">
<a href="#" class="button">Get Tickets</a>
<a href="#" class="button">Read more</a>
</div>
</div>
<!-- Premier Grid -->
<div class="premier__grid__wrapper">
<div class="premier__grid">
<a href="./img/premier-1.jpg" data-lightbox="premier">
<div class="premier__item items__1"></div>
</a>
<a href="./img/premier-2.jpg" data-lightbox="premier">
<div class="premier__item items__2"></div>
</a>
<a href="./img/premier-3.jpg" class="items__3__grow" data-lightbox="premier">
<div class="premier__item items__3"></div>
</a>
<a href="./img/premier-4.jpg" class="items__4__grow" data-lightbox="premier">
<div class="premier__item items__4"></div>
</a>
</div>
<!-- Premier Img Desc -->
<p class="title__img">SING 2 NOW IN THEATERS AND ON DEMAND NOW</p>
</div>
</div>
</div>
</section>
<!-- Our Films -->
<section class="film" id="films">
<div class="container">
<!-- Title -->
<h3 class="title"><span class="left__border"> </span> OUR FILMS</h3>
<!-- Film Item -->
<div class="owl-carousel">
<div class="film__item">
<a href="./img/film-1.jpg" data-lightbox="film">
<img src="./img/film-1.jpg" alt="" />
</a>
<h4><span class="bottom__border">Minions: The Rise of Gru</span></h4>
</div>
<div class="film__item">
<a href="./img/film-2.png" data-lightbox="film">
<img src="./img/film-2.png" alt="" />
</a>
<h4><span class="bottom__border">Sing 2</span></h4>
</div>
<div class="film__item">
<a href="./img/film-3.jpg" data-lightbox="film">
<img src="./img/film-3.jpg" alt="" />
</a>
<h4><span class="bottom__border">The Secret Life Of Pets 2</span></h4>
</div>
<div class="film__item">
<a href="./img/film-4.jpg" data-lightbox="film">
<img src="./img/film-4.jpg" alt="" />
</a>
<h4><span class="bottom__border">Dr. Seuss’ The Grinch</span></h4>
</div>
<div class="film__item">
<a href="./img/film-5.jpg" data-lightbox="film">
<img src="./img/film-5.jpg" alt="" />
</a>
<h4><span class="bottom__border">Despicable Me 3</span></h4>
</div>
<div class="film__item">
<a href="./img/film-6.jpg" data-lightbox="film">
<img src="./img/film-6.jpg" alt="" />
</a>
<h4><span class="bottom__border">Sing</span></h4>
</div>
<div class="film__item">
<a href="./img/film-7.jpg" data-lightbox="film">
<img src="./img/film-7.jpg" alt="" />
</a>
<h4><span class="bottom__border">The Secret Life of Pets</span></h4>
</div>
<div class="film__item">
<a href="./img/film-8.jpg" data-lightbox="film">
<img src="./img/film-8.jpg" alt="" />
</a>
<h4><span class="bottom__border">Minions</span></h4>
</div>
<div class="film__item">
<a href="./img/film-9.jpg" data-lightbox="film">
<img src="./img/film-9.jpg" alt="" />
</a>
<h4><span class="bottom__border">Despicable Me 2</span></h4>
</div>
<div class="film__item">
<a href="./img/film-10.jpg" data-lightbox="film">
<img src="./img/film-10.jpg" alt="" />
</a>
<h4><span class="bottom__border">Dr. Seuss’ The Lorax</span></h4>
</div>
<div class="film__item">
<a href="./img/film-11.jpg" data-lightbox="film">
<img src="./img/film-11.jpg" alt="" />
</a>
<h4><span class="bottom__border">Hop</span></h4>
</div>
<div class="film__item">
<a href="./img/film-12.jpg" data-lightbox="film">
<img src="./img/film-12.jpg" alt="" />
</a>
<h4><span class="bottom__border">Despicable Me</span></h4>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer>
<!-- Footer 1 -->
<div class="footer__primary">
<div class="container">
<!-- Footer Wrapper -->
<div class="footer__wrapper">
<!-- Footer Content -->
<div class="footer__about">
<!-- Title -->
<h4 class="title"><span class="footer__hightlight">About</span></h4>
<p>ILLUMINATION ENTERTAINMENT - Arcades - 2230 Broadway, Santa Monica, CA</p>
</div>
<div class="footer__explore">
<h4 class="title"><span class="footer__hightlight">Explore</span></h4>
<ul>
<li>Films</li>
<li>Careers</li>
<li>Studio</li>
</ul>
</div>
<div class="footer__social">
<h4 class="title"><span class="footer__hightlight">Social Media</span></h4>
<div class="hero__social">
<a href="#">
<div class="social__box fb">
<img src="./img/fb-yellow.png" alt="" />
</div>
</a>
<a href="#">
<div class="social__box">
<img src="./img/twitter-yellow.png" alt="" />
</div>
</a>
<a href="#">
<div class="social__box">
<img src="./img/ig-yellow.png" alt="" />
</div>
</a>
<a href="#">
<div class="social__box">
<img src="./img/linkedin-yellow.png" alt="" />
</div>
</a>
</div>
</div>
<div class="footer__legal">
<h4 class="title"><span class="footer__hightlight">Legal</span></h4>
<ul>
<li>Do not sell my personal info</li>
<li>Ca Notice</li>
<li>Privacy Policy -New</li>
<li>Term and condition</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Footer 2 -->
<div class="footer__secondary">
<div class="container">
<!-- Footer Copyright -->
<div class="footer__copyright">
<p>© 2019 Universal Studios</p>
<p>Create with ❤ by KuchingNeko</p>
</div>
<div class="footer__snowball"></div>
<div class="footer__max"></div>
</div>
</div>
</footer>
<!-- Javascript -->
<script src="./js/jquery-3.6.0.min.js"></script>
<script src="./js/lightbox-plus-jquery.js"></script>
<script src="./js/owl.carousel.min.js"></script>
<script src="./js/script.js"></script>
</body>
</html>