-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
451 lines (362 loc) · 23.4 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>CareNet - AI</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/styles.css">
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body id="top" class="ss-preload theme-particles">
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader" class="dots-fade">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- intro
================================================== -->
<section id="intro" class="s-intro">
<div id="particles-js" class="s-intro__particles"></div>
<header class="s-intro__header">
<div class="s-intro__logo">
<a class="logo" href="index-particles.html">
<img src="images/logo.svg" alt="Homepage">
</a>
</div>
</header> <!-- s-intro__header -->
<div class="row s-intro__content">
<div class="column">
<div class="text-pretitle">
Nice to meet you.
</div>
<h1 class="text-huge-title">
We are preparing <br>
something exciting <br>
& amazing for you.
</h1>
<div class="s-intro__content-bottom">
<div class="s-intro__content-bottom-block">
<h5>Launching in</h5>
<div class="counter">
<div class="counter__time">
<span class="ss-days">000</span>
<span>D</span>
</div>
<div class="counter__time">
<span class="ss-hours">00</span>
<span>H</span>
</div>
<div class="counter__time minutes">
<span class="ss-minutes">00</span>
<span>M</span>
</div>
<div class="counter__time">
<span class="ss-seconds">00</span>
<span>S</span>
</div>
</div> <!-- end counter -->
</div> <!-- end s-intro-content__bottom-block -->
<div class="s-intro__content-bottom-block">
<h5>Follow Us</h5>
<ul class="social">
<li><a href="">FB</a></li>
<li><a href="">TW</a></li>
<li><a href="">IG</a></li>
<li><a href="">DB</a></li>
<li><a href="">BH</a></li>
</ul>
</div> <!-- end s-intro-content__bottom-block -->
</div> <!-- end s-intro-content__bottom -->
</div>
</div> <!-- s-intro__content -->
<div class="s-intro__notify">
<button type="button" class="btn--stroke btn--small ss-modal-trigger">
Notify Me
</button>
</div> <!-- s-intro__notify -->
<div hidden class="s-intro__modal ss-modal">
<div class="ss-modal__inner">
<span class="ss-modal__close"></span>
<svg viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg" width="30" height="30"><path d="M.5 4.5l7 4 7-4m-13-3h12a1 1 0 011 1v10a1 1 0 01-1 1h-12a1 1 0 01-1-1v-10a1 1 0 011-1z" stroke="var(--color-2-dark)"></path></svg>
<h4>Sign Up</h4>
<p class="ss-modal__text">
Be the first to know about the latest updates and
get exclusive offer on our grand opening.
</p>
<form id="mc-form" class="mc-form">
<input type="email" name="EMAIL" id="mce-EMAIL" class="u-fullwidth text-center" placeholder="Email Address" title="The domain portion of the email address is invalid (the portion after the @)." pattern="^([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x22([^\x0d\x22\x5c\x80-\xff]|\x5c[\x00-\x7f])*\x22)(\x2e([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x22([^\x0d\x22\x5c\x80-\xff]|\x5c[\x00-\x7f])*\x22))*\x40([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x5b([^\x0d\x5b-\x5d\x80-\xff]|\x5c[\x00-\x7f])*\x5d)(\x2e([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x5b([^\x0d\x5b-\x5d\x80-\xff]|\x5c[\x00-\x7f])*\x5d))*(\.\w{2,})+$" required>
<input type="submit" name="subscribe" value="Subscribe" class="btn--small btn--primary u-fullwidth">
<!-- <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_cdb7b577e41181934ed6a6a44_9a91cfe7b3" tabindex="-1" value=""></div> -->
<div class="mc-status"></div>
</form>
</div> <!-- end ss-modal__inner -->
</div> <!-- end ss-modal -->
<div class="s-intro__scroll">
<a href="#hidden" class="smoothscroll">
Scroll For More
</a>
</div> <!-- s-intro__scroll -->
</section> <!-- end s-intro -->
<!-- hidden element
================================================== -->
<div id="hidden" aria-hidden="true" style="opacity: 0;"></div>
<!-- details
================================================== -->
<section id="details" class="s-details">
<div class="row">
<div class="column">
<h1 class="text-huge-title text-center">
Hi, We Are CareNet.
</h1>
<nav class="tab-nav">
<ul class="tab-nav__list">
<li class="active" data-id="tab-about">
<a href="#0">
<span>About</span>
</a>
</li>
<li>
<a href="#tab-services">
<span>Services</span>
</a>
</li>
<li>
<a href="#tab-contact">
<span>Contact</span>
</a>
</li>
</ul>
</nav> <!-- end tab-nav -->
<div class="tab-content">
<!-- 01 - tab about -->
<div id="tab-about" class='tab-content__item'>
<div class="row tab-content__item-header">
<div class="column">
<h2>Our Story.</h2>
</div>
</div>
<div class="row">
<div class="column">
<p class="lead">
CareNetAI was conceived with the aim of democratizing healthcare by making early disease detection and emotional support widely available, transcending geographic and economic barriers. Our founder,
propelled by firsthand encounters with shortcomings in the healthcare system and inspired by the potential of Artificial Intelligence (AI) and Machine Learning (ML), initiated a transformative journey.
CareNetAI emerged as a beacon of hope, designed to empower users with crucial health insights and compassionate care, readily accessible at their fingertips.
</p>
<p>
At the core of CareNetAI lies a profound commitment to innovation and empathy. We've developed state-of-the-art AI and ML models trained with precision to accurately diagnose diseases
such as Alzheimer's, Lung Cancer, Pneumonia, Tuberculosis, and COVID-19 from medical images. However, CareNetAI transcends technological boundaries—it is a vibrant community of dedicated professionals and users,
bound by the conviction that quality healthcare is a universal right.
Our platform does more than detect illnesses; it fosters a future where healthcare is inclusive, proactive, and revolves around the well-being of every individual.
</p>
<div class="row">
<div class="column lg-6 tab-12">
<h4>More About Us.</h4>
<p>
The backbone of CareNetAI is our diverse team of innovators, healthcare experts, and technologists, all driven by the unified goal of transforming healthcare through AI and ML.
Our progress is powered by a shared enthusiasm for the transformative potential of technology and a steadfast dedication to ethical practices and empathy in every facet of our operations.
We envision a healthcare future that not only advances technologically but also becomes more accessible and impactful for people worldwide.
</p>
</div>
<div class="column lg-6 tab-12">
<h4>Need service Hosting?</h4>
<p>
Need a great reliable Consultang?
We highly recommend <a href="https://www.carenetai.github.io">CareNet</a>.
Powerful web baesed platform! Guaranteed. Starting at 0.0$ per month.
</p>
<a href="https://" class="btn btn--stroke u-fullwidth">Get Started Now</a>
<p>
<a class="btn btn--primary u-fullwidth" href="https://huggingface.co/spaces/Mattral/CareNetAI">Chat with CareNetAI</a>
<a class="btn u-fullwidth" href="https://carenetaidetection.streamlit.app/">Detect Disease</a>
<a class="btn btn--stroke u-fullwidth" href="#0">Other Services</a>
</p>
</div>
</div>
</div>
</div>
</div> <!-- end 01 - tab about -->
<!-- 02 - tab services -->
<div id="tab-services" class='tab-content__item'>
<div class="row tab-content__item-header">
<div class="column">
<h2>What We Do?</h2>
</div>
</div>
<div class="row">
<div class="column">
<p class="lead">
At CareNetAI, we leverage the transformative potential of Artificial Intelligence (AI) and Machine Learning (ML) to deliver a comprehensive range of healthcare services
that empower both individuals and healthcare professionals. Our innovative platform provides precise, efficient, and accessible healthcare solutions, ranging from early disease detection to emotional support.
We are committed to making cutting-edge healthcare attainable for everyone. Here’s how we are making a difference:
</p>
</div>
</div>
<div class="row services-list block-lg-one-half block-md-one-half block-tab-whole">
<div class="column services-list__item">
<div class="services-list__item-content">
<h4 class="item-title">Early Disease Detection</h4>
<p>
Utilizing advanced AI algorithms, we offer early detection services for diseases
such as Alzheimer's, Lung Cancer, Pneumonia, Tuberculosis, and COVID-19 through
analysis of medical images.
</p>
</div>
</div>
<div class="column services-list__item">
<div class="services-list__item-content">
<h4 class="item-title">Virtual Health Assistant</h4>
<p>
Our AI-powered virtual health assistants provide users
with reliable health information, advice, and emotional support,
accessible 24/7 from the comfort of their homes.
</p>
</div>
</div>
<div class="column services-list__item">
<div class="services-list__item-content">
<h4 class="item-title">Health Monitoring</h4>
<p>
Through our platform, users can continuously monitor their health conditions
using AI-driven insights, enabling proactive management of their well-being.
</p>
</div>
</div>
<div class="column services-list__item">
<div class="services-list__item-content">
<h4 class="item-title">Teleconsultation Services</h4>
<p>
We connect users with healthcare professionals for online consultations,
ensuring that expert advice is just a click away, thereby reducing the need for physical hospital visits.
</p>
</div>
</div>
<div class="column services-list__item">
<div class="services-list__item-content">
<h4 class="item-title">Personalized Health Plans</h4>
<p>
Based on AI analysis of user health data,
we offer personalized health and wellness plans tailored to individual health goals and conditions.
</p>
</div>
</div>
<div class="column services-list__item">
<div class="services-list__item-content">
<h4 class="item-title">Sustainable Tech Innovations</h4>
<p>
We employ advanced AI algorithms optimized for energy efficiency, reducing the environmental impact of digital healthcare.
Our technologies are designed to minimize resource usage while maximizing healthcare outcomes.
</p>
</div>
</div>
<div class="column services-list__item">
<div class="services-list__item-content">
<h4 class="item-title">Eco-friendly Health Solutions</h4>
<p>
By promoting teleconsultations and online health services, we help reduce the need for physical travel,
thereby decreasing the carbon emissions associated with traditional healthcare visits.
</p>
</div>
</div>
<div class="column services-list__item">
<div class="services-list__item-content">
<h4 class="item-title">Educational Resources + Community and Environmental Impact</h4>
<p>
Our platform will provide a wealth of educational content on various health topics, empowering users with knowledge
to make informed health decisions.
CareNetAI is committed to building a healthier future not just for our users but for our planet.
We engage with communities to promote sustainable health practices and incorporate eco-conscious decisions into our business model
and daily operations.
</p>
</div>
</div>
</div> <!-- end services-list -->
</div> <!-- end 02 - tab services -->
<!-- 03 - tab contact -->
<div id="tab-contact" class="tab-content__item">
<div class="row tab-content__item-header">
<div class="column">
<h2>Get in Touch.</h2>
</div>
</div>
<div class="row">
<div class="column">
<p class="lead">
Your journey to better health, sustainability and well-being starts here. At CareNet, we're ready to listen, support, and collaborate.
Whether you're seeking answers to your health questions, need guidance on using our platform, or are interested
in partnering with us to revolutionize healthcare, we're here for you. Reach out today to discover
how we can work together towards a healthier tomorrow. Our team is just a message away, eager to connect and
explore the possibilities that lie ahead.
Let's make healthcare accessible and empowering for everyone, together.
</p>
<div class="row">
<div class="column lg-6 tab-12">
<h4>Where to Find Us</h4>
<p>
Remote<br>
Yangon, YGN<br>
Myanamr
</p>
</div>
<div class="column lg-6 tab-12">
<h4>Follow Us</h4>
<ul class="link-list">
<li><a href="#0">Facebook</a></li>
<li><a href="#0">Twitter</a></li>
<li><a href="#0">Instagram</a></li>
</ul>
</div>
</div>
<p class="tab-content__item-bottom">
<a href="mailto:#0" class="contact-email">[email protected](demo)</a>
<span class="contact-number">
<a href="tel:197-543-2345">+** ** ** **</a>
<span>/</span>
<a href="tel:123-456-9000">+## ## ## ##</a>
</span>
</p>
</div>
</div>
</div> <!-- end 03 - tab contact -->
</div> <!-- end tab content -->
<!-- footer -->
<footer>
<div class="ss-copyright">
<span>© Copyright CareNet</span>
<span>Design by Mat</a></span>
</div>
</footer>
</div>
</div>
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<span>Back to Top</span>
<svg viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg" width="26" height="26"><path d="M7.5 1.5l.354-.354L7.5.793l-.354.353.354.354zm-.354.354l4 4 .708-.708-4-4-.708.708zm0-.708l-4 4 .708.708 4-4-.708-.708zM7 1.5V14h1V1.5H7z" fill="currentColor"></path></svg>
</a>
</div> <!-- end ss-go-top -->
</section> <!-- end s-details -->
<!-- Java Script
================================================== -->
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="js/particles.min.js"></script>
<script src="js/particle-settings.js"></script>
</body>
</html>