theharby commited on
Commit
fe8e48d
·
verified ·
1 Parent(s): c54f0af

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +421 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Menaa
3
- emoji: 🚀
4
- colorFrom: yellow
5
- colorTo: yellow
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: menaa
3
+ emoji: 🐳
4
+ colorFrom: pink
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,421 @@
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>Building Bridges | UI Campaign</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-pattern {
11
+ background-image: radial-gradient(circle at center, rgba(29, 78, 216, 0.15) 0, transparent 50%);
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
+ .typewriter {
18
+ overflow: hidden;
19
+ border-right: .15em solid #3b82f6;
20
+ white-space: nowrap;
21
+ letter-spacing: .15em;
22
+ animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
23
+ }
24
+ @keyframes typing {
25
+ from { width: 0 }
26
+ to { width: 100% }
27
+ }
28
+ @keyframes blink-caret {
29
+ from, to { border-color: transparent }
30
+ 50% { border-color: #3b82f6; }
31
+ }
32
+ </style>
33
+ </head>
34
+ <body class="font-sans bg-gray-50">
35
+ <!-- Navigation -->
36
+ <nav class="bg-white shadow-sm sticky top-0 z-50">
37
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
38
+ <div class="flex justify-between h-16">
39
+ <div class="flex items-center">
40
+ <div class="flex-shrink-0 flex items-center">
41
+ <i class="fas fa-home text-blue-600 text-2xl mr-2"></i>
42
+ <span class="text-xl font-bold text-gray-900">Building Bridges</span>
43
+ </div>
44
+ </div>
45
+ <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
46
+ <a href="#about" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">About</a>
47
+ <a href="#vision" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Vision</a>
48
+ <a href="#initiatives" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Initiatives</a>
49
+ <a href="#contact" class="bg-blue-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-blue-700">Join Us</a>
50
+ </div>
51
+ </div>
52
+ </div>
53
+ </nav>
54
+
55
+ <!-- Hero Section -->
56
+ <div class="hero-pattern">
57
+ <div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8 text-center">
58
+ <h1 class="text-4xl md:text-6xl font-extrabold tracking-tight text-gray-900 mb-4">
59
+ <span class="typewriter block">For A More Organized Community</span>
60
+ </h1>
61
+ <p class="mt-6 max-w-2xl mx-auto text-xl text-gray-600">
62
+ Ensuring every voice is heard, every concern is documented, and every student feels at home.
63
+ </p>
64
+ <div class="mt-10 flex justify-center space-x-4">
65
+ <a href="#vision" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-blue-600 hover:bg-blue-700">
66
+ Our Plan
67
+ </a>
68
+ <a href="#contact" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-blue-700 bg-blue-100 hover:bg-blue-200">
69
+ Get Involved
70
+ </a>
71
+ </div>
72
+ </div>
73
+ </div>
74
+
75
+ <!-- About Section -->
76
+ <div id="about" class="py-12 bg-white">
77
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
78
+ <div class="lg:text-center">
79
+ <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">About The Candidate</h2>
80
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
81
+ A Dedicated Record Keeper
82
+ </p>
83
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
84
+ With extensive experience in documentation, organization, and student advocacy, I understand what it takes to maintain order while fostering inclusivity.
85
+ </p>
86
+ </div>
87
+
88
+ <div class="mt-20">
89
+ <div class="flex flex-col md:flex-row items-center">
90
+ <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
91
+ <img class="rounded-lg shadow-xl" src="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80" alt="Candidate working with students">
92
+ </div>
93
+ <div class="md:w-1/2">
94
+ <div class="space-y-10">
95
+ <div class="flex">
96
+ <div class="flex-shrink-0">
97
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
98
+ <i class="fas fa-book"></i>
99
+ </div>
100
+ </div>
101
+ <div class="ml-4">
102
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Documentation Expertise</h3>
103
+ <p class="mt-2 text-base text-gray-500">
104
+ Proven track record in maintaining accurate records and ensuring transparent communication channels.
105
+ </p>
106
+ </div>
107
+ </div>
108
+
109
+ <div class="flex">
110
+ <div class="flex-shrink-0">
111
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
112
+ <i class="fas fa-users"></i>
113
+ </div>
114
+ </div>
115
+ <div class="ml-4">
116
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Student-Centric Approach</h3>
117
+ <p class="mt-2 text-base text-gray-500">
118
+ Always prioritizing student welfare and ensuring concerns are properly logged and addressed.
119
+ </p>
120
+ </div>
121
+ </div>
122
+
123
+ <div class="flex">
124
+ <div class="flex-shrink-0">
125
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
126
+ <i class="fas fa-lightbulb"></i>
127
+ </div>
128
+ </div>
129
+ <div class="ml-4">
130
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Innovative Solutions</h3>
131
+ <p class="mt-2 text-base text-gray-500">
132
+ Bringing fresh ideas to streamline administrative processes while maintaining tradition.
133
+ </p>
134
+ </div>
135
+ </div>
136
+ </div>
137
+ </div>
138
+ </div>
139
+ </div>
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Vision Section -->
144
+ <div id="vision" class="py-16 bg-gray-50 overflow-hidden">
145
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
146
+ <div class="lg:text-center mb-12">
147
+ <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Our Vision</h2>
148
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
149
+ A Well-Kept House For All
150
+ </p>
151
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
152
+ Where minutes are meticulous, records are reliable, and every member feels represented.
153
+ </p>
154
+ </div>
155
+
156
+ <div class="grid md:grid-cols-3 gap-8">
157
+ <div class="bg-white p-8 rounded-lg shadow-md card-hover transition duration-300">
158
+ <div class="text-blue-600 mb-4">
159
+ <i class="fas fa-file-alt text-4xl"></i>
160
+ </div>
161
+ <h3 class="text-lg font-medium text-gray-900 mb-2">Transparent Records</h3>
162
+ <p class="text-gray-600">
163
+ Implementing a system where all official documents are easily accessible to authorized members while maintaining confidentiality where needed.
164
+ </p>
165
+ </div>
166
+
167
+ <div class="bg-white p-8 rounded-lg shadow-md card-hover transition duration-300">
168
+ <div class="text-blue-600 mb-4">
169
+ <i class="fas fa-comments text-4xl"></i>
170
+ </div>
171
+ <h3 class="text-lg font-medium text-gray-900 mb-2">Effective Communication</h3>
172
+ <p class="text-gray-600">
173
+ Establishing clear channels between the executive body and the student community, ensuring concerns are properly documented and addressed.
174
+ </p>
175
+ </div>
176
+
177
+ <div class="bg-white p-8 rounded-lg shadow-md card-hover transition duration-300">
178
+ <div class="text-blue-600 mb-4">
179
+ <i class="fas fa-clock text-4xl"></i>
180
+ </div>
181
+ <h3 class="text-lg font-medium text-gray-900 mb-2">Efficient Meetings</h3>
182
+ <p class="text-gray-600">
183
+ Streamlining meeting procedures with well-prepared agendas and comprehensive minutes that capture all important discussions and decisions.
184
+ </p>
185
+ </div>
186
+ </div>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Initiatives Section -->
191
+ <div id="initiatives" class="py-16 bg-white">
192
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
193
+ <div class="lg:text-center mb-12">
194
+ <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Key Initiatives</h2>
195
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
196
+ Building A Better System
197
+ </p>
198
+ </div>
199
+
200
+ <div class="relative">
201
+ <div class="absolute left-0 top-0 h-full w-1 bg-blue-200 transform -translate-x-1/2 ml-12 md:ml-24"></div>
202
+
203
+ <div class="space-y-8">
204
+ <!-- Initiative 1 -->
205
+ <div class="relative pl-16 md:pl-24">
206
+ <div class="absolute left-0 top-0 flex items-center justify-center w-8 h-8 rounded-full bg-blue-600 text-white transform -translate-x-1/2 ml-12 md:ml-24">
207
+ <span>1</span>
208
+ </div>
209
+ <div class="bg-blue-50 p-6 rounded-lg">
210
+ <h3 class="text-lg font-medium text-gray-900 mb-2">Digital Documentation System</h3>
211
+ <p class="text-gray-600">
212
+ Creating a secure, cloud-based platform for storing and accessing official documents, meeting minutes, and important notices while maintaining proper access controls.
213
+ </p>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Initiative 2 -->
218
+ <div class="relative pl-16 md:pl-24">
219
+ <div class="absolute left-0 top-0 flex items-center justify-center w-8 h-8 rounded-full bg-blue-600 text-white transform -translate-x-1/2 ml-12 md:ml-24">
220
+ <span>2</span>
221
+ </div>
222
+ <div class="bg-blue-50 p-6 rounded-lg">
223
+ <h3 class="text-lg font-medium text-gray-900 mb-2">Student Concern Portal</h3>
224
+ <p class="text-gray-600">
225
+ Establishing an official channel where students can submit concerns that will be properly logged, tracked, and followed up with responses within specified timeframes.
226
+ </p>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Initiative 3 -->
231
+ <div class="relative pl-16 md:pl-24">
232
+ <div class="absolute left-0 top-0 flex items-center justify-center w-8 h-8 rounded-full bg-blue-600 text-white transform -translate-x-1/2 ml-12 md:ml-24">
233
+ <span>3</span>
234
+ </div>
235
+ <div class="bg-blue-50 p-6 rounded-lg">
236
+ <h3 class="text-lg font-medium text-gray-900 mb-2">Meeting Efficiency Program</h3>
237
+ <p class="text-gray-600">
238
+ Implementing standardized templates for agendas and minutes, plus training for committee secretaries to ensure consistency and completeness in official records.
239
+ </p>
240
+ </div>
241
+ </div>
242
+ </div>
243
+ </div>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Testimonials -->
248
+ <div class="py-16 bg-gray-50">
249
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
250
+ <div class="lg:text-center mb-12">
251
+ <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Endorsements</h2>
252
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
253
+ What People Are Saying
254
+ </p>
255
+ </div>
256
+
257
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
258
+ <div class="bg-white p-6 rounded-lg shadow-sm">
259
+ <div class="flex items-center mb-4">
260
+ <div class="flex-shrink-0">
261
+ <img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/women/42.jpg" alt="">
262
+ </div>
263
+ <div class="ml-3">
264
+ <p class="text-sm font-medium text-gray-900">Amina Yusuf</p>
265
+ <p class="text-sm text-gray-500">Faculty of Arts</p>
266
+ </div>
267
+ </div>
268
+ <p class="text-gray-600 italic">
269
+ "I've worked with them on several committees. Their attention to detail in documentation is unmatched, and they always ensure everyone's voice is properly recorded."
270
+ </p>
271
+ </div>
272
+
273
+ <div class="bg-white p-6 rounded-lg shadow-sm">
274
+ <div class="flex items-center mb-4">
275
+ <div class="flex-shrink-0">
276
+ <img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/men/32.jpg" alt="">
277
+ </div>
278
+ <div class="ml-3">
279
+ <p class="text-sm font-medium text-gray-900">Emeka Okafor</p>
280
+ <p class="text-sm text-gray-500">Faculty of Science</p>
281
+ </div>
282
+ </div>
283
+ <p class="text-gray-600 italic">
284
+ "Their organizational skills are exactly what we need to bring more transparency and efficiency to our student governance processes."
285
+ </p>
286
+ </div>
287
+
288
+ <div class="bg-white p-6 rounded-lg shadow-sm">
289
+ <div class="flex items-center mb-4">
290
+ <div class="flex-shrink-0">
291
+ <img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/women/68.jpg" alt="">
292
+ </div>
293
+ <div class="ml-3">
294
+ <p class="text-sm font-medium text-gray-900">Folake Adebayo</p>
295
+ <p class="text-sm text-gray-500">Faculty of Law</p>
296
+ </div>
297
+ </div>
298
+ <p class="text-gray-600 italic">
299
+ "In all our interactions, they've demonstrated the perfect balance of professionalism and approachability - qualities essential for maintaining proper records while staying connected to students."
300
+ </p>
301
+ </div>
302
+ </div>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- CTA Section -->
307
+ <div id="contact" class="bg-blue-700">
308
+ <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between">
309
+ <h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl">
310
+ <span class="block">Ready to support better record-keeping?</span>
311
+ <span class="block text-blue-200">Join our campaign today.</span>
312
+ </h2>
313
+ <div class="mt-8 flex lg:mt-0 lg:flex-shrink-0">
314
+ <div class="inline-flex rounded-md shadow">
315
+ <a href="#" class="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">
316
+ Volunteer
317
+ </a>
318
+ </div>
319
+ <div class="ml-3 inline-flex rounded-md shadow">
320
+ <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 bg-opacity-60 hover:bg-opacity-70">
321
+ Contact Us
322
+ </a>
323
+ </div>
324
+ </div>
325
+ </div>
326
+ </div>
327
+
328
+ <!-- Footer -->
329
+ <footer class="bg-gray-800">
330
+ <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
331
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8">
332
+ <div class="col-span-2">
333
+ <h3 class="text-white text-lg font-semibold mb-4">Building Bridges Campaign</h3>
334
+ <p class="text-gray-300 text-sm">
335
+ Dedicated to bringing organizational excellence, transparent record-keeping, and effective communication to the University of Ibadan student community.
336
+ </p>
337
+ </div>
338
+ <div>
339
+ <h3 class="text-white text-sm font-semibold tracking-wider uppercase mb-4">Quick Links</h3>
340
+ <ul class="space-y-2">
341
+ <li><a href="#about" class="text-gray-300 hover:text-white text-sm">About</a></li>
342
+ <li><a href="#vision" class="text-gray-300 hover:text-white text-sm">Vision</a></li>
343
+ <li><a href="#initiatives" class="text-gray-300 hover:text-white text-sm">Initiatives</a></li>
344
+ </ul>
345
+ </div>
346
+ <div>
347
+ <h3 class="text-white text-sm font-semibold tracking-wider uppercase mb-4">Connect</h3>
348
+ <div class="flex space-x-4">
349
+ <a href="#" class="text-gray-300 hover:text-white">
350
+ <i class="fab fa-twitter"></i>
351
+ </a>
352
+ <a href="#" class="text-gray-300 hover:text-white">
353
+ <i class="fab fa-instagram"></i>
354
+ </a>
355
+ <a href="#" class="text-gray-300 hover:text-white">
356
+ <i class="fab fa-facebook"></i>
357
+ </a>
358
+ </div>
359
+ <p class="mt-4 text-gray-300 text-sm">
360
361
+ </p>
362
+ </div>
363
+ </div>
364
+ <div class="mt-12 border-t border-gray-700 pt-8">
365
+ <p class="text-gray-400 text-sm text-center">
366
+ &copy; 2023 Building Bridges Campaign. All rights reserved.
367
+ </p>
368
+ </div>
369
+ </div>
370
+ </footer>
371
+
372
+ <script>
373
+ // Simple JavaScript for mobile menu toggle would go here
374
+ document.addEventListener('DOMContentLoaded', function() {
375
+ // Typewriter effect for multiple phrases
376
+ const phrases = [
377
+ "For A More Organized Community",
378
+ "For Meticulous Record Keeping",
379
+ "For Transparent Documentation"
380
+ ];
381
+ let currentPhrase = 0;
382
+ const typewriterElement = document.querySelector('.typewriter');
383
+
384
+ function typeWriter() {
385
+ if (currentPhrase >= phrases.length) currentPhrase = 0;
386
+ const phrase = phrases[currentPhrase];
387
+ typewriterElement.textContent = '';
388
+ typewriterElement.style.animation = 'none';
389
+ void typewriterElement.offsetWidth; // Trigger reflow
390
+ typewriterElement.style.animation = null;
391
+
392
+ let i = 0;
393
+ const typing = setInterval(() => {
394
+ if (i < phrase.length) {
395
+ typewriterElement.textContent += phrase.charAt(i);
396
+ i++;
397
+ } else {
398
+ clearInterval(typing);
399
+ setTimeout(() => {
400
+ currentPhrase++;
401
+ typeWriter();
402
+ }, 2000);
403
+ }
404
+ }, 100);
405
+ }
406
+
407
+ typeWriter();
408
+
409
+ // Smooth scrolling for anchor links
410
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
411
+ anchor.addEventListener('click', function (e) {
412
+ e.preventDefault();
413
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
414
+ behavior: 'smooth'
415
+ });
416
+ });
417
+ });
418
+ });
419
+ </script>
420
+ <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=theharby/menaa" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
421
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Create a campaign website for a person going for the post of a House Secretary in the University of Ibadan Students' union. Start off discreetly without saying it explicitly, only giving hints