-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoviedetails.html
112 lines (105 loc) · 5.58 KB
/
moviedetails.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
<!DOCTYPE html>
<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">
<title>Document</title>
<link rel="stylesheet" href="./movidetails.css">
</head>
<body>
<div class="movie">
<div class="movie-details-title">Sprited Away</div>
<div class="movie-details">
<div class="movie-details--stars">
<img src="../images/golden_star.svg" alt="">
<p class="rating">7.8</p>
</div>
<ul>
<li>
<span class="movie-details--rating">CBFC: U/A</span>
</li>
<li>
<span class="movie-details--year">2022</span>
</li>
<li>
<span class="movie-details--runtime">2h 18m</span>
</li>
</ul>
</div>
<!-- <div class="mobile-movie-trailer"> -->
<div class="movie-trailer">
<iframe width="560" height="315" src="https://www.youtube.com/embed/ByXuk9QqQkk?controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div class="movie-description">
<div class="movie-description--poster">
<!-- <img src="https://m.media-amazon.com/images/M/MV5BMjlmZmI5MDctNDE2YS00YWE0LWE5ZWItZDBhYWQ0NTcxNWRhXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_.jpg" alt="" width="280px" height="350px"> -->
<img src="https://m.media-amazon.com/images/M/MV5BMjlmZmI5MDctNDE2YS00YWE0LWE5ZWItZDBhYWQ0NTcxNWRhXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_.jpg" alt="">
</div>
<div class="movie-description--content">
<h2>Short Intro :</h2>
<p>
Spirited Away (Japanese: 千と千尋の神隠し, Hepburn: Sen to Chihiro no Kamikakushi, lit.'Sen and Chihiro's Spiriting Away') is a 2001 Japanese animated fantasy film written and directed by Hayao Miyazaki, animated by Studio Ghibli. Spirited Away tells the story
of Chihiro Ogino (Hiiragi), a ten-year-old girl who, while moving to a new neighborhood, enters the world of Kami (spirits of Japanese Shinto folklore). After her parents are turned into pigs by the witch Yubaba (Natsuki), Chihiro
takes a job working in Yubaba's bathhouse to find a way to free herself and her parents and return to the human world.
</p>
</div>
<!-- </div> -->
</div>
<div class="movie-cast">
<h2>Cast :
</h2>
<ul class="movie-cast-names">
<li>Tom Cruise</li>
<li>Tom Cruise</li>
<li>Tom Cruise</li>
<li>Tom Cruise</li>
</ul>
</div>
<div class="movie-watch">
<h2>
Where to Watch :
</h2>
<div class="movie-watch-areas">
<span>Youtube</span>
<span>Amazon Prime</span>
</div>
</div>
<div class="movie-reviews">
<h2>
Reviews :
</h2>
<div class="review">
<p class="review-title">
Just the start
</p>
<p class="review-comment">
I watched this out of curiosity, no high expectations, I was just surprised to see Stallone in a tv series. You feel the tension in the scenes, it also feels fairly realistic as far as the plot would demand it. Wouldn't say it's humorous but a couple
funny scenes as a result of Dwight (Stallone) coming out of 25yr prison sentence and not fully integrated into the way the world works now; so I'm assuming the abrupt transition will offer some interesting hiccups for him down the
line for us. I'm glad someone told him how to use an Uber, it was funny while it lasted. It's a pretty smart script but not in a forcefully witty way which bodes well. Of course Stallone is a huge presence but the rest of the cast
seem pretty good.
</p>
</div>
<div class="review">
<p class="review-title">
Very Entertaining!
</p>
<p class="review-comment">
I have loved Tulsa King so far. I actually love everything Taylor Sheridan does so I knew this would be no different. This is fun crime show that knows exactly what it wants to be and you can tell the cast, led by Sylvester Stallone, are all having a
blast making this. It's about a New York mafia boss named Dwight "The General" Manfredi (Stallone) who is released from prison after 25 years. He thinks he coming out to a hero's welcome but gets sent to Tulsa to run things instead.
After not feeling the love from his gang like he feels he should he starts to build his own in Tulsa. Some of it may come off as a little silly but overall it's a really good show that's definitely worth watching. It's obviously doing
well because it's already been renewed for a second season which is great news!
</p>
</div>
</div>
<div class="recommended">
<button class="back-btn">
<a href="">Back to Movie List</a>
</button>
</div>
</div>
</body>
</html>
</div>
</body>
</html>