<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Onirese House Foundation | Leadership That Unites</title>

    <script src="https://cdn.tailwindcss.com"></script>

    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap" rel="stylesheet">

    <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js"></script>

    <style>

        :root {

            --primary: #2D0B5A; 

            --accent: #D4AF37;  

            --accent-light: #F4E8C1;

            --success: #00A859; 

        }


        body {

            font-family: 'Inter', sans-serif;

            scroll-behavior: smooth;

        }


        .bg-brand-purple { background-color: var(--primary); }

        .text-brand-gold { color: var(--accent); }

        .bg-brand-gold { background-color: var(--accent); }

        .border-brand-gold { border-color: var(--accent); }

        .text-brand-purple { color: var(--primary); }


        .hero-gradient {

            background: linear-gradient(135deg, #1a0636 0%, #2D0B5A 100%);

        }


        .stat-card:hover {

            transform: translateY(-5px);

            transition: all 0.3s ease;

        }


        .nav-link {

            position: relative;

            transition: color 0.3s ease;

        }


        .nav-link::after {

            content: '';

            position: absolute;

            width: 0;

            height: 2px;

            bottom: -4px;

            left: 0;

            background-color: var(--accent);

            transition: width 0.3s ease;

        }


        .nav-link:hover::after {

            width: 100%;

        }


        /* Glassmorphism for specific UI elements */

        .glass {

            background: rgba(255, 255, 255, 0.1);

            backdrop-filter: blur(10px);

            border: 1px solid rgba(255, 255, 255, 0.1);

        }


        /* Custom shape for the About image */

        .founder-shape {

            border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;

            overflow: hidden;

        }

    </style>

</head>

<body class="bg-white text-gray-900 overflow-x-hidden">


    <nav class="sticky top-0 z-50 bg-white/95 backdrop-blur shadow-sm">

        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">

            <div class="flex justify-between h-20 items-center">

                <div class="flex-shrink-0 flex items-center gap-3">

                    <div class="w-14 h-14 bg-brand-purple rounded-xl flex items-center justify-center border-2 border-brand-gold shadow-lg transform rotate-3 hover:rotate-0 transition-transform duration-300 overflow-hidden">

                        <img src="https://placehold.co/200x200/2D0B5A/D4AF37?text=LOGO" 

                             alt="Onirese House Foundation Logo" 

                             class="w-full h-full object-cover p-1"

                             onerror="this.src='https://placehold.co/200x200/2D0B5A/D4AF37?text=OHF'">

                    </div>

                    <div class="hidden sm:block">

                        <span class="block text-base font-black text-brand-purple leading-none tracking-tighter uppercase">Onirese House</span>

                        <span class="block text-[10px] font-bold text-brand-gold tracking-[0.3em] uppercase">Foundation</span>

                    </div>

                </div>

                

                <div class="hidden lg:flex items-center space-x-8 text-sm font-bold uppercase tracking-wider text-brand-purple">

                    <a href="#" class="nav-link">Home</a>

                    <a href="#about" class="nav-link">The Founder</a>

                    <a href="#programs" class="nav-link">Programs</a>

                    <a href="#news" class="nav-link">Media</a>

                    <a href="#contact" class="nav-link">Contact</a>

                    <button class="bg-brand-purple text-white px-6 py-3 rounded-full hover:bg-opacity-90 transition shadow-lg flex items-center gap-2">

                        <span>Donate Now</span>

                        <i class="fas fa-heart text-xs text-brand-gold"></i>

                    </button>

                </div>


                <div class="lg:hidden flex items-center">

                    <button id="mobile-menu-btn" class="text-brand-purple text-2xl focus:outline-none">

                        <i class="fas fa-bars-staggered"></i>

                    </button>

                </div>

            </div>

        </div>

    </nav>


    <section class="relative hero-gradient text-white pt-10 pb-0 lg:pt-20 lg:pb-0 overflow-hidden">

        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col lg:flex-row items-center">

            

            <div class="lg:w-1/2 z-10 text-center lg:text-left mb-12 lg:mb-0">

                <p class="text-brand-gold font-bold uppercase tracking-[0.3em] mb-4 text-sm animate-pulse">

                    <i class="fas fa-star mr-2"></i> Hon. Ajagbe Paul Olukunle Onirese

                </p>

                <h1 class="text-4xl md:text-6xl lg:text-7xl font-extrabold leading-[1.1] mb-6">

                    Leadership That <br><span class="text-brand-gold">Unites.</span>

                </h1>

                <p class="text-lg lg:text-xl text-gray-300 max-w-xl mb-8 leading-relaxed">

                    Building hope and transforming lives through sustainable housing, education, and healthcare initiatives that deliver real results.

                </p>

                <div class="flex flex-col sm:flex-row gap-4 justify-center lg:justify-start">

                    <button class="bg-brand-gold text-brand-purple font-bold px-10 py-4 rounded-xl shadow-2xl hover:scale-105 transition-transform">

                        Join Our Mission

                    </button>

                    <button class="glass text-white font-bold px-10 py-4 rounded-xl border border-white/20 hover:bg-white/20 transition-all">

                        Watch Documentary

                    </button>

                </div>

                

                <div class="mt-12 grid grid-cols-2 sm:grid-cols-4 gap-6 pt-8 border-t border-white/10 opacity-80">

                    <div class="text-center">

                        <i class="fas fa-users text-brand-gold mb-1 block"></i>

                        <span class="text-[10px] uppercase font-bold tracking-widest">People Focused</span>

                    </div>

                    <div class="text-center">

                        <i class="fas fa-bullseye text-brand-gold mb-1 block"></i>

                        <span class="text-[10px] uppercase font-bold tracking-widest">Results Driven</span>

                    </div>

                    <div class="text-center">

                        <i class="fas fa-shield-alt text-brand-gold mb-1 block"></i>

                        <span class="text-[10px] uppercase font-bold tracking-widest">Integrity Always</span>

                    </div>

                    <div class="text-center">

                        <i class="fas fa-hand-holding-heart text-brand-gold mb-1 block"></i>

                        <span class="text-[10px] uppercase font-bold tracking-widest">Service Above Self</span>

                    </div>

                </div>

            </div>


            <div class="lg:w-1/2 relative flex justify-end">

                <div class="relative w-full max-w-lg lg:max-w-xl">

                    <img src="https://placehold.co/800x1000/2D0B5A/D4AF37?text=HON.+ONIRESE" 

                         alt="Hon. Ajagbe Paul Olukunle Onirese" 

                         class="relative z-10 drop-shadow-2xl translate-y-4">

                    <div class="absolute -bottom-10 -right-10 w-96 h-96 bg-brand-gold/20 rounded-full blur-[100px] -z-0"></div>

                </div>

            </div>

        </div>

        <div class="absolute bottom-0 left-0 w-full overflow-hidden leading-none translate-y-1">

            <svg viewBox="0 0 1200 120" preserveAspectRatio="none" class="relative block w-full h-16 fill-white">

                <path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V120H0V95.8C58.47,100.33,113.17,100.1,172,92.83c70.05-18.48,146.53-26.09,214.34-3Z"></path>

            </svg>

        </div>

    </section>


    <section class="py-16 bg-white relative">

        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">

            <div class="grid grid-cols-2 md:grid-cols-4 gap-8">

                <div class="text-center group stat-card bg-gray-50 p-8 rounded-3xl border-b-4 border-transparent hover:border-brand-gold transition-all">

                    <div class="text-4xl lg:text-5xl font-black text-brand-purple mb-2">229+</div>

                    <div class="text-[10px] uppercase font-extrabold text-gray-500 tracking-widest mb-1">Road & Transport</div>

                    <div class="text-sm font-semibold text-brand-gold">Projects</div>

                </div>

                <div class="text-center group stat-card bg-gray-50 p-8 rounded-3xl border-b-4 border-transparent hover:border-brand-gold transition-all">

                    <div class="text-4xl lg:text-5xl font-black text-brand-purple mb-2">13,000+</div>

                    <div class="text-[10px] uppercase font-extrabold text-gray-500 tracking-widest mb-1">Scholarships & Academic</div>

                    <div class="text-sm font-semibold text-brand-gold">Support</div>

                </div>

                <div class="text-center group stat-card bg-gray-50 p-8 rounded-3xl border-b-4 border-transparent hover:border-brand-gold transition-all">

                    <div class="text-4xl lg:text-5xl font-black text-brand-purple mb-2">30,448+</div>

                    <div class="text-[10px] uppercase font-extrabold text-gray-500 tracking-widest mb-1">Welfare, Mobility</div>

                    <div class="text-sm font-semibold text-brand-gold">& Jobs Created</div>

                </div>

                <div class="text-center group stat-card bg-gray-50 p-8 rounded-3xl border-b-4 border-transparent hover:border-brand-gold transition-all">

                    <div class="text-4xl lg:text-5xl font-black text-brand-purple mb-2">100+</div>

                    <div class="text-[10px] uppercase font-extrabold text-gray-500 tracking-widest mb-1">Healthcare & Community</div>

                    <div class="text-sm font-semibold text-brand-gold">Facilities</div>

                </div>

            </div>

        </div>

    </section>


    <section id="about" class="py-24 bg-gray-50">

        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">

            <div class="flex flex-col lg:flex-row items-center gap-16">

                <div class="lg:w-1/2 relative">

                    <div class="founder-shape w-full aspect-square bg-gray-200 border-8 border-white shadow-2xl">

                        <img src="https://placehold.co/600x600/2D0B5A/white?text=Founder+Profile" alt="Hon. Onirese Profile" class="w-full h-full object-cover">

                    </div>

                    <div class="absolute -bottom-8 -right-8 bg-brand-gold text-brand-purple p-8 rounded-3xl shadow-xl border-4 border-white">

                        <div class="text-3xl font-black">20+</div>

                        <div class="text-xs font-bold uppercase tracking-tighter">Years of Service</div>

                    </div>

                </div>

                

                <div class="lg:w-1/2 space-y-6">

                    <div class="flex items-center gap-2 text-brand-gold font-bold uppercase text-xs tracking-widest">

                        <div class="w-8 h-1 bg-brand-gold rounded"></div>

                        About The Founder

                    </div>

                    <h2 class="text-4xl font-extrabold text-brand-purple leading-tight">

                        Professional Leader | <span class="text-brand-gold">Philanthropist</span> | Visionary Per Excellence.

                    </h2>

                    <p class="text-gray-600 leading-relaxed text-lg">

                        Hon. Ajagbe Paul Olukunle Onirese is a distinguished figure dedicated to the upliftment of humanity. Through the Onirese House Foundation, he has pioneered numerous initiatives that bridge the gap between policy and impact.

                    </p>

                    <p class="text-gray-600 leading-relaxed">

                        His philosophy is simple: "Service that delivers." This mandate has driven the foundation to become a beacon of hope in housing, healthcare, and education across communities.

                    </p>

                    <div class="pt-4">

                        <button class="bg-success text-white px-10 py-4 rounded-xl font-bold hover:shadow-lg hover:-translate-y-1 transition-all">

                            Read Full Biography

                        </button>

                    </div>

                </div>

            </div>

        </div>

    </section>


    <section id="programs" class="py-24 bg-white">

        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center mb-16">

            <div class="inline-block text-brand-gold font-bold uppercase text-xs tracking-[0.4em] mb-4">Gallery</div>

            <h2 class="text-4xl font-black text-brand-purple">The Foundation in <span class="text-success">Action</span></h2>

            <div class="w-24 h-1.5 bg-success mx-auto mt-4 rounded-full"></div>

        </div>


        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">

            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">

                <div class="group relative rounded-[2rem] overflow-hidden aspect-[4/3] shadow-xl">

                    <img src="https://placehold.co/600x450/111/white?text=Housing+Projects" alt="Housing" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-700">

                    <div class="absolute inset-0 bg-gradient-to-t from-black/80 via-black/20 to-transparent p-8 flex flex-col justify-end">

                        <span class="text-xs font-bold text-success uppercase tracking-widest mb-2">Communities</span>

                        <h4 class="text-xl font-bold text-white uppercase">Affordable Housing Initiative</h4>

                    </div>

                </div>

                <div class="group relative rounded-[2rem] overflow-hidden aspect-[4/3] shadow-xl">

                    <img src="https://placehold.co/600x450/2D0B5A/white?text=ICT+Scholarships" alt="ICT" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-700">

                    <div class="absolute inset-0 bg-gradient-to-t from-black/80 via-black/20 to-transparent p-8 flex flex-col justify-end">

                        <span class="text-xs font-bold text-success uppercase tracking-widest mb-2">Education</span>

                        <h4 class="text-xl font-bold text-white uppercase">ICT Empowerment Program</h4>

                    </div>

                </div>

                <div class="group relative rounded-[2rem] overflow-hidden aspect-[4/3] shadow-xl">

                    <img src="https://placehold.co/600x450/444/white?text=Healthcare+Missions" alt="Health" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-700">

                    <div class="absolute inset-0 bg-gradient-to-t from-black/80 via-black/20 to-transparent p-8 flex flex-col justify-end">

                        <span class="text-xs font-bold text-success uppercase tracking-widest mb-2">Health</span>

                        <h4 class="text-xl font-bold text-white uppercase">Free Medical Outreach</h4>

                    </div>

                </div>

            </div>

            

            <div class="text-center mt-12">

                <button class="border-2 border-success text-success px-10 py-3 rounded-full font-bold hover:bg-success hover:text-white transition-all">

                    View All Projects

                </button>

            </div>

        </div>

    </section>


    <section class="py-24 bg-brand-purple overflow-hidden relative">

        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">

            <div class="flex flex-col lg:flex-row items-center gap-16">

                <div class="lg:w-1/2">

                    <div class="rounded-3xl overflow-hidden shadow-2xl border-4 border-brand-gold/30">

                        <img src="https://placehold.co/600x400/333/white?text=Success+Story" alt="Beneficiaries" class="w-full">

                    </div>

                </div>

                <div class="lg:w-1/2 text-white">

                    <div class="text-brand-gold font-bold uppercase tracking-widest text-xs mb-4">Testimonials</div>

                    <h2 class="text-4xl font-extrabold mb-8">What People <span class="text-brand-gold">Say</span></h2>

                    

                    <div class="space-y-8">

                        <div class="glass p-8 rounded-3xl relative">

                            <i class="fas fa-quote-left text-brand-gold text-4xl absolute -top-4 -left-4 opacity-50"></i>

                            <p class="italic text-lg text-gray-200 mb-6">

                                "The housing initiative changed my family's life. We finally have a roof that doesn't leak and a community that feels safe. Hon. Onirese is a man of his word."

                            </p>

                            <div class="flex items-center gap-4">

                                <div class="w-12 h-12 bg-gray-400 rounded-full"></div>

                                <div>

                                    <h5 class="font-bold text-brand-gold">Bashir Bello</h5>

                                    <p class="text-xs uppercase font-bold opacity-60">Beneficiary, Abeokuta</p>

                                </div>

                            </div>

                        </div>

                    </div>

                </div>

            </div>

        </div>

    </section>


    <section id="news" class="py-24 bg-white">

        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">

            <div class="text-center mb-16">

                <div class="text-success font-bold uppercase tracking-widest text-xs mb-4">News & Blog</div>

                <h2 class="text-4xl font-black text-brand-purple">Latest Updates & <span class="text-success">Insights</span></h2>

            </div>


            <div class="grid grid-cols-1 md:grid-cols-2 gap-8">

                <div class="group bg-white border border-gray-100 rounded-3xl overflow-hidden shadow-sm hover:shadow-xl transition-all">

                    <div class="aspect-video overflow-hidden">

                        <img src="https://placehold.co/800x450/222/white?text=Press+Release" alt="News" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500">

                    </div>

                    <div class="p-8">

                        <div class="flex items-center gap-4 mb-4 text-xs font-bold text-gray-400 uppercase">

                            <span><i class="far fa-user text-success mr-1"></i> Admin</span>

                            <span><i class="far fa-calendar text-success mr-1"></i> 24 May 2026</span>

                        </div>

                        <h3 class="text-2xl font-bold text-brand-purple mb-4 group-hover:text-success transition-colors">Foundation Inaugurates New Health Center in Rural Communities</h3>

                        <a href="#" class="text-success font-bold text-sm uppercase tracking-widest flex items-center gap-2">

                            Read More <i class="fas fa-arrow-right text-xs"></i>

                        </a>

                    </div>

                </div>


                <div class="group bg-white border border-gray-100 rounded-3xl overflow-hidden shadow-sm hover:shadow-xl transition-all">

                    <div class="aspect-video overflow-hidden">

                        <img src="https://placehold.co/800x450/444/white?text=Media+Coverage" alt="News" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500">

                    </div>

                    <div class="p-8">

                        <div class="flex items-center gap-4 mb-4 text-xs font-bold text-gray-400 uppercase">

                            <span><i class="far fa-user text-success mr-1"></i> Admin</span>

                            <span><i class="far fa-calendar text-success mr-1"></i> 20 May 2026</span>

                        </div>

                        <h3 class="text-2xl font-bold text-brand-purple mb-4 group-hover:text-success transition-colors">Hon. Onirese Speaks on Urban Housing Challenges at National Summit</h3>

                        <a href="#" class="text-success font-bold text-sm uppercase tracking-widest flex items-center gap-2">

                            Read More <i class="fas fa-arrow-right text-xs"></i>

                        </a>

                    </div>

                </div>

            </div>

        </div>

    </section>


    <footer id="contact" class="bg-[#0a0a0a] text-white pt-24 pb-12">

        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">

            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-12 mb-16">

                <div class="space-y-6">

                    <div class="flex items-center gap-3">

                        <div class="w-10 h-10 bg-brand-gold rounded-full flex items-center justify-center">

                            <i class="fas fa-house-chimney text-brand-purple"></i>

                        </div>

                        <span class="text-xl font-black tracking-tighter">ONIRESE FOUNDATION</span>

                    </div>

                    <p class="text-gray-500 leading-relaxed">

                        Creating sustainable pathways to prosperity for underprivileged communities through strategic intervention.

                    </p>

                    <div class="flex gap-4">

                        <a href="#" class="w-10 h-10 rounded-full border border-gray-800 flex items-center justify-center hover:bg-brand-gold hover:text-brand-purple transition-all"><i class="fab fa-facebook-f"></i></a>

                        <a href="#" class="w-10 h-10 rounded-full border border-gray-800 flex items-center justify-center hover:bg-brand-gold hover:text-brand-purple transition-all"><i class="fab fa-twitter"></i></a>

                        <a href="#" class="w-10 h-10 rounded-full border border-gray-800 flex items-center justify-center hover:bg-brand-gold hover:text-brand-purple transition-all"><i class="fab fa-instagram"></i></a>

                    </div>

                </div>


                <div>

                    <h4 class="text-lg font-bold mb-8 border-l-4 border-brand-gold pl-4 uppercase tracking-widest text-xs">Navigation</h4>

                    <ul class="space-y-4 text-gray-500 font-medium">

                        <li><a href="#" class="hover:text-brand-gold transition-colors">Home</a></li>

                        <li><a href="#about" class="hover:text-brand-gold transition-colors">The Founder</a></li>

                        <li><a href="#programs" class="hover:text-brand-gold transition-colors">Our Programs</a></li>

                        <li><a href="#news" class="hover:text-brand-gold transition-colors">News Room</a></li>

                    </ul>

                </div>


                <div>

                    <h4 class="text-lg font-bold mb-8 border-l-4 border-brand-gold pl-4 uppercase tracking-widest text-xs">Foundation Info</h4>

                    <ul class="space-y-4 text-gray-500 font-medium">

                        <li class="flex gap-3 items-start">

                            <i class="fas fa-map-marker-alt text-brand-gold mt-1"></i>

                            <span>Lagos, Nigeria Headquarters</span>

                        </li>

                        <li class="flex gap-3 items-start">

                            <i class="fas fa-envelope text-brand-gold mt-1"></i>

                            <span>info@oniresehousefoundation.com</span>

                        </li>

                    </ul>

                </div>


                <div>

                    <h4 class="text-lg font-bold mb-8 border-l-4 border-brand-gold pl-4 uppercase tracking-widest text-xs">Newsletter</h4>

                    <p class="text-gray-500 text-sm mb-4">Stay updated with our monthly impact reports.</p>

                    <div class="flex">

                        <input type="email" placeholder="Email Address" class="bg-gray-900 border-none rounded-l-xl p-4 w-full focus:ring-1 focus:ring-brand-gold">

                        <button class="bg-brand-gold text-brand-purple px-4 rounded-r-xl font-bold">

                            <i class="fas fa-paper-plane"></i>

                        </button>

                    </div>

                </div>

            </div>


            <div class="pt-8 border-t border-gray-800 text-center text-gray-600 text-sm font-medium">

                <p>&copy; 2026 Onirese House Foundation. All rights reserved. Designed for Excellence.</p>

            </div>

        </div>

    </footer>


    <script>

        const btn = document.getElementById('mobile-menu-btn');

        btn.addEventListener('click', () => {

            console.log("Mobile menu clicked");

        });


        window.addEventListener('scroll', () => {

            const nav = document.querySelector('nav');

            if (window.scrollY > 100) {

                nav.classList.add('py-2');

            } else {

                nav.classList.remove('py-2');

            }

        });

    </script>

</body>

</html>