Fdgg55 commited on
Commit
cd5523d
·
verified ·
1 Parent(s): bcc37dd

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +439 -19
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Clone
3
- emoji: 🏆
4
- colorFrom: blue
5
- colorTo: pink
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: clone
3
+ emoji: 🐳
4
+ colorFrom: green
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,439 @@
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>SOHAIL MDCAT </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
+ .hero-gradient {
11
+ background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 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
+ .testimonial-card {
18
+ transition: all 0.3s ease;
19
+ }
20
+ .testimonial-card:hover {
21
+ transform: scale(1.03);
22
+ }
23
+ .nav-link:hover {
24
+ color: #4f46e5;
25
+ }
26
+ .dropdown:hover .dropdown-menu {
27
+ display: block;
28
+ }
29
+ </style>
30
+ </head>
31
+ <body class="font-sans antialiased text-gray-800">
32
+ <!-- Top Bar -->
33
+ <div class="bg-gray-900 text-white py-2 px-4">
34
+ <div class="container mx-auto flex justify-between items-center">
35
+ <div class="flex space-x-4">
36
+ <a href="#" class="text-sm hover:text-indigo-300"><i class="fas fa-phone-alt mr-1"></i> +92 123 4567890</a>
37
+ <a href="#" class="text-sm hover:text-indigo-300"><i class="fas fa-envelope mr-1"></i> info@saeedmdcatlms.com</a>
38
+ </div>
39
+ <div class="flex space-x-4">
40
+ <a href="#" class="text-sm hover:text-indigo-300"><i class="fab fa-facebook-f"></i></a>
41
+ <a href="#" class="text-sm hover:text-indigo-300"><i class="fab fa-twitter"></i></a>
42
+ <a href="#" class="text-sm hover:text-indigo-300"><i class="fab fa-instagram"></i></a>
43
+ <a href="#" class="text-sm hover:text-indigo-300"><i class="fab fa-youtube"></i></a>
44
+ </div>
45
+ </div>
46
+ </div>
47
+
48
+ <!-- Navigation -->
49
+ <nav class="bg-white shadow-md sticky top-0 z-50">
50
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
51
+ <div class="flex items-center">
52
+ <a href="#" class="flex items-center">
53
+ <img src="https://via.placeholder.com/50x50" alt="SAEED MDCAT LMS Logo" class="h-10 mr-2">
54
+ <span class="text-xl font-bold text-indigo-600">SAEED MDCAT LMS</span>
55
+ </a>
56
+ </div>
57
+
58
+ <div class="hidden md:flex items-center space-x-8">
59
+ <div class="dropdown relative">
60
+ <button class="nav-link font-medium hover:text-indigo-600 flex items-center">
61
+ Home <i class="fas fa-chevron-down ml-1 text-xs"></i>
62
+ </button>
63
+ <div class="dropdown-menu absolute hidden bg-white shadow-lg rounded-md mt-2 py-2 w-48">
64
+ <a href="#" class="block px-4 py-2 hover:bg-indigo-50">Home 1</a>
65
+ <a href="#" class="block px-4 py-2 hover:bg-indigo-50">Home 2</a>
66
+ </div>
67
+ </div>
68
+ <a href="#" class="nav-link font-medium hover:text-indigo-600">About</a>
69
+ <a href="#" class="nav-link font-medium hover:text-indigo-600">Courses</a>
70
+ <a href="#" class="nav-link font-medium hover:text-indigo-600">Teachers</a>
71
+ <a href="#" class="nav-link font-medium hover:text-indigo-600">Blog</a>
72
+ <a href="#" class="nav-link font-medium hover:text-indigo-600">Contact</a>
73
+ <a href="#" class="bg-indigo-600 text-white px-6 py-2 rounded-md hover:bg-indigo-700 transition">Login</a>
74
+ </div>
75
+
76
+ <button class="md:hidden focus:outline-none">
77
+ <i class="fas fa-bars text-2xl text-indigo-600"></i>
78
+ </button>
79
+ </div>
80
+ </nav>
81
+
82
+ <!-- Hero Section -->
83
+ <section class="hero-gradient text-white py-20">
84
+ <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
85
+ <div class="md:w-1/2 mb-10 md:mb-0">
86
+ <h1 class="text-4xl md:text-5xl font-bold mb-6">Prepare for MDCAT with Pakistan's Top Platform</h1>
87
+ <p class="text-lg mb-8 opacity-90">Join thousands of successful students who aced their MDCAT exams with our comprehensive learning management system.</p>
88
+ <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
89
+ <a href="#" class="bg-white text-indigo-600 px-8 py-3 rounded-md font-medium hover:bg-gray-100 text-center">Get Started</a>
90
+ <a href="#" class="border-2 border-white text-white px-8 py-3 rounded-md font-medium hover:bg-white hover:text-indigo-600 transition text-center">Learn More</a>
91
+ </div>
92
+ </div>
93
+ <div class="md:w-1/2 flex justify-center">
94
+ <img src="https://via.placeholder.com/600x400" alt="Hero Image" class="rounded-lg shadow-xl w-full max-w-md">
95
+ </div>
96
+ </div>
97
+ </section>
98
+
99
+ <!-- Features Section -->
100
+ <section class="py-16 bg-gray-50">
101
+ <div class="container mx-auto px-4">
102
+ <div class="text-center mb-16">
103
+ <h2 class="text-3xl font-bold mb-4">Why Choose SAEED MDCAT LMS?</h2>
104
+ <p class="text-gray-600 max-w-2xl mx-auto">We provide the most comprehensive and effective preparation platform for MDCAT aspirants in Pakistan.</p>
105
+ </div>
106
+
107
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
108
+ <div class="bg-white p-8 rounded-lg shadow-md text-center card-hover transition">
109
+ <div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-6">
110
+ <i class="fas fa-book-open text-indigo-600 text-2xl"></i>
111
+ </div>
112
+ <h3 class="text-xl font-semibold mb-3">Comprehensive Content</h3>
113
+ <p class="text-gray-600">Access to thousands of MCQs, video lectures, and study materials covering all MDCAT subjects.</p>
114
+ </div>
115
+
116
+ <div class="bg-white p-8 rounded-lg shadow-md text-center card-hover transition">
117
+ <div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-6">
118
+ <i class="fas fa-chart-line text-indigo-600 text-2xl"></i>
119
+ </div>
120
+ <h3 class="text-xl font-semibold mb-3">Performance Analytics</h3>
121
+ <p class="text-gray-600">Track your progress with detailed analytics and identify areas that need improvement.</p>
122
+ </div>
123
+
124
+ <div class="bg-white p-8 rounded-lg shadow-md text-center card-hover transition">
125
+ <div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-6">
126
+ <i class="fas fa-user-graduate text-indigo-600 text-2xl"></i>
127
+ </div>
128
+ <h3 class="text-xl font-semibold mb-3">Expert Teachers</h3>
129
+ <p class="text-gray-600">Learn from Pakistan's top medical educators with years of MDCAT preparation experience.</p>
130
+ </div>
131
+ </div>
132
+ </div>
133
+ </section>
134
+
135
+ <!-- Courses Section -->
136
+ <section class="py-16">
137
+ <div class="container mx-auto px-4">
138
+ <div class="text-center mb-16">
139
+ <h2 class="text-3xl font-bold mb-4">Our Courses</h2>
140
+ <p class="text-gray-600 max-w-2xl mx-auto">Choose from our specialized courses designed to maximize your MDCAT score.</p>
141
+ </div>
142
+
143
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
144
+ <!-- Course 1 -->
145
+ <div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition">
146
+ <img src="https://via.placeholder.com/400x250" alt="Biology Course" class="w-full">
147
+ <div class="p-6">
148
+ <div class="flex justify-between items-center mb-3">
149
+ <span class="bg-indigo-100 text-indigo-600 text-xs px-3 py-1 rounded-full">Biology</span>
150
+ <span class="text-gray-500 text-sm"><i class="fas fa-users mr-1"></i> 1200 Students</span>
151
+ </div>
152
+ <h3 class="text-xl font-semibold mb-3">Complete Biology for MDCAT</h3>
153
+ <p class="text-gray-600 mb-4">Master all biology concepts with our comprehensive course covering all MDCAT topics.</p>
154
+ <div class="flex justify-between items-center">
155
+ <span class="text-indigo-600 font-medium">PKR 5,000</span>
156
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">View Course <i class="fas fa-arrow-right ml-1"></i></a>
157
+ </div>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- Course 2 -->
162
+ <div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition">
163
+ <img src="https://via.placeholder.com/400x250" alt="Chemistry Course" class="w-full">
164
+ <div class="p-6">
165
+ <div class="flex justify-between items-center mb-3">
166
+ <span class="bg-indigo-100 text-indigo-600 text-xs px-3 py-1 rounded-full">Chemistry</span>
167
+ <span class="text-gray-500 text-sm"><i class="fas fa-users mr-1"></i> 950 Students</span>
168
+ </div>
169
+ <h3 class="text-xl font-semibold mb-3">Advanced Chemistry Concepts</h3>
170
+ <p class="text-gray-600 mb-4">In-depth coverage of organic, inorganic and physical chemistry for MDCAT.</p>
171
+ <div class="flex justify-between items-center">
172
+ <span class="text-indigo-600 font-medium">PKR 4,500</span>
173
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">View Course <i class="fas fa-arrow-right ml-1"></i></a>
174
+ </div>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- Course 3 -->
179
+ <div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition">
180
+ <img src="https://via.placeholder.com/400x250" alt="Physics Course" class="w-full">
181
+ <div class="p-6">
182
+ <div class="flex justify-between items-center mb-3">
183
+ <span class="bg-indigo-100 text-indigo-600 text-xs px-3 py-1 rounded-full">Physics</span>
184
+ <span class="text-gray-500 text-sm"><i class="fas fa-users mr-1"></i> 800 Students</span>
185
+ </div>
186
+ <h3 class="text-xl font-semibold mb-3">Physics for Medical Students</h3>
187
+ <p class="text-gray-600 mb-4">Conceptual understanding of physics principles with medical applications.</p>
188
+ <div class="flex justify-between items-center">
189
+ <span class="text-indigo-600 font-medium">PKR 4,000</span>
190
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">View Course <i class="fas fa-arrow-right ml-1"></i></a>
191
+ </div>
192
+ </div>
193
+ </div>
194
+ </div>
195
+
196
+ <div class="text-center mt-12">
197
+ <a href="#" class="inline-block bg-indigo-600 text-white px-8 py-3 rounded-md font-medium hover:bg-indigo-700 transition">View All Courses</a>
198
+ </div>
199
+ </div>
200
+ </section>
201
+
202
+ <!-- Testimonials -->
203
+ <section class="py-16 bg-gray-50">
204
+ <div class="container mx-auto px-4">
205
+ <div class="text-center mb-16">
206
+ <h2 class="text-3xl font-bold mb-4">Success Stories</h2>
207
+ <p class="text-gray-600 max-w-2xl mx-auto">Hear from our students who achieved outstanding results in MDCAT.</p>
208
+ </div>
209
+
210
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
211
+ <div class="bg-white p-8 rounded-lg shadow-md testimonial-card">
212
+ <div class="flex items-center mb-4">
213
+ <img src="https://via.placeholder.com/60x60" alt="Student" class="w-12 h-12 rounded-full mr-4">
214
+ <div>
215
+ <h4 class="font-semibold">Ali Khan</h4>
216
+ <p class="text-gray-500 text-sm">Scored 192/200 in MDCAT</p>
217
+ </div>
218
+ </div>
219
+ <p class="text-gray-600">"SAEED MDCAT LMS helped me understand complex biology concepts through their amazing video lectures. The practice tests were exactly like the real exam!"</p>
220
+ <div class="mt-4 text-yellow-400">
221
+ <i class="fas fa-star"></i>
222
+ <i class="fas fa-star"></i>
223
+ <i class="fas fa-star"></i>
224
+ <i class="fas fa-star"></i>
225
+ <i class="fas fa-star"></i>
226
+ </div>
227
+ </div>
228
+
229
+ <div class="bg-white p-8 rounded-lg shadow-md testimonial-card">
230
+ <div class="flex items-center mb-4">
231
+ <img src="https://via.placeholder.com/60x60" alt="Student" class="w-12 h-12 rounded-full mr-4">
232
+ <div>
233
+ <h4 class="font-semibold">Sara Ahmed</h4>
234
+ <p class="text-gray-500 text-sm">Scored 185/200 in MDCAT</p>
235
+ </div>
236
+ </div>
237
+ <p class="text-gray-600">"The chemistry course was exceptional. I went from scoring 60% in mock tests to 92% in the actual MDCAT. The teachers are truly experts in their fields."</p>
238
+ <div class="mt-4 text-yellow-400">
239
+ <i class="fas fa-star"></i>
240
+ <i class="fas fa-star"></i>
241
+ <i class="fas fa-star"></i>
242
+ <i class="fas fa-star"></i>
243
+ <i class="fas fa-star"></i>
244
+ </div>
245
+ </div>
246
+
247
+ <div class="bg-white p-8 rounded-lg shadow-md testimonial-card">
248
+ <div class="flex items-center mb-4">
249
+ <img src="https://via.placeholder.com/60x60" alt="Student" class="w-12 h-12 rounded-full mr-4">
250
+ <div>
251
+ <h4 class="font-semibold">Usman Malik</h4>
252
+ <p class="text-gray-500 text-sm">Scored 188/200 in MDCAT</p>
253
+ </div>
254
+ </div>
255
+ <p class="text-gray-600">"The performance analytics helped me identify my weak areas. The physics course was particularly helpful with its medical application focus."</p>
256
+ <div class="mt-4 text-yellow-400">
257
+ <i class="fas fa-star"></i>
258
+ <i class="fas fa-star"></i>
259
+ <i class="fas fa-star"></i>
260
+ <i class="fas fa-star"></i>
261
+ <i class="fas fa-star-half-alt"></i>
262
+ </div>
263
+ </div>
264
+ </div>
265
+ </div>
266
+ </section>
267
+
268
+ <!-- CTA Section -->
269
+ <section class="py-16 bg-indigo-600 text-white">
270
+ <div class="container mx-auto px-4 text-center">
271
+ <h2 class="text-3xl font-bold mb-6">Ready to Start Your MDCAT Journey?</h2>
272
+ <p class="text-xl mb-8 max-w-2xl mx-auto">Join thousands of students who have successfully prepared for MDCAT with our platform.</p>
273
+ <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
274
+ <a href="#" class="bg-white text-indigo-600 px-8 py-3 rounded-md font-medium hover:bg-gray-100">Enroll Now</a>
275
+ <a href="#" class="border-2 border-white text-white px-8 py-3 rounded-md font-medium hover:bg-white hover:text-indigo-600 transition">Free Trial</a>
276
+ </div>
277
+ </div>
278
+ </section>
279
+
280
+ <!-- Blog Section -->
281
+ <section class="py-16">
282
+ <div class="container mx-auto px-4">
283
+ <div class="text-center mb-16">
284
+ <h2 class="text-3xl font-bold mb-4">Latest Articles</h2>
285
+ <p class="text-gray-600 max-w-2xl mx-auto">Stay updated with the latest MDCAT preparation tips and strategies.</p>
286
+ </div>
287
+
288
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
289
+ <div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition">
290
+ <img src="https://via.placeholder.com/400x250" alt="Blog Post" class="w-full">
291
+ <div class="p-6">
292
+ <div class="flex justify-between items-center mb-3">
293
+ <span class="text-gray-500 text-sm"><i class="far fa-calendar-alt mr-1"></i> June 15, 2023</span>
294
+ <span class="text-gray-500 text-sm"><i class="far fa-comment mr-1"></i> 24 Comments</span>
295
+ </div>
296
+ <h3 class="text-xl font-semibold mb-3">Top 10 Biology Concepts for MDCAT 2023</h3>
297
+ <p class="text-gray-600 mb-4">Learn about the most frequently tested biology concepts in MDCAT exams.</p>
298
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">Read More <i class="fas fa-arrow-right ml-1"></i></a>
299
+ </div>
300
+ </div>
301
+
302
+ <div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition">
303
+ <img src="https://via.placeholder.com/400x250" alt="Blog Post" class="w-full">
304
+ <div class="p-6">
305
+ <div class="flex justify-between items-center mb-3">
306
+ <span class="text-gray-500 text-sm"><i class="far fa-calendar-alt mr-1"></i> May 28, 2023</span>
307
+ <span class="text-gray-500 text-sm"><i class="far fa-comment mr-1"></i> 18 Comments</span>
308
+ </div>
309
+ <h3 class="text-xl font-semibold mb-3">Time Management Strategies for MDCAT</h3>
310
+ <p class="text-gray-600 mb-4">How to effectively manage your time during MDCAT preparation and in the exam.</p>
311
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">Read More <i class="fas fa-arrow-right ml-1"></i></a>
312
+ </div>
313
+ </div>
314
+
315
+ <div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition">
316
+ <img src="https://via.placeholder.com/400x250" alt="Blog Post" class="w-full">
317
+ <div class="p-6">
318
+ <div class="flex justify-between items-center mb-3">
319
+ <span class="text-gray-500 text-sm"><i class="far fa-calendar-alt mr-1"></i> May 10, 2023</span>
320
+ <span class="text-gray-500 text-sm"><i class="far fa-comment mr-1"></i> 32 Comments</span>
321
+ </div>
322
+ <h3 class="text-xl font-semibold mb-3">Common Mistakes in MDCAT Physics Section</h3>
323
+ <p class="text-gray-600 mb-4">Avoid these common pitfalls that students make in the physics portion of MDCAT.</p>
324
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">Read More <i class="fas fa-arrow-right ml-1"></i></a>
325
+ </div>
326
+ </div>
327
+ </div>
328
+ </div>
329
+ </section>
330
+
331
+ <!-- Footer -->
332
+ <footer class="bg-gray-900 text-white pt-16 pb-8">
333
+ <div class="container mx-auto px-4">
334
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-12">
335
+ <div>
336
+ <h3 class="text-xl font-bold mb-6">SAEED MDCAT LMS</h3>
337
+ <p class="text-gray-400 mb-4">Pakistan's leading platform for MDCAT preparation with proven results and expert guidance.</p>
338
+ <div class="flex space-x-4">
339
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
340
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
341
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
342
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-youtube"></i></a>
343
+ </div>
344
+ </div>
345
+
346
+ <div>
347
+ <h4 class="text-lg font-semibold mb-6">Quick Links</h4>
348
+ <ul class="space-y-3">
349
+ <li><a href="#" class="text-gray-400 hover:text-white">Home</a></li>
350
+ <li><a href="#" class="text-gray-400 hover:text-white">About Us</a></li>
351
+ <li><a href="#" class="text-gray-400 hover:text-white">Courses</a></li>
352
+ <li><a href="#" class="text-gray-400 hover:text-white">Teachers</a></li>
353
+ <li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
354
+ <li><a href="#" class="text-gray-400 hover:text-white">Contact</a></li>
355
+ </ul>
356
+ </div>
357
+
358
+ <div>
359
+ <h4 class="text-lg font-semibold mb-6">Courses</h4>
360
+ <ul class="space-y-3">
361
+ <li><a href="#" class="text-gray-400 hover:text-white">Biology</a></li>
362
+ <li><a href="#" class="text-gray-400 hover:text-white">Chemistry</a></li>
363
+ <li><a href="#" class="text-gray-400 hover:text-white">Physics</a></li>
364
+ <li><a href="#" class="text-gray-400 hover:text-white">English</a></li>
365
+ <li><a href="#" class="text-gray-400 hover:text-white">Logical Reasoning</a></li>
366
+ <li><a href="#" class="text-gray-400 hover:text-white">Mock Tests</a></li>
367
+ </ul>
368
+ </div>
369
+
370
+ <div>
371
+ <h4 class="text-lg font-semibold mb-6">Contact Us</h4>
372
+ <ul class="space-y-3">
373
+ <li class="flex items-start">
374
+ <i class="fas fa-map-marker-alt mt-1 mr-3 text-indigo-400"></i>
375
+ <span class="text-gray-400">123 Education Street, Lahore, Pakistan</span>
376
+ </li>
377
+ <li class="flex items-center">
378
+ <i class="fas fa-phone-alt mr-3 text-indigo-400"></i>
379
+ <span class="text-gray-400">+92 123 4567890</span>
380
+ </li>
381
+ <li class="flex items-center">
382
+ <i class="fas fa-envelope mr-3 text-indigo-400"></i>
383
+ <span class="text-gray-400">info@saeedmdcatlms.com</span>
384
+ </li>
385
+ </ul>
386
+ </div>
387
+ </div>
388
+
389
+ <div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
390
+ <p class="text-gray-400 mb-4 md:mb-0">© 2023 SAEED MDCAT LMS. All rights reserved.</p>
391
+ <div class="flex space-x-6">
392
+ <a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a>
393
+ <a href="#" class="text-gray-400 hover:text-white">Terms of Service</a>
394
+ <a href="#" class="text-gray-400 hover:text-white">Sitemap</a>
395
+ </div>
396
+ </div>
397
+ </div>
398
+ </footer>
399
+
400
+ <script>
401
+ // Mobile menu toggle functionality
402
+ document.addEventListener('DOMContentLoaded', function() {
403
+ const mobileMenuButton = document.querySelector('button[class*="md:hidden"]');
404
+ const mobileMenu = document.querySelector('.md\\:flex');
405
+
406
+ mobileMenuButton.addEventListener('click', function() {
407
+ mobileMenu.classList.toggle('hidden');
408
+ mobileMenu.classList.toggle('flex');
409
+ mobileMenu.classList.toggle('flex-col');
410
+ mobileMenu.classList.toggle('absolute');
411
+ mobileMenu.classList.toggle('top-16');
412
+ mobileMenu.classList.toggle('left-0');
413
+ mobileMenu.classList.toggle('right-0');
414
+ mobileMenu.classList.toggle('bg-white');
415
+ mobileMenu.classList.toggle('shadow-lg');
416
+ mobileMenu.classList.toggle('p-4');
417
+ mobileMenu.classList.toggle('space-y-4');
418
+ });
419
+
420
+ // Smooth scrolling for anchor links
421
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
422
+ anchor.addEventListener('click', function (e) {
423
+ e.preventDefault();
424
+
425
+ const targetId = this.getAttribute('href');
426
+ if (targetId === '#') return;
427
+
428
+ const targetElement = document.querySelector(targetId);
429
+ if (targetElement) {
430
+ targetElement.scrollIntoView({
431
+ behavior: 'smooth'
432
+ });
433
+ }
434
+ });
435
+ });
436
+ });
437
+ </script>
438
+ <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=Fdgg55/clone" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
439
+ </html>
prompts.txt ADDED
File without changes