-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
379 lines (376 loc) · 18.6 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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rotten Pineapple</title>
<link rel="stylesheet" href="assets/style.css">
<link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet">
<link rel="icon" href="assets/img/favicon.ico" type="image/x-icon">
</head>
<body>
<header>
<nav>
<section class="logo">
<img src="assets/img/logo.png" alt="Logo">
<a href="index.html">
<h4>Rotten <span>Pineapple</span></h4>
</a>
</section>
<section class="search-bar">
<input type="text" placeholder="Search Movies, Anime, Series....">
<button type="submit"><i class="fa-solid fa-magnifying-glass"></i></button>
</section>
<ul class="nav-links">
<li class="nav-item">
<a href="index.html" class="nav-menu active">Home</a>
</li>
<li class="nav-item">
<a href="#jelajah" class="nav-menu">Movies</a>
</li>
<li class="nav-item">
<a href="#jelajah" class="nav-menu">TV Series</a>
</li>
<li class="nav-item">
<a href="#actor" class="nav-menu">Actors</a>
</li>
</ul>
<section class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</section>
</nav>
</header>
<main>
<!-- Home Section -->
<article class="container-header">
<section class="content-left">
<h1>Review Movies, TV Series and Anime</h1>
<p>Review movies, TV Series, Anime and more on Rotten Pineapple.</p>
<a href="#jelajah"><button class="btn">Let's Explore <i class="fa-solid fa-rocket"
style="color: #ffffff;"></i></button></a>
</section>
<section class="content-right">
<h1>Peaky Blinders</h1>
<span>TV Series - </span>
<q>Britain is a mixture of despair and hedonism in 1919 in the aftermath of the Great War. Returning
soldiers, newly minted revolutions and criminal gangs are fighting for survival in a nation rocked
by
economic upheaval. One of the most powerful gangs of the time is the Peaky Blinders, run by
returning
war hero Thomas Shelby and his family. But Thomas has bigger ambitions than just running the
streets.
When a crate of guns goes missing, he recognizes an opportunity to advance in the world because
crime
may pay but legitimate business pays better. Trying to rid Britain of its crime is Inspector Chester
Campbell, who arrives from Belfast to try to achieve that goal.</q>
</section>
</article>
<!-- Film Section -->
<article class="container" id="jelajah">
<section class="judul">
<h3><img src="assets/img/favicon.ico" alt="">MOST VIEWED ON ANY PLATFORM</h3>
<h4>View All</h4>
</section>
<hr class="garis-bawah-judul">
<section class="container-card">
<section class="card">
<section class="img">
<img src="assets/img/1.jpg" alt="I Am Groot">
</section>
<section class="content">
<section class="title">
<h3>I Am Groot</h3>
<span>TV Series</span>
</section>
<section class="desc">
<span>Published on: <q>Disney+</q></span>
</section>
<section class="button">
<button>Read more <i class="fa-solid fa-magnifying-glass"
style="color: #ffffff;"></i></button>
</section>
</section>
</section>
<section class="card">
<section class="img">
<img src="assets/img/2.jpg" alt="Loki - Season 1">
</section>
<section class="content">
<section class="title">
<h3>Loki - Season 1</h3>
<span>TV Series</span>
</section>
<section class="desc">
<span>Published on: </span><q>Disney+</q>
</section>
<section class="button">
<button>Read more <i class="fa-solid fa-magnifying-glass"
style="color: #ffffff;"></i></button>
</section>
</section>
</section>
<section class="card">
<section class="img">
<img src="assets/img/3.jpg" alt="Avengers - Endgame">
</section>
<section class="content">
<section class="title">
<h3>Avengers - Endgame</h3>
<span>Movies</span>
</section>
<section class="desc">
<span>Published on: </span><q>Disney+</q>
</section>
<section class="button">
<button>Read more <i class="fa-solid fa-magnifying-glass"
style="color: #ffffff;"></i></button>
</section>
</section>
</section>
<section class="card">
<section class="img">
<img src="assets/img/4.jpg" alt="Peaky Blinders">
</section>
<section class="content">
<section class="title">
<h3>Peaky Blinders</h3>
<span>TV Series</span>
</section>
<section class="desc">
<span>Published on: </span><q>Netflix</q>
</section>
<section class="button">
<button>Read more <i class="fa-solid fa-magnifying-glass"
style="color: #ffffff;"></i></button>
</section>
</section>
</section>
<section class="card">
<section class="img">
<img src="assets/img/5.jpg" alt="Arcane">
</section>
<section class="content">
<section class="title">
<h3>Arcane</h3>
<span>TV Series</span>
</section>
<section class="desc">
<span>Published on: </span><q>Netflix</q>
</section>
<section class="button">
<button>Read more <i class="fa-solid fa-magnifying-glass"
style="color: #ffffff;"></i></button>
</section>
</section>
</section>
<section class="card">
<section class="img">
<img src="assets/img/6.jpg" alt="">
</section>
<section class="content">
<section class="title">
<h3>Attack on Titan S3</h3>
<span>Anime</span>
</section>
<section class="desc">
<span>Published on: </span><q>-</q>
</section>
<section class="button">
<button>Read more <i class="fa-solid fa-magnifying-glass"
style="color: #ffffff;"></i></button>
</section>
</section>
</section>
<section class="card">
<section class="img">
<img src="assets/img/7.jpg" alt="">
</section>
<section class="content">
<section class="title">
<h3>Avatar 2 - The Way of Water</h3>
<span>Movies</span>
</section>
<section class="desc">
<span>Published on: </span><q>-</q>
</section>
<section class="button">
<button>Read more <i class="fa-solid fa-magnifying-glass"
style="color: #ffffff;"></i></button>
</section>
</section>
</section>
<section class="card">
<section class="img">
<img src="assets/img/8.jpg" alt="">
</section>
<section class="content">
<section class="title">
<h3>Oppenheimer</h3>
<span>Movies</span>
</section>
<section class="desc">
<span>Published on: </span><q>-</q>
</section>
<section class="button">
<button>Read more <i class="fa-solid fa-magnifying-glass"
style="color: #ffffff;"></i></button>
</section>
</section>
</section>
</section>
</article>
<!-- Actor Section -->
<article class="container" id="actor">
<section class="judul">
<h3><img src="assets/img/favicon.ico" alt="">CELEBRITIES ( ACTORS )</h3>
<h4>View All</h4>
</section>
<hr class="garis-bawah-judul">
<section class="container-actor">
<section class="card-actor">
<section class="img-actor">
<img src="assets/img/Actor/Cillian-Murphy.jpg" alt="">
</section>
<section class="content-actor">
<section class="title-actor">
<h3>Cillian Murphy</h3>
<span>Actor</span>
</section>
<section class="desc-actor">
<span>Birthday: </span><q>May 25, 1976</q><br>
<span>Birthplace: </span><q>Douglas, Cork, Ireland</q><br>
<span>Desc : </span><q>After cutting his teeth creatively as an amateur musician and later
dropping out of law school, Irish-born Cillian Murphy segued into acting with an
attention-grabbing performance in the stark, two-character stage drama "Disco Pigs."</q>
</section>
<section class="button-actor">
<button>Read more <i class="fa-solid fa-magnifying-glass"
style="color: #ffffff;"></i></button>
</section>
</section>
</section>
<section class="card-actor">
<section class="img-actor">
<img src="assets/img/Actor/Robert Downey Jr.jpg" alt="">
</section>
<section class="content-actor">
<section class="title-actor">
<h3>Robert Downey Jr</h3>
<span>Actor</span>
</section>
<section class="desc-actor">
<span>Birthday: </span><q>Apr 4, 1965</q><br>
<span>Birthplace: </span><q>Manhattan, New York, USA</q><br>
<span>Desc : </span><q>Despite Oscar and Golden Globe nominations and the unshakeable
respect of film critics and his acting peers, Robert Downey, Jr. insisted that he was
not really an actor, just a good hustler who had found a way to make a living."</q>
</section>
<section class="button-actor">
<button>Read more <i class="fa-solid fa-magnifying-glass"
style="color: #ffffff;"></i></button>
</section>
</section>
</section>
<section class="card-actor">
<section class="img-actor">
<img src="assets/img/Actor/Leonardo-Dicaprio.jpg" alt="">
</section>
<section class="content-actor">
<section class="title-actor">
<h3>Leonardo DiCaprio</h3>
<span>Actor</span>
</section>
<section class="desc-actor">
<span>Birthday: </span><q>Nov 11, 1974</q><br>
<span>Birthplace: </span><q>Hollywood, California, USA</q><br>
<span>Desc : </span><q>Child actor Leonardo DiCaprio was quite possibly one of the most
successful to fully transition into a career as an adult. Born in Los Angeles,
California in 1974, DiCaprio began acting as a small child, appearing in
commercials.</q>
</section>
<section class="button-actor">
<button>Read more <i class="fa-solid fa-magnifying-glass"
style="color: #ffffff;"></i></button>
</section>
</section>
</section>
<section class="card-actor">
<section class="img-actor">
<img src="assets/img/Actor/Elizabeth Olsen.jpg" alt="">
</section>
<section class="content-actor">
<section class="title-actor">
<h3>Elizabeth Olsen</h3>
<span>Actor</span>
</section>
<section class="desc-actor">
<span>Birthday: </span><q>Feb 16, 1989</q><br>
<span>Birthplace: </span><q>Sherman Oaks, California, USA</q><br>
<span>Desc : </span><q>Elizabeth Olsen was an American actress who was best known for her
critically-acclaimed dramatic performance in 2011's "Martha Marcy May Marlene," as well
as for playing Wanda Maximoff/Scarlet Witch in a series of films set in the Marvel
Cinematic Universe, including 2019's "Avengers: Endgame."</q>
</section>
<section class="button-actor">
<button>Read more <i class="fa-solid fa-magnifying-glass"
style="color: #ffffff;"></i></button>
</section>
</section>
</section>
</section>
</article>
<!-- About Section -->
<aside class="container" id="about">
<section class="about-us">
<section class="judul">
<h3><img src="assets/img/favicon.ico" alt="">ABOUT US</h3>
</section>
<hr class="garis-bawah-judul">
<section class="container-about">
<section class="content-aboutus-left">
<h1>What is Rotten Pineapple?</h1>
<p>Rotten Pineapple is a website that provides reviews of movies, TV Series, Anime and more. We
provide
reviews of movies, TV Series, Anime and more from various platforms such as Netflix,
Disney+,
HBO
Max, Amazon Prime Video, Hulu, Crunchyroll, and more.</p>
</section>
<section class="content-aboutus-right">
<h1>About me</h1>
<img src="assets/img/profile.png" alt="">
<h2>Ramandhika Ilham Pratama</h2>
<h4>Web Developer</h4>
<section class="sosmed">
<a href="https://www.instagram.com/ramandhika.ip/"><i
class="fab fa-instagram"></i> @ramandhika.ip</a>
<a href="https://github.com/ramandhika"><i
class="fab fa-github"></i> github.com/ramandhika</a>
</section>
<hr width="100%">
<section class="data-diri">
<h5>Email :</h5>
<span>[email protected]</span>
<hr>
<h5>Hobby :</h5>
<p>Bermain Game, Mencoba hal baru</p>
<hr>
</section>
</section>
</section>
</section>
</aside>
</main>
<footer>
<section class="footer-bottom">
<p>© 2023 Rotten Pineapple. All Rights Reserved. <i
class="fab fa-github"></i> github.com/ramandhika
</p>
</section>
</footer>
</body>
</html>
<script src="assets/script.js"></script>
<script src="https://kit.fontawesome.com/984a8c9bbd.js" crossorigin="anonymous"></script>