ucfuw / about.html
KERAAUMA's picture
Rename index.html to about.html
36cb227 verified
Raw
History Blame Contribute Delete
30.3 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us | University Christian Fellowship</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>
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Poppins:wght@300;400;600&display=swap');
body {
font-family: 'Poppins', sans-serif;
}
.heading-font {
font-family: 'Playfair Display', serif;
}
.about-hero {
background: linear-gradient(135deg, rgba(22, 101, 52, 0.9) 0%, rgba(29, 78, 216, 0.8) 100%);
}
.history-timeline::before {
content: '';
position: absolute;
width: 2px;
height: 100%;
left: 1.25rem;
top: 0;
background-color: #1d4ed8;
}
.team-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}
.nav-link {
position: relative;
}
.nav-link::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: -2px;
left: 0;
background-color: #1d4ed8;
transition: width 0.3s ease;
}
.nav-link:hover::after {
width: 100%;
}
.belief-card {
transition: all 0.3s ease;
}
.belief-card:hover {
transform: scale(1.03);
}
</style>
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-md sticky top-0 z-50">
<div class="container mx-auto px-6 py-3">
<div class="flex justify-between items-center">
<div class="flex items-center space-x-4">
<div class="flex items-center">
<i class="fas fa-cross text-blue-700 text-2xl mr-2"></i>
<span class="heading-font text-xl font-bold text-blue-800">UCF</span>
</div>
<div class="hidden md:flex space-x-8">
<a href="index.html" class="nav-link text-gray-700 hover:text-blue-700">Home</a>
<a href="#" class="nav-link text-blue-700 hover:text-blue-800 font-medium">About</a>
<a href="events.html" class="nav-link text-gray-700 hover:text-blue-700">Events</a>
<a href="sermons.html" class="nav-link text-gray-700 hover:text-blue-700">Sermons</a>
<a href="connect.html" class="nav-link text-gray-700 hover:text-blue-700">Connect</a>
</div>
</div>
<div class="flex items-center space-x-4">
<a href="give.html" class="hidden md:block bg-blue-700 hover:bg-blue-800 text-white px-4 py-2 rounded-md transition duration-300">Give</a>
<button class="md:hidden focus:outline-none">
<i class="fas fa-bars text-gray-700 text-xl"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="about-hero text-white">
<div class="container mx-auto px-6 py-24 md:py-32">
<div class="max-w-3xl">
<h1 class="heading-font text-4xl md:text-6xl font-bold mb-6">Our Story & Mission</h1>
<p class="text-xl mb-8 leading-relaxed">For over 40 years, University Christian Fellowship has been helping students encounter Jesus and grow in faith during their college years.</p>
<div class="flex space-x-4">
<a href="#mission" class="bg-white text-blue-800 hover:bg-gray-100 px-6 py-3 rounded-md text-center font-medium transition duration-300">Our Mission</a>
<a href="#beliefs" class="border-2 border-white hover:bg-white hover:bg-opacity-10 px-6 py-3 rounded-md text-center font-medium transition duration-300">Our Beliefs</a>
</div>
</div>
</div>
</section>
<!-- History Section -->
<section class="py-16 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="heading-font text-3xl md:text-4xl font-bold mb-4 text-gray-800">Our History</h2>
<p class="max-w-2xl mx-auto text-gray-600">From humble beginnings to a thriving campus ministry</p>
</div>
<div class="relative pl-12 history-timeline max-w-4xl mx-auto">
<div class="relative mb-12">
<div class="absolute -left-12 top-0 w-10 h-10 rounded-full bg-blue-700 flex items-center justify-center text-white">
<i class="fas fa-seedling"></i>
</div>
<div class="pl-8">
<h3 class="text-xl font-semibold text-gray-800 mb-2">1979 - Founding</h3>
<p class="text-gray-600">A small group of students began meeting for Bible study in a dorm lounge, led by campus minister David Thompson.</p>
</div>
</div>
<div class="relative mb-12">
<div class="absolute -left-12 top-0 w-10 h-10 rounded-full bg-blue-700 flex items-center justify-center text-white">
<i class="fas fa-church"></i>
</div>
<div class="pl-8">
<h3 class="text-xl font-semibold text-gray-800 mb-2">1985 - First Worship Service</h3>
<p class="text-gray-600">Held our first weekly worship service in the student union with 35 students in attendance.</p>
</div>
</div>
<div class="relative mb-12">
<div class="absolute -left-12 top-0 w-10 h-10 rounded-full bg-blue-700 flex items-center justify-center text-white">
<i class="fas fa-home"></i>
</div>
<div class="pl-8">
<h3 class="text-xl font-semibold text-gray-800 mb-2">1992 - UCF House</h3>
<p class="text-gray-600">Purchased our first ministry house near campus, providing space for gatherings and student housing.</p>
</div>
</div>
<div class="relative mb-12">
<div class="absolute -left-12 top-0 w-10 h-10 rounded-full bg-blue-700 flex items-center justify-center text-white">
<i class="fas fa-globe-americas"></i>
</div>
<div class="pl-8">
<h3 class="text-xl font-semibold text-gray-800 mb-2">2001 - First Mission Trip</h3>
<p class="text-gray-600">Sent our first international mission team to serve in Honduras during spring break.</p>
</div>
</div>
<div class="relative">
<div class="absolute -left-12 top-0 w-10 h-10 rounded-full bg-blue-700 flex items-center justify-center text-white">
<i class="fas fa-users"></i>
</div>
<div class="pl-8">
<h3 class="text-xl font-semibold text-gray-800 mb-2">Present Day</h3>
<p class="text-gray-600">Now serving over 300 students weekly with multiple worship gatherings, small groups, and outreach programs.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Mission Section -->
<section id="mission" class="py-16 bg-gray-100">
<div class="container mx-auto px-6">
<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 src="https://images.unsplash.com/photo-1529107386315-e1a2ed3056c3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Students worshiping" class="rounded-lg shadow-xl w-full">
</div>
<div class="md:w-1/2">
<h2 class="heading-font text-3xl md:text-4xl font-bold mb-6 text-gray-800">Our Mission</h2>
<p class="text-gray-600 mb-6 leading-relaxed">University Christian Fellowship exists to help college students develop a lifelong relationship with Jesus Christ through worship, biblical teaching, authentic community, and missional living.</p>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i class="fas fa-cross text-blue-700 text-xl"></i>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-800">Vision</h3>
<p class="text-gray-600">To see every college student transformed by the gospel and equipped to serve Christ in every area of life.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-green-100 p-3 rounded-full mr-4">
<i class="fas fa-heart text-green-700 text-xl"></i>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-800">Values</h3>
<p class="text-gray-600">Christ-centered community, biblical truth, authentic relationships, prayerful dependence, and missional living.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-purple-100 p-3 rounded-full mr-4">
<i class="fas fa-hands-helping text-purple-700 text-xl"></i>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-800">Strategy</h3>
<p class="text-gray-600">Reach students through large gatherings, connect them in small groups, and equip them to serve on campus and beyond.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Beliefs Section -->
<section id="beliefs" class="py-16 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="heading-font text-3xl md:text-4xl font-bold mb-4 text-gray-800">Our Core Beliefs</h2>
<p class="max-w-2xl mx-auto text-gray-600">The foundational truths that guide our ministry</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="belief-card bg-gray-50 rounded-lg shadow-md p-8">
<div class="bg-blue-100 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-6 mx-auto">
<i class="fas fa-bible text-blue-700 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold text-center text-gray-800 mb-4">The Bible</h3>
<p class="text-gray-600 text-center">We believe the Bible is God's inspired, authoritative Word and the final authority for all matters of faith and life.</p>
</div>
<div class="belief-card bg-gray-50 rounded-lg shadow-md p-8">
<div class="bg-red-100 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-6 mx-auto">
<i class="fas fa-cross text-red-700 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold text-center text-gray-800 mb-4">Jesus Christ</h3>
<p class="text-gray-600 text-center">We believe in Jesus Christ as fully God and fully man, whose death and resurrection provide the only way of salvation.</p>
</div>
<div class="belief-card bg-gray-50 rounded-lg shadow-md p-8">
<div class="bg-green-100 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-6 mx-auto">
<i class="fas fa-dove text-green-700 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold text-center text-gray-800 mb-4">Holy Spirit</h3>
<p class="text-gray-600 text-center">We believe the Holy Spirit indwells believers, empowering them to live godly lives and serve effectively.</p>
</div>
<div class="belief-card bg-gray-50 rounded-lg shadow-md p-8">
<div class="bg-purple-100 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-6 mx-auto">
<i class="fas fa-users text-purple-700 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold text-center text-gray-800 mb-4">The Church</h3>
<p class="text-gray-600 text-center">We believe the Church is Christ's body on earth, called to worship, fellowship, discipleship, and mission.</p>
</div>
<div class="belief-card bg-gray-50 rounded-lg shadow-md p-8">
<div class="bg-yellow-100 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-6 mx-auto">
<i class="fas fa-arrow-up text-yellow-700 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold text-center text-gray-800 mb-4">Christ's Return</h3>
<p class="text-gray-600 text-center">We believe in the personal and visible return of Christ to establish His eternal kingdom of justice and peace.</p>
</div>
<div class="belief-card bg-gray-50 rounded-lg shadow-md p-8">
<div class="bg-indigo-100 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-6 mx-auto">
<i class="fas fa-hand-holding-heart text-indigo-700 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold text-center text-gray-800 mb-4">Human Dignity</h3>
<p class="text-gray-600 text-center">We believe all people are created in God's image and have inherent dignity and worth from conception to natural death.</p>
</div>
</div>
<div class="text-center mt-16">
<a href="beliefs.html" class="inline-block bg-blue-700 hover:bg-blue-800 text-white px-6 py-3 rounded-md transition duration-300">Full Statement of Faith</a>
</div>
</div>
</section>
<!-- Leadership Team -->
<section class="py-16 bg-gray-100">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="heading-font text-3xl md:text-4xl font-bold mb-4 text-gray-800">Our Leadership Team</h2>
<p class="max-w-2xl mx-auto text-gray-600">Meet the staff and student leaders who serve our community</p>
</div>
<div class="grid sm:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="team-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300">
<img src="https://images.unsplash.com/photo-1560250097-0b93528c311a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Pastor Mark" class="w-full h-64 object-cover">
<div class="p-6">
<h3 class="text-xl font-semibold text-gray-800 mb-1">Mark Williams</h3>
<p class="text-blue-700 font-medium mb-4">Campus Pastor</p>
<p class="text-gray-600 text-sm">Mark has served with UCF for 12 years and has a passion for discipleship and teaching.</p>
<div class="flex space-x-3 mt-4">
<a href="#" class="text-gray-500 hover:text-blue-700"><i class="fab fa-linkedin-in"></i></a>
<a href="#" class="text-gray-500 hover:text-blue-700"><i class="fas fa-envelope"></i></a>
</div>
</div>
</div>
<div class="team-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300">
<img src="https://images.unsplash.com/photo-1573496359142-b8d87734a5cd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=688&q=80" alt="Sarah Johnson" class="w-full h-64 object-cover">
<div class="p-6">
<h3 class="text-xl font-semibold text-gray-800 mb-1">Sarah Johnson</h3>
<p class="text-blue-700 font-medium mb-4">Women's Ministry Director</p>
<p class="text-gray-600 text-sm">Sarah oversees our women's small groups and discipleship programs.</p>
<div class="flex space-x-3 mt-4">
<a href="#" class="text-gray-500 hover:text-blue-700"><i class="fab fa-linkedin-in"></i></a>
<a href="#" class="text-gray-500 hover:text-blue-700"><i class="fas fa-envelope"></i></a>
</div>
</div>
</div>
<div class="team-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300">
<img src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Michael Chen" class="w-full h-64 object-cover">
<div class="p-6">
<h3 class="text-xl font-semibold text-gray-800 mb-1">Michael Chen</h3>
<p class="text-blue-700 font-medium mb-4">Worship Director</p>
<p class="text-gray-600 text-sm">Michael leads our worship teams and helps students develop musical gifts.</p>
<div class="flex space-x-3 mt-4">
<a href="#" class="text-gray-500 hover:text-blue-700"><i class="fab fa-linkedin-in"></i></a>
<a href="#" class="text-gray-500 hover:text-blue-700"><i class="fas fa-envelope"></i></a>
</div>
</div>
</div>
<div class="team-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300">
<img src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Emily Rodriguez" class="w-full h-64 object-cover">
<div class="p-6">
<h3 class="text-xl font-semibold text-gray-800 mb-1">Emily Rodriguez</h3>
<p class="text-blue-700 font-medium mb-4">Student President</p>
<p class="text-gray-600 text-sm">Senior biology major who leads our student leadership team.</p>
<div class="flex space-x-3 mt-4">
<a href="#" class="text-gray-500 hover:text-blue-700"><i class="fab fa-linkedin-in"></i></a>
<a href="#" class="text-gray-500 hover:text-blue-700"><i class="fas fa-envelope"></i></a>
</div>
</div>
</div>
</div>
<div class="text-center mt-12">
<a href="leadership.html" class="inline-block text-blue-700 font-medium hover:text-blue-800 transition duration-300">Meet Our Full Team <i class="fas fa-arrow-right ml-2"></i></a>
</div>
</div>
</section>
<!-- Affiliations -->
<section class="py-16 bg-white">
<div class="container mx-auto px-6 max-w-4xl">
<div class="text-center mb-12">
<h2 class="heading-font text-3xl md:text-4xl font-bold mb-4 text-gray-800">Our Affiliations</h2>
<p class="text-gray-600">University Christian Fellowship partners with these organizations to strengthen our ministry</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 items-center">
<div class="p-4">
<img src="https://via.placeholder.com/150x80?text=CCCN" alt="CCCN" class="w-full h-auto opacity-70 hover:opacity-100 transition duration-300">
</div>
<div class="p-4">
<img src="https://via.placeholder.com/150x80?text=IFES" alt="IFES" class="w-full h-auto opacity-70 hover:opacity-100 transition duration-300">
</div>
<div class="p-4">
<img src="https://via.placeholder.com/150x80?text=ECF" alt="ECF" class="w-full h-auto opacity-70 hover:opacity-100 transition duration-300">
</div>
<div class="p-4">
<img src="https://via.placeholder.com/150x80?text=NAE" alt="NAE" class="w-full h-auto opacity-70 hover:opacity-100 transition duration-300">
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-16 bg-blue-800 text-white">
<div class="container mx-auto px-6 text-center">
<h2 class="heading-font text-3xl md:text-4xl font-bold mb-6">Ready to Get Involved?</h2>
<p class="max-w-2xl mx-auto text-blue-200 mb-8">Whether you're exploring faith or looking to go deeper, we'd love to connect with you.</p>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-6">
<a href="connect.html" class="bg-white text-blue-800 hover:bg-gray-100 px-8 py-3 rounded-md text-center font-medium transition duration-300">Visit This Week</a>
<a href="contact.html" class="border-2 border-white hover:bg-white hover:bg-opacity-10 px-8 py-3 rounded-md text-center font-medium transition duration-300">Contact Our Team</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white pt-16 pb-8">
<div class="container mx-auto px-6">
<div class="grid md:grid-cols-4 gap-8 mb-12">
<div>
<div class="flex items-center mb-6">
<i class="fas fa-cross text-blue-500 text-2xl mr-2"></i>
<span class="heading-font text-xl font-bold">UCF</span>
</div>
<p class="text-gray-400 mb-4">University Christian Fellowship is a campus ministry dedicated to helping students grow in their relationship with Jesus Christ.</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white transition duration-300"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition duration-300"><i class="fab fa-instagram"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition duration-300"><i class="fab fa-twitter"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition duration-300"><i class="fab fa-youtube"></i></a>
</div>
</div>
<div>
<h3 class="text-lg font-semibold mb-6">Quick Links</h3>
<ul class="space-y-3">
<li><a href="index.html" class="text-gray-400 hover:text-white transition duration-300">Home</a></li>
<li><a href="#" class="text-white font-medium hover:text-white transition duration-300">About Us</a></li>
<li><a href="events.html" class="text-gray-400 hover:text-white transition duration-300">Events</a></li>
<li><a href="sermons.html" class="text-gray-400 hover:text-white transition duration-300">Sermons</a></li>
<li><a href="contact.html" class="text-gray-400 hover:text-white transition duration-300">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-6">Resources</h3>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Bible Studies</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Prayer Requests</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Mission Trips</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Leadership</a></li>
<li><a href="give.html" class="text-gray-400 hover:text-white transition duration-300">Give Online</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-6">Contact Us</h3>
<ul class="space-y-3">
<li class="flex items-start">
<i class="fas fa-map-marker-alt text-gray-400 mt-1 mr-3"></i>
<span class="text-gray-400">123 Campus Way<br>University City, ST 12345</span>
</li>
<li class="flex items-center">
<i class="fas fa-phone-alt text-gray-400 mr-3"></i>
<span class="text-gray-400">(555) 123-4567</span>
</li>
<li class="flex items-center">
<i class="fas fa-envelope text-gray-400 mr-3"></i>
<span class="text-gray-400">hello@universitycf.org</span>
</li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 pt-8">
<div class="flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 text-sm mb-4 md:mb-0">© 2023 University Christian Fellowship. All rights reserved.</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white text-sm transition duration-300">Privacy Policy</a>
<a href="#" class="text-gray-400 hover:text-white text-sm transition duration-300">Terms of Use</a>
</div>
</div>
</div>
</div>
</footer>
<script>
// Simple JavaScript for mobile menu toggle
document.addEventListener('DOMContentLoaded', function() {
const mobileMenuButton = document.querySelector('button.md\\:hidden');
const mobileMenu = document.querySelector('.md\\:flex.space-x-8');
mobileMenuButton.addEventListener('click', function() {
mobileMenu.classList.toggle('hidden');
mobileMenu.classList.toggle('flex');
mobileMenu.classList.toggle('flex-col');
mobileMenu.classList.toggle('absolute');
mobileMenu.classList.toggle('top-16');
mobileMenu.classList.toggle('left-0');
mobileMenu.classList.toggle('w-full');
mobileMenu.classList.toggle('bg-white');
mobileMenu.classList.toggle('p-4');
mobileMenu.classList.toggle('space-y-4');
mobileMenu.classList.toggle('space-x-0');
mobileMenu.classList.toggle('shadow-md');
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
targetElement.scrollIntoView({
behavior: 'smooth'
});
}
});
});
});
</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=KERAAUMA/ucfuw" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>