-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
239 lines (231 loc) · 12.7 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
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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html lang="en">
<head>
<title>prackr Biz</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900|RobotoDraft:400,100,300,500,700,900'>
<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'>
<link rel="stylesheet prefetch" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.css">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet prefetch" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous"> -->
<link rel="stylesheet prefetch" href="css/style.css">
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
</head>
<body>
<div class="container-fluid">
<div class="row">
<img src="img/plogo.png" alt="bg img" class="img-responsive pLogo hidden-sm hidden-xs">
<span class="step">Step <span id="stepNumber"></span>/3 </span>
<div class="col-md-6 hidden-sm hidden-xs firstCard">
<p class="tagLine">Start Tracking Your Business <br />
Try Prackr Biz For Free.
</p>
<!-- <img src="img/bg.png" alt="bg img" class="imgBG img-responsive"> -->
</div>
<!-- step1 -->
<div class="col-md-6 col-xs-12 col-sm-12 email secondCard">
<p class="pull-left">
<h2>Hello!</h2>
<p>Create A Workspace for your Business.</p>
</p>
<form role="form" class="text-center">
<div class="form-group">
<input type="text" class="form-control" id="email" required>
<span class="form-highlight"></span>
<span class="form-bar"></span>
<label class="float-label" for="email">Enter Your Email Id</label>
</div>
<button id="step1btn" type="button" class="btn btn-raised btn-info btn-lg ripple-effect">Send OTP</button>
</form>
</div>
<!-- step1 end -->
<!-- step2 start -->
<div class="col-md-6 col-xs-12 col-sm-12 otp">
<p class="pull-left">
<h2>Hello!<span id="userNameToShow"></span></h2>
<p>We've mailed you an 6 digit otp to <span class="label label-info" id="emailToShow"></span>.</p>
</p>
<form role="form" class="text-center">
<div class="form-group">
<input type="text" class="form-control" id="otp" required>
<span class="form-highlight"></span>
<span class="form-bar"></span>
<label class="float-label" for="otp">Enter OTP</label>
</div>
<button id="step2btn" type="button"
class="btn btn-raised btn-info btn-lg ripple-effect">Verify OTP</button>
</form>
</div>
<!-- step2 end -->
<!-- step3 start -->
<div class="col-md-6 col-xs-12 col-sm-12 user">
<p class="pull-left">
<h2>Hello!</h2>
<p>create a new workspace on Prackr Biz.</p>
</p>
<form role="form" class="text-center">
<div class="row">
<div class="col-xs-6">
<div class="form-group" >
<input type="text" class="form-control" id="firstName" required>
<span class="form-highlight"></span>
<span class="form-bar"></span>
<label class="float-label" for="firstName">First Name</label>
</div>
</div>
<div class="col-xs-6">
<div class="form-group" >
<input type="text" class="form-control" id="lastName" required>
<span class="form-highlight"></span>
<span class="form-bar"></span>
<label class="float-label" for="lastName">Last Name</label>
</div>
</div>
<div class="col-xs-6">
<div class="form-group mt10">
<input type="password" class="form-control" id="password" required>
<span class="form-highlight"></span>
<span class="form-bar"></span>
<label class="float-label" for="password">Password</label>
</div>
</div>
<div class="col-xs-6">
<div class="form-group mt10" >
<input type="password" class="form-control" id="confirmPassword" required>
<span class="form-highlight"></span>
<span class="form-bar"></span>
<label class="float-label" for="confirmPassword">Confirm Password</label>
</div>
</div>
</div>
<div class="form-group mt10">
<input type="text" class="form-control" id="phone" required>
<span class="form-highlight"></span>
<span class="form-bar"></span>
<label class="float-label" for="phone">Contact Number</label>
</div>
<div class="form-group">
<input type="text" class="form-control" id="cName" required>
<span class="form-highlight"></span>
<span class="form-bar"></span>
<label class="float-label" for="cName">Enter Workspace Name</label>
</div>
<div class="form-group text-right">
<input type="text" class="form-control subdomainBar" id="cBizName" required>
<span class="form-highlight"></span>
<span class="input-group-addon" id="basic-addon">.prackr.com</span>
<label class="float-label" for="cBizName">Enter Workspace Subdomain</label>
</div>
<div class="form-group">
<input type="number" class="form-control" id="cNoOfUsers" required>
<span class="form-highlight"></span>
<span class="form-bar"></span>
<label class="float-label" for="cNoOfUsers">Number of users (Team Size)</label>
</div>
<div class="form-group">
<select class="form-control" id="cPlan" >
<option>Choose a Plan</option>
<option>TAKE OFF(Small Teams) - $8 Monthly/User</option>
<option>FLY(Growing Teams) - $28 Monthly/User</option>
<option>ACCEL(Corporates) - $58 Monthly/User</option>
</select>
</div>
<div class="form-group">
<input type="text" class="form-control" id="cMessage" required>
<span class="form-highlight"></span>
<span class="form-bar"></span>
<label class="float-label" for="cMessage">Any Custom Request's? (optional)</label>
</div>
<button id="step3btn" type="button" class="btn btn-raised btn-info btn-lg ripple-effect">Create</button>
</form>
</div>
<!-- step3 end -->
<!-- step4 start -->
<div class="col-md-6 col-xs-12 col-sm-12 company">
<p class="pull-left">
<h2>Hello!<span id="userNameToShow1"></span></h2>
<p id="workspacesP">you're already part of these workspaces.</p>
<br />
<ul class="list-unstyled" id="workspaces">
<!-- fill from api response -->
</ul>
<p>create a new workspace on Prackr Biz.</p>
</p>
<form role="form" class="text-center">
<div class="form-group">
<input type="text" class="form-control" id="cName1" required>
<span class="form-highlight"></span>
<span class="form-bar"></span>
<label class="float-label" for="cName1">Enter Workspace Name</label>
</div>
<div class="form-group text-right">
<input type="text" class="form-control subdomainBar" id="cBizName1" required>
<span class="form-highlight"></span>
<span class="input-group-addon" id="basic-addon">.prackr.com</span>
<label class="float-label" for="cBizName1">Enter Workspace Subdomain</label>
</div>
<div class="form-group">
<input type="number" class="form-control" id="cNoOfUsers1" required>
<span class="form-highlight"></span>
<span class="form-bar"></span>
<label class="float-label" for="cNoOfUsers1">Number of users (Team Size)</label>
</div>
<div class="form-group">
<select class="form-control" id="cPlan1" >
<option>Choose a Plan</option>
<option>TAKE OFF(Small Teams) - $8 Monthly/User</option>
<option>FLY(Growing Teams) - $28 Monthly/User</option>
<option>ACCEL(Corporates) - $58 Monthly/User</option>
</select>
</div>
<div class="form-group">
<input type="text" class="form-control" id="cMessage1" required>
<span class="form-highlight"></span>
<span class="form-bar"></span>
<label class="float-label" for="cMessage1">Any Custom Request's? (optional)</label>
</div>
<button id="step4btn" type="button" class="btn btn-raised btn-info btn-lg ripple-effect">Create</button>
</form>
</div>
<!-- step4 end -->
<!-- redirect svg div start -->
<div class="col-md-12 col-sm-12 col-xs-12 headerLogo redirectElements">
<img src="img/plogogrey.png" alt="bg img" class="img-responsive gLogo">
</div>
<div class='loaderDiv redirectElements'>
<span>
<span></span>
<span></span>
<span></span>
<span></span>
</span>
<div class='base'>
<span></span>
<div class='face'></div>
</div>
</div>
<h1 class="h1LoaderDiv redirectElements">Redirecting</h1>
<div class='longfazers redirectElements'>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<div class="col-md-12 redirect redirectElements"> </div>
<div class="col-md-12 text-center redirectElements"><h4>Thank you for signing up</h4>
we are creating a new workspace for you <br />
at <strong><span id="bizURL1"></span></strong>
</div>
<p class="redirectURL redirectElements"><strong><a class="bizURL2" href="https://infy.prackr.com" target="_blank">click here if not redirected</a></strong></p></div>
<!-- redirect svg div start -->
</div>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script> -->
<script src="js/index.js"></script>
</body>
</html>