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

Add 2 files

Browse files
Files changed (2) hide show
  1. index.html +286 -112
  2. prompts.txt +2 -1
index.html CHANGED
@@ -7,8 +7,8 @@
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);
@@ -29,6 +29,26 @@
29
  from, to { border-color: transparent }
30
  50% { border-color: #3b82f6; }
31
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  </style>
33
  </head>
34
  <body class="font-sans bg-gray-50">
@@ -38,50 +58,59 @@
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
 
@@ -95,13 +124,13 @@
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>
@@ -109,13 +138,13 @@
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>
@@ -123,13 +152,13 @@
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>
@@ -143,57 +172,76 @@
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
 
@@ -204,39 +252,63 @@
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>
@@ -248,55 +320,76 @@
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>
@@ -304,48 +397,86 @@
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>
@@ -356,27 +487,52 @@
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');
@@ -415,6 +571,24 @@
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>
 
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, #1e3a8a 0%, #3b82f6 100%);
12
  }
13
  .card-hover:hover {
14
  transform: translateY(-5px);
 
29
  from, to { border-color: transparent }
30
  50% { border-color: #3b82f6; }
31
  }
32
+ .inspiration-quote {
33
+ position: relative;
34
+ }
35
+ .inspiration-quote:before {
36
+ content: """;
37
+ position: absolute;
38
+ font-size: 5rem;
39
+ color: rgba(59, 130, 246, 0.2);
40
+ top: -2rem;
41
+ left: -1rem;
42
+ font-family: Georgia, serif;
43
+ }
44
+ .pulse-animation {
45
+ animation: pulse 2s infinite;
46
+ }
47
+ @keyframes pulse {
48
+ 0% { transform: scale(1); }
49
+ 50% { transform: scale(1.05); }
50
+ 100% { transform: scale(1); }
51
+ }
52
  </style>
53
  </head>
54
  <body class="font-sans bg-gray-50">
 
58
  <div class="flex justify-between h-16">
59
  <div class="flex items-center">
60
  <div class="flex-shrink-0 flex items-center">
61
+ <i class="fas fa-hands-helping text-blue-600 text-2xl mr-2"></i>
62
  <span class="text-xl font-bold text-gray-900">Building Bridges</span>
63
  </div>
64
  </div>
65
  <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
66
+ <a href="#about" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Our Story</a>
67
+ <a href="#vision" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Our Dream</a>
68
+ <a href="#initiatives" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Our Plan</a>
69
+ <a href="#contact" class="bg-blue-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-blue-700 pulse-animation">Join The Movement</a>
70
  </div>
71
  </div>
72
  </div>
73
  </nav>
74
 
75
  <!-- Hero Section -->
76
+ <div class="hero-gradient text-white">
77
+ <div class="max-w-7xl mx-auto py-24 px-4 sm:py-32 sm:px-6 lg:px-8 text-center">
78
+ <h1 class="text-4xl md:text-6xl font-extrabold tracking-tight mb-6">
79
+ <span class="typewriter block">Together We Can Build A Legacy</span>
80
  </h1>
81
+ <p class="mt-6 max-w-2xl mx-auto text-xl text-blue-100">
82
+ Every great institution is built on strong foundations. Let's create a system where every voice matters, every concern is valued, and every student thrives.
83
  </p>
84
  <div class="mt-10 flex justify-center space-x-4">
85
+ <a href="#vision" class="inline-flex items-center px-8 py-4 border border-transparent text-lg font-medium rounded-md shadow-sm text-blue-600 bg-white hover:bg-blue-50">
86
+ <i class="fas fa-bullhorn mr-2"></i> Our Vision
87
  </a>
88
+ <a href="#contact" class="inline-flex items-center px-8 py-4 border border-white text-lg font-medium rounded-md text-white bg-blue-600 bg-opacity-20 hover:bg-opacity-30">
89
+ <i class="fas fa-handshake mr-2"></i> Join Us
90
  </a>
91
  </div>
92
  </div>
93
  </div>
94
 
95
+ <!-- Inspiration Quote -->
96
+ <div class="bg-blue-50 py-12">
97
+ <div class="max-w-4xl mx-auto px-4 text-center">
98
+ <p class="text-2xl md:text-3xl font-medium text-gray-800 inspiration-quote px-8">
99
+ The true measure of any society is how it treats its members. We're not just keeping records - we're building a community where everyone belongs.
100
+ </p>
101
+ </div>
102
+ </div>
103
+
104
  <!-- About Section -->
105
+ <div id="about" class="py-16 bg-white">
106
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
107
  <div class="lg:text-center">
108
+ <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Our Story</h2>
109
  <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
110
+ More Than Just A Candidate
111
  </p>
112
  <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
113
+ This journey began with a simple belief: that through organization and care, we can create a student experience that uplifts everyone.
114
  </p>
115
  </div>
116
 
 
124
  <div class="flex">
125
  <div class="flex-shrink-0">
126
  <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
127
+ <i class="fas fa-heart"></i>
128
  </div>
129
  </div>
130
  <div class="ml-4">
131
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Passion For Service</h3>
132
  <p class="mt-2 text-base text-gray-500">
133
+ This isn't about position - it's about purpose. A deep commitment to serving students with integrity and compassion.
134
  </p>
135
  </div>
136
  </div>
 
138
  <div class="flex">
139
  <div class="flex-shrink-0">
140
  <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
141
+ <i class="fas fa-seedling"></i>
142
  </div>
143
  </div>
144
  <div class="ml-4">
145
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Rooted In Experience</h3>
146
  <p class="mt-2 text-base text-gray-500">
147
+ Years of grassroots involvement have shown what works, what doesn't, and how we can do better together.
148
  </p>
149
  </div>
150
  </div>
 
152
  <div class="flex">
153
  <div class="flex-shrink-0">
154
  <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
155
+ <i class="fas fa-rocket"></i>
156
  </div>
157
  </div>
158
  <div class="ml-4">
159
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Vision For Tomorrow</h3>
160
  <p class="mt-2 text-base text-gray-500">
161
+ Not just maintaining systems, but transforming them to meet the needs of today's students and future generations.
162
  </p>
163
  </div>
164
  </div>
 
172
  <!-- Vision Section -->
173
  <div id="vision" class="py-16 bg-gray-50 overflow-hidden">
174
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
175
+ <div class="lg:text-center mb-16">
176
+ <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Our Dream</h2>
177
  <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
178
+ Imagine What We Can Achieve Together
179
  </p>
180
  <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
181
+ A student union where organization meets inspiration, where structure serves humanity.
182
  </p>
183
  </div>
184
 
185
  <div class="grid md:grid-cols-3 gap-8">
186
  <div class="bg-white p-8 rounded-lg shadow-md card-hover transition duration-300">
187
  <div class="text-blue-600 mb-4">
188
+ <i class="fas fa-star text-4xl"></i>
189
  </div>
190
+ <h3 class="text-lg font-medium text-gray-900 mb-2">Excellence In Action</h3>
191
  <p class="text-gray-600">
192
+ Setting new standards for how we document, communicate, and preserve our shared student experience.
193
  </p>
194
+ <div class="mt-4 text-blue-600 text-sm font-medium">
195
+ <a href="#" class="hover:underline">Learn more →</a>
196
+ </div>
197
  </div>
198
 
199
  <div class="bg-white p-8 rounded-lg shadow-md card-hover transition duration-300">
200
  <div class="text-blue-600 mb-4">
201
+ <i class="fas fa-users text-4xl"></i>
202
  </div>
203
+ <h3 class="text-lg font-medium text-gray-900 mb-2">Community First</h3>
204
  <p class="text-gray-600">
205
+ Creating systems that don't just store information but strengthen connections between all students.
206
  </p>
207
+ <div class="mt-4 text-blue-600 text-sm font-medium">
208
+ <a href="#" class="hover:underline">Learn more →</a>
209
+ </div>
210
  </div>
211
 
212
  <div class="bg-white p-8 rounded-lg shadow-md card-hover transition duration-300">
213
  <div class="text-blue-600 mb-4">
214
+ <i class="fas fa-lightbulb text-4xl"></i>
215
  </div>
216
+ <h3 class="text-lg font-medium text-gray-900 mb-2">Innovation With Purpose</h3>
217
  <p class="text-gray-600">
218
+ Harnessing technology and creativity to solve age-old challenges in student governance.
219
  </p>
220
+ <div class="mt-4 text-blue-600 text-sm font-medium">
221
+ <a href="#" class="hover:underline">Learn more →</a>
222
+ </div>
223
  </div>
224
  </div>
225
+
226
+ <div class="mt-16 text-center">
227
+ <a href="#initiatives" 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">
228
+ See Our Action Plan
229
+ <i class="fas fa-arrow-down ml-2"></i>
230
+ </a>
231
+ </div>
232
  </div>
233
  </div>
234
 
235
  <!-- Initiatives Section -->
236
  <div id="initiatives" class="py-16 bg-white">
237
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
238
+ <div class="lg:text-center mb-16">
239
+ <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Our Plan</h2>
240
  <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
241
+ Building The Future Together
242
+ </p>
243
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
244
+ Concrete steps to turn our shared vision into reality for every student.
245
  </p>
246
  </div>
247
 
 
252
  <!-- Initiative 1 -->
253
  <div class="relative pl-16 md:pl-24">
254
  <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">
255
+ <i class="fas fa-laptop"></i>
256
  </div>
257
+ <div class="bg-blue-50 p-8 rounded-lg border-l-4 border-blue-600">
258
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Digital Bridge Initiative</h3>
259
  <p class="text-gray-600">
260
+ A revolutionary platform connecting students to resources, recording concerns with tracking, and preserving our institutional memory for future generations.
261
  </p>
262
+ <div class="mt-4">
263
+ <span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-blue-100 text-blue-800">
264
+ Innovation
265
+ </span>
266
+ <span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-green-100 text-green-800 ml-2">
267
+ Accessibility
268
+ </span>
269
+ </div>
270
  </div>
271
  </div>
272
 
273
  <!-- Initiative 2 -->
274
  <div class="relative pl-16 md:pl-24">
275
  <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">
276
+ <i class="fas fa-comments"></i>
277
  </div>
278
+ <div class="bg-blue-50 p-8 rounded-lg border-l-4 border-blue-600">
279
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Voice Amplification Project</h3>
280
  <p class="text-gray-600">
281
+ Ensuring no concern goes unheard by implementing structured listening sessions across faculties with guaranteed response timelines.
282
  </p>
283
+ <div class="mt-4">
284
+ <span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-purple-100 text-purple-800">
285
+ Inclusion
286
+ </span>
287
+ <span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-yellow-100 text-yellow-800 ml-2">
288
+ Accountability
289
+ </span>
290
+ </div>
291
  </div>
292
  </div>
293
 
294
  <!-- Initiative 3 -->
295
  <div class="relative pl-16 md:pl-24">
296
  <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">
297
+ <i class="fas fa-graduation-cap"></i>
298
  </div>
299
+ <div class="bg-blue-50 p-8 rounded-lg border-l-4 border-blue-600">
300
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Legacy Preservation Program</h3>
301
  <p class="text-gray-600">
302
+ Documenting not just decisions but the stories behind them - creating a living history of student leadership that inspires future activists and leaders.
303
  </p>
304
+ <div class="mt-4">
305
+ <span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-red-100 text-red-800">
306
+ Heritage
307
+ </span>
308
+ <span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-indigo-100 text-indigo-800 ml-2">
309
+ Inspiration
310
+ </span>
311
+ </div>
312
  </div>
313
  </div>
314
  </div>
 
320
  <div class="py-16 bg-gray-50">
321
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
322
  <div class="lg:text-center mb-12">
323
+ <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Voices Of Support</h2>
324
  <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
325
+ Why People Believe In This Vision
326
  </p>
327
  </div>
328
 
329
  <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
330
+ <div class="bg-white p-8 rounded-lg shadow-sm border-t-4 border-blue-500">
331
  <div class="flex items-center mb-4">
332
  <div class="flex-shrink-0">
333
+ <img class="h-12 w-12 rounded-full" src="https://randomuser.me/api/portraits/women/42.jpg" alt="">
334
  </div>
335
  <div class="ml-3">
336
+ <p class="text-sm font-bold text-gray-900">Amina Yusuf</p>
337
  <p class="text-sm text-gray-500">Faculty of Arts</p>
338
+ <div class="flex mt-1 text-yellow-400">
339
+ <i class="fas fa-star"></i>
340
+ <i class="fas fa-star"></i>
341
+ <i class="fas fa-star"></i>
342
+ <i class="fas fa-star"></i>
343
+ <i class="fas fa-star"></i>
344
+ </div>
345
  </div>
346
  </div>
347
  <p class="text-gray-600 italic">
348
+ "This isn't just about keeping minutes - it's about making minutes matter. Their approach transforms bureaucracy into meaningful connection."
349
  </p>
350
  </div>
351
 
352
+ <div class="bg-white p-8 rounded-lg shadow-sm border-t-4 border-blue-500">
353
  <div class="flex items-center mb-4">
354
  <div class="flex-shrink-0">
355
+ <img class="h-12 w-12 rounded-full" src="https://randomuser.me/api/portraits/men/32.jpg" alt="">
356
  </div>
357
  <div class="ml-3">
358
+ <p class="text-sm font-bold text-gray-900">Emeka Okafor</p>
359
  <p class="text-sm text-gray-500">Faculty of Science</p>
360
+ <div class="flex mt-1 text-yellow-400">
361
+ <i class="fas fa-star"></i>
362
+ <i class="fas fa-star"></i>
363
+ <i class="fas fa-star"></i>
364
+ <i class="fas fa-star"></i>
365
+ <i class="fas fa-star"></i>
366
+ </div>
367
  </div>
368
  </div>
369
  <p class="text-gray-600 italic">
370
+ "Finally, someone who sees record-keeping not as clerical work but as community-building. This is the leadership we've been waiting for."
371
  </p>
372
  </div>
373
 
374
+ <div class="bg-white p-8 rounded-lg shadow-sm border-t-4 border-blue-500">
375
  <div class="flex items-center mb-4">
376
  <div class="flex-shrink-0">
377
+ <img class="h-12 w-12 rounded-full" src="https://randomuser.me/api/portraits/women/68.jpg" alt="">
378
  </div>
379
  <div class="ml-3">
380
+ <p class="text-sm font-bold text-gray-900">Folake Adebayo</p>
381
  <p class="text-sm text-gray-500">Faculty of Law</p>
382
+ <div class="flex mt-1 text-yellow-400">
383
+ <i class="fas fa-star"></i>
384
+ <i class="fas fa-star"></i>
385
+ <i class="fas fa-star"></i>
386
+ <i class="fas fa-star"></i>
387
+ <i class="fas fa-star"></i>
388
+ </div>
389
  </div>
390
  </div>
391
  <p class="text-gray-600 italic">
392
+ "Their vision has reignited my belief in student governance. This is how we build institutions that stand the test of time while serving today's students."
393
  </p>
394
  </div>
395
  </div>
 
397
  </div>
398
 
399
  <!-- CTA Section -->
400
+ <div id="contact" class="bg-blue-700 relative overflow-hidden">
401
+ <div class="absolute inset-0 opacity-10">
402
+ <svg class="w-full h-full" width="100%" height="100%" viewBox="0 0 100 100" preserveAspectRatio="none">
403
+ <path d="M0,0 L100,0 L100,100 L0,100 Z" fill="none" stroke="white" stroke-width="2" stroke-dasharray="5,5"></path>
404
+ </svg>
405
+ </div>
406
+ <div class="max-w-7xl mx-auto py-16 px-4 sm:px-6 lg:py-24 lg:px-8 relative">
407
+ <div class="text-center">
408
+ <h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl">
409
+ <span class="block">Ready to be part of something greater?</span>
410
+ </h2>
411
+ <p class="mt-4 max-w-2xl mx-auto text-xl text-blue-100">
412
+ This movement isn't about one person - it's about all of us coming together to build a better student experience.
413
+ </p>
414
+ </div>
415
+ <div class="mt-12 grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3">
416
+ <div class="bg-white bg-opacity-10 backdrop-filter backdrop-blur-sm p-6 rounded-lg border border-white border-opacity-20">
417
+ <div class="text-white text-3xl mb-4">
418
+ <i class="fas fa-hands-helping"></i>
419
+ </div>
420
+ <h3 class="text-lg font-medium text-white mb-2">Volunteer</h3>
421
+ <p class="text-blue-100 text-sm">
422
+ Join our team of change-makers and help spread this vision across campus.
423
+ </p>
424
+ <div class="mt-4">
425
+ <a href="#" class="inline-flex items-center text-white font-medium hover:underline">
426
+ Sign up now
427
+ <i class="fas fa-arrow-right ml-1"></i>
428
+ </a>
429
+ </div>
430
+ </div>
431
+
432
+ <div class="bg-white bg-opacity-10 backdrop-filter backdrop-blur-sm p-6 rounded-lg border border-white border-opacity-20">
433
+ <div class="text-white text-3xl mb-4">
434
+ <i class="fas fa-lightbulb"></i>
435
+ </div>
436
+ <h3 class="text-lg font-medium text-white mb-2">Share Ideas</h3>
437
+ <p class="text-blue-100 text-sm">
438
+ Have suggestions? We're building this together and value your input.
439
+ </p>
440
+ <div class="mt-4">
441
+ <a href="#" class="inline-flex items-center text-white font-medium hover:underline">
442
+ Contribute
443
+ <i class="fas fa-arrow-right ml-1"></i>
444
+ </a>
445
+ </div>
446
  </div>
447
+
448
+ <div class="bg-white bg-opacity-10 backdrop-filter backdrop-blur-sm p-6 rounded-lg border border-white border-opacity-20">
449
+ <div class="text-white text-3xl mb-4">
450
+ <i class="fas fa-calendar-check"></i>
451
+ </div>
452
+ <h3 class="text-lg font-medium text-white mb-2">Stay Updated</h3>
453
+ <p class="text-blue-100 text-sm">
454
+ Follow our journey as we work towards election day and beyond.
455
+ </p>
456
+ <div class="mt-4">
457
+ <a href="#" class="inline-flex items-center text-white font-medium hover:underline">
458
+ Connect
459
+ <i class="fas fa-arrow-right ml-1"></i>
460
+ </a>
461
+ </div>
462
  </div>
463
  </div>
464
  </div>
465
  </div>
466
 
467
  <!-- Footer -->
468
+ <footer class="bg-gray-900 text-white">
469
  <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
470
  <div class="grid grid-cols-2 md:grid-cols-4 gap-8">
471
  <div class="col-span-2">
472
+ <h3 class="text-white text-xl font-bold mb-4 flex items-center">
473
+ <i class="fas fa-hands-helping text-blue-400 mr-2"></i>
474
+ Building Bridges Movement
475
+ </h3>
476
  <p class="text-gray-300 text-sm">
477
+ We're on a mission to transform student governance through inspired organization, transparent systems, and genuine care for every member of our community.
478
  </p>
479
+ <div class="mt-4 flex space-x-4">
 
 
 
 
 
 
 
 
 
 
 
480
  <a href="#" class="text-gray-300 hover:text-white">
481
  <i class="fab fa-twitter"></i>
482
  </a>
 
487
  <i class="fab fa-facebook"></i>
488
  </a>
489
  </div>
490
+ </div>
491
+ <div>
492
+ <h3 class="text-white text-sm font-semibold tracking-wider uppercase mb-4">Quick Links</h3>
493
+ <ul class="space-y-2">
494
+ <li><a href="#about" class="text-gray-300 hover:text-white text-sm">Our Story</a></li>
495
+ <li><a href="#vision" class="text-gray-300 hover:text-white text-sm">Our Dream</a></li>
496
+ <li><a href="#initiatives" class="text-gray-300 hover:text-white text-sm">Our Plan</a></li>
497
+ </ul>
498
+ </div>
499
+ <div>
500
+ <h3 class="text-white text-sm font-semibold tracking-wider uppercase mb-4">Contact</h3>
501
+ <ul class="space-y-2 text-gray-300 text-sm">
502
+ <li class="flex items-start">
503
+ <i class="fas fa-envelope text-blue-400 mt-1 mr-2"></i>
504
505
+ </li>
506
+ <li class="flex items-start">
507
+ <i class="fas fa-phone-alt text-blue-400 mt-1 mr-2"></i>
508
+ +234 800 000 0000
509
+ </li>
510
+ <li class="flex items-start">
511
+ <i class="fas fa-map-marker-alt text-blue-400 mt-1 mr-2"></i>
512
+ University of Ibadan Campus
513
+ </li>
514
+ </ul>
515
  </div>
516
  </div>
517
+ <div class="mt-12 border-t border-gray-800 pt-8">
518
  <p class="text-gray-400 text-sm text-center">
519
+ &copy; 2023 Building Bridges Movement. All rights reserved.
520
+ <span class="block mt-1">Together, we rise.</span>
521
  </p>
522
  </div>
523
  </div>
524
  </footer>
525
 
526
  <script>
527
+ // Enhanced JavaScript with multiple inspirational messages
528
  document.addEventListener('DOMContentLoaded', function() {
529
+ // Typewriter effect for multiple inspirational phrases
530
  const phrases = [
531
+ "Together We Can Build A Legacy",
532
+ "Organization With Heart",
533
+ "Records That Empower",
534
+ "A System That Serves All",
535
+ "The Future Starts With Us"
536
  ];
537
  let currentPhrase = 0;
538
  const typewriterElement = document.querySelector('.typewriter');
 
571
  });
572
  });
573
  });
574
+
575
+ // Add animation to cards when they come into view
576
+ const observerOptions = {
577
+ threshold: 0.1
578
+ };
579
+
580
+ const observer = new IntersectionObserver((entries) => {
581
+ entries.forEach(entry => {
582
+ if (entry.isIntersecting) {
583
+ entry.target.classList.add('animate__animated', 'animate__fadeInUp');
584
+ observer.unobserve(entry.target);
585
+ }
586
+ });
587
+ }, observerOptions);
588
+
589
+ document.querySelectorAll('.card-hover').forEach(card => {
590
+ observer.observe(card);
591
+ });
592
  });
593
  </script>
594
  <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>
prompts.txt CHANGED
@@ -1 +1,2 @@
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
 
 
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
2
+ Make more inspirational