-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (62 loc) · 2.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MJ'S - THIS IS IT!</title>
<link rel="shortcut icon" href="urllogo.jpg" type="image/x-icon">
<link rel="stylesheet" href="https://unpkg.com/sheryjs/dist/Shery.css" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<div class="back">
<img src="michael-1.webp" alt="Image">
<img src="michael5.jpg" alt="Image">
<img src="michael3.webp" alt="Image">
<img src="michaell4.jpg" alt="Image">
<img src="michael11.jpg" alt="Image">
</div>
<div class="top">
<div id="workingarena">
<div id="nav">
<div id="left">
<img src="https://fanart.tv/api/download.php?type=download&image=15225§ion=3" alt="Image">
<a href="/">MERCHANDISE</a>
<a href="/">INFO</a>
</div>
<div id="right">
<a href="/">ACCOUNT</a>
<a href="/">HELP</a>
</div>
</div>
<div id="heropage">
<div id="heroleft">
<div class="elem">
<h1>THE FINAL</h1>
</div>
<div class="elem">
<h1>CURTAIN</h1>
</div>
<div class="elem">
<h1>CALL</h1>
</div>
<button id="view-my-work" href="#" data-title="Book Your Tickets Now"></button>
</div>
<div id="heroright">
<p>THIS IS IT</p>
<div id="imagediv"></div>
<p class="describe">The world's greatest entertainer,<b>the king of pop</b> Michael Jackson's final world tour at the age of 50. It is really this is it for all. After this you can't see him anymore.</p>
</div>
</div>
</div>
</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>