-
Notifications
You must be signed in to change notification settings - Fork 6
/
chat2.html
400 lines (339 loc) · 19.2 KB
/
chat2.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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="dist/jquery.convform.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="demo.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Fitness First</title>
<!-- Bootstrap CSS -->
<link href="css/animate.css" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css">
</head>
<body>
<div class="container-fluid pl-0 pr-0 bg-img clearfix parallax-window2" data-parallax="scroll" data-image-src="images/banner2.jpeg">
<nav class="navbar navbar-expand-md navbar-dark">
<div class="container">
<!-- Brand -->
<a class="navbar-brand mr-auto" href="index.html">
<img src="images/logo.png" alt="FitnessFirst" /></a>
<!-- Toggler/collapsibe Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar"> <span class="navbar-toggler-icon"></span> </button>
<!-- Navbar links -->
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item"> <a class="nav-link" href="index.html">Home</a> </li>
<li class="nav-item"> <a class="nav-link" href="index.html">About</a> </li>
<li class="nav-item"> <a class="nav-link" href="index.html">Contact</a> </li>
<li class="nav-item"> <a class="nav-link" href="https://forms.gle/5QPb1mUm7hzHp2V68">Feedback</a> </li>
<li class="nav-item"> <a class="nav-link" href="workout.html">Workouts</a> </li>
<li class="nav-item"> <a class="nav-link" href="http:fitnessfirst16.000webhostapp.com/food.html">Healthy Recipes</a> </li>
</ul>
<ul class="navbar-nav ml-5">
<li class="nav-item"> <a class="nav-link btn btn-danger" href="#"> </a> </li>
</ul>
</div>
</div>
</nav>
<section id="demo" >
<div class="vertical-align">
<div class="container">
<div class="row">
<div class="col-sm-4 col-sm-offset-9 col-xs-offset-0" >
<div id="chat" class="conv-form-wrapper">
<form action="" method="GET" class="hidden">
<select data-conv-question="I am your online consult Doctor.The COVID 19 symptom checker and I will help you to track important information about COVID-19." name="first-question">
<option value="yes">Yes</option>
<option value="sure">No!</option>
</select>
<input type="text" name="name" data-conv-question="Alright! First, tell me your full name, please.|Okay! Please, tell me your name first.">
<select name="multi[]" data-conv-question="What is your age?" multiple>
<option value="1-10">10</option>
<option value="10-64">10-64</option>
<option value="64-100">64-100</option>
</select>
<input type="number" name="name" data-conv-question="Your mobile number :">
<select name="programmer" data-callback="storeState" data-conv-question="What is your gender?">
<option value="Male">Male</option>
<option value="Female">Female</option>
<option value="Others">Others</option>
</select>
<select name="programmer" data-callback="storeState" data-conv-question="Did You travel anywhere, local or international, in the last 2 weeks?">
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>
<select name="programmer" data-callback="storeState" data-conv-question="Did you attend any social gathering of more than ten people in the last 7 days?">
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>
<select name="programmer" data-callback="storeState" data-conv-question="Have you come in contact with a known case of COVID 19?">
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>
<select name="multi[]" data-conv-question="Do you have fever?" multiple>
<option value="Normal (96.8 – 98.6 °F)">96.8–98.6°F</option>
<option value="Mild (98.7 – 102 °F)">98.7–102°F</option>
<option value="High (>102 °F)">102°F</option>
<option value="Don't know">Don't know</option>
</select>
<select name="multi[]" data-conv-question="Do you have any symptoms?" multiple>
<option value="Cough/Sore throat">Cough/Sore throat</option>
<option value="Body ache">Body ache</option>
<option value="Headache">Head ache</option>
<br>
<option value="Runny nose">Runny nose</option>
<option value="nose Congestion">nose Congestion</option>
<option value="None">None</option>
</select>
<select name="multi[]" data-conv-question="Are you experiencing these symptoms?" multiple>
<option value="Difficulty in breathing">Difficulty in breathing</option>
<option value="Pain/pressure in chest">Pain/pressure in chest</option>
<option value="Headache">Head ache</option>
<br>
<option value="Confusion">Confusion</option>
<option value="Coughing up blood">Coughing up blood</option>
<option value="None">None</option>
</select>
<select name="multi[]" data-conv-question="Do you have any of the following condition?"multiple>
<option value="Diabetes">Diabetes</option>
<option value="High Blood Pressure">High Blood Pressure</option>
<option value="Heart/Kidney disease">Heart/Kidney disease</option>
<option value="None">None</option>
</select>
<input type="text" name="name" data-conv-question="You should isolate yourself and immediately consult a doctor.Online doctors are available for a free consult.">
<img src="C:\Users\Vaishnvee\Desktop\corona\img\risk.png">
<input type="text" name="name" data-conv-question="Feedback">
<option value="Diabetes">Enter Feedback here..</option>
<option value="">Awesome!</option>
</select>
</form>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="jquery-1.12.3.min.js"></script>
<script type="text/javascript" src="dist/autosize.min.js"></script>
<script type="text/javascript" src="dist/jquery.convform.js"></script>
<script>
function google(stateWrapper, ready) {
window.open("https://google.com");
ready();
}
function bing(stateWrapper, ready) {
window.open("https://bing.com");
ready();
}
var rollbackTo = false;
var originalState = false;
function storeState(stateWrapper, ready) {
rollbackTo = stateWrapper.current;
console.log("storeState called: ",rollbackTo);
ready();
}
function rollback(stateWrapper, ready) {
console.log("rollback called: ", rollbackTo, originalState);
console.log("answers at the time of user input: ", stateWrapper.answers);
if(rollbackTo!=false) {
if(originalState==false) {
originalState = stateWrapper.current.next;
console.log('stored original state');
}
stateWrapper.current.next = rollbackTo;
console.log('changed current.next to rollbackTo');
}
ready();
}
function restore(stateWrapper, ready) {
if(originalState != false) {
stateWrapper.current.next = originalState;
console.log('changed current.next to originalState');
}
ready();
}
</script>
<script>
jQuery(function($){
convForm = $('#chat').convform({selectInputStyle: 'disable'});
console.log(convForm);
});
</script>
<div class="container">
<div class="fh5co-banner-text-box">
<div class="quote-box pl-5 pr-5 wow bounceInRight">
<h2> Fitness <br><span>First</span> </h2>
</div>
<a href="https://forms.gle/gkZGhSQmHLWS7phL9" class="btn text-uppercase btn-outline-danger btn-lg mr-3 mb-3 wow bounceInUp">Book Appointment</a>
<a href="https://forms.gle/GVWu2FLqzDdMXsgu7" class="btn text-uppercase btn-outline-danger btn-lg mb-3 wow bounceInDown">Get Diet Plan</a> </div>
</div>
</div>
<div class="container-fluid fh5co-network">
<div class="container">
<div class="row">
<div class="col-md-6">
<h4 class="wow bounceInUp">During this </h4>
<h2 class="wow bounceInRight">COVID-19 Quarantine </h2>
<hr />
<h5 class="wow bounceInLeft">Stay Connected With Us</h5>
<p class="wow bounceInDown">Now you can cure more then 100 diseases at your own home.</p>
</div>
<div class="col-md-6">
<figure class="wow bounceInDown"> <img src="images/about-img.jpg" alt="gym" class="img-fluid" /> </figure>
</div>
</div>
</div>
</div>
<div id="about-us" class="container-fluid fh5co-about-us pl-0 pr-0 parallax-window" data-parallax="scroll" data-image-src="images/about-us-bg.jpg">
<div class="container">
<div class="col-sm-6 offset-sm-6">
<h2 class="wow bounceInLeft" data-wow-delay=".25s">ABOUT US</h2>
<hr/>
<p class="wow bounceInRight" data-wow-delay=".25s"> We are here to provide you different kind of services during this COVID-19 Quarantine.We hope you are getting all the services provided by us.If you have any doubt regarding our services please contact us. </p>
</div></div>
</div>
<div class="container-fluid fh5co-content-box">
<div class="container">
<div class="row">
<div class="col-md-5 pr-0"><img src="images/rode-gym.jpg" alt="gym" class="img-fluid wow bounceInLeft" /> </div>
<div class="col-md-7 pl-0">
<div class="wow bounceInRight" data-wow-delay=".25s">
<div class="card-img-overlay">
<p>Great weekend, met lots of cool people and took away quite a bit. Thank you for the experience, and to you and your professional team for
making things seem </p>
</div>
<img src="images/gym-girls.jpg" alt="girls in gym" class="img-fluid" /> </div>
</div>
</div>
<div class="row trainers pl-0 pr-0">
<div class="col-12 bg-50">
<div class="quote-box2 wow bounceInDown" data-wow-delay=".25s">
<h2>Other Services</h2>
</div>
</div>
<div class="col-md-6 pr-5 pl-5">
<div class="card text-center wow bounceInLeft" data-wow-delay=".25s"> <img class="card-img-top rounded-circle img-fluid" src="images/trainers1.jpg" alt="Card image">
<div class="card-body mb-5">
<h4 class="card-title">WORKOUT</h4>
<p class="card-text">You don't need a gym or fancy equipment to build muscle and get stronger.>
<a href="workout.html"><p> Lets Get Started</p></a>
</div>
</div>
</div>
<div class="col-md-6 pl-5 pr-5">
<div class="card text-center wow bounceInRight" data-wow-delay=".25s"> <img class="card-img-top rounded-circle img-fluid" src="images/trainers2.jpg" alt="Card image">
<div class="card-body mb-5">
<h4 class="card-title">HEALTHY RECIPES</h4>
<p class="card-text">Looking for a few new healthy recipes to add to your weekly rotation ?<a href="food.html"><p> Lets Get Started</p></a>
</div>
</div>
</div>
</div>
<div class="row gallery">
<div class="col-md-4">
<div class="card">
<div class="card-body mb-4 wow bounceInLeft" data-wow-delay=".25s">
<h4 class="card-title">FILEX</h4>
<p class="card-text">I just wanted to sincerely thank you for the opportunity to represent Precision Nutrition and the US at such an amazing event. </p>
</div>
<img class="card-img-top img-fluid wow bounceInRight" data-wow-delay=".25s" src="images/g1.jpg" alt="Card image"> </div>
</div>
<div class="col-md-4">
<div class="card"> <img class="card-img-top img-fluid wow bounceInUp" data-wow-delay=".25s" src="images/g2.jpg" alt="Card image">
<div class="card-body mt-4 wow bounceInDown" data-wow-delay=".25s">
<h4 class="card-title">IGNITING</h4>
<p class="card-text">I just wanted to sincerely thank you for the opportunity to represent Precision Nutrition and the US at such an amazing event. </p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-body mb-4 wow bounceInRight" data-wow-delay=".25s">
<h4 class="card-title">PASSION</h4>
<p class="card-text">I just wanted to sincerely thank you for the opportunity to represent Precision Nutrition and the US at such an amazing event. </p>
</div>
<img class="card-img-top img-fluid wow bounceInLeft" data-wow-delay=".25s" src="images/g3.jpeg" alt="Card image"> </div>
</div>
</div>
</div>
</div>
<iframe src="https://www.trackcorona.live/map" width="100%" height="400" marginheight="10px" marginwidth="0" frameborder="0"></iframe>
<footer class="container-fluid">
<div class="container">
<div class="row">
<div class="col-md-3 footer1 d-flex wow bounceInLeft" data-wow-delay=".25s">
<div class="d-flex flex-wrap align-content-center">
<a href="index.html"><img src="images/logo.png" alt="logo" /></a>
<p></p>
<p>© 2020 All rights reserved.<br></p>
</div>
</div>
<div class="col-md-6 footer2 wow bounceInUp" data-wow-delay=".25s" id="contact">
<div class="form-box">
<h4>CONTACT US</h4>
<table class="table table-responsive d-table">
<tr>
<td><input type="text" class="form-control pl-0" placeholder="NAME" /></td>
<td><input type="email" class="form-control pl-0" placeholder="EMAIL" /></td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td colspan="2"><input type="text" class="form-control pl-0" placeholder="ADDRESS" /></td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td colspan="2"><input type="text" class="form-control pl-0" placeholder="MESSAGES" /></td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td colspan="2" class="text-center pl-0"><button type="submit" class="btn btn-dark">SEND</button></td>
</tr>
</table>
</div>
</div>
<div class="col-md-3 footer3 wow bounceInRight" data-wow-delay=".25s">
<h5>ADDRESS</h5>
<p>Coding Ninjas Campus Ambassador</p>
<h5>PHONE</h5>
<p>830XXXXX</p>
<h5>EMAIL</h5>
<p>developer.vaish@gmail.com</p>
<div class="social-links">
<ul class="nav nav-item">
<li><a href="https://www.facebook.com/profile.php?id=100014537884537s" class="btn btn-secondary mr-1 mb-2"><img src="images/facebook.png" alt="facebook" /></a></li>
<li><a href="https://www.youtube.com/channel/UCjBbDSgwtsWhmR8MK88zx-w" class="btn btn-secondary mr-1 mb-2"><img src="images/you.png" alt="youtube" /></a></li>
<li><a href="https://www.instagram.com/vaishu16_09?r=namtag" class="btn btn-secondary mr-1 mb-2"><img src="images/in.png" alt="instagram" /></a></li>
<li><a href="https://www.twitter.com/vaisha1804?s=09" class="btn btn-secondary mr-1 mb-2"><img src="images/in2.png" alt="twitter" /></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</a>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Bootstrap JS, ... -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/parallax.js"></script>
<script src="js/wow.js"></script>
<script src="js/main.js"></script>
</body>
</html>