-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
536 lines (406 loc) · 21.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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pallinos
</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link href="assets/images/fav.png" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" href="static/css/style.css">
</head>
<body>
<div class="mainDiv ">
<div class="bodyWithNoFooter">
<!-- nav -->
<div class="row justify-content-start mt-4" id="nav">
<img src="assets/images/logo.png" alt="" class="fluid-img" id="logo">
</div>
<!-- banner -->
<div class="mobileBannerImg">
<div><img src="assets/images/headImg1.png" class="fluid-img mobileImg" alt=""></div>
<div><img src="assets/images/headImg2.png" class="fluid-img mobileImg mobileImg2" alt=""></div>
</div>
<div id="banner">
<div class="bannerImgDes">
<img src="assets/images/headImg1.png" class="fluid-img" alt="fluid-img">
</div>
<div class="" id="midBox">
<div class="headingTextDiv">
<p class="headingText text-center"> Ready-Made Digital Stack For <br> Healthcare Companies.</p>
</div>
<div class="headingMidText text-center">
<span>Innovation Diagnostic Company Delivering Fast, Accurate And Personalised Diagonses</span>
</div>
<div class="inputPlusBtn">
<div>
<input type="email" class="form-control" id="emailInput" aria-describedby="emailHelp"
placeholder="Enter your email">
<p class="error-msg mt-1 ms-1">
Enter valid Email ID
</p>
</div>
<div><button type="submit" id="emailSubmitBtn">Request
Demo</button></div>
</div>
</div>
<div class="bannerImgDes imgDiv">
<img src="assets/images/headImg2.png" alt="fluid-img">
</div>
</div>
<!-- video block -->
<div class="videoBlock">
<div class="btnRow">
<div class=" "><button type="submit" onclick="showContent(1)" class="unselected active"
id="btn1">X-Scan TB AI
</button></div>
<div class=" "> <button type="submit" onclick="showContent(2)" class="unselected" id="btn2">LatFlow
AI
</button></div>
<div class=""> <button type="submit" onclick="showContent(3)" class="unselected" id="btn3">UriSense
AI
</button></div>
<div class=" "> <button type="submit" onclick="showContent(4)" class="unselected"
id="btn4">FieldScope
</button></div>
<div class=""> <button type="submit" onclick="showContent(5)" class="unselected" id="btn5">DiaProx
</button></div>
<div class=""> <button type="submit" onclick="showContent(6)" class="unselected"
id="btn6">NutriTrack
</button></div>
</div>
<!-- ALL btn are here -->
<!-- ------------btn 1 content -->
<div class="row justify-content-center content activeContent" id="content1">
<!-- //video play block -->
<div class="col-md-6">
<div class="card videoPlayBox content-1-img">
<div class="playIconDiv"><img src="assets/images/play-circle.png" class="fluid-img playIcon"
alt=""></div>
</div>
</div>
<div class="col-md-6">
<div class="VideoData">
<div>
<p class="text-start videoTitle">AI For X-Ray TB Detection</p>
</div>
<div>
<p class="text-start videoDes">
AI for X-Ray TB detection is a medical imaging software that uses AI algorithms to
quickly and accurately analyze chest X-ray images and detect tuberculosis. It can
help healthcare professionals detect TB early, reduce human error, and improve
patient outcomes, particularly in areas with limited access to specialized equipment
or radiologists.
</p>
</div>
</div>
</div>
</div>
<!-- ------------- btn2 content -->
<div class="row justify-content-center content " id="content2">
<!-- //video play block -->
<div class="col-md-6">
<div class="card videoPlayBox content-2-img">
<div class="playIconDiv"><img src="assets/images/play-circle.png" class="fluid-img playIcon"
alt=""></div>
</div>
</div>
<div class="col-md-6">
<div class="VideoData">
<div>
<p class="text-start videoTitle">AI For Rapid Diagnostic Tests</p>
</div>
<div>
<p class="text-start videoDes">
AI for rapid diagnostic tests uses artificial intelligence algorithms to quickly and
accurately analyze lateral flow assay results. This technology can reduce human
error, increase diagnostic accuracy, and improve patient outcomes, particularly in
low-resource settings.
</p>
</div>
</div>
</div>
</div>
<!-- -------------btn3 content -->
<div class="row justify-content-center content " id="content3">
<!-- //video play block -->
<div class="col-md-6">
<div class="card videoPlayBox content-3-img">
<div class="playIconDiv"><img src="assets/images/play-circle.png" class="fluid-img playIcon"
alt=""></div>
</div>
</div>
<div class="col-md-6">
<div class="VideoData">
<div>
<p class="text-start videoTitle">Urine Diagnostics Automation</p>
</div>
<div>
<p class="text-start videoDes">
Image processing based urine sample detection is a technology that automatically
detects and analyzes urine samples using digital images and advanced algorithms. It
can identify various parameters such as Ascorbic Acid, Glucose, Bilirubin, Ketone,
Specific Gravity, Blood, pH, Protein, Urobilinogen, Nitrite and Leukocytes
</p>
</div>
</div>
</div>
</div>
<!-- -------------btn4 content -->
<div class="row justify-content-center content " id="content4">
<!-- //video play block -->
<div class="col-md-6">
<div class="card videoPlayBox content-4-img">
<div class="playIconDiv"><img src="assets/images/play-circle.png" class="fluid-img playIcon"
alt=""></div>
</div>
</div>
<div class="col-md-6">
<div class="VideoData">
<div>
<p class="text-start videoTitle">Fieldstudy </p>
</div>
<div>
<p class="text-start videoDes">
Field study apps for crop quality, clinical trials and sales software applications
that help researchers and practitioners conduct research studies more efficiently
and accurately. These apps enable data collection, management, and analysis in
real-time, providing insights into crop growth factors and streamlining process.
They are essential tools for improving the accuracy of results and reducing the time
and resources required for data collection and analysis.
</p>
</div>
</div>
</div>
</div>
<!-- -------------btn5 content -->
<div class="row justify-content-center content " id="content5">
<!-- //video play block -->
<div class="col-md-6">
<div class="card videoPlayBox content-5-img">
<div class="playIconDiv"><img src="assets/images/play-circle.png" class="fluid-img playIcon"
alt=""></div>
</div>
</div>
<div class="col-md-6">
<div class="VideoData">
<div>
<p class="text-start videoTitle">Apps For Devices Like Glucometers</p>
</div>
<div>
<p class="text-start videoDes">
Apps for devices like glucometers enable users to monitor and manage their health
conditions, like diabetes, using a smartphone or tablet. These apps work with
medical devices, allowing users to record and track blood sugar levels, set
reminders, and receive notifications. The apps provide personalized insights and
suggestions based on user data, improving the accuracy of monitoring and helping
users manage their condition more effectively.
</p>
</div>
</div>
</div>
</div>
<!-- -------------btn5 content -->
<div class="row justify-content-center content " id="content6">
<!-- //video play block -->
<div class="col-md-6">
<div class="card videoPlayBox content-6-img">
<div class="playIconDiv"><img src="assets/images/play-circle.png" class="fluid-img playIcon"
alt=""></div>
</div>
</div>
<div class="col-md-6">
<div class="VideoData">
<div>
<p class="text-start videoTitle">Nutrition Trackers</p>
</div>
<div>
<p class="text-start videoDes">
A nutrition tracker app for kids is a mobile application that helps children monitor
their food and drink intake, physical activity, and other health-related metrics.
These apps encourage healthy habits, teach children about nutrition, and provide
feedback on the nutritional quality of the foods they're eating.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- ----- about block -->
<div class="aboutBlock">
<div class="innnerAboutBlock">
<div class="row">
<p class="aboutHead">About Us</p>
</div>
<div class="row justify-content-around aboutDesBlock">
<div class="col-md-8">
<p class="aboutDes">
Our digital diagnostic company utilizes state-of-the-art technology and advanced
algorithms
to provide fast, accurate and personalized diagnoses. Our innovative platform
combines
the
expertise of medical professionals and data scientists, enabling us to deliver
high-quality
results that support personalized treatment plans.
</p>
</div>
<div class="col-md-4 mt-3 text-center imgDivAbout">
<img src="assets/images/aboutImage.png" class="fluid-img aboutImg" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- footer block -->
<footer class="footerMainDiv mt-3">
<div class="row justify-content-around footer-bg-color mt-3">
<div class="col-md-7 col-11 footer-logo-div mb-4 ">
<img src="assets/images/footer-logo.png" class="fluid-img footer-log" />
<br>
<div class="mt-md-5 "></div>
<p class="copyRight">
Copyright Alemeno Private Limited <br>©2022. All Rights Reserved
</p>
</div>
<div class="col-md-3 col-11 address-div">
<div class="row justify-content-start">
<div class="col-1">
<img class="fluid-img footer-icon" src="assets/images/locIcon.svg" alt="">
</div>
<div class="col-11">
<p>F5, Sri Reddy Splendid, Bellandur Main Road, Bangalore, Karnataka, 560103</p>
</div>
</div>
<div class="row justify-content-start">
<div class="col-1">
<img class="fluid-img footer-icon" src="assets/images/callIcon.svg" alt="">
</div>
<div class="col-11">
<p>+91 7705099775
</p>
</div>
</div>
<div class="row justify-content-start">
<div class="col-1">
<img class="fluid-img footer-icon" src="assets/images/mailIcon.svg" alt="">
</div>
<div class="col-11">
<p>[email protected]</p>
</div>
</div>
<div class="row justify-content-start mt-4">
<p id="copyRight-mob">Copyright Alemeno Private Limited <br> ©2022. All Rights Reserved
</p>
</div>
</div>
</div>
</footer>
<!-- ------------------------------ -->
<!-- <footer>
<div class="row justify-content-around footerBlock ">
<div></div>
<div class="col-md-6">
<img src="assets/images/logo.png" alt="" class="fluid-img footerImg">
</div>
<div class="col-md-6 text-md-end ">
<div class="row justify-content-end">
<p class="followText">Follow Us</p>
</div>
<div class="row justify-content-end followIcon ">
<div class="col-1 "><img src="assets/images/follow.png" class="fluid-img footerIcon" alt="">
</div>
<div class="col-1"><img src="assets/images/follow.png" class="fluid-img footerIcon" alt="">
</div>
<div class="col-1"><img src="assets/images/follow.png" class="fluid-img footerIcon" alt="">
</div>
</div>
</div>
</div>
</footer> -->
<!-- --------------- thansk box -->
<div class="backgroundTheme">
<div class="form-thanks row justify-content-center rounded card pb-3">
<div class="row mt-1 ms-1 cut-btn-icon2">
<div class="col-11"></div>
<div class="col-1 "> <img id="cut-btn" class="fluid-img " src="assets/images/cutIcon.svg" alt="">
</div>
</div>
<div class="row justify-content-center mt-5">
<img class="success-img" src="assets/images/success-img.jpg" alt="">
</div>
<div class="form-padding form-margin mb-4">
<div class="row justify-content-center">
<h2 class="form-heading text-center ">Thank you!</h2>
<center>
<p>Our team will get in touch with you</p>
</center>
</div>
</div>
</div>
</div>
<!-- -------------- -->
</div>
<script>
//email submit handler
document
.querySelector("#emailSubmitBtn")
.addEventListener("click", () => {
var email = document.getElementById('emailInput').value;
var num = "num";
if (!(email.includes('@') && email.includes('.'))) {
document.querySelector(".error-msg").style.display = "block";
} else {
document.querySelector(".error-msg").style.display = "none";
document.querySelector(".backgroundTheme").style.display = "block";
//post request - to server
var url = "https://alemeno.com/main-landing-page-save-mobile_num";
fetch(url, {
method: "POST",
body: JSON.stringify({
email: email,
num: num,
}),
headers: {
"Content-Type": "text/plain",
},
// mode: 'cors',
// credentials: 'include',
})
// .then((response) => response.json())
// .then((data) => {
// console.log(data.success); // Prints "Success!"
// })
.catch((error) => console.error(error));
document.querySelector(".form-thanks").style.display = "block";
}
})
document.querySelector("#cut-btn").addEventListener('click', () => {
document.querySelector(".form-thanks").style.display = "none";
document.querySelector(".backgroundTheme").style.display = "none";
})
function showContent(contentNum) {
// hide all content divs
var contentDivs = document.querySelectorAll('.content');
contentDivs.forEach(function (contentDiv) {
contentDiv.classList.remove('activeContent');
});
// show selected content div
var selectedContent = document.getElementById('content' + contentNum);
selectedContent.classList.add('activeContent');
// remove active class from all buttons
var btns = document.querySelectorAll('.unselected');
btns.forEach(function (btn) {
btn.classList.remove('active');
});
var selectedBtn = document.querySelector('#btn' + contentNum);
selectedBtn.classList.add('active');
}
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2"
crossorigin="anonymous"></script>
</body>
</html>