-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
436 lines (365 loc) · 21.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="img/favicon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/general.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/queries.css" />
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule="" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<script defer src="https://unpkg.com/[email protected]/dist/smoothscroll.min.js"></script>
<script defer src="js/script.js"></script>
<title>MyLikita — Virtual Healthcare for you</title>
</head>
<body>
<header class="header">
<a href="./index.html">
<img class="logo" alt="MyLikita logo" src="img/logo.png" />
</a>
<span class="overlay" id="overlay"></span>
<nav class=" main-nav" id="navbar">
<ul class="menu main-nav-list">
<li><a class="main-nav-link" href="https://mylikitahealth.medium.com/">Blogs</a></li>
<li class=" menu-item menu-item-child">
<a href="#" data-toggle="sub-menu">Products<i class="expand"></i></a>
<ul class="sub-menu">
<li class="menu-item"><a href="EHR.html">For Hospitals</a></li>
<li class="menu-item"><a href="pharmacy.html">For Pharmacy</a></li>
<li class="menu-item"><a href="./likitalab/likitalis.html">For Laboratory</a></li>
<li class="menu-item"><a href="https://app.mylikita.clinic/signup/pharmacy">Telemedicine</a></li>
</ul>
</li>
<li><a class="main-nav-link" href="./about-us.html">About Us</a></li>
<li><a class="main-nav-link" href="./feature.html">Features</a></li>
<li>
<a class="main-nav-link" href="#cta">Contact us</a>
</li>
<li class=" menu-item menu-item-child">
<a href="#" data-toggle="sub-menu" class="main-nav-link nav-cta" style="color: beige; padding-left: 10px; padding-right: 10px;">Register<i class="expand"></i></a>
<ul class="sub-menu" style="padding: 10px;">
<li><a class="main-nav-link" href="https://app.mylikita.clinic/auth" style="padding-bottom: 10px;">Login</a></li>
<li><a class="main-nav-link" href="https://app.mylikita.clinic/signup">Sign Up</a></li>
</ul>
</li>
</ul>
</nav>
<button class="btn-mobile-nav">
<ion-icon class="icon-mobile-nav" name="menu-outline"></ion-icon>
<ion-icon class="icon-mobile-nav" name="close-outline"></ion-icon>
</button>
</header>
<main>
<section class="section-hero">
<div class="hero">
<div class="hero-text-box">
<h1 class="heading-primary">
Access healthcare from anywhere
</h1>
<p class="hero-description">
MyLikita is a platform aimed at managing patient hospital/clinical and other related data in a timely, effective and efficient manner.
</p>
<a href="#cta" class="btn btn--full margin-right-sm">Get Started</a>
</div>
<div class="hero-img-box">
<img src="img/hero.svg" class="hero-img" alt="illustration of virtual healthcare" />
</div>
</div>
</section>
<section class="section-how" id="how">
<div class="container">
<span class="subheading">Features</span>
<h2 class="heading-secondary">
We take pride in the solutions we deliver
</h2>
</div>
<div class="container grid grid--2-cols grid--center-v">
<!-- STEP 01 -->
<div class="step-text-box">
<p class="step-number">01</p>
<h3 class="heading-tertiary">
My Doctor, my Health
</h3>
<p class="step-description">
Yes! You can Book a doctor from anywhere with just a few clicks through our App. Engage with a doctor face to face or using our instant messaging feature.
</p>
</div>
<div class="step-img-box">
<img src="img/consultations.svg" class="step-img" alt="iPhone app
preferences selection screen" />
</div>
<!-- STEP 02 -->
<div class="step-img-box">
<img src="img/consult.svg" class="step-img" alt="iPhone app
meal approving plan screen" />
</div>
<div class="step-text-box">
<p class="step-number">02</p>
<h3 class="heading-tertiary">Online pharmacy and emergency care</h3>
<p class="step-description">
Buy your medicines with our mobile application with a simple delivery system. Now you can get 24/7 urgent care for yourself or your children and your lovely family
</p>
</div>
<!-- STEP 03 -->
<div class="step-text-box">
<p class="step-number">03</p>
<h3 class="heading-tertiary">Your Records are safe</h3>
<p class="step-description">
All patient data are secured stored on a blockchain network. Your Health status are combined with your Health record in all the Hospitals you have been.
</p>
</div>
<div class="step-img-box">
<img src="img/blockchain_healthcare_2_prev_ui.svg" class="step-img" alt="iPhone app
delivery screen" />
</div>
</div>
</section>
<section class="section services" id="features">
<div class="container">
<span class="subheading">Main Features and Capabilities</span>
</div>
<div class="container grid grid--3-cols">
<div class="features">
<!-- <img src="img/consultation.svg" class="features--align"> -->
<p class="feature-title">Records Module</p>
<p class="feature-text">
This module allows which allows for the management of patient records and document encounters. The module allows for easy access to patient records by authorized personnel, such as doctors and nurses. It also allows for the recording of patient encounters, including diagnosis and treatment plans, and the tracking of patient outcomes. </p>
</div>
<div class="features">
<!-- <img src="img/details.svg" alt="" class="features--align"> -->
<p class="feature-title">Doctor Module</p>
<p class="feature-text">
This module allows doctors to access patient records, view lab results, order lab tests, prescribe medications, and document encounters with patients. It also allows for the scheduling of appointments and the tracking of patient progress.
</div>
<div class="features">
<!-- <img src="img/details.svg" alt="" class="features--align"> -->
<p class="feature-title">Nurses Module</p>
<p class="feature-text">
This module allows nurses to access patient records, view lab results, administer medications, document patient encounters, and track patient progress. It also allows for the scheduling of appointments and the ordering of lab tests.
</p>
</div>
<div class="features">
<!-- <img src="http://mylikita.clinic/img/near-protocol-near-seeklogo.com.svg" class="features--align"> -->
<p class="feature-title">Laboratory Module</p>
<p class="feature-text"> This module allows laboratory staff to manage lab orders, view lab results, and track lab inventory. It also allows for the recording of lab results and the tracking of lab specimens.
</p>
</div>
<div class="features">
<!-- <img src="http://mylikita.clinic/img/near-protocol-near-seeklogo.com.svg" class="features--align"> -->
<p class="feature-title">Pharmacy Module</p>
<p class="feature-text">This module allows pharmacy staff to manage medication orders, track medication inventory, and dispense medications. It also allows for the tracking of medication usage and the recording of medication errors.</p>
</div>
<div class="features">
<!-- <img src="http://mylikita.clinic/img/near-protocol-near-seeklogo.com.svg" class="features--align"> -->
<p class="feature-title">Theater Module</p>
<p class="feature-text">This module allows for the management of surgical procedures, including scheduling of surgeries, tracking of surgical inventory, and recording of surgical outcomes. It also allows for the tracking of patient progress post-surgery. </p>
</div>
<div class="features">
<!-- <img src="http://mylikita.clinic/img/near-protocol-near-seeklogo.com.svg" class="features--align"> -->
<p class="feature-title">Inventory Management</p>
<p class="feature-text">This module allows healthcare providers to manage inventory, track stock levels, and generate purchase orders for new supplies. It also allows for the tracking of equipment usage and maintenance.</p>
</div>
<div class="features">
<!-- <img src="http://mylikita.clinic/img/near-protocol-near-seeklogo.com.svg" class="features--align"> -->
<p class="feature-title">Report Module</p>
<p class="feature-text">A report module is a feature in health software that enables healthcare providers to analyze and visualize data, such as patient demographics, clinical, financial, and operational data.
</p>
</div>
<div class="features">
<!-- <img src="http://mylikita.clinic/img/near-protocol-near-seeklogo.com.svg" class="features--align"> -->
<p class="feature-title">Admin Module</p>
<p class="feature-text">This module allows for the management of hospital operations, including financial management, staff management, and reporting. It also allows for the tracking of hospital performance, compliance with regulatory requirements, and the management of system settings.</p>
</div>
<a class="moreList" href="feature.html" style="width: 40%; margin-top: -20px;">Read more</a>
</div>
</section>
<section class="section-featured">
<div class="center">
<span class="subheading">Trusted by</span>
</div>
<div>
<div class="logos">
<img src="img/Deutsche_Welle_logo.png" alt="DW logo" />
<img src="img/nitda.png" alt="Nitda logo" />
<img class="logos__bigger" src="img/arewa_prev_ui.png" alt="Arewa 24 logo" />
<img class="logos__bigger" src="img/dco.png" alt="DCO Logo" />
</div>
</section>
<div class="container grid grid--2-cols">
<div class="">
<iframe class="youtube_iframe" src="https://www.youtube.com/embed/oElfjVhGRsI"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div class="step-text-box">
<!-- <p class="step-number">02</p>
<h3 class="heading-tertiary">Online pharmacy and emergency care</h3> -->
<div class="quote">
<p class="quote_desc">
EMRs are the bridge between paper-based healthcare and the digital age. They unlock the future of healthcare, enabling seamless information exchange, streamlined workflows, and enhanced patient care. With EMRs, providers access comprehensive records, aiding informed decision-making, personalized treatments, and improved outcomes. - <b style="opacity: 1;">CTO MyLikita</b>
</p>
</div>
</div>
</div>
<section class="section services" id="section--2">
<div class="container">
<span class="subheading">Services</span>
<h2 class="heading-secondary">
Extraordinary service, extraordinary you
</h2>
</div>
<div class="container grid grid--3-cols">
<div class="feature">
<img src="img/consultation.svg" class="features--align">
<p class="feature-title">Video Chat Support</p>
<p class="feature-text">
Real-time video and audio support to aid communication between Doctors and Patient.
</p>
</div>
<div class="feature">
<img src="img/details.svg" alt="" class="features--align">
<p class="feature-title">Hospital Management</p>
<p class="feature-text">
Manage patient hospital, clinical and other related data in a timely, effective and efficient manner.</p>
</div>
<div class="feature">
<img src="http://mylikita.clinic/img/near-protocol-near-seeklogo.com.svg" class="features--align">
<p class="feature-title">Secured on Blockchain</p>
<p class="feature-text"> Patient medical information is highly encrypted and secured on the Blockchain Technology using NEAR Protocol.
</p>
</div>
</div>
<center>
<h2 class="f">As Featured In</h2>
</center>
<div class="container grid grid--2-cols">
<div class="">
<iframe
src="https://www.youtube.com/embed/cuKIb0Alsp0?si=No8rg96zMkPIsGFa"
class="youtube_iframe2"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
</iframe>
</div>
<div class="">
<iframe
src="https://www.youtube.com/embed/CxHLvnPPr34?si=XD_T6uf5PnYL-Gon"
class="youtube_iframe2"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
</iframe>
</div>
</div>
</section>
<section class="section-cta" id="cta">
<div class="container">
<div class="cta">
<div class="cta-text-box">
<span class="subheading">Contact us</span>
<h2 class="heading-secondary">We are glad to hear from you</h2>
<p class="cta-text">
Reach out to us to learn more about our promotions, offers, pricing and lots more.
</p>
<form class="cta-form" name="sign-up">
<div>
<label for="full-name">Full Name</label>
<input id="full-name" type="text" placeholder="Tunde Thomas" name="full-name" required />
</div>
<div>
<label for="email">Email address</label>
<input id="email" type="email" placeholder="[email protected]" name="email" required />
</div>
<div>
<label for="select-where">Message</label>
<textarea id="message" type="message" placeholder="Send us a message" name="message" required></textarea>
</div>
<button class="btn btn--form btn--white">Submit</button>
</form>
</div>
<div class="cta-img-box" role="img" aria-label="Woman"></div>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container ">
<div class="grid grid--footer ">
<div class="logo-col">
<a href="#logo" class="footer-logo ">
<img class="logo" id="logos" alt="MyLikita logo " src="img/logo.png" />
</a>
<p class="copyright ">
Hospital Management Solution and Healthcare Service Delivery for you
</p>
<div class="bottomm btn-app ">
<a href="# " class="btn-app-1"><img src="img/download-app.svg" alt="App Store Button "></a>
<a href='https://play.google.com/store/apps/details?id=com.inventria.bits&hl=en&gl=US&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1' class="btn-app-2"><img class="botn" src="img/get-it-on-google-play.png" alt="Play Store Button "></a>
</div>
<div class="enter final ">Copyright © <span class="year ">2022</span> MyLikita — All rights reserved.</div>
</div>
<!-- <nav class="address-col center ">
<p class="footer-heading " href="index.html ">Home </p>
<ul class="footer-nav ">
<li><a class="footer-link " href="aboutus.html ">About us </a></li>
<li><a class="footer-link " href="services.html ">Services</a></li>
<li><a class="footer-link " href="products.html ">products</a></li>
<li><a class="footer-link " href="contact.html ">Contact us</a></li>
</ul>
</nav> -->
<div class="address-col">
<p class="footer-heading ">Address</p>
<address class="contacts ">
<p class="address ">
Office: Floor 1, African Alliance Building, No 1 Sani Abacha Way, Kano, Nigeria
</p>
<address class="contacts ">
<br/>
<p>
<a class="footer-link " href=" ">Phone: +2349039892072</a><br />
<a class="footer-link " href=" "> Email: [email protected]</a>
</p>
</address>
</address>
</div>
<div class="address-col">
<p class="footer-heading ">Contact us</p>
<div>
<ul class="social-links">
<li>
<a class="footer-link" href="#">
<ion-icon class="social-icon " name="logo-instagram"></ion-icon>
</a>
</li>
<li>
<a class="footer-link" href="#" target="_blank">
<ion-icon class="social-icon " name="logo-facebook"></ion-icon>
</a>
</li>
<!-- <li>
<a class="footer-link " href="# ">
<ion-icon class="social-icon " name="logo-twitter"></ion-icon>
</a>
</li> -->
<li>
<a class="footer-link" href="#" target="_blank">
<ion-icon class="social-icon " name="logo-linkedin"></ion-icon>
</a>
</li>
<li>
<a class="footer-link" href="#" target="_blank">
<ion-icon class="social-icon " name="logo-youtube"></ion-icon>
</a>
</li>
</ul>
<ul><br/>Socials: @MyLikita.clinic</ul>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>