Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>BlockFounders | Blockchain Entrepreneur Community</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=Inter:wght@300;400;500;600;700;800&display=swap'); | |
| body { | |
| font-family: 'Inter', sans-serif; | |
| background-color: #f8fafc; | |
| scroll-behavior: smooth; | |
| } | |
| .gradient-bg { | |
| background: linear-gradient(135deg, #6b46c1 0%, #3182ce 50%, #00b5d8 100%); | |
| } | |
| .feature-card: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); | |
| } | |
| .nav-link:hover { | |
| color: #00b5d8; | |
| } | |
| .btn-primary { | |
| transition: all 0.3s ease; | |
| } | |
| .btn-primary:hover { | |
| transform: translateY(-2px); | |
| box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); | |
| } | |
| .animate-float { | |
| animation: float 6s ease-in-out infinite; | |
| } | |
| @keyframes float { | |
| 0% { transform: translateY(0px); } | |
| 50% { transform: translateY(-20px); } | |
| 100% { transform: translateY(0px); } | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-sm fixed w-full z-10"> | |
| <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-cube text-indigo-600 text-2xl mr-2"></i> | |
| <span class="text-xl font-bold text-gray-900">BlockFounders</span> | |
| </div> | |
| </div> | |
| <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8"> | |
| <a href="#features" class="nav-link text-gray-500 hover:text-gray-700 px-3 py-2 rounded-md text-sm font-medium">Features</a> | |
| <a href="#community" class="nav-link text-gray-500 hover:text-gray-700 px-3 py-2 rounded-md text-sm font-medium">Community</a> | |
| <a href="#resources" class="nav-link text-gray-500 hover:text-gray-700 px-3 py-2 rounded-md text-sm font-medium">Resources</a> | |
| <a href="#testimonials" class="nav-link text-gray-500 hover:text-gray-700 px-3 py-2 rounded-md text-sm font-medium">Success Stories</a> | |
| </div> | |
| <div class="flex items-center"> | |
| <a href="#join" class="btn-primary bg-indigo-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-indigo-700">Join Now</a> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="gradient-bg pt-32 pb-20 px-4 sm:px-6 lg:px-8"> | |
| <div class="max-w-7xl mx-auto"> | |
| <div class="lg:grid lg:grid-cols-2 lg:gap-12 items-center"> | |
| <div class="mb-12 lg:mb-0"> | |
| <h1 class="text-4xl md:text-5xl font-extrabold text-white mb-6">Build the Future of Digital Economies</h1> | |
| <p class="text-xl text-indigo-100 mb-8">Join a thriving community of blockchain entrepreneurs. Learn, collaborate, and launch your next big idea in the decentralized world.</p> | |
| <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4"> | |
| <a href="#join" class="btn-primary bg-white text-indigo-600 px-6 py-3 rounded-md text-lg font-semibold hover:bg-gray-100 text-center">Get Started</a> | |
| <a href="#features" class="btn-primary bg-transparent border-2 border-white text-white px-6 py-3 rounded-md text-lg font-semibold hover:bg-white hover:text-indigo-600 text-center">Learn More</a> | |
| </div> | |
| </div> | |
| <div class="relative"> | |
| <img src="https://images.unsplash.com/photo-1639762681057-408e52192e55?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2232&q=80" alt="Blockchain technology" class="rounded-xl shadow-2xl animate-float"> | |
| <div class="absolute -bottom-6 -left-6 bg-white p-4 rounded-lg shadow-lg hidden md:block"> | |
| <div class="flex items-center"> | |
| <div class="bg-indigo-100 p-3 rounded-full mr-3"> | |
| <i class="fas fa-users text-indigo-600 text-xl"></i> | |
| </div> | |
| <div> | |
| <p class="text-gray-500 text-sm">Active Members</p> | |
| <p class="text-gray-900 font-bold text-xl">5,000+</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Trusted By Section --> | |
| <section class="py-12 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <p class="text-center text-gray-500 mb-8">Trusted by teams at</p> | |
| <div class="grid grid-cols-2 md:grid-cols-5 gap-8 items-center"> | |
| <img src="https://upload.wikimedia.org/wikipedia/commons/4/46/Chainlink_Logo_Blue.png" alt="Chainlink" class="h-12 object-contain opacity-70 hover:opacity-100 transition-opacity"> | |
| <img src="https://upload.wikimedia.org/wikipedia/commons/5/59/Polkadot_Logo.png" alt="Polkadot" class="h-12 object-contain opacity-70 hover:opacity-100 transition-opacity"> | |
| <img src="https://upload.wikimedia.org/wikipedia/commons/5/53/Solana_logo.png" alt="Solana" class="h-8 object-contain opacity-70 hover:opacity-100 transition-opacity"> | |
| <img src="https://upload.wikimedia.org/wikipedia/commons/6/6f/Ethereum-icon-purple.png" alt="Ethereum" class="h-12 object-contain opacity-70 hover:opacity-100 transition-opacity"> | |
| <img src="https://upload.wikimedia.org/wikipedia/commons/8/84/Filecoin.svg" alt="Filecoin" class="h-12 object-contain opacity-70 hover:opacity-100 transition-opacity"> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Features Section --> | |
| <section id="features" class="py-20 px-4 sm:px-6 lg:px-8"> | |
| <div class="max-w-7xl mx-auto"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">Everything You Need to Succeed</h2> | |
| <p class="mt-4 text-xl text-gray-500 max-w-3xl mx-auto">Our community provides the tools, knowledge, and network to thrive in blockchain entrepreneurship.</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Feature 1 --> | |
| <div class="feature-card bg-white p-8 rounded-xl shadow-md transition-all duration-300"> | |
| <div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-graduation-cap text-indigo-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Expert-Led Education</h3> | |
| <p class="text-gray-500">Access courses, workshops, and AMAs with industry leaders covering DeFi, NFTs, DAOs, and more.</p> | |
| </div> | |
| <!-- Feature 2 --> | |
| <div class="feature-card bg-white p-8 rounded-xl shadow-md transition-all duration-300"> | |
| <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-hands-helping text-blue-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Collaborative Network</h3> | |
| <p class="text-gray-500">Connect with developers, marketers, and business minds to form your dream blockchain team.</p> | |
| </div> | |
| <!-- Feature 3 --> | |
| <div class="feature-card bg-white p-8 rounded-xl shadow-md transition-all duration-300"> | |
| <div class="bg-teal-100 w-16 h-16 rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-lightbulb text-teal-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Idea Incubation</h3> | |
| <p class="text-gray-500">Get feedback, find co-founders, and access funding opportunities for your blockchain startup.</p> | |
| </div> | |
| <!-- Feature 4 --> | |
| <div class="feature-card bg-white p-8 rounded-xl shadow-md transition-all duration-300"> | |
| <div class="bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-code-branch text-purple-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Tech Resources</h3> | |
| <p class="text-gray-500">Developer tools, smart contract templates, and infrastructure guides to accelerate your build.</p> | |
| </div> | |
| <!-- Feature 5 --> | |
| <div class="feature-card bg-white p-8 rounded-xl shadow-md transition-all duration-300"> | |
| <div class="bg-amber-100 w-16 h-16 rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-chart-line text-amber-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Market Insights</h3> | |
| <p class="text-gray-500">Stay ahead with our research reports, trend analysis, and investment strategies.</p> | |
| </div> | |
| <!-- Feature 6 --> | |
| <div class="feature-card bg-white p-8 rounded-xl shadow-md transition-all duration-300"> | |
| <div class="bg-green-100 w-16 h-16 rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-calendar-check text-green-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Exclusive Events</h3> | |
| <p class="text-gray-500">Hackathons, pitch competitions, and networking events with top VCs and founders.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Community Showcase --> | |
| <section id="community" class="py-20 bg-indigo-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:grid lg:grid-cols-2 lg:gap-12 items-center"> | |
| <div class="mb-12 lg:mb-0"> | |
| <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl mb-6">A Thriving Ecosystem of Builders</h2> | |
| <p class="text-xl text-gray-600 mb-8">Our community brings together diverse talents from around the world, all passionate about shaping the future of decentralized technologies.</p> | |
| <div class="grid grid-cols-2 gap-6"> | |
| <div> | |
| <p class="text-4xl font-bold text-indigo-600 mb-2">150+</p> | |
| <p class="text-gray-600">Projects Launched</p> | |
| </div> | |
| <div> | |
| <p class="text-4xl font-bold text-indigo-600 mb-2">$42M+</p> | |
| <p class="text-gray-600">In Funding Raised</p> | |
| </div> | |
| <div> | |
| <p class="text-4xl font-bold text-indigo-600 mb-2">85+</p> | |
| <p class="text-gray-600">Countries Represented</p> | |
| </div> | |
| <div> | |
| <p class="text-4xl font-bold text-indigo-600 mb-2">24/7</p> | |
| <p class="text-gray-600">Active Discussions</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="relative"> | |
| <div class="bg-white p-6 rounded-xl shadow-lg"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Community member" class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <p class="font-semibold">Sarah Chen</p> | |
| <p class="text-gray-500 text-sm">Co-founder, DeFi Protocol</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-700 mb-4">"Through BlockFounders, I met my technical co-founder and secured our first round of funding. The community's feedback was invaluable in refining our tokenomics."</p> | |
| <div class="flex space-x-2"> | |
| <span class="bg-indigo-100 text-indigo-800 text-xs px-2 py-1 rounded">DeFi</span> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded">Ethereum</span> | |
| <span class="bg-purple-100 text-purple-800 text-xs px-2 py-1 rounded">DAO</span> | |
| </div> | |
| </div> | |
| <div class="bg-white p-6 rounded-xl shadow-lg mt-6 ml-8"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Community member" class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <p class="font-semibold">Raj Patel</p> | |
| <p class="text-gray-500 text-sm">Blockchain Developer</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-700 mb-4">"The technical workshops helped me transition from web2 to web3 development. Now I'm working on two exciting NFT projects with teammates I met here."</p> | |
| <div class="flex space-x-2"> | |
| <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded">NFT</span> | |
| <span class="bg-yellow-100 text-yellow-800 text-xs px-2 py-1 rounded">Solana</span> | |
| <span class="bg-red-100 text-red-800 text-xs px-2 py-1 rounded">Rust</span> | |
| </div> | |
| </div> | |
| <div class="bg-white p-6 rounded-xl shadow-lg mt-6 -ml-8"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Community member" class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <p class="font-semibold">Amina Diallo</p> | |
| <p class="text-gray-500 text-sm">Growth Marketer</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-700 mb-4">"The marketing masterminds group helped me develop strategies for user acquisition in web3. I've since helped 5 projects with their go-to-market plans."</p> | |
| <div class="flex space-x-2"> | |
| <span class="bg-pink-100 text-pink-800 text-xs px-2 py-1 rounded">Marketing</span> | |
| <span class="bg-teal-100 text-teal-800 text-xs px-2 py-1 rounded">Community</span> | |
| <span class="bg-gray-100 text-gray-800 text-xs px-2 py-1 rounded">Growth</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Resources Section --> | |
| <section id="resources" class="py-20 px-4 sm:px-6 lg:px-8"> | |
| <div class="max-w-7xl mx-auto"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">Accelerate Your Blockchain Journey</h2> | |
| <p class="mt-4 text-xl text-gray-500 max-w-3xl mx-auto">Curated resources to help you navigate the complex world of blockchain entrepreneurship.</p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-white rounded-xl shadow-md overflow-hidden"> | |
| <div class="bg-indigo-600 p-6"> | |
| <h3 class="text-xl font-bold text-white">Founder's Toolkit</h3> | |
| </div> | |
| <div class="p-6"> | |
| <ul class="space-y-4"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check-circle text-indigo-500 mt-1 mr-3"></i> | |
| <span>Legal frameworks for token sales</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check-circle text-indigo-500 mt-1 mr-3"></i> | |
| <span>Tokenomics design templates</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check-circle text-indigo-500 mt-1 mr-3"></i> | |
| <span>Pitch deck examples</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check-circle text-indigo-500 mt-1 mr-3"></i> | |
| <span>Regulatory compliance checklist</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="bg-white rounded-xl shadow-md overflow-hidden"> | |
| <div class="bg-blue-600 p-6"> | |
| <h3 class="text-xl font-bold text-white">Developer Hub</h3> | |
| </div> | |
| <div class="p-6"> | |
| <ul class="space-y-4"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check-circle text-blue-500 mt-1 mr-3"></i> | |
| <span>Smart contract audit checklist</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check-circle text-blue-500 mt-1 mr-3"></i> | |
| <span>Multi-chain deployment guides</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check-circle text-blue-500 mt-1 mr-3"></i> | |
| <span>Security best practices</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check-circle text-blue-500 mt-1 mr-3"></i> | |
| <span>Open-source code repositories</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="bg-white rounded-xl shadow-md overflow-hidden"> | |
| <div class="bg-teal-600 p-6"> | |
| <h3 class="text-xl font-bold text-white">Investor Network</h3> | |
| </div> | |
| <div class="p-6"> | |
| <ul class="space-y-4"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check-circle text-teal-500 mt-1 mr-3"></i> | |
| <span>VC and angel investor directory</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check-circle text-teal-500 mt-1 mr-3"></i> | |
| <span>Due diligence questionnaire</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check-circle text-teal-500 mt-1 mr-3"></i> | |
| <span>Term sheet negotiation guide</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check-circle text-teal-500 mt-1 mr-3"></i> | |
| <span>Fundraising timeline templates</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-12 text-center"> | |
| <a href="#join" class="btn-primary inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-indigo-600 hover:bg-indigo-700"> | |
| Unlock All Resources | |
| <i class="fas fa-arrow-right ml-2"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials Section --> | |
| <section id="testimonials" class="py-20 bg-gray-900 text-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-extrabold sm:text-4xl">Success Stories From Our Community</h2> | |
| <p class="mt-4 text-xl text-gray-300 max-w-3xl mx-auto">Hear from entrepreneurs who transformed their ideas into thriving blockchain businesses.</p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-gray-800 p-8 rounded-xl"> | |
| <div class="flex items-center mb-6"> | |
| <img src="https://randomuser.me/api/portraits/men/75.jpg" alt="Testimonial" class="w-16 h-16 rounded-full mr-4"> | |
| <div> | |
| <p class="font-bold">Michael Rodriguez</p> | |
| <p class="text-indigo-400 text-sm">CEO, DeFi Analytics Platform</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 mb-4">"BlockFounders connected me with the perfect technical team to build our analytics dashboard. We went from concept to 10,000 users in 6 months."</p> | |
| <div class="flex items-center"> | |
| <i class="fas fa-star text-yellow-400 mr-1"></i> | |
| <i class="fas fa-star text-yellow-400 mr-1"></i> | |
| <i class="fas fa-star text-yellow-400 mr-1"></i> | |
| <i class="fas fa-star text-yellow-400 mr-1"></i> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| </div> | |
| </div> | |
| <div class="bg-gray-800 p-8 rounded-xl"> | |
| <div class="flex items-center mb-6"> | |
| <img src="https://randomuser.me/api/portraits/women/33.jpg" alt="Testimonial" class="w-16 h-16 rounded-full mr-4"> | |
| <div> | |
| <p class="font-bold">Priya Kapoor</p> | |
| <p class="text-indigo-400 text-sm">Founder, NFT Marketplace</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 mb-4">"The community's feedback on our token utility model was game-changing. We've since processed over $5M in NFT sales and expanded to 3 chains."</p> | |
| <div class="flex items-center"> | |
| <i class="fas fa-star text-yellow-400 mr-1"></i> | |
| <i class="fas fa-star text-yellow-400 mr-1"></i> | |
| <i class="fas fa-star text-yellow-400 mr-1"></i> | |
| <i class="fas fa-star text-yellow-400 mr-1"></i> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| </div> | |
| </div> | |
| <div class="bg-gray-800 p-8 rounded-xl"> | |
| <div class="flex items-center mb-6"> | |
| <img src="https://randomuser.me/api/portraits/men/89.jpg" alt="Testimonial" class="w-16 h-16 rounded-full mr-4"> | |
| <div> | |
| <p class="font-bold">David Kim</p> | |
| <p class="text-indigo-400 text-sm">CTO, Blockchain Gaming</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 mb-4">"Through the community's hackathon, we found our lead game designer and secured our seed round. Our player base grows 30% month over month."</p> | |
| <div class="flex items-center"> | |
| <i class="fas fa-star text-yellow-400 mr-1"></i> | |
| <i class="fas fa-star text-yellow-400 mr-1"></i> | |
| <i class="fas fa-star text-yellow-400 mr-1"></i> | |
| <i class="fas fa-star text-yellow-400 mr-1"></i> | |
| <i class="fas fa-star-half-alt text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section id="join" class="py-20 gradient-bg"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> | |
| <h2 class="text-3xl font-extrabold text-white sm:text-4xl mb-6">Ready to Build the Future?</h2> | |
| <p class="text-xl text-indigo-100 max-w-3xl mx-auto mb-10">Join thousands of blockchain entrepreneurs shaping the digital economy. Whether you're looking to learn, collaborate, or launch - we've got you covered.</p> | |
| <div class="max-w-2xl mx-auto"> | |
| <form class="sm:flex"> | |
| <div class="w-full sm:max-w-xs mb-3 sm:mb-0 sm:mr-2"> | |
| <label for="email" class="sr-only">Email address</label> | |
| <input type="email" id="email" name="email" class="block w-full px-4 py-3 rounded-md border-0 text-base focus:outline-none" placeholder="Enter your email"> | |
| </div> | |
| <button type="submit" class="btn-primary w-full sm:w-auto px-6 py-3 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-white hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-white"> | |
| Join Community | |
| </button> | |
| </form> | |
| <p class="mt-3 text-sm text-indigo-100">By joining, you agree to our <a href="#" class="font-medium text-white underline">Terms of Service</a>.</p> | |
| </div> | |
| <div class="mt-12 grid grid-cols-2 md:grid-cols-4 gap-6 max-w-4xl mx-auto"> | |
| <div class="bg-white bg-opacity-10 p-4 rounded-lg backdrop-blur-sm"> | |
| <i class="fas fa-comments text-white text-3xl mb-2"></i> | |
| <p class="text-white font-medium">Daily Discussions</p> | |
| </div> | |
| <div class="bg-white bg-opacity-10 p-4 rounded-lg backdrop-blur-sm"> | |
| <i class="fas fa-calendar-alt text-white text-3xl mb-2"></i> | |
| <p class="text-white font-medium">Weekly Events</p> | |
| </div> | |
| <div class="bg-white bg-opacity-10 p-4 rounded-lg backdrop-blur-sm"> | |
| <i class="fas fa-user-graduate text-white text-3xl mb-2"></i> | |
| <p class="text-white font-medium">Monthly Workshops</p> | |
| </div> | |
| <div class="bg-white bg-opacity-10 p-4 rounded-lg backdrop-blur-sm"> | |
| <i class="fas fa-trophy text-white text-3xl mb-2"></i> | |
| <p class="text-white font-medium">Quarterly Hackathons</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 text-white pt-16 pb-8 px-4 sm:px-6 lg:px-8"> | |
| <div class="max-w-7xl mx-auto"> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="text-lg font-semibold mb-4">BlockFounders</h3> | |
| <p class="text-gray-400">Empowering the next generation of blockchain entrepreneurs through education, collaboration, and resources.</p> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-semibold mb-4">Community</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Forums</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Events</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Mentorship</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Success Stories</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-semibold mb-4">Resources</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Guides</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Toolkits</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Research</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-semibold mb-4">Connect</h3> | |
| <div class="flex space-x-4 mb-4"> | |
| <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter text-xl"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-discord text-xl"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin text-xl"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-telegram text-xl"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-github text-xl"></i></a> | |
| </div> | |
| <p class="text-gray-400">hello@blockfounders.com</p> | |
| </div> | |
| </div> | |
| <div class="mt-12 pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center"> | |
| <p class="text-gray-400 text-sm">© 2023 BlockFounders. All rights reserved.</p> | |
| <div class="flex space-x-6 mt-4 md:mt-0"> | |
| <a href="#" class="text-gray-400 hover:text-white text-sm">Privacy Policy</a> | |
| <a href="#" class="text-gray-400 hover:text-white text-sm">Terms of Service</a> | |
| <a href="#" class="text-gray-400 hover:text-white text-sm">Cookie Policy</a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Smooth scrolling for anchor links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| document.querySelector(this.getAttribute('href')).scrollIntoView({ | |
| behavior: 'smooth' | |
| }); | |
| }); | |
| }); | |
| // Form submission handling | |
| const form = document.querySelector('form'); | |
| if (form) { | |
| form.addEventListener('submit', function(e) { | |
| e.preventDefault(); | |
| const email = document.getElementById('email').value; | |
| // Here you would typically send the data to your server | |
| alert(`Thank you for your interest! We'll contact you at ${email} with next steps.`); | |
| form.reset(); | |
| }); | |
| } | |
| // Animation on scroll | |
| const observerOptions = { | |
| threshold: 0.1 | |
| }; | |
| const observer = new IntersectionObserver((entries) => { | |
| entries.forEach(entry => { | |
| if (entry.isIntersecting) { | |
| entry.target.classList.add('animate-fadeIn'); | |
| } | |
| }); | |
| }, observerOptions); | |
| document.querySelectorAll('.feature-card, .testimonial').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=myexploration/blockfounders" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |