stakmodsco commited on
Commit
7d7b3c5
·
verified ·
1 Parent(s): 6fc727a

change the name from Sha to somethng else - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +400 -18
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Afyacare Digital
3
- emoji: 🏢
4
- colorFrom: gray
5
- colorTo: indigo
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: afyacare-digital
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: gray
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,401 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>SHA Digital Platform - Kenya Social Health Authority</title>
7
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
10
+ <script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
12
+ <script src="https://cdn.jsdelivr.net/npm/animejs/lib/anime.iife.min.js"></script>
13
+ <script src="https://unpkg.com/feather-icons"></script>
14
+ <style>
15
+ .gradient-bg {
16
+ background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
17
+ }
18
+ .feature-card:hover {
19
+ transform: translateY(-5px);
20
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
21
+ }
22
+ .wave-shape {
23
+ position: absolute;
24
+ bottom: 0;
25
+ left: 0;
26
+ width: 100%;
27
+ overflow: hidden;
28
+ line-height: 0;
29
+ transform: rotate(180deg);
30
+ }
31
+ .wave-shape svg {
32
+ position: relative;
33
+ display: block;
34
+ width: calc(100% + 1.3px);
35
+ height: 150px;
36
+ }
37
+ .wave-shape .shape-fill {
38
+ fill: #FFFFFF;
39
+ }
40
+ </style>
41
+ </head>
42
+ <body class="font-sans antialiased text-gray-800">
43
+ <!-- Navigation -->
44
+ <nav class="bg-white shadow-sm fixed w-full z-10">
45
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
46
+ <div class="flex justify-between h-16">
47
+ <div class="flex items-center">
48
+ <div class="flex-shrink-0 flex items-center">
49
+ <i data-feather="heart" class="text-blue-600 h-8 w-8"></i>
50
+ <span class="ml-2 text-xl font-bold text-blue-600">AfyaCare Digital</span>
51
+ </div>
52
+ </div>
53
+ <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
54
+ <a href="#features" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Features</a>
55
+ <a href="#solutions" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Solutions</a>
56
+ <a href="#about" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">About</a>
57
+ <a href="#" class="bg-blue-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-blue-700">Login</a>
58
+ </div>
59
+ <div class="-mr-2 flex items-center md:hidden">
60
+ <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500" aria-controls="mobile-menu" aria-expanded="false">
61
+ <i data-feather="menu"></i>
62
+ </button>
63
+ </div>
64
+ </div>
65
+ </div>
66
+ </nav>
67
+
68
+ <!-- Hero Section -->
69
+ <div class="gradient-bg pt-24 pb-32 relative overflow-hidden">
70
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
71
+ <div class="lg:grid lg:grid-cols-12 lg:gap-8">
72
+ <div class="sm:text-center md:max-w-2xl md:mx-auto lg:col-span-6 lg:text-left lg:flex lg:items-center">
73
+ <div>
74
+ <h1 class="mt-4 text-4xl tracking-tight font-extrabold text-white sm:mt-5 sm:text-5xl lg:mt-6 xl:text-6xl">
75
+ <span class="block">Kenya's Premier</span>
76
+ <span class="block text-blue-200">Healthcare Platform</span>
77
+ </h1>
78
+ <p class="mt-3 text-base text-blue-100 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
79
+ Transforming healthcare access with secure, scalable technology for all Kenyans.
80
+ </p>
81
+ <div class="mt-8 sm:max-w-lg sm:mx-auto sm:text-center lg:text-left lg:mx-0">
82
+ <div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-3">
83
+ <a href="#" class="flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-blue-700 bg-white hover:bg-blue-50 md:py-4 md:text-lg md:px-10">
84
+ Get Started
85
+ </a>
86
+ <a href="#" class="flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-500 bg-opacity-60 hover:bg-opacity-70 md:py-4 md:text-lg md:px-10">
87
+ Learn More
88
+ </a>
89
+ </div>
90
+ </div>
91
+ </div>
92
+ </div>
93
+ <div class="mt-12 relative sm:max-w-lg sm:mx-auto lg:mt-0 lg:max-w-none lg:mx-0 lg:col-span-6 lg:flex lg:items-center">
94
+ <div class="relative mx-auto w-full rounded-lg shadow-lg lg:max-w-md">
95
+ <div class="relative block w-full bg-white rounded-lg overflow-hidden">
96
+ <img class="w-full" src="https://images.unsplash.com/photo-1579684385127-1ef15d508118?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80" alt="Healthcare professionals">
97
+ <div class="absolute inset-0 bg-blue-600 opacity-20"></div>
98
+ </div>
99
+ </div>
100
+ </div>
101
+ </div>
102
+ </div>
103
+ <div class="wave-shape">
104
+ <svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
105
+ <path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
106
+ </svg>
107
+ </div>
108
+ </div>
109
+
110
+ <!-- Features Section -->
111
+ <div id="features" class="py-12 bg-white">
112
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
113
+ <div class="lg:text-center">
114
+ <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Features</h2>
115
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
116
+ A better way to manage healthcare
117
+ </p>
118
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
119
+ Our platform connects users, providers, and administrators seamlessly.
120
+ </p>
121
+ </div>
122
+
123
+ <div class="mt-10">
124
+ <div class="space-y-10 md:space-y-0 md:grid md:grid-cols-3 md:gap-x-8 md:gap-y-10">
125
+ <!-- Feature 1 -->
126
+ <div class="feature-card relative bg-white p-6 rounded-lg shadow-md transition-all duration-300 ease-in-out" data-aos="fade-up">
127
+ <div class="absolute -top-6 left-6 rounded-md bg-blue-500 p-3 text-white">
128
+ <i data-feather="user-check"></i>
129
+ </div>
130
+ <div class="mt-6">
131
+ <h3 class="text-lg font-medium text-gray-900">Secure Registration</h3>
132
+ <p class="mt-2 text-base text-gray-500">
133
+ Identity verification via ID/NIDA integration ensures only eligible Kenyans access services.
134
+ </p>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- Feature 2 -->
139
+ <div class="feature-card relative bg-white p-6 rounded-lg shadow-md transition-all duration-300 ease-in-out" data-aos="fade-up" data-aos-delay="100">
140
+ <div class="absolute -top-6 left-6 rounded-md bg-blue-500 p-3 text-white">
141
+ <i data-feather="file-text"></i>
142
+ </div>
143
+ <div class="mt-6">
144
+ <h3 class="text-lg font-medium text-gray-900">Claim Tracking</h3>
145
+ <p class="mt-2 text-base text-gray-500">
146
+ Real-time claim submission and tracking with SMS/email notifications at every stage.
147
+ </p>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Feature 3 -->
152
+ <div class="feature-card relative bg-white p-6 rounded-lg shadow-md transition-all duration-300 ease-in-out" data-aos="fade-up" data-aos-delay="200">
153
+ <div class="absolute -top-6 left-6 rounded-md bg-blue-500 p-3 text-white">
154
+ <i data-feather="shield"></i>
155
+ </div>
156
+ <div class="mt-6">
157
+ <h3 class="text-lg font-medium text-gray-900">Fraud Detection</h3>
158
+ <p class="mt-2 text-base text-gray-500">
159
+ AI-powered verification to detect and prevent fraudulent claims automatically.
160
+ </p>
161
+ </div>
162
+ </div>
163
+ </div>
164
+ </div>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Solutions Section -->
169
+ <div id="solutions" class="py-12 bg-gray-50">
170
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
171
+ <div class="lg:text-center">
172
+ <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Solutions</h2>
173
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
174
+ Addressing current challenges
175
+ </p>
176
+ </div>
177
+
178
+ <div class="mt-10">
179
+ <div class="grid grid-cols-1 gap-10 sm:grid-cols-2 lg:grid-cols-3">
180
+ <!-- Solution 1 -->
181
+ <div class="bg-white overflow-hidden shadow rounded-lg" data-aos="zoom-in">
182
+ <div class="px-4 py-5 sm:p-6">
183
+ <div class="flex items-center">
184
+ <div class="flex-shrink-0 bg-blue-500 rounded-md p-3">
185
+ <i data-feather="clock" class="text-white h-6 w-6"></i>
186
+ </div>
187
+ <div class="ml-5 w-0 flex-1">
188
+ <h3 class="text-lg font-medium text-gray-900">Claim Delays</h3>
189
+ </div>
190
+ </div>
191
+ <div class="mt-4">
192
+ <p class="text-sm text-gray-500">
193
+ Our automated processing reduces claim approval times from weeks to days, with real-time status updates.
194
+ </p>
195
+ </div>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Solution 2 -->
200
+ <div class="bg-white overflow-hidden shadow rounded-lg" data-aos="zoom-in" data-aos-delay="100">
201
+ <div class="px-4 py-5 sm:p-6">
202
+ <div class="flex items-center">
203
+ <div class="flex-shrink-0 bg-blue-500 rounded-md p-3">
204
+ <i data-feather="alert-circle" class="text-white h-6 w-6"></i>
205
+ </div>
206
+ <div class="ml-5 w-0 flex-1">
207
+ <h3 class="text-lg font-medium text-gray-900">Coverage Confusion</h3>
208
+ </div>
209
+ </div>
210
+ <div class="mt-4">
211
+ <p class="text-sm text-gray-500">
212
+ Clear, personalized coverage information with educational content to help users understand their benefits.
213
+ </p>
214
+ </div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Solution 3 -->
219
+ <div class="bg-white overflow-hidden shadow rounded-lg" data-aos="zoom-in" data-aos-delay="200">
220
+ <div class="px-4 py-5 sm:p-6">
221
+ <div class="flex items-center">
222
+ <div class="flex-shrink-0 bg-blue-500 rounded-md p-3">
223
+ <i data-feather="wifi-off" class="text-white h-6 w-6"></i>
224
+ </div>
225
+ <div class="ml-5 w-0 flex-1">
226
+ <h3 class="text-lg font-medium text-gray-900">System Downtime</h3>
227
+ </div>
228
+ </div>
229
+ <div class="mt-4">
230
+ <p class="text-sm text-gray-500">
231
+ Built on scalable cloud infrastructure with 99.9% uptime guarantee and offline capabilities.
232
+ </p>
233
+ </div>
234
+ </div>
235
+ </div>
236
+ </div>
237
+ </div>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- CTA Section -->
242
+ <div class="bg-blue-700">
243
+ <div class="max-w-2xl mx-auto text-center py-16 px-4 sm:py-20 sm:px-6 lg:px-8">
244
+ <h2 class="text-3xl font-extrabold text-white sm:text-4xl">
245
+ <span class="block">Ready to transform healthcare?</span>
246
+ <span class="block">Join the AfyaCare Platform today.</span>
247
+ </h2>
248
+ <p class="mt-4 text-lg leading-6 text-blue-200">
249
+ Secure, scalable, and designed for all Kenyans.
250
+ </p>
251
+ <a href="#" class="mt-8 w-full inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-blue-50 sm:w-auto">
252
+ Contact Our Team
253
+ </a>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Footer -->
258
+ <footer class="bg-gray-800" id="about">
259
+ <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
260
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8">
261
+ <div>
262
+ <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">
263
+ Platform
264
+ </h3>
265
+ <ul class="mt-4 space-y-4">
266
+ <li>
267
+ <a href="#" class="text-base text-gray-300 hover:text-white">
268
+ Features
269
+ </a>
270
+ </li>
271
+ <li>
272
+ <a href="#" class="text-base text-gray-300 hover:text-white">
273
+ Security
274
+ </a>
275
+ </li>
276
+ <li>
277
+ <a href="#" class="text-base text-gray-300 hover:text-white">
278
+ Pricing
279
+ </a>
280
+ </li>
281
+ </ul>
282
+ </div>
283
+
284
+ <div>
285
+ <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">
286
+ Support
287
+ </h3>
288
+ <ul class="mt-4 space-y-4">
289
+ <li>
290
+ <a href="#" class="text-base text-gray-300 hover:text-white">
291
+ Help Center
292
+ </a>
293
+ </li>
294
+ <li>
295
+ <a href="#" class="text-base text-gray-300 hover:text-white">
296
+ Documentation
297
+ </a>
298
+ </li>
299
+ <li>
300
+ <a href="#" class="text-base text-gray-300 hover:text-white">
301
+ Contact Us
302
+ </a>
303
+ </li>
304
+ </ul>
305
+ </div>
306
+
307
+ <div>
308
+ <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">
309
+ Company
310
+ </h3>
311
+ <ul class="mt-4 space-y-4">
312
+ <li>
313
+ <a href="#" class="text-base text-gray-300 hover:text-white">
314
+ About
315
+ </a>
316
+ </li>
317
+ <li>
318
+ <a href="#" class="text-base text-gray-300 hover:text-white">
319
+ Careers
320
+ </a>
321
+ </li>
322
+ <li>
323
+ <a href="#" class="text-base text-gray-300 hover:text-white">
324
+ Partners
325
+ </a>
326
+ </li>
327
+ </ul>
328
+ </div>
329
+
330
+ <div>
331
+ <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">
332
+ Connect
333
+ </h3>
334
+ <ul class="mt-4 space-y-4">
335
+ <li>
336
+ <a href="#" class="text-base text-gray-300 hover:text-white">
337
+ Twitter
338
+ </a>
339
+ </li>
340
+ <li>
341
+ <a href="#" class="text-base text-gray-300 hover:text-white">
342
+ Facebook
343
+ </a>
344
+ </li>
345
+ <li>
346
+ <a href="#" class="text-base text-gray-300 hover:text-white">
347
+ LinkedIn
348
+ </a>
349
+ </li>
350
+ </ul>
351
+ </div>
352
+ </div>
353
+ <div class="mt-8 border-t border-gray-700 pt-8 md:flex md:items-center md:justify-between">
354
+ <div class="flex space-x-6 md:order-2">
355
+ <a href="#" class="text-gray-400 hover:text-gray-300">
356
+ <i data-feather="facebook" class="h-6 w-6"></i>
357
+ </a>
358
+ <a href="#" class="text-gray-400 hover:text-gray-300">
359
+ <i data-feather="twitter" class="h-6 w-6"></i>
360
+ </a>
361
+ <a href="#" class="text-gray-400 hover:text-gray-300">
362
+ <i data-feather="instagram" class="h-6 w-6"></i>
363
+ </a>
364
+ </div>
365
+ <p class="mt-8 text-base text-gray-400 md:mt-0 md:order-1">
366
+ &copy; 2023 AfyaCare Digital Platform. All rights reserved.
367
+ </p>
368
+ </div>
369
+ </div>
370
+ </footer>
371
+
372
+ <script>
373
+ AOS.init({
374
+ duration: 800,
375
+ easing: 'ease-in-out',
376
+ once: true
377
+ });
378
+ feather.replace();
379
+
380
+ // Simple animation for feature cards on hover
381
+ document.querySelectorAll('.feature-card').forEach(card => {
382
+ card.addEventListener('mouseenter', () => {
383
+ anime({
384
+ targets: card,
385
+ translateY: -10,
386
+ duration: 300,
387
+ easing: 'easeOutQuad'
388
+ });
389
+ });
390
+ card.addEventListener('mouseleave', () => {
391
+ anime({
392
+ targets: card,
393
+ translateY: 0,
394
+ duration: 300,
395
+ easing: 'easeOutQuad'
396
+ });
397
+ });
398
+ });
399
+ </script>
400
+ </body>
401
  </html>