-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththor-2.html
More file actions
284 lines (261 loc) · 6.94 KB
/
thor-2.html
File metadata and controls
284 lines (261 loc) · 6.94 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thor: The Dark World (2013) - MCU Movie Details</title>
<link rel="stylesheet" href="style.css">
<style>
.hero-section {
background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.9)),
url('web img/thor-darkworld-hero.jpg');
background-size: cover;
background-position: center;
padding: 4rem 2rem;
text-align: center;
margin-bottom: 2rem;
}
.media-gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1rem;
padding: 1rem;
max-width: 1200px;
margin: 0 auto;
}
.gallery-item {
border-radius: 8px;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
transition: transform 0.3s ease;
}
.gallery-item:hover {
transform: scale(1.02);
}
.gallery-item img {
width: 100%;
height: 200px;
object-fit: cover;
}
.video-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
gap: 2rem;
padding: 2rem;
max-width: 1200px;
margin: 0 auto;
}
.video-wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(229, 9, 20, 0.3);
}
.video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.movie-details {
max-width: 1200px;
margin: 2rem auto;
padding: 0 2rem;
}
.info-section {
background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 15px;
padding: 2rem;
margin-bottom: 2rem;
}
.info-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1.5rem;
margin-top: 1rem;
}
.stat-box {
background: rgba(229, 9, 20, 0.1);
padding: 1rem;
border-radius: 8px;
text-align: center;
border: 1px solid rgba(229, 9, 20, 0.2);
}
.stat-box h4 {
color: #FFD700;
margin: 0 0 0.5rem 0;
}
.cast-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 1rem;
margin-top: 1rem;
}
.cast-member {
text-align: center;
}
.cast-member img {
width: 120px;
height: 120px;
border-radius: 50%;
object-fit: cover;
margin-bottom: 0.5rem;
border: 2px solid #e50914;
}
@media (max-width: 768px) {
.video-container {
grid-template-columns: 1fr;
}
.info-grid {
grid-template-columns: 1fr 1fr;
}
.cast-grid {
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
}
</style>
</head>
<body>
<header>
<h1>Thor: The Dark World (2013)</h1>
<p>Thor faces a cosmic threat as the Dark Elves return to plunge the universe into darkness.</p>
</header>
<main>
<section class="hero-section">
<div class="media-gallery">
<div class="gallery-item">
<img src="web img/thor-darkworld1.jpg" alt="Thor and Mjolnir">
</div>
<div class="gallery-item">
<img src="web img/thor-darkworld2.jpg" alt="Jane Foster in Asgard">
</div>
<div class="gallery-item">
<img src="web img/thor-darkworld3.jpg" alt="Malekith the Accursed">
</div>
<div class="gallery-item">
<img src="web img/thor-darkworld4.jpg" alt="Thor and Loki">
</div>
</div>
</section>
<section class="video-container">
<div class="video-wrapper">
<iframe src="https://www.youtube.com/embed/npvJ9FTgZbM" title="Thor: The Dark World Official Trailer"></iframe>
</div>
<div class="video-wrapper">
<iframe src="https://www.youtube.com/embed/7p7rocHEecE" title="Thor vs Malekith Scene"></iframe>
</div>
</section>
<div class="movie-details">
<section class="info-section">
<h2>Movie Overview</h2>
<p>Thor reunites with Jane Foster and teams up with his treacherous brother Loki to stop Malekith and the Dark Elves from using the Aether to plunge the universe into darkness. The fate of the Nine Realms hangs in the balance as Thor faces his most personal and cosmic battle yet.</p>
<div class="info-grid">
<div class="stat-box">
<h4>IMDb Rating</h4>
<p>6.8/10</p>
</div>
<div class="stat-box">
<h4>Rotten Tomatoes</h4>
<p>66%</p>
</div>
<div class="stat-box">
<h4>Budget</h4>
<p>$170 million</p>
</div>
<div class="stat-box">
<h4>Box Office</h4>
<p>$644.8 million</p>
</div>
</div>
</section>
<section class="info-section">
<h2>Cast & Crew</h2>
<div class="cast-grid">
<div class="cast-member">
<img src="web img/chris-hemsworth.jpg" alt="Chris Hemsworth">
<h4>Chris Hemsworth</h4>
<p>Thor</p>
</div>
<div class="cast-member">
<img src="web img/natalie-portman.jpg" alt="Natalie Portman">
<h4>Natalie Portman</h4>
<p>Jane Foster</p>
</div>
<div class="cast-member">
<img src="web img/tom-hiddleston.jpg" alt="Tom Hiddleston">
<h4>Tom Hiddleston</h4>
<p>Loki</p>
</div>
<div class="cast-member">
<img src="web img/christopher-eccleston.jpg" alt="Christopher Eccleston">
<h4>Christopher Eccleston</h4>
<p>Malekith</p>
</div>
<div class="cast-member">
<img src="web img/anthony-hopkins.jpg" alt="Anthony Hopkins">
<h4>Anthony Hopkins</h4>
<p>Odin</p>
</div>
<div class="cast-member">
<img src="web img/kat-dennings.jpg" alt="Kat Dennings">
<h4>Kat Dennings</h4>
<p>Darcy Lewis</p>
</div>
</div>
</section>
<section class="info-section">
<h2>Production Details</h2>
<div class="info-grid">
<div class="stat-box">
<h4>Director</h4>
<p>Alan Taylor</p>
</div>
<div class="stat-box">
<h4>Release Date</h4>
<p>November 8, 2013</p>
</div>
<div class="stat-box">
<h4>Runtime</h4>
<p>112 minutes</p>
</div>
<div class="stat-box">
<h4>MPAA Rating</h4>
<p>PG-13</p>
</div>
</div>
</section>
<section class="info-section">
<h2>Critical Reception</h2>
<p>Thor: The Dark World received mixed reviews, with praise for its visual effects and performances but criticism for its plot. The film was a commercial success and further developed the cosmic side of the MCU.</p>
<div class="info-grid">
<div class="stat-box">
<h4>Metacritic</h4>
<p>54/100</p>
</div>
<div class="stat-box">
<h4>Audience Score</h4>
<p>75%</p>
</div>
<div class="stat-box">
<h4>Opening Weekend</h4>
<p>$85.7 million</p>
</div>
<div class="stat-box">
<h4>Awards</h4>
<p>Multiple nominations</p>
</div>
</div>
</section>
</div>
</main>
<footer>
<p>Part of the Marvel Cinematic Universe Timeline. Return to <a href="index.html" style="color: #FFD700;">main timeline</a>.</p>
</footer>
</body>
</html>