-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (62 loc) · 1.99 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
<!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" />
<link rel="stylesheet" href="./css/index.css" />
<title>Document</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-25BC43NCMF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-25BC43NCMF');
</script>
</head>
<body>
<div class="bg"></div>
<main>
<h1>#ProofThatAnythingCanBeAnAlbumCover</h1>
<div id="content-full" class="cover-background">
<input type="file" name="file" id="file" />
<div id="area" class="music-player-container is-playing">
<img class="label" src="./img/label_black.jpg" alt="label_black" />
<div class="album">
<div id="cover" class="album-art">
<img class="click-here" src="./img/click.png" alt="Click here" />
</div>
<div id="vinyl" class="vinyl"></div>
</div>
</div>
</div>
<button id="save" class="button">
<div class="icon">
<svg viewBox="0 0 14 15">
<line x1="5" y1="13" x2="5" y2="1"></line>
<polyline id="tick" points="1 9.5 5 13.5 13 5.5"></polyline>
<polyline id="normal" points="1 9.5 5 13.5 9 9.5"></polyline>
</svg>
<div>
<svg viewBox="0 0 24 24"></svg>
</div>
</div>
<ul>
<li>Save Image</li>
<li>1+1=3?</li>
<li>Nice Done!</li>
</ul>
</button>
<a href="https://twitter.com/persoons_stan" class="social" window="_blank"
><u><b>Say Hey</b></u></a
>
</main>
<script src="https://html2canvas.hertzen.com/dist/html2canvas.min.js"></script>
<script src="./js/script.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/gsap-latest-beta.min.js"></script>
<script src="./js/btn.js"></script>
</body>
</html>