-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstuff.html
More file actions
586 lines (489 loc) · 25.3 KB
/
stuff.html
File metadata and controls
586 lines (489 loc) · 25.3 KB
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
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Favicons -->
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<title>Logy.AI | AI powered Healthcare</title>
<link rel="icon" href="assets/img/favicon-32x32.png" type="image/png" sizes="32x32">
<script src="./Logy.AI _ AI powered Healthcare_files/core.js"></script>
<style type="text/css">
.Typewriter__cursor {
-webkit-animation: Typewriter-cursor 1s infinite;
animation: Typewriter-cursor 1s infinite;
margin-left: 1px
}
@-webkit-keyframes Typewriter-cursor {
0% {
opacity: 0
}
50% {
opacity: 1
}
to {
opacity: 0
}
}
@keyframes Typewriter-cursor {
0% {
opacity: 0
}
50% {
opacity: 1
}
to {
opacity: 0
}
}
</style>
<script src="./Logy.AI _ AI powered Healthcare_files/particles.min.js"></script>
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<style>
#particles-js canvas {
position: absolute;
height: 100vh;
z-index: -1;
}
.is-transparent {
background-color: transparent;
background-image: none;
}
.icon-small i {
float: left;
margin-right: 10px;
text-align: center;
vertical-align: middle;
}
.icon-small h4 {
text-align: center;
vertical-align: middle;
}
</style>
</head>
<body>
<!-- ======= Header ======= -->
<nav class="sticky-top">
<nav class="navbar navbar-expand-lg navbar-dark "
style="box-shadow: none;border-bottom: solid 5px rgb(53, 138, 235);background: rgba(0, 0, 0);">
<div class="container ">
<!-- Navbar brand -->
<a class="navbar-brand p-0" href="https://logy.ai/"
style="font-family: 'Poppins', sans-serif;font-weight: 600;font-size: 30px;">Logy.<span
style="color: #428bca;">AI</span></a>
<!-- Collapse button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#basicExampleNav"
aria-controls="basicExampleNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapsible content -->
<div class="collapse navbar-collapse" id="basicExampleNav">
<!-- Links -->
<ul class="mr-auto"></ul>
<!-- Links -->
<form class="form-inline p-0 m-0">
<div class="md-form my-0 mx-3 ">
<a href="/index.html" class="" style="font-weight:500 ;font-size: 12px;color: #5697d0;">HOME</a>
</div>
<div class="md-form my-0 mx-3 ">
<style>
.dropdown:hover>.dropdown-menu {
display: block;
}
.dropdown>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}
.navbar-dark .navbar-toggler {
border: none;
}
</style>
<div class="dropdown">
<a class=" text-white dropdown-toggle" style="font-weight:500 ;font-size: 12px;color: white !important;" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
PRODUCTS
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="/dental.html">Dental AI</a>
</div>
</div>
</div>
<div class="md-form my-0 mx-3 ">
<a href="/AutoML.html" class="text-white" style="font-weight:500 ;font-size: 12px;">AUTOML</a>
</div>
<div class="md-form my-0 mx-3 ">
<a href="/articles/" class="text-white" style="font-weight:500 ;font-size: 12px;">ARTICLES</a>
</div>
<div class="md-form my-0 mx-3 ">
<a href="/publications/" class="text-white" style="font-weight:500 ;font-size: 12px;">PUBLICATIONS</a>
</div>
</form>
</div>
<!-- Collapsible content -->
</div>
</nav>
</nav>
<section id="hero" style="background-image: url(assets/img/1398312.jpg)">
<div id="heroCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-item active">
<div class="carousel-container">
<div class="container">
<h2 id="typewriting" class="title is-size-1"><span class="Typewriter__wrapper"></span><span
class="Typewriter__cursor">|</span></h2>
<p class="animated fadeInDown" style="font-size:30px">India's first Auto-ML Healthcare Platform
</p>
<p class="animated fadeInUp">We help you build rapid and scalable Healthcare AI models</p>
<a href="/learn_more.html" class="btn-get-started animated fadeInUp scrollto my-2">Learn More</a>
<a data-toggle="modal" data-target="#myModal"
class="btn-get-started animated fadeInUp scrollto my-2">Contact Sales</a>
</div>
</div>
</div>
</div>
</section>
<main id="main">
<section id="clients" class="clients section-bg mb-4">
<div class="container-fluid">
<br>
<div class="section-title">
<!-- <h2 data-aos="fade-in">Collaborations</h2> -->
<h3>Check our <span>Collaborations</span></h3>
<!--<p data-aos="fade-in">Magnam dolores commodi suscipit.</p>-->
</div>
<div class="row justify-content-center no-gutters clients-wrap clearfix wow fadeInUp">
<div class="col-xl-10">
<div class="row">
<div class="col-lg-2 col-md-4 col-6">
<a href="https://www.iiit.ac.in/" target="_">
<div class="client-logo">
<img src="assets/img/clients/iiith.png" class="img-fluid" alt=""
data-aos="flip-right">
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-6">
<a href="http://www.iitb.ac.in/" target="_">
<div class="client-logo">
<img src="assets/img/clients/iitb.png" class="img-fluid" alt=""
data-aos="flip-right" data-aos-delay="100">
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-6">
<a href="https://www.indiainnovates.in/" target="_">
<div class="client-logo">
<img src="assets/img/clients/iigp.png" class="img-fluid" alt=""
data-aos="flip-right" data-aos-delay="100">
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-6">
<a href="https://iusstf.org/" target="_">
<div class="client-logo">
<img src="assets/img/clients/iusstf.png" class="img-fluid" alt=""
data-aos="flip-right" data-aos-delay="200">
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-6">
<a href="https://cgstate.gov.in/" target="_">
<div class="client-logo">
<img src="assets/img/clients/cg_gov.png" class="img-fluid" alt=""
data-aos="flip-right" data-aos-delay="300">
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-6">
<a href="https://www.thyrocare.com/" target="_">
<div class="client-logo">
<img src="assets/img/clients/thyrocare.png" class="img-fluid" alt=""
data-aos="flip-right" data-aos-delay="400">
</div>
</a>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-2 col-md-4 col-6">
<a href="https://nimr.org.in/" target="_">
<div class="client-logo">
<img src="assets/img/clients/nimr.png" class="img-fluid" alt=""
data-aos="flip-right" data-aos-delay="500">
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-6">
<a href="https://36inc.in/" target="_">
<div class="client-logo">
<img src="assets/img/clients/36_inc.png" class="img-fluid" alt=""
data-aos="flip-right" data-aos-delay="500">
</div>
</a>
</div>
<!-- <div class="col-lg-2 col-md-4 col-6">
<a href="http://kdisc.kerala.gov.in/" target="_">
<div class="client-logo">
<img src="assets/img/clients/TP-k-disc_web.png" class="img-fluid" alt=""
data-aos="flip-right" data-aos-delay="500">
</div>
</a>
</div> -->
<div class="col-lg-2 col-md-4 col-6">
<a href="https://birac.nic.in/" target="_">
<div class="client-logo">
<img src="assets/img/BIRAC.png" class="img-fluid" alt=""
data-aos="flip-right" data-aos-delay="500">
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-6">
<a href="https://apacmed.org/" target="_">
<div class="client-logo">
<img src="assets/img/clients/apacmed.png" class="img-fluid" alt=""
data-aos="flip-right" data-aos-delay="500">
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-6">
<a href="http://tides.iitr.ac.in/" target="_">
<div class="client-logo">
<img tile="Tides IIT Roorkee" src="assets/img/clients/tides.png"
class="img-fluid" alt="" data-aos="flip-right" data-aos-delay="500">
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-6">
<a href="https://www.westminster.ac.uk/" target="_">
<div class="client-logo">
<img style="height: auto;" tile="University of westminister" src="assets/img/clients/westminister.png"
class="img-fluid" alt="" data-aos="flip-right" data-aos-delay="500">
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<br/>
</section>
<!-- End Clients Section -->
<!--Start Our Global Presence-->
<section id="clients" >
<div class="container-fluid">
<br>
<div class="section-title">
<!-- <h2 data-aos="fade-in">Collaborations</h2> -->
<h3>Check out our <span>Global Presence</span></h3>
<!--<p data-aos="fade-in">Magnam dolores commodi suscipit.</p>-->
</div>
<div class="row justify-content-center no-gutters clients-wrap clearfix wow fadeInUp">
<img style="height:100% !important" width="70%"src="assets/img/world.png"/>
</div>
</div>
</section>
<!--End Our Global Presence-->
<section id="clients" class="clients section-bg">
<div class="container-fluid">
<br>
<div class="row justify-content-center no-gutters clients-wrap clearfix wow fadeInUp">
<img style="height:100% !important" width="30%" src="assets/img/Make_In_India.png"/>
</div>
<div class="section-title">
<!-- <h2 data-aos="fade-in">Collaborations</h2> -->
<h3>#Atmanirbhar<span>Bharat </span></h3>
<!--<p data-aos="fade-in">Magnam dolores commodi suscipit.</p>-->
</div>
</div>
</section>
<br>
<!-- End Contact Section -->
<!-- Modal -->
<div id="myModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Contact Sales</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="icon-small">
<i hidden class="fa fa-whatsapp" style="font-size:35px;color:green"></i>
<h4 hidden></h4>
</div>
</div>
</div>
<div class="row justify-content-center mt-4">
<div class="col-md-8">
<div class="icon-small">
<i class="fa fa-envelope " style="font-size:35px;color:orange"></i>
<h4><a href="mailto:humans@logy.ai">humans@logy.ai</a></h4>
</div>
</div>
</div>
<br/>
<form action="https://formspree.io/mjvalebe" method="POST">
<p class="mb-4">Welcome to Logy.AI. We will reply as soon as possible!</p>
<div class="form-group ">
<div class="row">
<div class="col-md-6">
<input class="form-control" type="text" name="name" placeholder="Name*"
required="" />
</div>
<div class="col-md-6">
<input class="form-control" type="email" name="_replyto"
placeholder="E-mail Address*" required="" />
</div>
</div>
<br/>
<div class="row">
<div class="col-md-6">
<input class="form-control" type="text" name="phone"
placeholder="Contact Number" required="" />
</div>
<br/>
<div class="col-md-6">
<input class="form-control" type="text" name="organisation"
placeholder="Organisation name" required="" />
</div>
</div>
</div>
<textarea rows="8" class="form-control mb-3" name="message" placeholder="Message*"
required=""></textarea>
<input class="btn btn-success" type="submit" value="Send" />
</form>
</div>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
</main>
<!-- End #main -->
<!-- Footer -->
<footer class="page-footer font-small unique-color-dark">
<!-- Footer Links -->
<div class="container text-center text-md-left mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase font-weight-bold">Logy.AI</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>Build quality Artificial Intelligence with minimum effort and without writing a single line of code.
We help you bring your ideas to reality with user-friendly AI building tools. (Legal name of the company: Nex Fitzap Private Limited)
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Products</h6>
<hr class=" mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<a class="" id="footbot" href="https://logy.ai/dental.html">Dental AI</a>
</p>
<p>
<a href="/AutoML.html">AutoML</a>
</p>
<p>
<a href="https://portal.logy.ai">AutoML Platform</a>
</p>
<p>
<a class="" id="footbot" href="https://logy.ai/documentation">API Documentation</a>
</p>
<!-- <p>
<a href="#!">Pricing</a>
</p> -->
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Useful links</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<a href="/privacy.html">Privacy Policy</a>
</p>
<p>
<a href="/terms_and_conditions.html">Terms and Conditions / Cancellation Policy</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Contact</h6>
<hr class=" mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<i class="fa fa-home mr-3"></i> India / Singapore</p>
<p>
<i class="fa fa-envelope mr-3"></i> humans@logy.ai</p>
<p>
<i hidden class="fa fa-phone mr-3"></i> </p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
<!-- Copyright -->
<div class="footer-copyright text-center py-3"> Copyright ©
<a href="https://logy.ai"> Nex Fitzap Private Limited</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script>
particlesJS.load("particles-js", "/assets/particles.json", function () {
console.log("callback - particles.js config loaded");
});
var app = document.getElementById("typewriting");
var typewriter = new Typewriter(app, {
loop: true
});
typewriter
.typeString("Logy.AI")
.pauseFor(1500)
.deleteAll()
.typeString("Fast and Reliable")
.pauseFor(1500)
.deleteAll()
.typeString("Cost Effective")
.pauseFor(1500)
.start();
</script>
</body>
</html>