-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
108 lines (101 loc) · 3.34 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
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>FREE Jerma Cameo (Imposter Sus Guy)</title>
<meta name="description" content="FREE Happy Birthday or Anniversary Message from the 'When the imposter is sus!' guy!!">
<meta name="author" content="stick (@stick_twt)"/>
<meta name='viewport'
content='width=device-width, initial-scale=1.0, maximum-scale=1.0,
user-scalable=0' >
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="wrapper">
<div id="main">
<div id="box">
<div id="start-page">
<div id="header">
<div id="largeheader">
YOUR PERSONAL MESSAGE!!
</div>
<div id="subheader">
FREE Happy Birthday or Anniversary Message from the 'When the imposter is sus!' guy!!
</div>
</div>
<div id="susJerma">
<div id="imageWrapper">
<img src="images/sus.png.webp">
</div>
</div>
<button id="button" onclick="slideOut()">
<div>
BEGIN!
</div>
</button>
</div>
</div>
<div id="fake-box">
<form id="request-page" action="https://jerma-cameo-2.herokuapp.com">
<div id="type-select">
<label for="type">TYPE:</label>
<select id="type" name="type" onchange="evaluateMedia()">
<option value="birthday_type01">Birthday Message</option>
<option value="birthday_type02">Alternate Birthday Message</option>
<option value="anniversary">Anniversary Message</option>
</select>
</div>
<div id="name-select">
<div class="name-select">
<label for="name1">Name: </label>
<select id="name1" name="name1" onchange="evaluateMedia()">
</select>
</div>
<div id="name2selector" class="name-select">
<label for="name2">Name: </label>
<select id="name2" name="name2" onchange="evaluateMedia()">
</select>
</div>
</div>
<div id="preview">
<video controls="true" poster="/images/preview.png">
</video>
</div>
<button id="button" onclick="slideOut()">
<div>
DOWNLOAD!
</div>
</button>
</form>
</div>
</div>
<div id="jerma-corner">
<img src="images/jerma-says.png.webp">
<video src="images/jerma_ad.webm" alt="" loop="" autoplay="" muted="" playsinline="" disablepictureinpicture="" disableremoteplayback="" poster="/images/jerma_ad.webp"> <!-- fallback image for devices that don't support webms (ios) -->
</video>
</div>
<div id="background-overlay">
</div>
<div id="sliding-background">
<img src="images/1t7gixxwnti51.png.webp">
<img src="images/7Q0Fxy2Z.jpg.webp">
<img src="images/Evil_Jerma.png.webp">
<img src="images/il70ob4auj601.png.webp">
<img src="images/image.jpg.webp">
<img src="images/image0.jpg.webp">
<img src="images/image1.jpg.webp">
<img src="images/-EhquWkoXq0lCDlSdZZj0BMdQqqhhWiLPhW402IjT5k.png.webp">
<img src="images/8thtvj0.png.webp">
<img src="images/18hIJLh.png.webp">
<img src="images/1EmSXX5.png.webp">
</div>
<div id="about">
<a href="https://twitter.com/stick_twt">@stick_twt</a>
</div>
</div>
<script src="scripts.js"></script>
<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "8a624e372b2b42baa0649413c7246f5e"}'></script>
<!-- End Cloudflare Web Analytics -->
</body>
</html>