-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
94 lines (82 loc) · 4.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thx 5K 🤗 | Solcode</title>
<link href="https://fonts.googleapis.com/css?family=Rozha+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div id="screen-part-wrapper" class="screen-parts-wrapper">
<div class="screen-part">
<div class="part-wrapper">
<h1>
5K followers, thx 🤗
</h1>
<p>
<span class="text-highlight">Thank you</span> for being one of the 5K followers that we have on Instagram. As a “special” post we did this, onboarding experience that can be used for collecting data or creating accounts. Enjoy.
</p>
<a class="continue-button arr-down" onclick="slide_down()">
Continue
<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.5 0V8M4.5 8L8 4.88889M4.5 8L1 4.88889" stroke="#881238" stroke-linejoin="round"/>
</svg>
</a>
</div>
</div>
<div class="screen-part">
<div class="part-wrapper">
<h1>
How can we call you?
</h1>
<p>
As a <span class="text-highlight">gift</span> for you, 5K awesome followers, we have a option to get subscribed to our loyal <span class="text-highlight">list of followers</span>. We will create courses in the future and we will give you <span class="text-highlight">50% off</span> the price as to our first 5K followers.
</p>
<input type="text" placeholder="What's your name?" id="input-name">
<input type="text" placeholder="Email for the future gifts" id="input-email">
<a class="continue-button arr-down" onclick="name_slide_down()">
Continue
<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.5 0V8M4.5 8L8 4.88889M4.5 8L1 4.88889" stroke="#881238" stroke-linejoin="round"/>
</svg>
</a>
</div>
</div>
<div class="screen-part">
<div class="part-wrapper">
<h1>
What the future should look like?
</h1>
<p>
Thanks <span id="user-name"></span>. With over <span class="text-highlight">40 posts</span> we created a lot of html, css & js elements, so we have some ideas <span class="text-highlight">what you like</span>, but we would like to ask you. What would you like to see on our instagram? More elements, more “blog” posts?
</p>
<input type="text" placeholder="Your ideas" id="input-idea">
<a class="continue-button arr-down" onclick="idea_slide_down()">
Continue
<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.5 0V8M4.5 8L8 4.88889M4.5 8L1 4.88889" stroke="#881238" stroke-linejoin="round"/>
</svg>
</a>
</div>
</div>
<div class="screen-part">
<div class="part-wrapper">
<h1>
Once again, thank you. 🤗
</h1>
<p id="last-text">
After confirming this form you’ll be shown a <span class="text-highlight">link to the GitHub</span> that you can get this <span class="text-highlight">onboarding flow experience</span>. Our next milestones are 10K, 25K, 50K, 100K and so on...
</p>
<a class="continue-button arr-right" onclick="submit_ajax_form()">
Confirm
<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.5 0V8M4.5 8L8 4.88889M4.5 8L1 4.88889" stroke="#881238" stroke-linejoin="round"/>
</svg>
</a>
</div>
</div>
</div>
<script src="js/main.js"></script>
</body>
</html>