|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<title>Building Bridges | UI Campaign</title> |
|
<script src="https://cdn.tailwindcss.com"></script> |
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
|
<style> |
|
.hero-gradient { |
|
background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%); |
|
} |
|
.card-hover:hover { |
|
transform: translateY(-5px); |
|
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); |
|
} |
|
.typewriter { |
|
overflow: hidden; |
|
border-right: .15em solid #3b82f6; |
|
white-space: nowrap; |
|
letter-spacing: .15em; |
|
animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite; |
|
} |
|
@keyframes typing { |
|
from { width: 0 } |
|
to { width: 100% } |
|
} |
|
@keyframes blink-caret { |
|
from, to { border-color: transparent } |
|
50% { border-color: #3b82f6; } |
|
} |
|
.inspiration-quote { |
|
position: relative; |
|
} |
|
.inspiration-quote:before { |
|
content: """; |
|
position: absolute; |
|
font-size: 5rem; |
|
color: rgba(59, 130, 246, 0.2); |
|
top: -2rem; |
|
left: -1rem; |
|
font-family: Georgia, serif; |
|
} |
|
.pulse-animation { |
|
animation: pulse 2s infinite; |
|
} |
|
@keyframes pulse { |
|
0% { transform: scale(1); } |
|
50% { transform: scale(1.05); } |
|
100% { transform: scale(1); } |
|
} |
|
</style> |
|
</head> |
|
<body class="font-sans bg-gray-50"> |
|
|
|
<nav class="bg-white shadow-sm sticky top-0 z-50"> |
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
|
<div class="flex justify-between h-16"> |
|
<div class="flex items-center"> |
|
<div class="flex-shrink-0 flex items-center"> |
|
<i class="fas fa-hands-helping text-blue-600 text-2xl mr-2"></i> |
|
<span class="text-xl font-bold text-gray-900">Building Bridges</span> |
|
</div> |
|
</div> |
|
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8"> |
|
<a href="#about" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Our Story</a> |
|
<a href="#vision" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Our Dream</a> |
|
<a href="#initiatives" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Our Plan</a> |
|
<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> |
|
</div> |
|
</div> |
|
</div> |
|
</nav> |
|
|
|
|
|
<div class="hero-gradient text-white"> |
|
<div class="max-w-7xl mx-auto py-24 px-4 sm:py-32 sm:px-6 lg:px-8 text-center"> |
|
<h1 class="text-4xl md:text-6xl font-extrabold tracking-tight mb-6"> |
|
<span class="typewriter block">Together We Can Build A Legacy</span> |
|
</h1> |
|
<p class="mt-6 max-w-2xl mx-auto text-xl text-blue-100"> |
|
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. |
|
</p> |
|
<div class="mt-10 flex justify-center space-x-4"> |
|
<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"> |
|
<i class="fas fa-bullhorn mr-2"></i> Our Vision |
|
</a> |
|
<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"> |
|
<i class="fas fa-handshake mr-2"></i> Join Us |
|
</a> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="bg-blue-50 py-12"> |
|
<div class="max-w-4xl mx-auto px-4 text-center"> |
|
<p class="text-2xl md:text-3xl font-medium text-gray-800 inspiration-quote px-8"> |
|
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. |
|
</p> |
|
</div> |
|
</div> |
|
|
|
|
|
<div id="about" class="py-16 bg-white"> |
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
|
<div class="lg:text-center"> |
|
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Our Story</h2> |
|
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> |
|
More Than Just A Candidate |
|
</p> |
|
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> |
|
This journey began with a simple belief: that through organization and care, we can create a student experience that uplifts everyone. |
|
</p> |
|
</div> |
|
|
|
<div class="mt-20"> |
|
<div class="flex flex-col md:flex-row items-center"> |
|
<div class="md:w-1/2 mb-10 md:mb-0 md:pr-10"> |
|
<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"> |
|
</div> |
|
<div class="md:w-1/2"> |
|
<div class="space-y-10"> |
|
<div class="flex"> |
|
<div class="flex-shrink-0"> |
|
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> |
|
<i class="fas fa-heart"></i> |
|
</div> |
|
</div> |
|
<div class="ml-4"> |
|
<h3 class="text-lg leading-6 font-medium text-gray-900">Passion For Service</h3> |
|
<p class="mt-2 text-base text-gray-500"> |
|
This isn't about position - it's about purpose. A deep commitment to serving students with integrity and compassion. |
|
</p> |
|
</div> |
|
</div> |
|
|
|
<div class="flex"> |
|
<div class="flex-shrink-0"> |
|
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> |
|
<i class="fas fa-seedling"></i> |
|
</div> |
|
</div> |
|
<div class="ml-4"> |
|
<h3 class="text-lg leading-6 font-medium text-gray-900">Rooted In Experience</h3> |
|
<p class="mt-2 text-base text-gray-500"> |
|
Years of grassroots involvement have shown what works, what doesn't, and how we can do better together. |
|
</p> |
|
</div> |
|
</div> |
|
|
|
<div class="flex"> |
|
<div class="flex-shrink-0"> |
|
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> |
|
<i class="fas fa-rocket"></i> |
|
</div> |
|
</div> |
|
<div class="ml-4"> |
|
<h3 class="text-lg leading-6 font-medium text-gray-900">Vision For Tomorrow</h3> |
|
<p class="mt-2 text-base text-gray-500"> |
|
Not just maintaining systems, but transforming them to meet the needs of today's students and future generations. |
|
</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<div id="vision" class="py-16 bg-gray-50 overflow-hidden"> |
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
|
<div class="lg:text-center mb-16"> |
|
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Our Dream</h2> |
|
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> |
|
Imagine What We Can Achieve Together |
|
</p> |
|
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> |
|
A student union where organization meets inspiration, where structure serves humanity. |
|
</p> |
|
</div> |
|
|
|
<div class="grid md:grid-cols-3 gap-8"> |
|
<div class="bg-white p-8 rounded-lg shadow-md card-hover transition duration-300"> |
|
<div class="text-blue-600 mb-4"> |
|
<i class="fas fa-star text-4xl"></i> |
|
</div> |
|
<h3 class="text-lg font-medium text-gray-900 mb-2">Excellence In Action</h3> |
|
<p class="text-gray-600"> |
|
Setting new standards for how we document, communicate, and preserve our shared student experience. |
|
</p> |
|
<div class="mt-4 text-blue-600 text-sm font-medium"> |
|
<a href="#" class="hover:underline">Learn more →</a> |
|
</div> |
|
</div> |
|
|
|
<div class="bg-white p-8 rounded-lg shadow-md card-hover transition duration-300"> |
|
<div class="text-blue-600 mb-4"> |
|
<i class="fas fa-users text-4xl"></i> |
|
</div> |
|
<h3 class="text-lg font-medium text-gray-900 mb-2">Community First</h3> |
|
<p class="text-gray-600"> |
|
Creating systems that don't just store information but strengthen connections between all students. |
|
</p> |
|
<div class="mt-4 text-blue-600 text-sm font-medium"> |
|
<a href="#" class="hover:underline">Learn more →</a> |
|
</div> |
|
</div> |
|
|
|
<div class="bg-white p-8 rounded-lg shadow-md card-hover transition duration-300"> |
|
<div class="text-blue-600 mb-4"> |
|
<i class="fas fa-lightbulb text-4xl"></i> |
|
</div> |
|
<h3 class="text-lg font-medium text-gray-900 mb-2">Innovation With Purpose</h3> |
|
<p class="text-gray-600"> |
|
Harnessing technology and creativity to solve age-old challenges in student governance. |
|
</p> |
|
<div class="mt-4 text-blue-600 text-sm font-medium"> |
|
<a href="#" class="hover:underline">Learn more →</a> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
<div class="mt-16 text-center"> |
|
<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"> |
|
See Our Action Plan |
|
<i class="fas fa-arrow-down ml-2"></i> |
|
</a> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<div id="initiatives" class="py-16 bg-white"> |
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
|
<div class="lg:text-center mb-16"> |
|
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Our Plan</h2> |
|
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> |
|
Building The Future Together |
|
</p> |
|
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> |
|
Concrete steps to turn our shared vision into reality for every student. |
|
</p> |
|
</div> |
|
|
|
<div class="relative"> |
|
<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> |
|
|
|
<div class="space-y-8"> |
|
|
|
<div class="relative pl-16 md:pl-24"> |
|
<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"> |
|
<i class="fas fa-laptop"></i> |
|
</div> |
|
<div class="bg-blue-50 p-8 rounded-lg border-l-4 border-blue-600"> |
|
<h3 class="text-xl font-bold text-gray-900 mb-3">Digital Bridge Initiative</h3> |
|
<p class="text-gray-600"> |
|
A revolutionary platform connecting students to resources, recording concerns with tracking, and preserving our institutional memory for future generations. |
|
</p> |
|
<div class="mt-4"> |
|
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-blue-100 text-blue-800"> |
|
Innovation |
|
</span> |
|
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-green-100 text-green-800 ml-2"> |
|
Accessibility |
|
</span> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="relative pl-16 md:pl-24"> |
|
<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"> |
|
<i class="fas fa-comments"></i> |
|
</div> |
|
<div class="bg-blue-50 p-8 rounded-lg border-l-4 border-blue-600"> |
|
<h3 class="text-xl font-bold text-gray-900 mb-3">Voice Amplification Project</h3> |
|
<p class="text-gray-600"> |
|
Ensuring no concern goes unheard by implementing structured listening sessions across faculties with guaranteed response timelines. |
|
</p> |
|
<div class="mt-4"> |
|
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-purple-100 text-purple-800"> |
|
Inclusion |
|
</span> |
|
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-yellow-100 text-yellow-800 ml-2"> |
|
Accountability |
|
</span> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="relative pl-16 md:pl-24"> |
|
<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"> |
|
<i class="fas fa-graduation-cap"></i> |
|
</div> |
|
<div class="bg-blue-50 p-8 rounded-lg border-l-4 border-blue-600"> |
|
<h3 class="text-xl font-bold text-gray-900 mb-3">Legacy Preservation Program</h3> |
|
<p class="text-gray-600"> |
|
Documenting not just decisions but the stories behind them - creating a living history of student leadership that inspires future activists and leaders. |
|
</p> |
|
<div class="mt-4"> |
|
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-red-100 text-red-800"> |
|
Heritage |
|
</span> |
|
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-indigo-100 text-indigo-800 ml-2"> |
|
Inspiration |
|
</span> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="py-16 bg-gray-50"> |
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
|
<div class="lg:text-center mb-12"> |
|
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Voices Of Support</h2> |
|
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> |
|
Why People Believe In This Vision |
|
</p> |
|
</div> |
|
|
|
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> |
|
<div class="bg-white p-8 rounded-lg shadow-sm border-t-4 border-blue-500"> |
|
<div class="flex items-center mb-4"> |
|
<div class="flex-shrink-0"> |
|
<img class="h-12 w-12 rounded-full" src="https://randomuser.me/api/portraits/women/42.jpg" alt=""> |
|
</div> |
|
<div class="ml-3"> |
|
<p class="text-sm font-bold text-gray-900">Amina Yusuf</p> |
|
<p class="text-sm text-gray-500">Faculty of Arts</p> |
|
<div class="flex mt-1 text-yellow-400"> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
</div> |
|
</div> |
|
</div> |
|
<p class="text-gray-600 italic"> |
|
"This isn't just about keeping minutes - it's about making minutes matter. Their approach transforms bureaucracy into meaningful connection." |
|
</p> |
|
</div> |
|
|
|
<div class="bg-white p-8 rounded-lg shadow-sm border-t-4 border-blue-500"> |
|
<div class="flex items-center mb-4"> |
|
<div class="flex-shrink-0"> |
|
<img class="h-12 w-12 rounded-full" src="https://randomuser.me/api/portraits/men/32.jpg" alt=""> |
|
</div> |
|
<div class="ml-3"> |
|
<p class="text-sm font-bold text-gray-900">Emeka Okafor</p> |
|
<p class="text-sm text-gray-500">Faculty of Science</p> |
|
<div class="flex mt-1 text-yellow-400"> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
</div> |
|
</div> |
|
</div> |
|
<p class="text-gray-600 italic"> |
|
"Finally, someone who sees record-keeping not as clerical work but as community-building. This is the leadership we've been waiting for." |
|
</p> |
|
</div> |
|
|
|
<div class="bg-white p-8 rounded-lg shadow-sm border-t-4 border-blue-500"> |
|
<div class="flex items-center mb-4"> |
|
<div class="flex-shrink-0"> |
|
<img class="h-12 w-12 rounded-full" src="https://randomuser.me/api/portraits/women/68.jpg" alt=""> |
|
</div> |
|
<div class="ml-3"> |
|
<p class="text-sm font-bold text-gray-900">Folake Adebayo</p> |
|
<p class="text-sm text-gray-500">Faculty of Law</p> |
|
<div class="flex mt-1 text-yellow-400"> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
</div> |
|
</div> |
|
</div> |
|
<p class="text-gray-600 italic"> |
|
"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." |
|
</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<div id="contact" class="bg-blue-700 relative overflow-hidden"> |
|
<div class="absolute inset-0 opacity-10"> |
|
<svg class="w-full h-full" width="100%" height="100%" viewBox="0 0 100 100" preserveAspectRatio="none"> |
|
<path d="M0,0 L100,0 L100,100 L0,100 Z" fill="none" stroke="white" stroke-width="2" stroke-dasharray="5,5"></path> |
|
</svg> |
|
</div> |
|
<div class="max-w-7xl mx-auto py-16 px-4 sm:px-6 lg:py-24 lg:px-8 relative"> |
|
<div class="text-center"> |
|
<h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl"> |
|
<span class="block">Ready to be part of something greater?</span> |
|
</h2> |
|
<p class="mt-4 max-w-2xl mx-auto text-xl text-blue-100"> |
|
This movement isn't about one person - it's about all of us coming together to build a better student experience. |
|
</p> |
|
</div> |
|
<div class="mt-12 grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3"> |
|
<div class="bg-white bg-opacity-10 backdrop-filter backdrop-blur-sm p-6 rounded-lg border border-white border-opacity-20"> |
|
<div class="text-white text-3xl mb-4"> |
|
<i class="fas fa-hands-helping"></i> |
|
</div> |
|
<h3 class="text-lg font-medium text-white mb-2">Volunteer</h3> |
|
<p class="text-blue-100 text-sm"> |
|
Join our team of change-makers and help spread this vision across campus. |
|
</p> |
|
<div class="mt-4"> |
|
<a href="#" class="inline-flex items-center text-white font-medium hover:underline"> |
|
Sign up now |
|
<i class="fas fa-arrow-right ml-1"></i> |
|
</a> |
|
</div> |
|
</div> |
|
|
|
<div class="bg-white bg-opacity-10 backdrop-filter backdrop-blur-sm p-6 rounded-lg border border-white border-opacity-20"> |
|
<div class="text-white text-3xl mb-4"> |
|
<i class="fas fa-lightbulb"></i> |
|
</div> |
|
<h3 class="text-lg font-medium text-white mb-2">Share Ideas</h3> |
|
<p class="text-blue-100 text-sm"> |
|
Have suggestions? We're building this together and value your input. |
|
</p> |
|
<div class="mt-4"> |
|
<a href="#" class="inline-flex items-center text-white font-medium hover:underline"> |
|
Contribute |
|
<i class="fas fa-arrow-right ml-1"></i> |
|
</a> |
|
</div> |
|
</div> |
|
|
|
<div class="bg-white bg-opacity-10 backdrop-filter backdrop-blur-sm p-6 rounded-lg border border-white border-opacity-20"> |
|
<div class="text-white text-3xl mb-4"> |
|
<i class="fas fa-calendar-check"></i> |
|
</div> |
|
<h3 class="text-lg font-medium text-white mb-2">Stay Updated</h3> |
|
<p class="text-blue-100 text-sm"> |
|
Follow our journey as we work towards election day and beyond. |
|
</p> |
|
<div class="mt-4"> |
|
<a href="#" class="inline-flex items-center text-white font-medium hover:underline"> |
|
Connect |
|
<i class="fas fa-arrow-right ml-1"></i> |
|
</a> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<footer class="bg-gray-900 text-white"> |
|
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8"> |
|
<div class="grid grid-cols-2 md:grid-cols-4 gap-8"> |
|
<div class="col-span-2"> |
|
<h3 class="text-white text-xl font-bold mb-4 flex items-center"> |
|
<i class="fas fa-hands-helping text-blue-400 mr-2"></i> |
|
Building Bridges Movement |
|
</h3> |
|
<p class="text-gray-300 text-sm"> |
|
We're on a mission to transform student governance through inspired organization, transparent systems, and genuine care for every member of our community. |
|
</p> |
|
<div class="mt-4 flex space-x-4"> |
|
<a href="#" class="text-gray-300 hover:text-white"> |
|
<i class="fab fa-twitter"></i> |
|
</a> |
|
<a href="#" class="text-gray-300 hover:text-white"> |
|
<i class="fab fa-instagram"></i> |
|
</a> |
|
<a href="#" class="text-gray-300 hover:text-white"> |
|
<i class="fab fa-facebook"></i> |
|
</a> |
|
</div> |
|
</div> |
|
<div> |
|
<h3 class="text-white text-sm font-semibold tracking-wider uppercase mb-4">Quick Links</h3> |
|
<ul class="space-y-2"> |
|
<li><a href="#about" class="text-gray-300 hover:text-white text-sm">Our Story</a></li> |
|
<li><a href="#vision" class="text-gray-300 hover:text-white text-sm">Our Dream</a></li> |
|
<li><a href="#initiatives" class="text-gray-300 hover:text-white text-sm">Our Plan</a></li> |
|
</ul> |
|
</div> |
|
<div> |
|
<h3 class="text-white text-sm font-semibold tracking-wider uppercase mb-4">Contact</h3> |
|
<ul class="space-y-2 text-gray-300 text-sm"> |
|
<li class="flex items-start"> |
|
<i class="fas fa-envelope text-blue-400 mt-1 mr-2"></i> |
|
[email protected] |
|
</li> |
|
<li class="flex items-start"> |
|
<i class="fas fa-phone-alt text-blue-400 mt-1 mr-2"></i> |
|
+234 800 000 0000 |
|
</li> |
|
<li class="flex items-start"> |
|
<i class="fas fa-map-marker-alt text-blue-400 mt-1 mr-2"></i> |
|
University of Ibadan Campus |
|
</li> |
|
</ul> |
|
</div> |
|
</div> |
|
<div class="mt-12 border-t border-gray-800 pt-8"> |
|
<p class="text-gray-400 text-sm text-center"> |
|
© 2023 Building Bridges Movement. All rights reserved. |
|
<span class="block mt-1">Together, we rise.</span> |
|
</p> |
|
</div> |
|
</div> |
|
</footer> |
|
|
|
<script> |
|
|
|
document.addEventListener('DOMContentLoaded', function() { |
|
|
|
const phrases = [ |
|
"Together We Can Build A Legacy", |
|
"Organization With Heart", |
|
"Records That Empower", |
|
"A System That Serves All", |
|
"The Future Starts With Us" |
|
]; |
|
let currentPhrase = 0; |
|
const typewriterElement = document.querySelector('.typewriter'); |
|
|
|
function typeWriter() { |
|
if (currentPhrase >= phrases.length) currentPhrase = 0; |
|
const phrase = phrases[currentPhrase]; |
|
typewriterElement.textContent = ''; |
|
typewriterElement.style.animation = 'none'; |
|
void typewriterElement.offsetWidth; |
|
typewriterElement.style.animation = null; |
|
|
|
let i = 0; |
|
const typing = setInterval(() => { |
|
if (i < phrase.length) { |
|
typewriterElement.textContent += phrase.charAt(i); |
|
i++; |
|
} else { |
|
clearInterval(typing); |
|
setTimeout(() => { |
|
currentPhrase++; |
|
typeWriter(); |
|
}, 2000); |
|
} |
|
}, 100); |
|
} |
|
|
|
typeWriter(); |
|
|
|
|
|
document.querySelectorAll('a[href^="#"]').forEach(anchor => { |
|
anchor.addEventListener('click', function (e) { |
|
e.preventDefault(); |
|
document.querySelector(this.getAttribute('href')).scrollIntoView({ |
|
behavior: 'smooth' |
|
}); |
|
}); |
|
}); |
|
|
|
|
|
const observerOptions = { |
|
threshold: 0.1 |
|
}; |
|
|
|
const observer = new IntersectionObserver((entries) => { |
|
entries.forEach(entry => { |
|
if (entry.isIntersecting) { |
|
entry.target.classList.add('animate__animated', 'animate__fadeInUp'); |
|
observer.unobserve(entry.target); |
|
} |
|
}); |
|
}, observerOptions); |
|
|
|
document.querySelectorAll('.card-hover').forEach(card => { |
|
observer.observe(card); |
|
}); |
|
}); |
|
</script> |
|
<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> |
|
</html> |