-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
385 lines (359 loc) · 14.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
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
380
381
382
383
384
385
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cinephile</title>
<link rel="icon" href="images/fiiiiiii.png" />
<link rel="stylesheet" href="https://unpkg.com/sheryjs/dist/Shery.css" />
<link rel="stylesheet" href="styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<div id="main">
<div id="back">
<img loading="eager" src="images/1.jpg" alt="" />
<img src="images/2.jpg" alt="" />
<img src="images/3.jpg" alt="" />
<img src="images/4.jpg" alt="" />
<img src="images/5.jpg" alt="" />
<img src="images/6.jpg" alt="" />
</div>
<div id="top">
<div id="workingarea">
<div id="nav">
<div id="navleft">
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"
><img src="images/logoo.png" alt=""
/></a>
<a href="#middle">GLORY</a>
<a
target="_blank"
href="https://en.wikipedia.org/wiki/List_of_films_considered_the_best"
>THE-BEST</a
>
</div>
<div id="navright">
<a
target="_blank"
href="https://en.wikipedia.org/wiki/Cinema_of_India"
>MUST-READ</a
>
<a
target="_blank"
href="https://murdock9803.github.io/Ayush-Portfolio/"
>KNOW ABOUT ME</a
>
</div>
</div>
<div id="hero">
<div id="heroleft">
<div class="elem">
<h1>CLICK TO HAVE</h1>
<h1>THE OLDEST THEATRE</h1>
<h1>A POSTER TELLS</h1>
<h1>ONE OF MY</h1>
<h1>THE BRILLIANCE OF</h1>
<h1>MOVIES BASED ON</h1>
</div>
<div class="elem">
<h1>THE COOLEST</h1>
<h1>PERFORMANCE DATES BACK</h1>
<h1>THE ESSENCE OF</h1>
<h1>FAV. INDIAN</h1>
<h1>A VISIONARY DIRECTOR</h1>
<h1>COMICS STARTED IN</h1>
</div>
<div class="elem">
<h1>EXPERIENCE.</h1>
<h1>BACK 500+ YEARS!</h1>
<h1>THE MOVIE.</h1>
<h1>THRILLERS.</h1>
<h1>COMING TO LIFE.</h1>
<h1>THE EARLY 1940.</h1>
</div>
<button>
<a href="https://en.wikipedia.org/wiki/Cinematography"
>EXPLORE MORE</a
>
</button>
</div>
<div id="heroright">
<p>Dedicated to my love for CINEMA ❤️</p>
<div id="imagediv"></div>
<p>
Welcome to <strong>CinePhile</strong>, your ultimate
destination for all things cinema! Dive into the captivating
world of films as we explore the magic of the silver screen.
What are you waiting for ? Dive deep into the film world.
</p>
<p>
Facts about Indian and World Cinema, Poster discussions,
Timelines and what not ! Let's start this adventurous journey
of being grateful to the biggest source of entertainment !
</p>
</div>
</div>
</div>
</div>
</div>
<div id="bottomline"></div>
<section>
<div id="image-track" data-mouse-down-at="0" data-prev-percentage="-50">
<div class="frame">
<span class="header"></span>
<img
class="image"
src="https://upperstall.com/wp-content/uploads/2021/05/Satyajit-Ray-as-a-Young-Man-560x600.jpg"
draggable="false"
/>
<div class="textbox">
<a
target="_blank"
class="subheader"
href="https://en.wikipedia.org/wiki/Satyajit_Ray"
>SATYAJIT RAY</a
>
</div>
</div>
<div class="frame">
<span class="header"></span>
<img
class="image"
src="https://m.media-amazon.com/images/M/MV5BMTgyMjI3ODA3Nl5BMl5BanBnXkFtZTcwNzY2MDYxOQ@@._V1_.jpg"
draggable="false"
/>
<div class="textbox">
<a
target="_blank"
href="https://en.wikipedia.org/wiki/Quentin_Tarantino"
class="subheader"
>QUENTIN TARANTINO</a
>
</div>
</div>
<div class="frame">
<span class="header"></span>
<img
class="image"
src="https://media.assettype.com/filmcompanion%2F2024-03%2F1fbc0643-234c-4a3f-8927-814c47791dcb%2F2023_2_largeimg_2095034586.jpg"
draggable="false"
/>
<div class="textbox">
<a
target="_blank"
href="https://en.wikipedia.org/wiki/Anurag_Kashyap"
class="subheader"
>ANURAG KASHYAP</a
>
</div>
</div>
<div class="frame">
<span class="header"></span>
<img
class="image"
src="https://m.media-amazon.com/images/M/MV5BMjYyMTkyOTI3Ml5BMl5BanBnXkFtZTcwMDEwNjM5NA@@._V1_.jpg"
draggable="false"
/>
<div class="textbox">
<a
target="_blank"
href="https://en.wikipedia.org/wiki/Vikramaditya_Motwane"
class="subheader"
>VIKRAMADITYA M.</a
>
</div>
</div>
<div class="frame">
<span class="header"></span>
<img
class="image"
src="https://www.easterneye.biz/wp-content/uploads/2021/05/Lead-Raj-Kapoor-f058a-803x1024.jpg"
draggable="false"
/>
<div class="textbox">
<a
target="_blank"
href="https://en.wikipedia.org/wiki/Raj_Kapoor"
class="subheader"
>RAJ KAPOOR</a
>
</div>
</div>
<div class="frame">
<span class="header"></span>
<img
class="image"
src="https://fr.web.img6.acsta.net/r_1280_720/pictures/14/08/06/12/03/199608.jpg"
draggable="false"
/>
<div class="textbox">
<a
target="_blank"
href="https://en.wikipedia.org/wiki/Christopher_Nolan"
class="subheader"
>CHRISTOPHER NOLAN</a
>
</div>
</div>
<div class="frame">
<span class="header"></span>
<img
class="image"
src="https://variety.com/wp-content/uploads/2024/09/GettyImages-2166139357-e1726504039532.jpg?w=1000&h=667&crop=1"
draggable="false"
/>
<div class="textbox">
<a
target="_blank"
href="https://en.wikipedia.org/wiki/James_Cameron"
class="subheader"
>JAMES CAMERON</a
>
</div>
</div>
</div>
</section>
<div id="middle">
<div id="firstmiddle"></div>
<div id="secondmiddle">
<div id="one">THE GLORY OF INDIAN CINEMA</div>
<div id="two">
<div id="middleimg">
<img
src="https://m.media-amazon.com/images/M/MV5BYWQwMWZjZTktNGVlYS00MzBjLTkxNmMtMzI0NzVjNWY1MWQ2XkEyXkFqcGc@._V1_.jpg"
alt=""
/>
<div id="content">
<div id="title">DEV ANAND's FILMOGRAPHY</div>
<div id="desc">
Dev Anand, one of the biggest and greatest superstars of hindi
cinema. His carrer spanned over 6 decades. He introduced many
aspects of cinema to Indian audience.
</div>
</div>
</div>
<div id="middleimg">
<img
src="https://m.media-amazon.com/images/I/81EB9SdLrfL._AC_UF894,1000_QL80_.jpg"
alt=""
/>
<div id="content">
<div id="title">MOTHER INDIA</div>
<div id="desc">
Mother India was the first Indian movie to be nominated for
the Academy Awards. Many people don't know, that it was also
India's first ever submission to the Academy Awards.
</div>
</div>
</div>
<div id="middleimg">
<img
src="https://m.media-amazon.com/images/M/MV5BMTQxNTI5ODI1N15BMl5BanBnXkFtZTcwMDc2ODgzMQ@@._V1_.jpg"
alt=""
/>
<div id="content">
<div id="title">MUGHAL-E-AZAM</div>
<div id="desc">
It took 16 years to complete the legendary Indian film,
Mughal-e-Azam. It was the most expensive Indian film of that
time. It costed around 1.5 crores at that time.
</div>
</div>
</div>
<div id="middleimg">
<img
src="https://m.media-amazon.com/images/M/MV5BMTc5NjY4MjUwNF5BMl5BanBnXkFtZTgwODM3NzM5MzE@._V1_.jpg"
alt=""
/>
<div id="content">
<div id="title">GANGS OF WASSEYPUR</div>
<div id="desc">
Director Anurag Kashyap showed how deeply rooted stories
should be made, through his cult classic Gangs of Wasseypur.
This is a flawless masterpiece.
</div>
</div>
</div>
</div>
</div>
<div id="thirdmiddle"></div>
</div>
<div id="bottomline"></div>
<div id="next">
<div id="nextleft">
<div id="nextleftdesc">
In 1983, BHANU ATHAIYA became the first Indian individual to win an
Academy Award for designing the costumes for GANDHI.
</div>
</div>
<div id="nextright">
<div id="righttitle">INDIANS AT THE OSCARS</div>
<div id="rightcontent">
<p>
In 2023, M. M. Keeravani and Chandrabose won the Oscar for best
Original song, <strong><em>Naatu Naatu</em></strong> at the 95th Academy Awards. Keeravani
composed the music and Chandrabose penned the lyrics for the
high-energy song. Also, this year's best Short Documentary Award
also won by Indian filmmakers Kartiki Gonsalves and Guneet Monga,
for their film The <strong><em>Elephant Whisperers</em></strong>Elephant Whisperers. <br /><br />
Till now, three Indian films have been nominated in the Best
Foreign Language Film category, namely <strong><em>Mother India (1958)</em></strong>, <strong><em>Salaam
Bombay (1989)</em></strong> and <strong><em>Lagaan (2002)</em></strong>. Mother India was also India's
first ever submission to the prestigious awards. This year (2023),
Shaunak sen and Aman mann's film, <strong><em>All That Breathes</em></strong> also got
nominated for the Best Documentary Feature Film category.
<br /><br />
In 2009, at the 81st Academy Awards, composer A. R. Rahman won two
Oscars, for the movie Slumdog Millionaire. One was for the Best
Original Score and the other was shared with the lyricist Gulzar
for Best Original Song <strong><em>(Jai Ho)</em></strong>. Also, Resul Pookutty won the
oscar for Best Sound Mixing for the same movie, <strong><em>Slumdog
Millionaire</em></strong>.
</p>
</div>
</div>
</div>
<div id="bottomline"></div>
<div class="bottom" id="bottom">
<div class="bottom-h1">
<h1><tt>Let's Connect across Platforms !</tt></h1>
</div>
<div class="social-icons">
<a target="_blank" href="mailto:[email protected]"
><i class="fa-regular fa-envelope"></i
></a>
<a target="_blank" href="https://github.com/Murdock9803"
><i class="fa-brands fa-github"></i
></a>
<a
target="_blank"
href="https://www.linkedin.com/in/ayush-sahu-25b329230"
><i class="fa-brands fa-linkedin"></i
></a>
</div>
<div class="copyright">© AYUSH SAHU 2023</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.155.0/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/automat/controlkit.js@master/bin/controlKit.min.js"></script>
<script
type="text/javascript"
src="https://unpkg.com/sheryjs/dist/Shery.js"
></script>
<script src="script.js"></script>
</body>
</html>