File size: 18,217 Bytes
c0f9ba1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Game Tester Jobs - Earn $500 Daily | No Experience Needed</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=Poppins:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Poppins', sans-serif;
background-color: #f8f9fa;
color: #333;
}
.hero-gradient {
background: linear-gradient(135deg, #4f46e5 0%, #8b5cf6 100%);
}
.testimonial-card {
box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
}
.testimonial-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.15);
}
.cta-button {
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(79, 70, 229, 0.4);
}
.cta-button:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(79, 70, 229, 0.5);
}
.feature-icon {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: linear-gradient(135deg, #4f46e5 0%, #8b5cf6 100%);
color: white;
font-size: 24px;
margin: 0 auto 15px;
}
</style>
</head>
<body>
<!-- Navigation -->
<nav class="bg-white shadow-sm py-4">
<div class="container mx-auto px-4 flex justify-between items-center">
<div class="flex items-center">
<i class="fas fa-gamepad text-3xl text-purple-600 mr-2"></i>
<span class="text-xl font-bold text-gray-800">GameTestPro</span>
</div>
<div>
<a href="#apply" class="bg-purple-600 hover:bg-purple-700 text-white px-4 py-2 rounded-lg font-medium transition duration-300">Apply Now</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-gradient text-white py-16 md:py-24">
<div class="container mx-auto px-4">
<div class="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-4 leading-tight">Earn $500 Daily Testing Mobile Games</h1>
<p class="text-xl mb-8 opacity-90">No experience needed! Work just 4 hours/day from your phone with full training provided.</p>
<a href="https://t.me/StakeHRworld_bot?start=ZGw6MjgyOTc2" class="cta-button inline-block bg-white text-purple-600 font-bold py-3 px-8 rounded-lg text-lg">Start Earning Today <i class="fas fa-arrow-right ml-2"></i></a>
</div>
<div class="md:w-1/2 flex justify-center">
<img src="https://images.unsplash.com/photo-1612287230202-1ff1d85d1bdf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80" alt="Mobile gaming" class="rounded-lg shadow-xl max-w-full h-auto" style="max-height: 400px;">
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Why Choose Game Testing With Us?</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="text-center p-6">
<div class="feature-icon">
<i class="fas fa-money-bill-wave"></i>
</div>
<h3 class="text-xl font-semibold mb-3">High Earnings</h3>
<p class="text-gray-600">Earn $500+ daily with just 4 hours of work. Payments processed daily via secure methods.</p>
</div>
<div class="text-center p-6">
<div class="feature-icon">
<i class="fas fa-mobile-alt"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Work Anywhere</h3>
<p class="text-gray-600">All you need is your smartphone. Test games from home or anywhere with internet access.</p>
</div>
<div class="text-center p-6">
<div class="feature-icon">
<i class="fas fa-chalkboard-teacher"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Full Training</h3>
<p class="text-gray-600">No experience required. Our managers provide step-by-step training and ongoing support.</p>
</div>
</div>
</div>
</section>
<!-- How It Works -->
<section class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-gray-800">How It Works</h2>
<div class="max-w-3xl mx-auto">
<div class="flex flex-col md:flex-row mb-8 items-center">
<div class="md:w-1/4 flex justify-center mb-4 md:mb-0">
<div class="bg-purple-100 text-purple-600 rounded-full w-16 h-16 flex items-center justify-center text-2xl font-bold">1</div>
</div>
<div class="md:w-3/4">
<h3 class="text-xl font-semibold mb-2">Apply via Telegram</h3>
<p class="text-gray-600">Click the button below to open our Telegram bot and complete the simple application form.</p>
</div>
</div>
<div class="flex flex-col md:flex-row mb-8 items-center">
<div class="md:w-1/4 flex justify-center mb-4 md:mb-0">
<div class="bg-purple-100 text-purple-600 rounded-full w-16 h-16 flex items-center justify-center text-2xl font-bold">2</div>
</div>
<div class="md:w-3/4">
<h3 class="text-xl font-semibold mb-2">Get Approved & Trained</h3>
<p class="text-gray-600">Our manager will review your application and provide complete training materials.</p>
</div>
</div>
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/4 flex justify-center mb-4 md:mb-0">
<div class="bg-purple-100 text-purple-600 rounded-full w-16 h-16 flex items-center justify-center text-2xl font-bold">3</div>
</div>
<div class="md:w-3/4">
<h3 class="text-xl font-semibold mb-2">Start Earning</h3>
<p class="text-gray-600">Begin testing games and earn money daily. Support is available whenever you need help.</p>
</div>
</div>
</div>
<div class="text-center mt-12">
<a href="https://t.me/StakeHRworld_bot?start=ZGw6MjgyOTc2" class="cta-button inline-block bg-purple-600 hover:bg-purple-700 text-white font-bold py-3 px-8 rounded-lg text-lg">Apply Now <i class="fab fa-telegram-plane ml-2"></i></a>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-gray-800">What Our Testers Say</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="testimonial-card bg-white p-6 rounded-lg border border-gray-100">
<div class="flex items-center mb-4">
<img src="https://randomuser.me/api/portraits/women/32.jpg" alt="Tester" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-semibold">Lina Chen</h4>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
</div>
<p class="text-gray-600">"I started with no experience and now earn $600 daily! The training was very clear and the manager is always available to help."</p>
</div>
<div class="testimonial-card bg-white p-6 rounded-lg border border-gray-100">
<div class="flex items-center mb-4">
<img src="https://randomuser.me/api/portraits/men/45.jpg" alt="Tester" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-semibold">Raj Patel</h4>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
</div>
<p class="text-gray-600">"Perfect side income! I work just 4 hours in the evening after my regular job. Payments come every day without fail."</p>
</div>
<div class="testimonial-card bg-white p-6 rounded-lg border border-gray-100">
<div class="flex items-center mb-4">
<img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Tester" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-semibold">Mei Wong</h4>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
<p class="text-gray-600">"I was skeptical at first but the money is real. The work is actually fun and flexible. Highly recommend to anyone!"</p>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section id="apply" class="py-16 hero-gradient text-white">
<div class="container mx-auto px-4 text-center">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Start Earning?</h2>
<p class="text-xl mb-8 max-w-2xl mx-auto opacity-90">Join hundreds of testers who are making great money with just their smartphone. No upfront fees, no experience needed.</p>
<a href="https://t.me/StakeHRworld_bot?start=ZGw6MjgyOTc2" class="cta-button inline-block bg-white text-purple-600 font-bold py-4 px-10 rounded-lg text-lg mb-6">Apply via Telegram <i class="fab fa-telegram-plane ml-2"></i></a>
<p class="text-sm opacity-80">Limited positions available. Apply today!</p>
</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 text-gray-800">Frequently Asked Questions</h2>
<div class="max-w-3xl mx-auto">
<div class="mb-6 border-b border-gray-200 pb-6">
<h3 class="text-xl font-semibold mb-2 flex items-center">
<i class="fas fa-question-circle text-purple-600 mr-3"></i>
Do I need any experience to apply?
</h3>
<p class="text-gray-600 ml-8">No prior experience is required! We provide complete training and our managers will guide you through every step of the process.</p>
</div>
<div class="mb-6 border-b border-gray-200 pb-6">
<h3 class="text-xl font-semibold mb-2 flex items-center">
<i class="fas fa-question-circle text-purple-600 mr-3"></i>
What devices do I need?
</h3>
<p class="text-gray-600 ml-8">You only need a smartphone (Android or iOS) with internet access. No special equipment is required.</p>
</div>
<div class="mb-6 border-b border-gray-200 pb-6">
<h3 class="text-xl font-semibold mb-2 flex items-center">
<i class="fas fa-question-circle text-purple-600 mr-3"></i>
How and when do I get paid?
</h3>
<p class="text-gray-600 ml-8">Payments are processed daily via secure methods like bank transfer, e-wallets, or cryptocurrency (your choice). You'll receive your earnings within 24 hours.</p>
</div>
<div class="mb-6 pb-6">
<h3 class="text-xl font-semibold mb-2 flex items-center">
<i class="fas fa-question-circle text-purple-600 mr-3"></i>
Is there any cost to join?
</h3>
<p class="text-gray-600 ml-8">Absolutely not! There are no fees or hidden costs to join our testing program. Beware of scams that ask for payment.</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-8">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-4 md:mb-0">
<div class="flex items-center">
<i class="fas fa-gamepad text-2xl text-purple-400 mr-2"></i>
<span class="text-xl font-bold">GameTestPro</span>
</div>
<p class="text-gray-400 mt-2 text-sm">Earn money testing games from your phone</p>
</div>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white transition duration-300"><i class="fab fa-telegram text-xl"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition duration-300"><i class="fab fa-whatsapp text-xl"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition duration-300"><i class="fas fa-envelope text-xl"></i></a>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400 text-sm">
<p>© 2023 GameTestPro. All rights reserved. | <a href="#" class="hover:text-white">Privacy Policy</a> | <a href="#" class="hover:text-white">Terms of Service</a></p>
<p class="mt-2">This is not a gambling site. We provide legitimate game testing opportunities.</p>
</div>
</div>
</footer>
<!-- Floating CTA Button (Mobile) -->
<div class="md:hidden fixed bottom-6 right-6 z-50">
<a href="https://t.me/StakeHRworld_bot?start=ZGw6MjgyOTc2" class="cta-button flex items-center justify-center bg-purple-600 text-white rounded-full w-16 h-16 shadow-lg">
<i class="fab fa-telegram-plane text-2xl"></i>
</a>
</div>
<script>
// Simple animation for testimonial cards on scroll
document.addEventListener('DOMContentLoaded', function() {
const testimonialCards = document.querySelectorAll('.testimonial-card');
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.style.opacity = 1;
entry.target.style.transform = 'translateY(0)';
}
});
}, { threshold: 0.1 });
testimonialCards.forEach(card => {
card.style.opacity = 0;
card.style.transform = 'translateY(20px)';
card.style.transition = 'opacity 0.6s ease, transform 0.6s ease';
observer.observe(card);
});
// 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'
});
});
});
});
</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=timoon811/land-1123" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |