-
Notifications
You must be signed in to change notification settings - Fork 0
/
freeTrial.html
223 lines (220 loc) · 11.2 KB
/
freeTrial.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!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" type="text/css" href="freeTrial.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,200;1,300&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="https://www.smatbot.com/favicon.png" sizes="16x16">
<link rel="icon" type="image/png" href="https://www.smatbot.com/favicon.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://www.smatbot.com/favicon.png" sizes="96x96">
<title>SmatBot | AI Chatbot for all your business needs</title>
<script src="https://use.fontawesome.com/485ed93ebf.js"></script>
</head>
<body>
<div class="feedback-btn" role="button">
<p>Feedback</p>
</div>
<div class="signup-center">
<div class="container">
<div class="flex">
<div class="left">
<div class="home">
<a href="index.html">
<button type="button" class="home-button" name="button">
<span class="fas fa-arrow-left hb" aria-hidden="true"></span>
Home
</button>
</a>
</div>
<div class="main">
<div class="heading">
<img src="https://custpostimages.s3.ap-south-1.amazonaws.com/sb_images/main_logo_with_text.png"
class="logo-img" />
<p class="welcome-text">Welcome ! Please Signup to continue</p>
</div>
<div class="progress">
<ul class="list">
<li class="sup">Signup</li>
<li class="profile">Your Profile</li>
</ul>
</div>
<div class="form">
<form class="form-vertical">
<div class="form-group">
<div class="input-div">
<span class="material-icons-outlined">

</span>
<select class="form-control">
<option value="1">Free Plan</option>
<option value="2">Starter Plan</option>
<option value="3" selected="selected">Pro Plan</option>
<option value="4">Enterprise Plan</option>
</select>
</div>
<div class="input-div">
<span class="material-icons-outlined">

</span>
<input type="email" class="input" autocomplete="off" id="email"
placeholder="Email">
<span class="material-icons-round">

</span>
</div>
<div class="input-div">
<span class="material-icons-outlined">

</span>
<input type="text" class="input" autocomplete="off" id="url"
placeholder="Your Website URL">
<span class="material-icons-round">

</span>
</div>
<div class="input-div">
<span class="fa fa-key" aria-hidden="true"></span>
<input type="password" class="input" autocomplete="off" id="password"
placeholder="Create a password">
<span class="eye">

</span>
</div>
<div>
<div class="inline-block">
<input type="checkbox" class="checkbox">
<span class="tandc">
I agree to all the
<a class="link" href="https://www.smatbot.com/terms">Terms and
Conditions</a>
</span>
</div>
</div>
<div class="captcha-container">
<img src="https://drive.google.com/uc?export=view&id=1tcoobLPPY_DT27ZQYMIfY2KVa_0Fmb-7"
class="captcha-img" />
</div>
<div class="sbtn">
<button type="submit" id="signup-button" class="button" name="button">
<span class="sup-button">
Sign Up
</span>
</button>
</div>
<div class="already">
<label class="alrdy">
Already have an account?
<a class="link" href="login.html">Login</a>
</label>
</div>
<div class="center">
<label>Trusted By</label>
</div>
</div>
</form>
</div>
</div>
<div class="trusted-by">
<div>
<img src="https://custpostimages.s3.ap-south-1.amazonaws.com/sb_images/client_logos/servify_login.png"
class="trust-img" />
</div>
<div>
<img src="https://custpostimages.s3.ap-south-1.amazonaws.com/sb_images/client_logos/gujarat_tourism.png"
class="trust-img" />
</div>
<div>
<img src="https://custpostimages.s3.ap-south-1.amazonaws.com/sb_images/client_logos/easypay_login.png"
class="trust-img" />
</div>
<div>
<img src="https://custpostimages.s3.ap-south-1.amazonaws.com/customer_logos/rfc.png"
class="trust-img" />
</div>
</div>
</div>
<div class="right-panel">
<div class="freeTrialHeader">
<h3>14 Day free trial includes</h3>
<ul class="freeTrialList">
<li>
<span class="material-icons">

</span>
10 Chatbots
</li>
<li>
<span class="material-icons">

</span>
5000 chats
</li>
<li>
<span class="material-icons">

</span>
Facebook Messenger
</li>
<li>
<span class="material-icons">

</span>
Live Chat (1 Agent)
</li>
<li>
<span class="material-icons">

</span>
Google Sheets Integration
</li>
<li>
<span class="material-icons">

</span>
Appointment Booking
</li>
<li>
<span class="material-icons">

</span>
Multi Language Support
</li>
<li>
<span class="material-icons">

</span>
Webhook Integration
</li>
<li>
<span class="material-icons">

</span>
Dynamic Response
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</body>
<script>
var partners = document.getElementById("partners");
var aff_res = document.getElementById('aff_res');
function showoption() {
var aff_res = document.getElementById('aff_res');
aff_res.removeAttribute('class', 'display');
}
function hideoption() {
var aff_res = document.getElementById('aff_res');
aff_res.setAttribute('class', 'display');
}
partners.addEventListener('mouseenter', showoption);
aff_res.addEventListener('mouseleave', hideoption);
</script>
</html>