-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (72 loc) · 3.92 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
<!DOCTYPE html>
<html>
<head>
<title>Playtest</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Raleway&family=Roboto+Mono&family=Press+Start+2P">
<script type="module" src="clicks.js?timestamp=1690841941864"></script>
<script src="https://cdn.jsdelivr.net/npm/tsparticles-confetti@2.11.0/tsparticles.confetti.bundle.min.js"></script>
<script type="module" src="main.js?timestamp=1690841941864"></script>
</head>
<body>
<div id="blackout" class="blackout blackout-item">
<!-- <img class="blackout-item blackout-chest-component" src="./img/hidden_elements/hidden_drake.png">
<img class="blackout-item blackout-chest-component" src="./img/hidden_elements/hidden_step_1.png">
<img class="blackout-item blackout-chest-component" src="./img/hidden_elements/hidden_step_2.png">
<img class="blackout-item blackout-chest-component" src="./img/hidden_elements/hidden_step_3.png"> -->
</div>
<div id="header">
<h1 id="playtest-header-text">Playtest</h1>
<div id="header-right-elements">
<a id="contact-email" href="mailto:info@theplaytest.com">info@theplaytest.com</a>
<div id="header-right-links">
<a href="#steps-section" class="smooth-scroll">About</a>
<a href="#nathan-section" class="smooth-scroll">Try It</a>
<a id="hidden-link">Buy It</a>
</div>
</div>
</div>
<div id="hero">
<p id="hero-header" class="plain white"><span class="red">G</span><span class="orange">a</span><span class="green">m</span><span class="red">i</span><span class="orange">f</span><span class="green">y</span> your content...</p>
<img src="./img/hidden_elements/hidden_script.png" id="script-copier">
<p id="hero-footer" class="plain white">... in just a single line of code</p>
</div>
<div id="drake-problem">
<img src="./img/hidden_elements/hidden_drake.png" id="drake">
<p id="drake-caption" class="plain navy">Pub trivia gets customers in the door...<br><br>...are you using <span class="red">g</span><span class="orange">a</span><span class="green">m</span><span class="red">e</span><span class="orange">s</span> to delight your users?</p>
</div>
<div id="nathan-section" class="break-container">
<!-- Need to add demo container, and then url bar and iframe to the inside of that demo container -->
<iframe id="iframe" src="./beast_store.html">
</div>
<div id="steps-section">
<div id="step-container">
<p id="surprise" class="styled-header styled navy">Woah! How'd you do that??<br><br>Simple. 3 Steps:</p>
<div id="step-description-row">
<img id="step-number" class="step-number" src=./img/1.png>
<p id="step-description-text" class="plain navy">We analyze your website’s content, tag each element, & get a picture of your site's context.</p>
</div>
<img id="step-image" class="step-image" src="./img/hidden_elements/hidden_step_1.png">
<button id="stepwise" class="styled-button">WHAT'S NEXT?</button>
</div>
</div>
<div id="pricing-section" class="break-container">
<div id="pricing-container">
<p id="cost-question" class="styled-header styled white">That's crazy.<br><br>So how much does it cost?</p>
<img id="faux-pricing" src="./img/faux_pricing.png">
</div>
</div>
<div id="signup-section" class="break-container">
<p id="signup-caption" class="navy plain">OR! Want Playtest for <span class="italic">free</span>?<br>Be the first to use our ad-supported tier.</p>
<p id="signup-cta" class="navy plain">SIGN UP NOW:</p>
<div id="signup-box">
<p id="signup-box-header" class="white styled">We'll email you when it's live.</p>
<input id="email-input" type="email" placeholder="Enter work email">
<button id="signup-button" class="styled-button">GET FIRST ACCESS</button>
</div>
</div>
<div id="footer">
<p id="footer-text" class="white styled ignore">Playtest</p>
</div>
</body>
</html>