-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
337 lines (316 loc) · 12.6 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Medical Chatbot FRT Project</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- One -->
<section class="banner style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
<div class="content">
<h1>Medical Chatbot</h1>
<p class="major">A (modular, highly tweakable) responsive one-page chatbot for FRT Project. </p>
<ul class="actions stacked">
<li><a href="#first" class="button big wide smooth-scroll-middle">Get Started</a></li>
</ul>
</div>
<div class="image">
<img src="images/banner.jpg" alt="" />
</div>
</section>
<!-- Two -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in" id="first">
<div class="content">
<h2>HealthBot</h2>
<p>Take Care of your body, It's the only place you have to live in.</p>
<ul class="actions stacked">
<li><a href="#" class="button">Learn More</a></li>
</ul>
</div>
<div class="image">
<img src="images/spotlight01.jpg" alt="" />
</div>
</section>
<!-- Three -->
<section class="spotlight style1 orient-left content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>Secure and Compliant</h2>
<p>Our Health Bot is compliant with HIPAA, HITRUST, ISO27001, SOC2, GDPR and over 10 global and industry compliance frameworks. </p>
<ul class="actions stacked">
<li><a href="#second" class="button">Learn More</a></li>
</ul>
</div>
<div class="image">
<img src="images/spotlight02.jpg" alt="" />
</div>
</section>
<!-- Four -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>Powered by Microsoft Azure</h2>
<p>Our Project runs on the Azure Architecture which is failsafe and very powerful.</p>
<ul class="actions stacked">
<li><a href="#third" class="button">Learn More</a></li>
</ul>
</div>
<div class="image">
<img src="images/spotlight03.jpg" alt="" />
</div>
</section>
<!-- Five -->
<section class="wrapper style1 align-center">
<div class="inner">
<h2>"Health is not just the absence of illness; it's the presence of physical, mental, and social well-being."</h2>
<p>HealthBot: Your Partner in Wellness.</p>
</div>
<!-- Gallery -->
<div class="gallery style2 medium lightbox onscroll-fade-in">
<article>
<a href="images/gallery/fulls/01.jpg" class="image">
<img src="images/gallery/thumbs/01.jpg" alt="" />
</a>
<div class="caption">
<h3>Medical availability, upgraded by Azure.</h3>
<p>Some features of Microsoft Azure are listed below</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/02.jpg" class="image">
<img src="images/gallery/thumbs/02.jpg" alt="" />
</a>
<div class="caption">
<h3>Fast</h3>
<p>Very fast and quick in processing.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/03.jpg" class="image">
<img src="images/gallery/thumbs/03.jpg" alt="" />
</a>
<div class="caption">
<h3>FailSafe</h3>
<p>Has backups of everything we store in cloud.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/04.jpg" class="image">
<img src="images/gallery/thumbs/04.jpg" alt="" />
</a>
<div class="caption">
<h3>Cost Effective</h3>
<p>Pay-as-you-go method.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/05.jpg" class="image">
<img src="images/gallery/thumbs/05.jpg" alt="" />
</a>
<div class="caption">
<h3>Ultrices Magna</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/06.jpg" class="image">
<img src="images/gallery/thumbs/06.jpg" alt="" />
</a>
<div class="caption">
<h3>Sed Tempus</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/07.jpg" class="image">
<img src="images/gallery/thumbs/07.jpg" alt="" />
</a>
<div class="caption">
<h3>Ipsum Lorem</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/08.jpg" class="image">
<img src="images/gallery/thumbs/08.jpg" alt="" />
</a>
<div class="caption">
<h3>Magna Risus</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/09.jpg" class="image">
<img src="images/gallery/thumbs/09.jpg" alt="" />
</a>
<div class="caption">
<h3>Tempus Dolor</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/10.jpg" class="image">
<img src="images/gallery/thumbs/10.jpg" alt="" />
</a>
<div class="caption">
<h3>Sed Etiam</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/11.jpg" class="image">
<img src="images/gallery/thumbs/11.jpg" alt="" />
</a>
<div class="caption">
<h3>Magna Lorem</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/12.jpg" class="image">
<img src="images/gallery/thumbs/12.jpg" alt="" />
</a>
<div class="caption">
<h3>Ipsum Dolor</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
</div>
</section>
<!-- Six -->
<section class="wrapper style1 align-center">
<div class="inner">
<h2>Power of Microsoft Azure</h2>
<p>We used Microsoft Azure for our Project for these many reasons</p>
<div class="items style1 medium onscroll-fade-in">
<section>
<span class="icon style2 major fa-gem"></span>
<h3>Fast</h3>
<p>It's pretty fast.</p> </section>
<section>
<span class="icon solid style2 major fa-save"></span>
<h3>Secure</h3>
<p> Ultimate Security Provisions.</p>
</section>
<section>
<span class="icon solid style2 major fa-chart-bar"></span>
<h3>FailSafe</h3>
<p>Has Disastor Recovery.</p> </section>
<section>
<span class="icon solid style2 major fa-wifi"></span>
<h3>Networking</h3>
<p>Simply, Connected. Everywhere.</p> </section>
<section>
<span class="icon solid style2 major fa-cog"></span>
<h3>Management</h3>
<p>Very easy to manage.</p> </section>
<section>
<span class="icon style2 major fa-paper-plane"></span>
<h3>Access</h3>
<p>Has Role-Based Access Policies.</p> </section>
<section>
<span class="icon solid style2 major fa-desktop"></span>
<h3>No Hardware</h3>
<p>No Hardware Management Stress.</p> </section>
<section>
<span class="icon solid style2 major fa-sync-alt"></span>
<h3>Perfect</h3>
<p>Awesome Operatibility.</p> </section>
</div>
</div>
</section>
<!-- Seven -->
<section class="wrapper style1 align-center">
<div class="inner medium">
<h2>Try it here.</h2>
<form method="post" action="#">
<div class="fields">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name" value="" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="email" name="email" id="email" value="" />
</div>
</div>
</form>
<a href="chat_screen.html"> <button style="padding: 3px 60px;
background-color: #ffffff;
color: black;
border: none;
border-radius: 50px;
font-size: 20px;
cursor: pointer;
align-items: center;
transition: box-shadow 0.3s ease;"
onmouseover="this.style.boxShadow='0 0 100px #0077FF'"
onmouseout="this.style.boxShadow='none'"
onmousedown="this.style.boxShadow='0 0 10px #00ff33'">
Launch HealthBot
</button> </a>
</div>
</section>
<!-- Footer -->
<footer class="wrapper style1 align-center">
<div class="inner">
<ul class="icons">
<li><a href="chat_screen.html" class="icon brands style2 fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="chat_screen.html" class="icon brands style2 fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="chat_screen.html" class="icon brands style2 fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://www.linkedin.com/in/a-master-at-work/" class="icon brands style2 fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="mailto:[email protected]" class="icon style2 fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p>© Made by Abhishek Kevin Gomes & Akshit Kumar Tiwari for FRT Project.</p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>