Jammie93 commited on
Commit
dce0e32
·
verified ·
1 Parent(s): 38fed8f

Here's the updated description: *App Name:* DataPal *Description:* "Effortlessly purchase data bundles for MTN, AirtelTigo, and Telecel with DataPal! *MTN Data Bundles:* - 1GB: 5.5 GHC - 2GB: 11.5 GHC - 3GB: 15 GHC - 4GB: 21 GHC - 5GB: 25 GHC - 6GB: 30 GHC - 8GB: 40 GHC - 10GB: 47 GHC - 15GB: 67 GHC - 20GB: 87 GHC - 25GB: 110 GHC - 30GB: 130 GHC *AirtelTigo Data Bundles:* - 1GB: 5 GHC - 2GB: 11 GHC - 3GB: 15 GHC - 4GB: 20 GHC - 5GB: 25 GHC - 6GB: 30 GHC - 8GB: 38 GHC - 10GB: 47 GHC - 15GB: 65 GHC - 20GB: 85 GHC - 25GB: 107 GHC - 30GB: 120 GHC *Telecel Data Bundles (Coming Soon!):* - 5GB: 25 GHC - 10GB: 45 GHC - 15GB: 66 GHC - 20GB: 85 GHC - 25GB: 105 GHC - 30GB: 125 GHC - 40GB: 165 GHC - 50GB: 210 GHC - 100GB: 410 GHC Our user-friendly app allows you to: ✨ Buy data bundles instantly ✨ Choose from a range of plans to suit your needs ✨ Enjoy fast and reliable transactions ✨ Track your data usage and balance *Need Help?* Contact our support team: - Call/WhatsApp: +233 59 302 4528 - Email: yuppiegraphix@gmail.com Download DataPal today and experience seamless data bundle purchases on the go!" Let me know if you need any further updates! - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +306 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Swift Data
3
- emoji: 📈
4
- colorFrom: indigo
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: swift-data
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: green
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,306 @@
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>Swift Bundle Connect - Buy Data Bundles Instantly</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .gradient-bg {
11
+ background: linear-gradient(135deg, #4f46e5 0%, #10b981 100%);
12
+ }
13
+ .card-hover:hover {
14
+ transform: translateY(-5px);
15
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
16
+ }
17
+ .network-tab.active {
18
+ border-bottom: 3px solid #4f46e5;
19
+ color: #4f46e5;
20
+ }
21
+ </style>
22
+ </head>
23
+ <body class="bg-gray-50 font-sans">
24
+ <!-- Header/Navigation -->
25
+ <header class="gradient-bg text-white shadow-lg">
26
+ <div class="container mx-auto px-4 py-4">
27
+ <div class="flex justify-between items-center">
28
+ <div class="flex items-center space-x-2">
29
+ <img src="https://swiftdata.vercel.app/logo.jpg" alt="Swift Bundle Connect" class="h-10 w-10 rounded-full">
30
+ <h1 class="text-xl font-bold">Swift Bundle Connect</h1>
31
+ </div>
32
+ <button class="md:hidden text-white focus:outline-none">
33
+ <i class="fas fa-bars text-2xl"></i>
34
+ </button>
35
+ <nav class="hidden md:flex space-x-6">
36
+ <a href="#" class="hover:text-gray-200">Home</a>
37
+ <a href="#" class="hover:text-gray-200">Bundles</a>
38
+ <a href="#" class="hover:text-gray-200">Support</a>
39
+ <button class="bg-white text-indigo-600 px-4 py-2 rounded-full font-medium hover:bg-gray-100 transition">Sign In</button>
40
+ </nav>
41
+ </div>
42
+ </div>
43
+ </header>
44
+
45
+ <!-- Hero Section -->
46
+ <section class="gradient-bg text-white py-16">
47
+ <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
48
+ <div class="md:w-1/2 mb-8 md:mb-0">
49
+ <h2 class="text-4xl font-bold mb-4">Buy Data Bundles Instantly</h2>
50
+ <p class="text-xl mb-6">Effortlessly purchase data bundles from MTN, AirtelTigo, and Telecel networks</p>
51
+ <div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-4">
52
+ <button class="bg-white text-indigo-600 px-6 py-3 rounded-full font-bold hover:bg-gray-100 transition">Get Started</button>
53
+ <button class="border-2 border-white text-white px-6 py-3 rounded-full font-bold hover:bg-white hover:text-indigo-600 transition">Learn More</button>
54
+ </div>
55
+ </div>
56
+ <div class="md:w-1/2 flex justify-center">
57
+ <img src="https://swiftdata.vercel.app/logo.jpg" alt="Data bundles illustration" class="h-64 w-64 rounded-full shadow-2xl">
58
+ </div>
59
+ </div>
60
+ </section>
61
+
62
+ <!-- Features Section -->
63
+ <section class="py-16 bg-white">
64
+ <div class="container mx-auto px-4">
65
+ <h2 class="text-3xl font-bold text-center mb-12">Why Choose Swift Bundle Connect</h2>
66
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
67
+ <div class="bg-gray-50 p-6 rounded-xl shadow-md text-center transition duration-300 card-hover">
68
+ <div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
69
+ <i class="fas fa-bolt text-indigo-600 text-2xl"></i>
70
+ </div>
71
+ <h3 class="text-xl font-bold mb-2">Instant Purchase</h3>
72
+ <p class="text-gray-600">Get your data bundles delivered to your phone instantly after payment.</p>
73
+ </div>
74
+ <div class="bg-gray-50 p-6 rounded-xl shadow-md text-center transition duration-300 card-hover">
75
+ <div class="bg-green-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
76
+ <i class="fas fa-lock text-green-600 text-2xl"></i>
77
+ </div>
78
+ <h3 class="text-xl font-bold mb-2">Secure Payments</h3>
79
+ <p class="text-gray-600">All transactions are encrypted and processed through secure channels.</p>
80
+ </div>
81
+ <div class="bg-gray-50 p-6 rounded-xl shadow-md text-center transition duration-300 card-hover">
82
+ <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
83
+ <i class="fas fa-cogs text-blue-600 text-2xl"></i>
84
+ </div>
85
+ <h3 class="text-xl font-bold mb-2">Auto Processing</h3>
86
+ <p class="text-gray-600">Our system automatically processes your orders without delays.</p>
87
+ </div>
88
+ </div>
89
+ </div>
90
+ </section>
91
+
92
+ <!-- Data Bundles Section -->
93
+ <section class="py-16 bg-gray-50">
94
+ <div class="container mx-auto px-4">
95
+ <h2 class="text-3xl font-bold text-center mb-8">Available Data Bundles</h2>
96
+
97
+ <!-- Network Tabs -->
98
+ <div class="flex justify-center mb-8 border-b border-gray-200">
99
+ <button class="network-tab active px-6 py-3 font-medium">MTN</button>
100
+ <button class="network-tab px-6 py-3 font-medium text-gray-500">AirtelTigo</button>
101
+ <button class="network-tab px-6 py-3 font-medium text-gray-500">Telecel</button>
102
+ </div>
103
+
104
+ <!-- MTN Bundles -->
105
+ <div id="mtn-bundles" class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6">
106
+ <!-- 1GB -->
107
+ <div class="bg-white p-6 rounded-xl shadow-md transition duration-300 card-hover">
108
+ <div class="flex justify-between items-start mb-4">
109
+ <h3 class="text-xl font-bold">1GB</h3>
110
+ <span class="bg-indigo-100 text-indigo-800 text-xs font-semibold px-2.5 py-0.5 rounded">Popular</span>
111
+ </div>
112
+ <p class="text-gray-500 mb-4">Valid for 30 days</p>
113
+ <div class="flex justify-between items-center">
114
+ <span class="text-2xl font-bold">₵5.5</span>
115
+ <button class="bg-indigo-600 text-white px-4 py-2 rounded-lg hover:bg-indigo-700 transition">Buy Now</button>
116
+ </div>
117
+ </div>
118
+
119
+ <!-- 2GB -->
120
+ <div class="bg-white p-6 rounded-xl shadow-md transition duration-300 card-hover">
121
+ <h3 class="text-xl font-bold mb-4">2GB</h3>
122
+ <p class="text-gray-500 mb-4">Valid for 30 days</p>
123
+ <div class="flex justify-between items-center">
124
+ <span class="text-2xl font-bold">₵11.5</span>
125
+ <button class="bg-indigo-600 text-white px-4 py-2 rounded-lg hover:bg-indigo-700 transition">Buy Now</button>
126
+ </div>
127
+ </div>
128
+
129
+ <!-- 3GB -->
130
+ <div class="bg-white p-6 rounded-xl shadow-md transition duration-300 card-hover">
131
+ <h3 class="text-xl font-bold mb-4">3GB</h3>
132
+ <p class="text-gray-500 mb-4">Valid for 30 days</p>
133
+ <div class="flex justify-between items-center">
134
+ <span class="text-2xl font-bold">₵15</span>
135
+ <button class="bg-indigo-600 text-white px-4 py-2 rounded-lg hover:bg-indigo-700 transition">Buy Now</button>
136
+ </div>
137
+ </div>
138
+
139
+ <!-- 5GB -->
140
+ <div class="bg-white p-6 rounded-xl shadow-md transition duration-300 card-hover">
141
+ <div class="flex justify-between items-start mb-4">
142
+ <h3 class="text-xl font-bold">5GB</h3>
143
+ <span class="bg-green-100 text-green-800 text-xs font-semibold px-2.5 py-0.5 rounded">Best Value</span>
144
+ </div>
145
+ <p class="text-gray-500 mb-4">Valid for 30 days</p>
146
+ <div class="flex justify-between items-center">
147
+ <span class="text-2xl font-bold">₵25</span>
148
+ <button class="bg-indigo-600 text-white px-4 py-2 rounded-lg hover:bg-indigo-700 transition">Buy Now</button>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- 10GB -->
153
+ <div class="bg-white p-6 rounded-xl shadow-md transition duration-300 card-hover">
154
+ <h3 class="text-xl font-bold mb-4">10GB</h3>
155
+ <p class="text-gray-500 mb-4">Valid for 30 days</p>
156
+ <div class="flex justify-between items-center">
157
+ <span class="text-2xl font-bold">₵47</span>
158
+ <button class="bg-indigo-600 text-white px-4 py-2 rounded-lg hover:bg-indigo-700 transition">Buy Now</button>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- 20GB -->
163
+ <div class="bg-white p-6 rounded-xl shadow-md transition duration-300 card-hover">
164
+ <h3 class="text-xl font-bold mb-4">20GB</h3>
165
+ <p class="text-gray-500 mb-4">Valid for 30 days</p>
166
+ <div class="flex justify-between items-center">
167
+ <span class="text-2xl font-bold">₵87</span>
168
+ <button class="bg-indigo-600 text-white px-4 py-2 rounded-lg hover:bg-indigo-700 transition">Buy Now</button>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- 30GB -->
173
+ <div class="bg-white p-6 rounded-xl shadow-md transition duration-300 card-hover">
174
+ <h3 class="text-xl font-bold mb-4">30GB</h3>
175
+ <p class="text-gray-500 mb-4">Valid for 30 days</p>
176
+ <div class="flex justify-between items-center">
177
+ <span class="text-2xl font-bold">₵130</span>
178
+ <button class="bg-indigo-600 text-white px-4 py-2 rounded-lg hover:bg-indigo-700 transition">Buy Now</button>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- View All -->
183
+ <div class="bg-white p-6 rounded-xl shadow-md flex items-center justify-center transition duration-300 card-hover">
184
+ <button class="text-indigo-600 font-bold flex items-center">
185
+ View All Bundles
186
+ <i class="fas fa-arrow-right ml-2"></i>
187
+ </button>
188
+ </div>
189
+ </div>
190
+ </div>
191
+ </section>
192
+
193
+ <!-- Support Section -->
194
+ <section class="py-16 bg-white">
195
+ <div class="container mx-auto px-4">
196
+ <h2 class="text-3xl font-bold text-center mb-12">Need Help?</h2>
197
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-4xl mx-auto">
198
+ <div class="bg-gray-50 p-8 rounded-xl shadow-md">
199
+ <div class="flex items-center mb-4">
200
+ <div class="bg-blue-100 p-3 rounded-full mr-4">
201
+ <i class="fas fa-phone-alt text-blue-600"></i>
202
+ </div>
203
+ <h3 class="text-xl font-bold">Call/WhatsApp</h3>
204
+ </div>
205
+ <p class="text-gray-600 mb-4">Our support team is available 24/7 to assist you with any issues.</p>
206
+ <a href="tel:+233593024528" class="text-blue-600 font-medium hover:underline">+233 59 302 4528</a>
207
+ </div>
208
+ <div class="bg-gray-50 p-8 rounded-xl shadow-md">
209
+ <div class="flex items-center mb-4">
210
+ <div class="bg-green-100 p-3 rounded-full mr-4">
211
+ <i class="fas fa-envelope text-green-600"></i>
212
+ </div>
213
+ <h3 class="text-xl font-bold">Email</h3>
214
+ </div>
215
+ <p class="text-gray-600 mb-4">Send us an email and we'll get back to you within 24 hours.</p>
216
+ <a href="mailto:yuppiegraphix@gmail.com" class="text-blue-600 font-medium hover:underline">yuppiegraphix@gmail.com</a>
217
+ </div>
218
+ </div>
219
+ </div>
220
+ </section>
221
+
222
+ <!-- Footer -->
223
+ <footer class="bg-gray-900 text-white py-12">
224
+ <div class="container mx-auto px-4">
225
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
226
+ <div>
227
+ <div class="flex items-center mb-4">
228
+ <img src="https://swiftdata.vercel.app/logo.jpg" alt="Swift Bundle Connect" class="h-10 w-10 rounded-full mr-2">
229
+ <h3 class="text-xl font-bold">Swift Bundle Connect</h3>
230
+ </div>
231
+ <p class="text-gray-400">Buy data bundles instantly from all major networks in Ghana.</p>
232
+ </div>
233
+ <div>
234
+ <h4 class="text-lg font-semibold mb-4">Quick Links</h4>
235
+ <ul class="space-y-2">
236
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Home</a></li>
237
+ <li><a href="#" class="text-gray-400 hover:text-white transition">MTN Bundles</a></li>
238
+ <li><a href="#" class="text-gray-400 hover:text-white transition">AirtelTigo Bundles</a></li>
239
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Telecel Bundles</a></li>
240
+ </ul>
241
+ </div>
242
+ <div>
243
+ <h4 class="text-lg font-semibold mb-4">Support</h4>
244
+ <ul class="space-y-2">
245
+ <li><a href="#" class="text-gray-400 hover:text-white transition">FAQs</a></li>
246
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Contact Us</a></li>
247
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a></li>
248
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li>
249
+ </ul>
250
+ </div>
251
+ <div>
252
+ <h4 class="text-lg font-semibold mb-4">Connect With Us</h4>
253
+ <div class="flex space-x-4 mb-4">
254
+ <a href="#" class="bg-gray-700 h-10 w-10 rounded-full flex items-center justify-center hover:bg-indigo-600 transition">
255
+ <i class="fab fa-facebook-f"></i>
256
+ </a>
257
+ <a href="#" class="bg-gray-700 h-10 w-10 rounded-full flex items-center justify-center hover:bg-blue-400 transition">
258
+ <i class="fab fa-twitter"></i>
259
+ </a>
260
+ <a href="#" class="bg-gray-700 h-10 w-10 rounded-full flex items-center justify-center hover:bg-pink-600 transition">
261
+ <i class="fab fa-instagram"></i>
262
+ </a>
263
+ <a href="#" class="bg-gray-700 h-10 w-10 rounded-full flex items-center justify-center hover:bg-green-500 transition">
264
+ <i class="fab fa-whatsapp"></i>
265
+ </a>
266
+ </div>
267
+ <p class="text-gray-400">Subscribe to our newsletter</p>
268
+ <div class="mt-2 flex">
269
+ <input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-lg focus:outline-none text-gray-900 w-full">
270
+ <button class="bg-indigo-600 px-4 py-2 rounded-r-lg hover:bg-indigo-700 transition">
271
+ <i class="fas fa-paper-plane"></i>
272
+ </button>
273
+ </div>
274
+ </div>
275
+ </div>
276
+ <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
277
+ <p>&copy; 2023 Swift Bundle Connect. All rights reserved.</p>
278
+ </div>
279
+ </div>
280
+ </footer>
281
+
282
+ <script>
283
+ // Simple tab switching functionality
284
+ document.addEventListener('DOMContentLoaded', function() {
285
+ const tabs = document.querySelectorAll('.network-tab');
286
+
287
+ tabs.forEach(tab => {
288
+ tab.addEventListener('click', function() {
289
+ // Remove active class from all tabs
290
+ tabs.forEach(t => t.classList.remove('active', 'text-indigo-600'));
291
+ tabs.forEach(t => t.classList.add('text-gray-500'));
292
+
293
+ // Add active class to clicked tab
294
+ this.classList.add('active', 'text-indigo-600');
295
+ this.classList.remove('text-gray-500');
296
+
297
+ // Here you would typically show the corresponding bundles
298
+ // For this demo, we're just changing the UI state
299
+ });
300
+ });
301
+
302
+ // Mobile menu toggle would go here
303
+ });
304
+ </script>
305
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Jammie93/swift-data" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
306
+ </html>