Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>OnlineEarnHub - Your Guide to Making Money Online</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> | |
.gradient-bg { | |
background: linear-gradient(135deg, #6B73FF 0%, #000DFF 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); | |
} | |
.transition-all { | |
transition: all 0.3s ease; | |
} | |
.section-divider { | |
position: relative; | |
height: 80px; | |
overflow: hidden; | |
} | |
.section-divider::before { | |
content: ""; | |
position: absolute; | |
left: 0; | |
right: 0; | |
top: 0; | |
height: 100%; | |
background: linear-gradient(135deg, #6B73FF 0%, #000DFF 100%); | |
clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%); | |
} | |
.testimonial-card { | |
background: rgba(255, 255, 255, 0.1); | |
backdrop-filter: blur(10px); | |
} | |
.accordion-content { | |
max-height: 0; | |
overflow: hidden; | |
transition: max-height 0.3s ease-out; | |
} | |
</style> | |
</head> | |
<body class="font-sans bg-gray-50"> | |
<!-- Navigation --> | |
<nav class="bg-white shadow-md sticky top-0 z-50"> | |
<div class="container mx-auto px-4 py-3 flex justify-between items-center"> | |
<div class="flex items-center"> | |
<i class="fas fa-coins text-blue-600 text-2xl mr-2"></i> | |
<a href="#" class="text-xl font-bold text-blue-600">OnlineEarnHub</a> | |
</div> | |
<div class="hidden md:flex space-x-8"> | |
<a href="#freelancing" class="text-gray-700 hover:text-blue-600 transition-all">Freelancing</a> | |
<a href="#affiliate" class="text-gray-700 hover:text-blue-600 transition-all">Affiliate</a> | |
<a href="#blogging" class="text-gray-700 hover:text-blue-600 transition-all">Blogging</a> | |
<a href="#youtube" class="text-gray-700 hover:text-blue-600 transition-all">YouTube</a> | |
<a href="#tutoring" class="text-gray-700 hover:text-blue-600 transition-all">Tutoring</a> | |
<a href="#resources" class="text-gray-700 hover:text-blue-600 transition-all">Resources</a> | |
</div> | |
<button class="md:hidden text-gray-700" id="mobile-menu-button"> | |
<i class="fas fa-bars text-xl"></i> | |
</button> | |
</div> | |
<!-- Mobile menu --> | |
<div class="md:hidden hidden bg-white w-full py-2 px-4 shadow-md" id="mobile-menu"> | |
<a href="#freelancing" class="block py-2 text-gray-700 hover:text-blue-600">Freelancing</a> | |
<a href="#affiliate" class="block py-2 text-gray-700 hover:text-blue-600">Affiliate</a> | |
<a href="#blogging" class="block py-2 text-gray-700 hover:text-blue-600">Blogging</a> | |
<a href="#youtube" class="block py-2 text-gray-700 hover:text-blue-600">YouTube</a> | |
<a href="#tutoring" class="block py-2 text-gray-700 hover:text-blue-600">Tutoring</a> | |
<a href="#resources" class="block py-2 text-gray-700 hover:text-blue-600">Resources</a> | |
</div> | |
</nav> | |
<!-- Hero Section --> | |
<section class="gradient-bg text-white py-20"> | |
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center"> | |
<div class="md:w-1/2 mb-10 md:mb-0"> | |
<h1 class="text-4xl md:text-5xl font-bold mb-6">Earn Money Online From Anywhere</h1> | |
<p class="text-xl mb-8 opacity-90">Discover proven methods to make money online. Whether you're a student, professional, or stay-at-home parent, we have opportunities for you.</p> | |
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4"> | |
<a href="#methods" class="bg-white text-blue-600 font-semibold px-6 py-3 rounded-lg text-center hover:bg-gray-100 transition-all">Explore Methods</a> | |
<a href="#newsletter" class="border-2 border-white text-white font-semibold px-6 py-3 rounded-lg text-center hover:bg-white hover:text-blue-600 transition-all">Get Updates</a> | |
</div> | |
</div> | |
<div class="md:w-1/2 flex justify-center"> | |
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Online earning" class="rounded-lg shadow-2xl max-w-full h-auto"> | |
</div> | |
</div> | |
</section> | |
<!-- Stats Section --> | |
<section class="bg-white py-12"> | |
<div class="container mx-auto px-4"> | |
<div class="grid grid-cols-2 md:grid-cols-4 gap-6 text-center"> | |
<div class="p-6"> | |
<div class="text-4xl font-bold text-blue-600 mb-2">1M+</div> | |
<div class="text-gray-600">Freelancers Earning</div> | |
</div> | |
<div class="p-6"> | |
<div class="text-4xl font-bold text-blue-600 mb-2">$10B+</div> | |
<div class="text-gray-600">Paid to Affiliates</div> | |
</div> | |
<div class="p-6"> | |
<div class="text-4xl font-bold text-blue-600 mb-2">500K+</div> | |
<div class="text-gray-600">Monetized Blogs</div> | |
</div> | |
<div class="p-6"> | |
<div class="text-4xl font-bold text-blue-600 mb-2">50K+</div> | |
<div class="text-gray-600">YouTube Partners</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Methods Section --> | |
<section id="methods" class="py-16 bg-gray-50"> | |
<div class="container mx-auto px-4"> | |
<h2 class="text-3xl font-bold text-center mb-12">Online Earning Methods</h2> | |
<!-- Freelancing --> | |
<div id="freelancing" class="mb-20"> | |
<div class="flex items-center mb-8"> | |
<div class="bg-blue-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-laptop-code text-blue-600 text-2xl"></i> | |
</div> | |
<h3 class="text-2xl font-bold">Freelancing</h3> | |
</div> | |
<div class="grid md:grid-cols-3 gap-8"> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all"> | |
<div class="bg-blue-100 inline-flex p-3 rounded-full mb-4"> | |
<i class="fas fa-briefcase text-blue-600 text-xl"></i> | |
</div> | |
<h4 class="text-xl font-semibold mb-3">Upwork</h4> | |
<p class="text-gray-600 mb-4">One of the largest freelancing platforms with diverse job categories from web development to graphic design.</p> | |
<ul class="space-y-2 mb-4"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Wide range of job categories</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Secure payment system</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Global client base</li> | |
</ul> | |
<a href="#" class="text-blue-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all"> | |
<div class="bg-blue-100 inline-flex p-3 rounded-full mb-4"> | |
<i class="fas fa-palette text-blue-600 text-xl"></i> | |
</div> | |
<h4 class="text-xl font-semibold mb-3">Fiverr</h4> | |
<p class="text-gray-600 mb-4">Popular for creative services where freelancers offer "gigs" starting at $5 with various add-ons.</p> | |
<ul class="space-y-2 mb-4"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Great for beginners</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Creative services focus</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Tiered pricing options</li> | |
</ul> | |
<a href="#" class="text-blue-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all"> | |
<div class="bg-blue-100 inline-flex p-3 rounded-full mb-4"> | |
<i class="fas fa-globe text-blue-600 text-xl"></i> | |
</div> | |
<h4 class="text-xl font-semibold mb-3">Freelancer.com</h4> | |
<p class="text-gray-600 mb-4">Competitive platform with contests and projects across various fields including writing, programming, and marketing.</p> | |
<ul class="space-y-2 mb-4"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Contest-based opportunities</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Large project variety</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Milestone payment system</li> | |
</ul> | |
<a href="#" class="text-blue-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
</div> | |
<div class="mt-8 bg-blue-50 p-6 rounded-lg"> | |
<h4 class="text-lg font-semibold mb-3 text-blue-800">Freelancing Success Tips</h4> | |
<div class="grid md:grid-cols-2 gap-6"> | |
<div> | |
<p class="mb-3"><span class="font-semibold">Build a Strong Profile:</span> Highlight your skills, experience, and include a professional photo.</p> | |
<p class="mb-3"><span class="font-semibold">Start Small:</span> Take smaller jobs to build your reputation and gain reviews.</p> | |
</div> | |
<div> | |
<p class="mb-3"><span class="font-semibold">Specialize:</span> Focus on a niche where you can stand out from generalists.</p> | |
<p class="mb-3"><span class="font-semibold">Communicate Clearly:</span> Prompt responses and clear communication build trust with clients.</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Affiliate Marketing --> | |
<div id="affiliate" class="mb-20"> | |
<div class="flex items-center mb-8"> | |
<div class="bg-purple-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-hand-holding-usd text-purple-600 text-2xl"></i> | |
</div> | |
<h3 class="text-2xl font-bold">Affiliate Marketing</h3> | |
</div> | |
<div class="grid md:grid-cols-3 gap-8"> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all"> | |
<div class="bg-purple-100 inline-flex p-3 rounded-full mb-4"> | |
<i class="fab fa-amazon text-purple-600 text-xl"></i> | |
</div> | |
<h4 class="text-xl font-semibold mb-3">Amazon Associates</h4> | |
<p class="text-gray-600 mb-4">Earn commissions by promoting millions of products from the Amazon marketplace on your website or social media.</p> | |
<ul class="space-y-2 mb-4"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> 4-10% commission rates</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> 24-hour cookie duration</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Wide product selection</li> | |
</ul> | |
<a href="#" class="text-purple-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all"> | |
<div class="bg-purple-100 inline-flex p-3 rounded-full mb-4"> | |
<i class="fas fa-share-alt text-purple-600 text-xl"></i> | |
</div> | |
<h4 class="text-xl font-semibold mb-3">ShareASale</h4> | |
<p class="text-gray-600 mb-4">Network with thousands of merchants across various niches with competitive commission rates.</p> | |
<ul class="space-y-2 mb-4"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> 1,000+ merchant programs</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Real-time statistics</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Monthly payments</li> | |
</ul> | |
<a href="#" class="text-purple-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all"> | |
<div class="bg-purple-100 inline-flex p-3 rounded-full mb-4"> | |
<i class="fas fa-link text-purple-600 text-xl"></i> | |
</div> | |
<h4 class="text-xl font-semibold mb-3">Commission Junction</h4> | |
<p class="text-gray-600 mb-4">Premium affiliate network with major brands offering performance-based marketing opportunities.</p> | |
<ul class="space-y-2 mb-4"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> High-quality advertisers</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Advanced tracking</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Multiple payment options</li> | |
</ul> | |
<a href="#" class="text-purple-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
</div> | |
<div class="mt-8 bg-purple-50 p-6 rounded-lg"> | |
<h4 class="text-lg font-semibold mb-3 text-purple-800">Affiliate Marketing Strategies</h4> | |
<div class="grid md:grid-cols-2 gap-6"> | |
<div> | |
<p class="mb-3"><span class="font-semibold">Content Marketing:</span> Create valuable content that naturally incorporates affiliate links.</p> | |
<p class="mb-3"><span class="font-semibold">SEO Optimization:</span> Rank your content for relevant keywords to get organic traffic.</p> | |
</div> | |
<div> | |
<p class="mb-3"><span class="font-semibold">Email Marketing:</span> Build an email list to promote affiliate products directly to subscribers.</p> | |
<p class="mb-3"><span class="font-semibold">Social Media Promotion:</span> Leverage platforms like Pinterest, Instagram, and YouTube to drive traffic.</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Blogging --> | |
<div id="blogging" class="mb-20"> | |
<div class="flex items-center mb-8"> | |
<div class="bg-green-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-blog text-green-600 text-2xl"></i> | |
</div> | |
<h3 class="text-2xl font-bold">Blogging</h3> | |
</div> | |
<div class="grid md:grid-cols-3 gap-8"> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all"> | |
<div class="bg-green-100 inline-flex p-3 rounded-full mb-4"> | |
<i class="fas fa-search text-green-600 text-xl"></i> | |
</div> | |
<h4 class="text-xl font-semibold mb-3">SEO Fundamentals</h4> | |
<p class="text-gray-600 mb-4">Learn how to optimize your blog content to rank higher in search engines and attract organic traffic.</p> | |
<ul class="space-y-2 mb-4"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Keyword research</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> On-page optimization</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Backlink building</li> | |
</ul> | |
<a href="#" class="text-green-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all"> | |
<div class="bg-green-100 inline-flex p-3 rounded-full mb-4"> | |
<i class="fas fa-ad text-green-600 text-xl"></i> | |
</div> | |
<h4 class="text-xl font-semibold mb-3">Monetization Methods</h4> | |
<p class="text-gray-600 mb-4">Discover various ways to make money from your blog beyond just display advertising.</p> | |
<ul class="space-y-2 mb-4"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Affiliate marketing</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Sponsored content</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Digital products</li> | |
</ul> | |
<a href="#" class="text-green-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all"> | |
<div class="bg-green-100 inline-flex p-3 rounded-full mb-4"> | |
<i class="fas fa-users text-green-600 text-xl"></i> | |
</div> | |
<h4 class="text-xl font-semibold mb-3">Audience Building</h4> | |
<p class="text-gray-600 mb-4">Strategies to grow your readership and create a loyal community around your blog.</p> | |
<ul class="space-y-2 mb-4"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Email list building</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Social media engagement</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Community interaction</li> | |
</ul> | |
<a href="#" class="text-green-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
</div> | |
<div class="mt-8 bg-green-50 p-6 rounded-lg"> | |
<h4 class="text-lg font-semibold mb-3 text-green-800">Blogging Success Tips</h4> | |
<div class="grid md:grid-cols-2 gap-6"> | |
<div> | |
<p class="mb-3"><span class="font-semibold">Find Your Niche:</span> Focus on a specific topic where you can establish authority.</p> | |
<p class="mb-3"><span class="font-semibold">Consistent Posting:</span> Maintain a regular publishing schedule to keep readers engaged.</p> | |
</div> | |
<div> | |
<p class="mb-3"><span class="font-semibold">Quality Over Quantity:</span> Create comprehensive, well-researched posts that provide real value.</p> | |
<p class="mb-3"><span class="font-semibold">Engage With Readers:</span> Respond to comments and build relationships with your audience.</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- YouTube --> | |
<div id="youtube" class="mb-20"> | |
<div class="flex items-center mb-8"> | |
<div class="bg-red-100 p-3 rounded-full mr-4"> | |
<i class="fab fa-youtube text-red-600 text-2xl"></i> | |
</div> | |
<h3 class="text-2xl font-bold">YouTube Monetization</h3> | |
</div> | |
<div class="grid md:grid-cols-3 gap-8"> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all"> | |
<div class="bg-red-100 inline-flex p-3 rounded-full mb-4"> | |
<i class="fas fa-ad text-red-600 text-xl"></i> | |
</div> | |
<h4 class="text-xl font-semibold mb-3">YouTube Partner Program</h4> | |
<p class="text-gray-600 mb-4">Earn money from ads displayed on your videos once you meet the eligibility requirements.</p> | |
<ul class="space-y-2 mb-4"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> 1,000 subscribers minimum</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> 4,000 watch hours in last year</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Ad revenue sharing</li> | |
</ul> | |
<a href="#" class="text-red-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all"> | |
<div class="bg-red-100 inline-flex p-3 rounded-full mb-4"> | |
<i class="fas fa-handshake text-red-600 text-xl"></i> | |
</div> | |
<h4 class="text-xl font-semibold mb-3">Sponsorships</h4> | |
<p class="text-gray-600 mb-4">Partner with brands to create sponsored content in your videos for direct compensation.</p> | |
<ul class="space-y-2 mb-4"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Higher earnings potential</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Brand partnerships</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Product placement</li> | |
</ul> | |
<a href="#" class="text-red-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all"> | |
<div class="bg-red-100 inline-flex p-3 rounded-full mb-4"> | |
<i class="fas fa-store text-red-600 text-xl"></i> | |
</div> | |
<h4 class="text-xl font-semibold mb-3">Merchandise</h4> | |
<p class="text-gray-600 mb-4">Sell custom merchandise to your audience through YouTube's merchandise shelf.</p> | |
<ul class="space-y-2 mb-4"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Branded products</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Direct-to-fan sales</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Additional revenue stream</li> | |
</ul> | |
<a href="#" class="text-red-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
</div> | |
<div class="mt-8 bg-red-50 p-6 rounded-lg"> | |
<h4 class="text-lg font-semibold mb-3 text-red-800">YouTube Growth Strategies</h4> | |
<div class="grid md:grid-cols-2 gap-6"> | |
<div> | |
<p class="mb-3"><span class="font-semibold">Consistent Upload Schedule:</span> Post regularly to keep your audience engaged.</p> | |
<p class="mb-3"><span class="font-semibold">Engaging Thumbnails:</span> Create eye-catching thumbnails that increase click-through rates.</p> | |
</div> | |
<div> | |
<p class="mb-3"><span class="font-semibold">SEO Optimization:</span> Use relevant keywords in titles, descriptions, and tags.</p> | |
<p class="mb-3"><span class="font-semibold">Community Engagement:</span> Respond to comments and build relationships with viewers.</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Online Tutoring --> | |
<div id="tutoring" class="mb-20"> | |
<div class="flex items-center mb-8"> | |
<div class="bg-indigo-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-chalkboard-teacher text-indigo-600 text-2xl"></i> | |
</div> | |
<h3 class="text-2xl font-bold">Online Tutoring</h3> | |
</div> | |
<div class="grid md:grid-cols-3 gap-8"> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all"> | |
<div class="bg-indigo-100 inline-flex p-3 rounded-full mb-4"> | |
<i class="fas fa-graduation-cap text-indigo-600 text-xl"></i> | |
</div> | |
<h4 class="text-xl font-semibold mb-3">TutorMe</h4> | |
<p class="text-gray-600 mb-4">On-demand tutoring platform connecting students with qualified tutors across various subjects.</p> | |
<ul class="space-y-2 mb-4"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Flexible scheduling</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Wide subject coverage</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Interactive whiteboard</li> | |
</ul> | |
<a href="#" class="text-indigo-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all"> | |
<div class="bg-indigo-100 inline-flex p-3 rounded-full mb-4"> | |
<i class="fas fa-book text-indigo-600 text-xl"></i> | |
</div> | |
<h4 class="text-xl font-semibold mb-3">Chegg Tutors</h4> | |
<p class="text-gray-600 mb-4">Help students with homework questions and exam preparation in various academic subjects.</p> | |
<ul class="space-y-2 mb-4"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> On-demand help</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Subject matter experts</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Flexible hours</li> | |
</ul> | |
<a href="#" class="text-indigo-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all"> | |
<div class="bg-indigo-100 inline-flex p-3 rounded-full mb-4"> | |
<i class="fas fa-globe-asia text-indigo-600 text-xl"></i> | |
</div> | |
<h4 class="text-xl font-semibold mb-3">VIPKid</h4> | |
<p class="text-gray-600 mb-4">Teach English online to young learners in China with a flexible schedule and pre-made lesson plans.</p> | |
<ul class="space-y-2 mb-4"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Teach from home</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> No lesson planning</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Early morning hours (EST)</li> | |
</ul> | |
<a href="#" class="text-indigo-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
</div> | |
<div class="mt-8 bg-indigo-50 p-6 rounded-lg"> | |
<h4 class="text-lg font-semibold mb-3 text-indigo-800">Tutoring Success Tips</h4> | |
<div class="grid md:grid-cols-2 gap-6"> | |
<div> | |
<p class="mb-3"><span class="font-semibold">Build Rapport:</span> Establish a connection with students to create a positive learning environment.</p> | |
<p class="mb-3"><span class="font-semibold">Be Prepared:</span> Review materials in advance and have additional resources ready.</p> | |
</div> | |
<div> | |
<p class="mb-3"><span class="font-semibold">Adapt to Learning Styles:</span> Adjust your teaching methods to match how your student learns best.</p> | |
<p class="mb-3"><span class="font-semibold">Encourage Questions:</span> Create an atmosphere where students feel comfortable asking for clarification.</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Surveys & E-commerce --> | |
<div class="grid md:grid-cols-2 gap-8 mb-20"> | |
<!-- Surveys --> | |
<div> | |
<div class="flex items-center mb-8"> | |
<div class="bg-yellow-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-poll text-yellow-600 text-2xl"></i> | |
</div> | |
<h3 class="text-2xl font-bold">Surveys & Offers</h3> | |
</div> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all mb-6"> | |
<div class="flex items-start"> | |
<div class="bg-yellow-100 inline-flex p-3 rounded-full mr-4"> | |
<i class="fas fa-coins text-yellow-600 text-xl"></i> | |
</div> | |
<div> | |
<h4 class="text-xl font-semibold mb-3">Swagbucks</h4> | |
<p class="text-gray-600 mb-4">Earn points (SB) for completing surveys, watching videos, shopping online, and more. Redeem points for gift cards or cash.</p> | |
<a href="#" class="text-yellow-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
</div> | |
</div> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all mb-6"> | |
<div class="flex items-start"> | |
<div class="bg-yellow-100 inline-flex p-3 rounded-full mr-4"> | |
<i class="fas fa-clipboard-check text-yellow-600 text-xl"></i> | |
</div> | |
<div> | |
<h4 class="text-xl font-semibold mb-3">Survey Junkie</h4> | |
<p class="text-gray-600 mb-4">Share your opinions through surveys and get paid via PayPal or e-gift cards. Simple interface with quick payout options.</p> | |
<a href="#" class="text-yellow-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
</div> | |
</div> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all"> | |
<div class="flex items-start"> | |
<div class="bg-yellow-100 inline-flex p-3 rounded-full mr-4"> | |
<i class="fas fa-envelope-open-text text-yellow-600 text-xl"></i> | |
</div> | |
<div> | |
<h4 class="text-xl font-semibold mb-3">InboxDollars</h4> | |
<p class="text-gray-600 mb-4">Get paid to read emails, take surveys, play games, and shop online. $5 sign-up bonus and $30 minimum cash out.</p> | |
<a href="#" class="text-yellow-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
</div> | |
</div> | |
<div class="mt-6 bg-yellow-50 p-6 rounded-lg"> | |
<h4 class="text-lg font-semibold mb-3 text-yellow-800">Survey Tips</h4> | |
<p class="mb-3"><span class="font-semibold">Sign Up for Multiple:</span> Increase earning potential by joining several reputable survey sites.</p> | |
<p class="mb-3"><span class="font-semibold">Complete Profiles:</span> Provide detailed demographic information to qualify for more surveys.</p> | |
<p><span class="font-semibold">Be Consistent:</span> Check for new surveys regularly as they often have limited availability.</p> | |
</div> | |
</div> | |
<!-- E-commerce --> | |
<div> | |
<div class="flex items-center mb-8"> | |
<div class="bg-orange-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-shopping-cart text-orange-600 text-2xl"></i> | |
</div> | |
<h3 class="text-2xl font-bold">E-commerce</h3> | |
</div> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all mb-6"> | |
<div class="flex items-start"> | |
<div class="bg-orange-100 inline-flex p-3 rounded-full mr-4"> | |
<i class="fas fa-store text-orange-600 text-xl"></i> | |
</div> | |
<div> | |
<h4 class="text-xl font-semibold mb-3">Shopify</h4> | |
<p class="text-gray-600 mb-4">Create your own online store with easy-to-use tools, no coding required. Sell products with various payment and shipping options.</p> | |
<a href="#" class="text-orange-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
</div> | |
</div> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all mb-6"> | |
<div class="flex items-start"> | |
<div class="bg-orange-100 inline-flex p-3 rounded-full mr-4"> | |
<i class="fab fa-wordpress text-orange-600 text-xl"></i> | |
</div> | |
<div> | |
<h4 class="text-xl font-semibold mb-3">WooCommerce</h4> | |
<p class="text-gray-600 mb-4">WordPress plugin that transforms your website into a fully functional e-commerce store with extensive customization options.</p> | |
<a href="#" class="text-orange-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
</div> | |
</div> | |
<div class="bg-white p-6 rounded-xl shadow-md card-hover transition-all"> | |
<div class="flex items-start"> | |
<div class="bg-orange-100 inline-flex p-3 rounded-full mr-4"> | |
<i class="fab fa-amazon text-orange-600 text-xl"></i> | |
</div> | |
<div> | |
<h4 class="text-xl font-semibold mb-3">Amazon FBA</h4> | |
<p class="text-gray-600 mb-4">Fulfillment by Amazon program where you sell products through Amazon's marketplace while they handle storage and shipping.</p> | |
<a href="#" class="text-orange-600 font-semibold inline-flex items-center">Learn more <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
</div> | |
</div> | |
<div class="mt-6 bg-orange-50 p-6 rounded-lg"> | |
<h4 class="text-lg font-semibold mb-3 text-orange-800">E-commerce Success Tips</h4> | |
<p class="mb-3"><span class="font-semibold">Find Your Niche:</span> Focus on specific products where you can stand out from general marketplaces.</p> | |
<p class="mb-3"><span class="font-semibold">Quality Product Images:</span> Invest in professional-looking photos that showcase your products effectively.</p> | |
<p><span class="font-semibold">Customer Service:</span> Provide excellent support to build trust and encourage repeat business.</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Resources Section --> | |
<section id="resources" class="py-16 bg-white"> | |
<div class="container mx-auto px-4"> | |
<h2 class="text-3xl font-bold text-center mb-12">Essential Resources</h2> | |
<div class="grid md:grid-cols-3 gap-8"> | |
<!-- Tools --> | |
<div class="bg-gray-50 p-6 rounded-xl shadow-md"> | |
<div class="flex items-center mb-6"> | |
<div class="bg-blue-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-tools text-blue-600 text-xl"></i> | |
</div> | |
<h3 class="text-xl font-bold">Tools</h3> | |
</div> | |
<ul class="space-y-4"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-blue-500 mt-1 mr-3"></i> | |
<div> | |
<h4 class="font-semibold">Grammarly</h4> | |
<p class="text-gray-600 text-sm">Writing assistant for error-free content</p> | |
</div> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-blue-500 mt-1 mr-3"></i> | |
<div> | |
<h4 class="font-semibold">Canva</h4> | |
<p class="text-gray-600 text-sm">Graphic design for non-designers</p> | |
</div> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-blue-500 mt-1 mr-3"></i> | |
<div> | |
<h4 class="font-semibold">Trello</h4> | |
<p class="text-gray-600 text-sm">Project management and organization</p> | |
</div> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-blue-500 mt-1 mr-3"></i> | |
<div> | |
<h4 class="font-semibold">Ahrefs</h4> | |
<p class="text-gray-600 text-sm">SEO and competitive research</p> | |
</div> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-blue-500 mt-1 mr-3"></i> | |
<div> | |
<h4 class="font-semibold">TubeBuddy</h4> | |
<p class="text-gray-600 text-sm">YouTube channel management</p> | |
</div> | |
</li> | |
</ul> | |
</div> | |
<!-- Learning --> | |
<div class="bg-gray-50 p-6 rounded-xl shadow-md"> | |
<div class="flex items-center mb-6"> | |
<div class="bg-purple-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-graduation-cap text-purple-600 text-xl"></i> | |
</div> | |
<h3 class="text-xl font-bold">Learning Platforms</h3> | |
</div> | |
<ul class="space-y-4"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-purple-500 mt-1 mr-3"></i> | |
<div> | |
<h4 class="font-semibold">Udemy</h4> | |
<p class="text-gray-600 text-sm">Affordable courses on various topics</p> | |
</div> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-purple-500 mt-1 mr-3"></i> | |
<div> | |
<h4 class="font-semibold">Coursera</h4> | |
<p class="text-gray-600 text-sm">University-level online courses</p> | |
</div> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-purple-500 mt-1 mr-3"></i> | |
<div> | |
<h4 class="font-semibold">Skillshare</h4> | |
<p class="text-gray-600 text-sm">Creative and business skills</p> | |
</div> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-purple-500 mt-1 mr-3"></i> | |
<div> | |
<h4 class="font-semibold">Google Digital Garage</h4> | |
<p class="text-gray-600 text-sm">Free digital marketing courses</p> | |
</div> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-purple-500 mt-1 mr-3"></i> | |
<div> | |
<h4 class="font-semibold">HubSpot Academy</h4> | |
<p class="text-gray-600 text-sm">Free marketing and sales training</p> | |
</div> | |
</li> | |
</ul> | |
</div> | |
<!-- Communities --> | |
<div class="bg-gray-50 p-6 rounded-xl shadow-md"> | |
<div class="flex items-center mb-6"> | |
<div class="bg-green-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-users text-green-600 text-xl"></i> | |
</div> | |
<h3 class="text-xl font-bold">Communities</h3> | |
</div> | |
<ul class="space-y-4"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<div> | |
<h4 class="font-semibold">r/WorkOnline</h4> | |
<p class="text-gray-600 text-sm">Reddit community for online work</p> | |
</div> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<div> | |
<h4 class="font-semibold">Indie Hackers</h4> | |
<p class="text-gray-600 text-sm">Community for online entrepreneurs</p> | |
</div> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<div> | |
<h4 class="font-semibold">Facebook Groups</h4> | |
<p class="text-gray-600 text-sm">Niche-specific online earning groups</p> | |
</div> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<div> | |
<h4 class="font-semibold">Discord Servers</h4> | |
<p class="text-gray-600 text-sm">Real-time chat with like-minded people</p> | |
</div> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<div> | |
<h4 class="font-semibold">Meetup.com</h4> | |
<p class="text-gray-600 text-sm">Local online business meetups</p> | |
</div> | |
</li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Success Stories --> | |
<section class="py-16 gradient-bg text-white"> | |
<div class="container mx-auto px-4"> | |
<h2 class="text-3xl font-bold text-center mb-12">Success Stories</h2> | |
<div class="grid md:grid-cols-3 gap-8"> | |
<div class="testimonial-card p-8 rounded-xl"> | |
<div class="flex items-center mb-6"> | |
<img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sarah J." class="w-12 h-12 rounded-full mr-4"> | |
<div> | |
<h4 class="font-bold">Sarah J.</h4> | |
<p class="text-blue-200">Freelance Writer</p> | |
</div> | |
</div> | |
<p class="mb-4">"I went from making $200/month to over $5,000/month in just one year by specializing in technical writing on Upwork. The key was building a strong portfolio and getting those first few five-star reviews."</p> | |
<div class="flex"> | |
<i class="fas fa-star text-yellow-300 mr-1"></i> | |
<i class="fas fa-star text-yellow-300 mr-1"></i> | |
<i class="fas fa-star text-yellow-300 mr-1"></i> | |
<i class="fas fa-star text-yellow-300 mr-1"></i> | |
<i class="fas fa-star text-yellow-300"></i> | |
</div> | |
</div> | |
<div class="testimonial-card p-8 rounded-xl"> | |
<div class="flex items-center mb-6"> | |
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael T." class="w-12 h-12 rounded-full mr-4"> | |
<div> | |
<h4 class="font-bold">Michael T.</h4> | |
<p class="text-blue-200">Affiliate Marketer</p> | |
</div> | |
</div> | |
<p class="mb-4">"My Amazon affiliate site now generates passive income of $8,000/month. It took 6 months of consistent content creation before I saw significant traffic, but the long-term payoff has been incredible."</p> | |
<div class="flex"> | |
<i class="fas fa-star text-yellow-300 mr-1"></i> | |
<i class="fas fa-star text-yellow-300 mr-1"></i> | |
<i class="fas fa-star text-yellow-300 mr-1"></i> | |
<i class="fas fa-star text-yellow-300 mr-1"></i> | |
<i class="fas fa-star text-yellow-300"></i> | |
</div> | |
</div> | |
<div class="testimonial-card p-8 rounded-xl"> | |
<div class="flex items-center mb-6"> | |
<img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Priya K." class="w-12 h-12 rounded-full mr-4"> | |
<div> | |
<h4 class="font-bold">Priya K.</h4> | |
<p class="text-blue-200">YouTube Creator</p> | |
</div> | |
</div> | |
<p class="mb-4">"My cooking channel hit 100,000 subscribers after 18 months. Now between AdSense, sponsorships, and my digital cookbook, I'm earning six figures doing what I love from my home kitchen."</p> | |
<div class="flex"> | |
<i class="fas fa-star text-yellow-300 mr-1"></i> | |
<i class="fas fa-star text-yellow-300 mr-1"></i> | |
<i class="fas fa-star text-yellow-300 mr-1"></i> | |
<i class="fas fa-star text-yellow-300 mr-1"></i> | |
<i class="fas fa-star-half-alt text-yellow-300"></i> | |
</div> | |
</div> | |
</div> | |
<div class="text-center mt-12"> | |
<a href="#" class="inline-block bg-white text-blue-600 font-semibold px-8 py-3 rounded-lg hover:bg-gray-100 transition-all">View More Success Stories</a> | |
</div> | |
</div> | |
</section> | |
<!-- FAQ Section --> | |
<section class="py-16 bg-white"> | |
<div class="container mx-auto px-4"> | |
<h2 class="text-3xl font-bold text-center mb-12">Frequently Asked Questions</h2> | |
<div class="max-w-3xl mx-auto"> | |
<div class="border-b border-gray-200 py-4"> | |
<button class="faq-question flex justify-between items-center w-full text-left font-semibold text-lg"> | |
<span>How much money can I realistically make online?</span> | |
<i class="fas fa-chevron-down transition-transform duration-300"></i> | |
</button> | |
<div class="accordion-content"> | |
<div class="pt-4 pb-2 text-gray-600"> | |
<p>Earnings vary widely depending on the method, time investment, and skills. Beginners might make $100-$500/month with surveys or microtasks, while skilled freelancers can earn $1,000-$5,000/month. Established online businesses (blogs, YouTube channels, e-commerce) can generate $10,000+/month but typically require significant time investment upfront.</p> | |
</div> | |
</div> | |
</div> | |
<div class="border-b border-gray-200 py-4"> | |
<button class="faq-question flex justify-between items-center w-full text-left font-semibold text-lg"> | |
<span>How do I avoid online earning scams?</span> | |
<i class="fas fa-chevron-down transition-transform duration-300"></i> | |
</button> | |
<div class="accordion-content"> | |
<div class="pt-4 pb-2 text-gray-600"> | |
<p>Watch for these red flags: promises of getting rich quick, requests for upfront payments, lack of verifiable company information, or pressure to sign up immediately. Stick to reputable platforms like those mentioned on our site, research any opportunity thoroughly, and remember that legitimate online work requires real effort and skills.</p> | |
</div> | |
</div> | |
</div> | |
<div class="border-b border-gray-200 py-4"> | |
<button class="faq-question flex justify-between items-center w-full text-left font-semibold text-lg"> | |
<span>What skills do I need to earn money online?</span> | |
<i class="fas fa-chevron-down transition-transform duration-300"></i> | |
</button> | |
<div class="accordion-content"> | |
<div class="pt-4 pb-2 text-gray-600"> | |
<p>Basic digital literacy is essential. Specific skills depend on the method: writing/editing for freelancing, communication for tutoring, basic marketing for e-commerce, consistency for blogging/YouTube. Many skills can be learned through free or low-cost online courses. The most important "skill" is often persistence and willingness to learn.</p> | |
</div> | |
</div> | |
</div> | |
<div class="border-b border-gray-200 py-4"> | |
<button class="faq-question flex justify-between items-center w-full text-left font-semibold text-lg"> | |
<span>How much time do I need to invest?</span> | |
<i class="fas fa-chevron-down transition-transform duration-300"></i> | |
</button> | |
<div class="accordion-content"> | |
<div class="pt-4 pb-2 text-gray-600"> | |
<p>Passive income methods (like blogging or YouTube) require significant upfront time (10-20 hours/week for 6-12 months before substantial earnings). Active income methods (freelancing, tutoring) can generate income immediately but require ongoing time investment. Surveys/microtasks offer flexibility but limited earning potential per hour.</p> | |
</div> | |
</div> | |
</div> | |
<div class="border-b border-gray-200 py-4"> | |
<button class="faq-question flex justify-between items-center w-full text-left font-semibold text-lg"> | |
<span>Do I need to pay taxes on online income?</span> | |
<i class="fas fa-chevron-down transition-transform duration-300"></i> | |
</button> | |
<div class="accordion-content"> | |
<div class="pt-4 pb-2 text-gray-600"> | |
<p>Yes, online earnings are generally taxable. The specific requirements depend on your country and income amount. In many countries, you'll need to register as self-employed if earning significant amounts. Keep detailed records of all income and expenses. Consider consulting a tax professional familiar with online income in your jurisdiction.</p> | |
</div> | |
</div> | |
</div> | |
<div class="border-b border-gray-200 py-4"> | |
<button class="faq-question flex justify-between items-center w-full text-left font-semibold text-lg"> | |
<span>What's the best method for beginners?</span> | |
<i class="fas fa-chevron-down transition-transform duration-300"></i> | |
</button> | |
<div class="accordion-content"> | |
<div class="pt-4 pb-2 text-gray-600"> | |
<p>For quickest results: freelancing (if you have marketable skills) or surveys/microtasks. For long-term potential: blogging or YouTube (but requires patience). Tutoring is excellent if you're knowledgeable in a subject. Consider combining methods - for example, freelancing while building a passive income stream.</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Newsletter Section --> | |
<section id="newsletter" class="py-16 bg-gray-100"> | |
<div class="container mx-auto px-4"> | |
<div class="max-w-4xl mx-auto bg-white rounded-xl shadow-md overflow-hidden p-8 md:p-12"> | |
<div class="md:flex"> | |
<div class="md:w-1/2 p-4"> | |
<h2 class="text-2xl font-bold mb-4">Stay Updated</h2> | |
<p class="text-gray-600 mb-6">Get the latest online earning tips, platform updates, and success strategies delivered to your inbox weekly.</p> | |
<div class="flex space-x-4"> | |
<div class="bg-blue-100 p-3 rounded-full"> | |
<i class="fas fa-envelope-open-text text-blue-600"></i> | |
</div> | |
<div> | |
<h4 class="font-semibold">Exclusive Content</h4> | |
<p class="text-gray-600 text-sm">Tips not shared on the website</p> | |
</div> | |
</div> | |
<div class="flex space-x-4 mt-4"> | |
<div class="bg-purple-100 p-3 rounded-full"> | |
<i class="fas fa-gift text-purple-600"></i> | |
</div> | |
<div> | |
<h4 class="font-semibold">Free Resources</h4> | |
<p class="text-gray-600 text-sm">Templates, checklists, and guides</p> | |
</div> | |
</div> | |
</div> | |
<div class="md:w-1/2 p-4"> | |
<form class="space-y-4"> | |
<div> | |
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Name</label> | |
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500" placeholder="Your name"> | |
</div> | |
<div> | |
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email</label> | |
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500" placeholder="[email protected]"> | |
</div> | |
<div> | |
<label for="interest" class="block text-sm font-medium text-gray-700 mb-1">Primary Interest</label> | |
<select id="interest" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500"> | |
<option value="">Select an option</option> | |
<option value="freelancing">Freelancing</option> | |
<option value="affiliate">Affiliate Marketing</option> | |
<option value="blogging">Blogging</option> | |
<option value="youtube">YouTube</option> | |
<option value="tutoring">Online Tutoring</option> | |
<option value="ecommerce">E-commerce</option> | |
</select> | |
</div> | |
<button type="submit" class="w-full bg-blue-600 text-white font-semibold px-6 py-3 rounded-lg hover:bg-blue-700 transition-all">Subscribe Now</button> | |
</form> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Footer --> | |
<footer class="bg-gray-900 text-white py-12"> | |
<div class="container mx-auto px-4"> | |
<div class="grid md:grid-cols-4 gap-8"> | |
<div> | |
<div class="flex items-center mb-4"> | |
<i class="fas fa-coins text-blue-400 text-2xl mr-2"></i> | |
<span class="text-xl font-bold">OnlineEarnHub</span> | |
</div> | |
<p class="text-gray-400 mb-4">Your comprehensive guide to making money online through legitimate and proven methods.</p> | |
<div class="flex space-x-4"> | |
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a> | |
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a> | |
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a> | |
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-youtube"></i></a> | |
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-pinterest"></i></a> | |
</div> | |
</div> | |
<div> | |
<h4 class="text-lg font-semibold mb-4">Quick Links</h4> | |
<ul class="space-y-2"> | |
<li><a href="#freelancing" class="text-gray-400 hover:text-white">Freelancing</a></li> | |
<li><a href="#affiliate" class="text-gray-400 hover:text-white">Affiliate Marketing</a></li> | |
<li><a href="#blogging" class="text-gray-400 hover:text-white">Blogging</a></li> | |
<li><a href="#youtube" class="text-gray-400 hover:text-white">YouTube</a></li> | |
<li><a href="#tutoring" class="text-gray-400 hover:text-white">Online Tutoring</a></li> | |
</ul> | |
</div> | |
<div> | |
<h4 class="text-lg font-semibold mb-4">Resources</h4> | |
<ul class="space-y-2"> | |
<li><a href="#" class="text-gray-400 hover:text-white">Tools</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white">Courses</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white">Communities</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white">Success Stories</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li> | |
</ul> | |
</div> | |
<div> | |
<h4 class="text-lg font-semibold mb-4">Legal</h4> | |
<ul class="space-y-2"> | |
<li><a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white">Terms of Service</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white">Disclaimer</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white">Cookie Policy</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white">Contact Us</a></li> | |
</ul> | |
</div> | |
</div> | |
<div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400"> | |
<p>© 2023 OnlineEarnHub. All rights reserved.</p> | |
</div> | |
</div> | |
</footer> | |
<script> | |
// Mobile menu toggle | |
document.getElementById('mobile-menu-button').addEventListener('click', function() { | |
const menu = document.getElementById('mobile-menu'); | |
menu.classList.toggle('hidden'); | |
}); | |
// FAQ accordion | |
const faqQuestions = document.querySelectorAll('.faq-question'); | |
faqQuestions.forEach(question => { | |
question.addEventListener('click', () => { | |
const answer = question.nextElementSibling; | |
const icon = question.querySelector('i'); | |
// Toggle the answer | |
if (answer.style.maxHeight) { | |
answer.style.maxHeight = null; | |
icon.classList.remove('transform', 'rotate-180'); | |
} else { | |
answer.style.maxHeight = answer.scrollHeight + 'px'; | |
icon.classList.add('transform', 'rotate-180'); | |
} | |
// Close other open answers | |
faqQuestions.forEach(q => { | |
if (q !== question) { | |
q.nextElementSibling.style.maxHeight = null; | |
q.querySelector('i').classList.remove('transform', 'rotate-180'); | |
} | |
}); | |
}); | |
}); | |
// 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) { | |
window.scrollTo({ | |
top: targetElement.offsetTop - 80, | |
behavior: 'smooth' | |
}); | |
// Close mobile menu if open | |
const mobileMenu = document.getElementById('mobile-menu'); | |
if (!mobileMenu.classList.contains('hidden')) { | |
mobileMenu.classList.add('hidden'); | |
} | |
} | |
}); | |
}); | |
// Newsletter form submission | |
const newsletterForm = document.querySelector('#newsletter form'); | |
if (newsletterForm) { | |
newsletterForm.addEventListener('submit', function(e) { | |
e.preventDefault(); | |
// Here you would typically send the form data to your server | |
alert('Thank you for subscribing! You will receive our next newsletter.'); | |
this.reset(); | |
}); | |
} | |
</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=tarunparjapat/ai-demo" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |