-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (52 loc) · 2.11 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
<!DOCTYPE html>
<html lang="" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="mainContainer">
<div id="logoBox"></div>
<div id="contentContainer">
<div id="headerSection">
<h3>Marvel Studios</h3>
<h1 style="font-size:500%;">W A N D A V I S I O N</h1>
<h2>streaming now on disney+</h2>
</div>
<div id="textSection">
<p>Marvel Studios' WandaVision blends the style of classic sitcoms with the Marvel Cinematic Universe in which <br>
Wanda Maximoff and Vision – two super-powered beings living their ideal suburban life – begin to suspect that everything is not as it seems.</p>
<a href="https://disneyplus.com">
<img src="disneyplus_logo.png" alt="disneyplus" style="width:160px;">
</a>
<h4>click to stream now!</h4>
<div id="mediaGallery">
<video width="660" controls>
<source src="wandavision_trailer.mp4" type="video/mp4">
</video>
</div>
<div id="navigationMenu">
<p class="bottomButton">store</p>
<p class="bottomButton">trailer</p>
<p class="bottomButton">previous episodes</p>
<p class="bottomButton">about</p>
</div>
<div id="imageGallery">
<h5 style="font-size:130%;">G A L L E R Y</h5>
<img class="thumbnail" src="agnes.jpeg" style=width:15%>
<img class="thumbnail" src="billytommy2.png" style=width:15%>
<img class="thumbnail" src="wandavis3.jpg" style=width:15%>
<br>
<img class="thumbnail" src="wandavis.jpg" style=width:15%>
<img class="thumbnail" src="vision_work.png" style=width:15%>
<img class="thumbnail" src="jimmydarcy.png" style=width:15%>
<br>
<img class="thumbnail" src="wanda.png" style=width:15%>
<img class="thumbnail" src="monica.jpg" style=width:15%>
<img class="thumbnail" src="vision2.jpg" style=width:15%>
</div>
</div> <!-- END OF: textSection -->
</div>
</body>
</html>