-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (55 loc) · 2.32 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
<head>
<title>✵ Happy Birthday Cuton ✵</title>
<meta name="theme-color" content="#facb57" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/keyframes-star-x.css" />
<link rel="stylesheet" href="./css/keyframes-bday-shake.css" />
<link rel="stylesheet" href="./css/keyframes.css" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" type="text/css" href="https://csshake.surge.sh/csshake.min.css">
</head>
<body class="center-x">
<div id="play-wrap" class="bg fader shown">
<img id="speakers-icon" src="./media/speakers.svg" />
<img id="play-button" src="./media/play-button.svg" />
</div>
<div id="sky"></div>
<img id="mountains" src="./media/mountains-2.png" class="slider" />
<div id="front" class="bg slider center-x">
<img class="bg" src="./media/bottom-no-lines.png" />
<div id="heart" class="center-x fader">
<img src="./media/heart-2.png" />
<div id="stars-wrap"></div>
</div>
<div id="cutito" class="center-x">
<img id="gif-walking" src="./media/walking headless.gif" />
<img id="gif-cutito" src="./media/cutito.gif" />
</div>
<div id="bday" class="shake-slow">
<img src="./media/wings-blue-transparent.gif" />
<img src="./media/wings-blue-transparent.gif" />
<span>Happy Birthday Cuton</span>
</div>
<div id="lines-wrap" class="center-x">
<svg id="lines" width="35" height="100">
<line x1="10" y1="0" x2="10" y2="100" />
<line x1="25" y1="0" x2="25" y2="100" />
</svg>
</div>
</div>
<template id="template-star">
<div class="star" />
</template>
<div id="attributions" class="fader">
<div>
<a target="_blank" href="https://www.vecteezy.com/free-vector/nature">Nature Vectors by Vecteezy</a>
<a target="_blank" href="https://www.vecteezy.com/free-vector/star">Star Vectors by Vecteezy</a>
<a target="_blank" href="https://www.vecteezy.com/free-vector/moon">Moon Vectors by Vecteezy</a>
<a target="_blank" href="https://www.vecteezy.com/free-vector/sprocket">Sprocket Vectors by Vecteezy</a>
<a target="_blank" href="https://www.vecteezy.com/free-vector/flying-birds">Flying Birds Vectors by Vecteezy</a>
</div>
<img src="./media/books.png" />
</div>
<!---------------------------------------->
<script type="text/javascript" src="./js/main.js"></script>
</body>