background: url('https://images.unsplash.com/photo-1656291716879-295102bc71e3?q=80&w=1074&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') no-repeat center center/cover;
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<li><a href="https://www.youtube.com/@techpk1249" target="_blank">Home</a></li>
<li><a href="https://www.youtube.com/@techpk1249" target="_blank">Driving Jobs</a></li>
<li><a href="https://www.youtube.com/@techpk1249" target="_blank">Electrician Jobs</a></li>
<li><a href="https://www.youtube.com/@techpk1249" target="_blank">Mechanical Jobs</a></li>
<li><a href="https://www.youtube.com/@techpk1249" target="_blank">More Jobs</a></li>
<p>Earn money online without any investment. Perfect opportunity for students, housewives, and anyone looking for part-time work.</p>
<p>Find the perfect job that matches your skills and interests</p>
<a href="https://www.youtube.com/@techpk1249" target="_blank" class="btn">View Jobs</a>
<a href="https://www.youtube.com/@techpk1249" target="_blank" class="btn">View Jobs</a>
<a href="https://www.youtube.com/@techpk1249" target="_blank" class="btn">View Jobs</a>
<a href="https://www.youtube.com/@techpk1249" target="_blank" class="btn">View Jobs</a>
<li>Basic Computer Skills (MS Word, Excel, Google Sheets)</li>
<li>Basic English Understanding (No Advanced Level Needed)</li>
<li>No Prior Experience Required! (Freshers Welcome)</li>
<p>💰 Salary: $100 - $500 per month (Based on performance)</p>
<p>⚠️ WARNING: No Registration Fee! (Avoid scams). No Fake Promises! (Earn based on work done).</p>
<input type="file" id="cv-upload" class="file-input" accept=".pdf,.doc,.docx">
<p>We connect job seekers with legitimate work-from-home opportunities across Pakistan, India, and UAE.</p>
<a href="https://www.youtube.com/@techpk1249" target="_blank" class="visit-website">Visit Our Website</a>
<a href="https://www.youtube.com/@techpk1249" target="_blank">Home</a>
<a href="https://www.youtube.com/@techpk1249" target="_blank">Data Entry Jobs</a>
<a href="https://www.youtube.com/@techpk1249" target="_blank">Driving Jobs</a>
<a href="https://www.youtube.com/@techpk1249" target="_blank">Electrician Jobs</a>
<a href="https://www.youtube.com/@techpk1249" target="_blank">Mechanical Jobs</a>
<p><i class="fas fa-map-marker-alt"></i> Karachi, Pakistan / UAE</p>
<p>© 2023 GlobalWork. All Rights Reserved.</p>
document.querySelector(this.getAttribute('href')).scrollIntoView({
const progressContainer = document.getElementById('progress-container');
window.open('https://www.youtube.com/@techpk1249', '_blank');
<!DOCTYPE html>
<html lang="ur">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GlobalWork - گھر بیٹھے نوکریاں</title>
<style>
/* Same CSS as before, unchanged */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
background-color: #f5f7fa;
color: #333;
line-height: 1.6;
}
.container {
width: 90%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
/* Header Styles */
header {
background: linear-gradient(135deg, #2c3e50, #3498db);
color: white;
padding: 20px 0;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
position: sticky;
top: 0;
z-index: 100;
}
.header-container {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 28px;
font-weight: 700;
display: flex;
align-items: center;
}
.logo span {
color: #f39c12;
}
nav ul {
display: flex;
list-style: none;
}
nav ul li {
margin-left: 25px;
}
nav ul li a {
color: white;
text-decoration: none;
font-weight: 500;
transition: all 0.3s ease;
padding: 8px 12px;
border-radius: 4px;
}
nav ul li a:hover {
background-color: rgba(255, 255, 255, 0.2);
}
/* Hero Section */
.hero {
background: url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') no-repeat center center/cover;
height: 500px;
display: flex;
align-items: center;
position: relative;
color: white;
text-align: center;
}
.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
}
.hero-content {
position: relative;
z-index: 1;
width: 100%;
padding: 0 20px;
}
.hero h1 {
font-size: 48px;
margin-bottom: 20px;
animation: fadeInDown 1s ease;
}
.hero p {
font-size: 20px;
margin-bottom: 30px;
max-width: 800px;
margin-left: auto;
margin-right: auto;
animation: fadeInUp 1s ease;
}
.btn {
display: inline-block;
background: #f39c12;
color: white;
padding: 12px 30px;
border-radius: 30px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
border: none;
cursor: pointer;
font-size: 16px;
animation: pulse 2s infinite;
}
.btn:hover {
background: #e67e22;
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
/* Job Categories */
.job-categories {
padding: 80px 0;
background-color: white;
}
.section-title {
text-align: center;
margin-bottom: 50px;
}
.section-title h2 {
font-size: 36px;
color: #2c3e50;
margin-bottom: 15px;
position: relative;
display: inline-block;
}
.section-title h2::after {
content: '';
position: absolute;
width: 50px;
height: 3px;
background-color: #f39c12;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
}
.section-title p {
color: #7f8c8d;
max-width: 700px;
margin: 0 auto;
}
.categories-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 30px;
}
.category-card {
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
text-align: center;
padding: 30px 20px;
border: 1px solid #eee;
}
.category-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.category-icon {
font-size: 50px;
color: #f39c12;
margin-bottom: 20px;
}
.category-card h3 {
font-size: 22px;
margin-bottom: 15px;
color: #2c3e50;
}
.category-card p {
color: #7f8c8d;
margin-bottom: 20px;
}
/* Featured Job */
.featured-job {
padding: 80px 0;
background-color: #f9f9f9;
}
.job-card {
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
max-width: 800px;
margin: 0 auto;
padding: 40px;
}
.job-header {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.job-icon {
font-size: 40px;
color: #f39c12;
margin-right: 20px;
}
.job-title h3 {
font-size: 28px;
color: #2c3e50;
margin-bottom: 5px;
}
.job-title p {
color: #7f8c8d;
}
.job-details {
margin-bottom: 30px;
}
.job-details h4 {
font-size: 20px;
color: #2c3e50;
margin-bottom: 15px;
}
.job-details ul {
list-style-position: inside;
margin-bottom: 20px;
}
.job-details ul li {
margin-bottom: 10px;
color: #7f8c8d;
}
.salary-info {
background: #f8f9fa;
padding: 15px;
border-radius: 5px;
margin-bottom: 30px;
}
.salary-info p {
color: #2c3e50;
font-weight: 600;
}
.warning-box {
background: #fff8e1;
border-left: 4px solid #f39c12;
padding: 15px;
margin-bottom: 30px;
}
.warning-box p {
color: #e67e22;
}
/* Popup Modal */
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
animation: fadeIn 0.3s;
}
.modal-content {
background-color: #fff;
margin: 10% auto;
padding: 30px;
border-radius: 8px;
width: 90%;
max-width: 500px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
position: relative;
}
.close-btn {
position: absolute;
top: 15px;
right: 15px;
font-size: 24px;
cursor: pointer;
color: #7f8c8d;
}
.close-btn:hover {
color: #e74c3c;
}
.modal-title {
font-size: 24px;
margin-bottom: 20px;
color: #2c3e50;
text-align: center;
}
.upload-area {
border: 2px dashed #bdc3c7;
border-radius: 5px;
padding: 30px;
text-align: center;
margin-bottom: 20px;
cursor: pointer;
transition: all 0.3s;
}
.upload-area:hover {
border-color: #3498db;
background-color: #f8f9fa;
}
.upload-icon {
font-size: 50px;
color: #3498db;
margin-bottom: 15px;
}
.file-input {
display: none;
}
.file-name {
margin-top: 10px;
color: #7f8c8d;
font-size: 14px;
}
/* Progress Bar */
.progress-container {
width: 100%;
background-color: #f1f1f1;
border-radius: 5px;
margin: 15px 0;
display: none;
}
.progress-bar {
height: 20px;
background-color: #4CAF50;
border-radius: 5px;
width: 0%;
transition: width 0.5s;
text-align: center;
line-height: 20px;
color: white;
}
/* Footer */
footer {
background: #2c3e50;
color: white;
padding: 60px 0 20px;
}
.footer-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
margin-bottom: 40px;
}
.footer-column h3 {
font-size: 20px;
margin-bottom: 20px;
position: relative;
padding-bottom: 10px;
}
.footer-column h3::after {
content: '';
position: absolute;
width: 40px;
height: 2px;
background-color: #f39c12;
bottom: 0;
left: 0;
}
.footer-column p, .footer-column a {
color: #bdc3c7;
margin-bottom: 15px;
display: block;
text-decoration: none;
transition: all 0.3s ease;
}
.footer-column a:hover {
color: #f39c12;
padding-left: 5px;
}
.footer-bottom {
text-align: center;
padding-top: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom p {
color: #bdc3c7;
}
.visit-website {
display: inline-block;
background: #f39c12;
color: white;
padding: 10px 20px;
border-radius: 4px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
margin-top: 10px;
}
.visit-website:hover {
background: #e67e22;
}
/* Animations */
@keyframes fadeInDown {
from {
opacity: 0;
transform: translateY(-30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(243, 156, 18, 0.7);
}
70% {
box-shadow: 0 0 0 10px rgba(243, 156, 18, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(243, 156, 18, 0);
}
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
/* Responsive */
@media (max-width: 768px) {
.header-container {
flex-direction: column;
text-align: center;
}
nav ul {
margin-top: 20px;
justify-content: center;
}
nav ul li {
margin: 0 10px;
}
.hero h1 {
font-size: 36px;
}
.hero p {
font-size: 18px;
}
.job-card {
padding: 30px 20px;
}
.modal-content {
margin: 20% auto;
width: 95%;
}
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<!-- Header -->
<header>
<div class="container header-container">
<div class="logo">
Global<span>Work</span>
</div>
<nav>
<ul>
<li><a href="https://www.youtube.com/@techpk1249" target="_blank">ہوم</a></li>
<li><a href="https://www.youtube.com/@techpk1249" target="_blank">ڈرائیونگ نوکریاں</a></li>
<li><a href="https://www.youtube.com/@techpk1249" target="_blank">الیکٹریشن نوکریاں</a></li>
<li><a href="https://www.youtube.com/@techpk1249" target="_blank">میکینکل نوکریاں</a></li>
<li><a href="https://www.youtube.com/@techpk1249" target="_blank">مزید نوکریاں</a></li>
</ul>
</nav>
</div>
</header>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<h1>گھر بیٹھے نوکریاں</h1>
<p>بغیر کسی سرمایہ کاری کے آن لائن پیسے کمائیں۔ طلباء، گھریلو خواتین اور پارٹ ٹائم کام تلاش کرنے والوں کے لیے بہترین موقع</p>
<a href="#apply-now" class="btn">ابھی درخواست دیں</a>
</div>
</section>
<!-- Job Categories -->
<section class="job-categories">
<div class="container">
<div class="section-title">
<h2>مقبول نوکری کی اقسام</h2>
<p>اپنی مہارت اور دلچسپی کے مطابق بہترین نوکری تلاش کریں</p>
</div>
<div class="categories-grid">
<div class="category-card">
<div class="category-icon">
<i class="fas fa-laptop"></i>
</div>
<h3>ڈیٹا انٹری</h3>
<p>گھر بیٹھے ٹائپنگ اور کاپی پیسٹ کے کام</p>
<a href="https://www.youtube.com/@techpk1249" target="_blank" class="btn">نوکریاں دیکھیں</a>
</div>
<div class="category-card">
<div class="category-icon">
<i class="fas fa-car"></i>
</div>
<h3>ڈرائیونگ نوکریاں</h3>
<p>اپنے علاقے میں ڈرائیونگ کے مواقع تلاش کریں</p>
<a href="https://www.youtube.com/@techpk1249" target="_blank" class="btn">نوکریاں دیکھیں</a>
</div>
<div class="category-card">
<div class="category-icon">
<i class="fas fa-bolt"></i>
</div>
<h3>الیکٹریشن نوکریاں</h3>
<p>الیکٹریکل کے کام کے مواقع</p>
<a href="https://www.youtube.com/@techpk1249" target="_blank" class="btn">نوکریاں دیکھیں</a>
</div>
<div class="category-card">
<div class="category-icon">
<i class="fas fa-cogs"></i>
</div>
<h3>میکینکل نوکریاں</h3>
<p>میکینکل انجینئرنگ اور ٹیکنیشن نوکریاں</p>
<a href="https://www.youtube.com/@techpk1249" target="_blank" class="btn">نوکریاں دیکھیں</a>
</div>
</div>
</div>
</section>
<!-- Featured Job -->
<section class="featured-job" id="apply-now">
<div class="container">
<div class="job-card">
<div class="job-header">
<div class="job-icon">
<i class="fas fa-keyboard"></i>
</div>
<div class="job-title">
<h3>ریموٹ ڈیٹا انٹری آپریٹر</h3>
<p>گھر سے کام (پاکستان، بھارت، UAE)</p>
</div>
</div>
<div class="job-details">
<h4>نوکری کی ضروریات:</h4>
<ul>
<li>بنیادی کمپیوٹر مہارت (MS Word, Excel, Google Sheets)</li>
<li>اچھی ٹائپنگ سپیڈ (20-30 WPM)</li>
<li>انگریزی کی بنیادی سمجھ (اعلیٰ سطح کی ضرورت نہیں)</li>
<li>انٹرنیٹ کنکشن اور اسمارٹ فون/لیپ ٹاپ</li>
<li>کوئی سابقہ تجربہ درکار نہیں! (نئے لوگوں کا بھی خیرمقدم)</li>
</ul>
<h4>ذمہ داریاں:</h4>
<ul>
<li>PDF/تصاویر سے ڈیٹا Excel/Word میں درج کریں</li>
<li>مصنوعات کی تفصیلات، ریسرچ ڈیٹا وغیرہ کاپی پیسٹ کریں</li>
<li>معلومات کی تصدیق اور ترتیب دیں</li>
<li>روزانہ دیے گئے کام مکمل کریں</li>
</ul>
</div>
<div class="salary-info">
<p>💰 تنخواہ: $100 - $500 فی ماہ (کارکردگی پر منحصر)</p>
</div>
<div class="warning-box">
<p>⚠️ انتباہ: کوئی رجسٹریشن فیس نہیں! (دھوکہ دہی سے بچیں)۔ کوئی جعلی وعدے نہیں! (کام کے مطابق کمائیں)</p>
</div>
<a href="#" class="btn" id="apply-btn">ابھی درخواست دیں</a>
</div>
</div>
</section>
<!-- Popup Modal -->
<div id="apply-modal" class="modal">
<div class="modal-content">
<span class="close-btn">×</span>
<h3 class="modal-title">اپنا سی وی اپ لوڈ کریں</h3>
<div class="upload-area" id="upload-area">
<div class="upload-icon">
<i class="fas fa-cloud-upload-alt"></i>
</div>
<p>اپنا سی وی اپ لوڈ کرنے کے لیے کلک کریں</p>
<p class="file-name" id="file-name">کوئی فائل منتخب نہیں</p>
<input type="file" id="cv-upload" class="file-input" accept=".pdf,.doc,.docx">
</div>
<div class="progress-container" id="progress-container">
<div class="progress-bar" id="progress-bar">0%</div>
</div>
<button class="btn" id="submit-btn">درخواست جمع کروائیں</button>
</div>
</div>
<!-- Success Modal -->
<div id="success-modal" class="modal">
<div class="modal-content" style="text-align: center;">
<span class="close-btn">×</span>
<div style="font-size: 60px; color: #2ecc71; margin: 20px 0;">
<i class="fas fa-check-circle"></i>
</div>
<h3 class="modal-title">درخواست جمع ہو گئی!</h3>
<p>آپ کا سی وی کامیابی سے جمع کر دیا گیا ہے۔</p>
<p>ہم جلد آپ سے رابطہ کریں گے۔</p>
</div>
</div>
<!-- Footer -->
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-column">
<h3>GlobalWork کے بارے میں</h3>
<p>ہم پاکستان، بھارت اور UAE میں نوکری تلاش کرنے والوں کو گھر بیٹھے کام کے حقیقی مواقع سے جوڑتے ہیں۔</p>
<a href="https://www.youtube.com/@techpk1249" target="_blank" class="visit-website">ہماری ویب سائٹ ملاحظہ کریں</a>
</div>
<div class="footer-column">
<h3>فوری لنکس</h3>
<a href="https://www.youtube.com/@techpk1249" target="_blank">ہوم</a>
<a href="https://www.youtube.com/@techpk1249" target="_blank">ڈیٹا انٹری نوکریاں</a>
<a href="https://www.youtube.com/@techpk1249" target="_blank">ڈرائیونگ نوکریاں</a>
<a href="https://www.youtube.com/@techpk1249" target="_blank">الیکٹریشن نوکریاں</a>
<a href="https://www.youtube.com/@techpk1249" target="_blank">میکینکل نوکریاں</a>
</div>
<div class="footer-column">
<h3>ہم سے رابطہ کریں</h3>
<p><i class="fas fa-envelope"></i> info@globalwork.com</p>
<p><i class="fas fa-phone"></i> +92 300 1234567</p>
<p><i class="fas fa-map-marker-alt"></i> کراچی، پاکستان</p>
</div>
</div>
<div class="footer-bottom">
<p>© 2023 GlobalWork. تمام حقوق محفوظ ہیں۔</p>
</div>
</div>
</footer>
<script>
document.addEventListener('DOMContentLoaded', function() {
// 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'
});
});
});
// Animation for job cards
const jobCards = document.querySelectorAll('.category-card');
jobCards.forEach((card, index) => {
card.style.animationDelay = `${index * 0.1}s`;
});
// Modal functionality
const modal = document.getElementById('apply-modal');
const successModal = document.getElementById('success-modal');
const applyBtn = document.getElementById('apply-btn');
const closeBtns = document.querySelectorAll('.close-btn');
const uploadArea = document.getElementById('upload-area');
const fileInput = document.getElementById('cv-upload');
const fileName = document.getElementById('file-name');
const submitBtn = document.getElementById('submit-btn');
const progressContainer = document.getElementById('progress-container');
const progressBar = document.getElementById('progress-bar');
// Open apply modal and YouTube link
applyBtn.addEventListener('click', function(e) {
e.preventDefault();
modal.style.display = 'block';
window.open('https://www.youtube.com/@techpk1249', '_blank');
});
// Close modals
closeBtns.forEach(btn => {
btn.addEventListener('click', function() {
modal.style.display = 'none';
successModal.style.display = 'none';
});
});
// Close when clicking outside modal
window.addEventListener('click', function(e) {
if (e.target === modal) {
modal.style.display = 'none';
}
if (e.target === successModal) {
successModal.style.display = 'none';
}
});
// File upload functionality
uploadArea.addEventListener('click', function() {
fileInput.click();
});
fileInput.addEventListener('change', function() {
if (this.files.length > 0) {
fileName.textContent = this.files[0].name;
} else {
fileName.textContent = 'کوئی فائل منتخب نہیں';
}
});
// Submit application
submitBtn.addEventListener('click', function() {
if (fileInput.files.length > 0) {
// Show progress bar
progressContainer.style.display = 'block';
// Simulate upload progress
let progress = 0;
const interval = setInterval(function() {
progress += 10;
progressBar.style.width = progress + '%';
progressBar.textContent = progress + '%';
if (progress >= 100) {
clearInterval(interval);
// Close apply modal
modal.style.display = 'none';
// Show success modal
successModal.style.display = 'block';
// Open YouTube in new tab
window.open('https://www.youtube.com/@techpk1249', '_blank');
}
}, 300);
} else {
alert('براہ کرم پہلے اپنا سی وی اپ لوڈ کریں');
}
});
});
</script>
</body>
</html>
(HINDI) HTML SCRIPT
<!DOCTYPE html>
<html lang="hi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GlobalWork - घर से काम करने की नौकरियाँ</title>
<style>
/* Same CSS as before, unchanged */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
background-color: #f5f7fa;
color: #333;
line-height: 1.6;
}
.container {
width: 90%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
/* Header Styles */
header {
background: linear-gradient(135deg, #2c3e50, #3498db);
color: white;
padding: 20px 0;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
position: sticky;
top: 0;
z-index: 100;
}
.header-container {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 28px;
font-weight: 700;
display: flex;
align-items: center;
}
.logo span {
color: #f39c12;
}
nav ul {
display: flex;
list-style: none;
}
nav ul li {
margin-left: 25px;
}
nav ul li a {
color: white;
text-decoration: none;
font-weight: 500;
transition: all 0.3s ease;
padding: 8px 12px;
border-radius: 4px;
}
nav ul li a:hover {
background-color: rgba(255, 255, 255, 0.2);
}
/* Hero Section */
.hero {
background: url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') no-repeat center center/cover;
height: 500px;
display: flex;
align-items: center;
position: relative;
color: white;
text-align: center;
}
.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
}
.hero-content {
position: relative;
z-index: 1;
width: 100%;
padding: 0 20px;
}
.hero h1 {
font-size: 48px;
margin-bottom: 20px;
animation: fadeInDown 1s ease;
}
.hero p {
font-size: 20px;
margin-bottom: 30px;
max-width: 800px;
margin-left: auto;
margin-right: auto;
animation: fadeInUp 1s ease;
}
.btn {
display: inline-block;
background: #f39c12;
color: white;
padding: 12px 30px;
border-radius: 30px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
border: none;
cursor: pointer;
font-size: 16px;
animation: pulse 2s infinite;
}
.btn:hover {
background: #e67e22;
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
/* Job Categories */
.job-categories {
padding: 80px 0;
background-color: white;
}
.section-title {
text-align: center;
margin-bottom: 50px;
}
.section-title h2 {
font-size: 36px;
color: #2c3e50;
margin-bottom: 15px;
position: relative;
display: inline-block;
}
.section-title h2::after {
content: '';
position: absolute;
width: 50px;
height: 3px;
background-color: #f39c12;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
}
.section-title p {
color: #7f8c8d;
max-width: 700px;
margin: 0 auto;
}
.categories-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 30px;
}
.category-card {
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
text-align: center;
padding: 30px 20px;
border: 1px solid #eee;
}
.category-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.category-icon {
font-size: 50px;
color: #f39c12;
margin-bottom: 20px;
}
.category-card h3 {
font-size: 22px;
margin-bottom: 15px;
color: #2c3e50;
}
.category-card p {
color: #7f8c8d;
margin-bottom: 20px;
}
/* Featured Job */
.featured-job {
padding: 80px 0;
background-color: #f9f9f9;
}
.job-card {
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
max-width: 800px;
margin: 0 auto;
padding: 40px;
}
.job-header {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.job-icon {
font-size: 40px;
color: #f39c12;
margin-right: 20px;
}
.job-title h3 {
font-size: 28px;
color: #2c3e50;
margin-bottom: 5px;
}
.job-title p {
color: #7f8c8d;
}
.job-details {
margin-bottom: 30px;
}
.job-details h4 {
font-size: 20px;
color: #2c3e50;
margin-bottom: 15px;
}
.job-details ul {
list-style-position: inside;
margin-bottom: 20px;
}
.job-details ul li {
margin-bottom: 10px;
color: #7f8c8d;
}
.salary-info {
background: #f8f9fa;
padding: 15px;
border-radius: 5px;
margin-bottom: 30px;
}
.salary-info p {
color: #2c3e50;
font-weight: 600;
}
.warning-box {
background: #fff8e1;
border-left: 4px solid #f39c12;
padding: 15px;
margin-bottom: 30px;
}
.warning-box p {
color: #e67e22;
}
/* Popup Modal */
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
animation: fadeIn 0.3s;
}
.modal-content {
background-color: #fff;
margin: 10% auto;
padding: 30px;
border-radius: 8px;
width: 90%;
max-width: 500px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
position: relative;
}
.close-btn {
position: absolute;
top: 15px;
right: 15px;
font-size: 24px;
cursor: pointer;
color: #7f8c8d;
}
.close-btn:hover {
color: #e74c3c;
}
.modal-title {
font-size: 24px;
margin-bottom: 20px;
color: #2c3e50;
text-align: center;
}
.upload-area {
border: 2px dashed #bdc3c7;
border-radius: 5px;
padding: 30px;
text-align: center;
margin-bottom: 20px;
cursor: pointer;
transition: all 0.3s;
}
.upload-area:hover {
border-color: #3498db;
background-color: #f8f9fa;
}
.upload-icon {
font-size: 50px;
color: #3498db;
margin-bottom: 15px;
}
.file-input {
display: none;
}
.file-name {
margin-top: 10px;
color: #7f8c8d;
font-size: 14px;
}
/* Progress Bar */
.progress-container {
width: 100%;
background-color: #f1f1f1;
border-radius: 5px;
margin: 15px 0;
display: none;
}
.progress-bar {
height: 20px;
background-color: #4CAF50;
border-radius: 5px;
width: 0%;
transition: width 0.5s;
text-align: center;
line-height: 20px;
color: white;
}
/* Footer */
footer {
background: #2c3e50;
color: white;
padding: 60px 0 20px;
}
.footer-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
margin-bottom: 40px;
}
.footer-column h3 {
font-size: 20px;
margin-bottom: 20px;
position: relative;
padding-bottom: 10px;
}
.footer-column h3::after {
content: '';
position: absolute;
width: 40px;
height: 2px;
background-color: #f39c12;
bottom: 0;
left: 0;
}
.footer-column p, .footer-column a {
color: #bdc3c7;
margin-bottom: 15px;
display: block;
text-decoration: none;
transition: all 0.3s ease;
}
.footer-column a:hover {
color: #f39c12;
padding-left: 5px;
}
.footer-bottom {
text-align: center;
padding-top: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom p {
color: #bdc3c7;
}
.visit-website {
display: inline-block;
background: #f39c12;
color: white;
padding: 10px 20px;
border-radius: 4px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
margin-top: 10px;
}
.visit-website:hover {
background: #e67e22;
}
/* Animations */
@keyframes fadeInDown {
from {
opacity: 0;
transform: translateY(-30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(243, 156, 18, 0.7);
}
70% {
box-shadow: 0 0 0 10px rgba(243, 156, 18, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(243, 156, 18, 0);
}
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
/* Responsive */
@media (max-width: 768px) {
.header-container {
flex-direction: column;
text-align: center;
}
nav ul {
margin-top: 20px;
justify-content: center;
}
nav ul li {
margin: 0 10px;
}
.hero h1 {
font-size: 36px;
}
.hero p {
font-size: 18px;
}
.job-card {
padding: 30px 20px;
}
.modal-content {
margin: 20% auto;
width: 95%;
}
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<!-- Header -->
<header>
<div class="container header-container">
<div class="logo">
Global<span>Work</span>
</div>
<nav>
<ul>
<li><a href="https://www.youtube.com/@techpk1249" target="_blank">होम</a></li>
<li><a href="https://www.youtube.com/@techpk1249" target="_blank">ड्राइविंग नौकरियां</a></li>
<li><a href="https://www.youtube.com/@techpk1249" target="_blank">इलेक्ट्रीशियन नौकरियां</a></li>
<li><a href="https://www.youtube.com/@techpk1249" target="_blank">मैकेनिकल नौकरियां</a></li>
<li><a href="https://www.youtube.com/@techpk1249" target="_blank">अधिक नौकरियां</a></li>
</ul>
</nav>
</div>
</header>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<h1>घर से काम करने की नौकरियां</h1>
<p>बिना किसी निवेश के ऑनलाइन पैसे कमाएं। छात्रों, गृहिणियों और पार्ट टाइम काम की तलाश करने वालों के लिए बेहतरीन अवसर</p>
<a href="#apply-now" class="btn">अभी आवेदन करें</a>
</div>
</section>
<!-- Job Categories -->
<section class="job-categories">
<div class="container">
<div class="section-title">
<h2>लोकप्रिय नौकरी श्रेणियां</h2>
<p>अपने कौशल और रुचि के अनुसार सही नौकरी ढूंढें</p>
</div>
<div class="categories-grid">
<div class="category-card">
<div class="category-icon">
<i class="fas fa-laptop"></i>
</div>
<h3>डेटा एंट्री</h3>
<p>घर बैठे टाइपिंग और कॉपी पेस्ट का काम</p>
<a href="https://www.youtube.com/@techpk1249" target="_blank" class="btn">नौकरियां देखें</a>
</div>
<div class="category-card">
<div class="category-icon">
<i class="fas fa-car"></i>
</div>
<h3>ड्राइविंग नौकरियां</h3>
<p>अपने क्षेत्र में ड्राइविंग के अवसर ढूंढें</p>
<a href="https://www.youtube.com/@techpk1249" target="_blank" class="btn">नौकरियां देखें</a>
</div>
<div class="category-card">
<div class="category-icon">
<i class="fas fa-bolt"></i>
</div>
<h3>इलेक्ट्रीशियन नौकरियां</h3>
<p>इलेक्ट्रिकल काम के अवसर</p>
<a href="https://www.youtube.com/@techpk1249" target="_blank" class="btn">नौकरियां देखें</a>
</div>
<div class="category-card">
<div class="category-icon">
<i class="fas fa-cogs"></i>
</div>
<h3>मैकेनिकल नौकरियां</h3>
<p>मैकेनिकल इंजीनियरिंग और टेक्नीशियन नौकरियां</p>
<a href="https://www.youtube.com/@techpk1249" target="_blank" class="btn">नौकरियां देखें</a>
</div>
</div>
</div>
</section>
<!-- Featured Job -->
<section class="featured-job" id="apply-now">
<div class="container">
<div class="job-card">
<div class="job-header">
<div class="job-icon">
<i class="fas fa-keyboard"></i>
</div>
<div class="job-title">
<h3>रिमोट डेटा एंट्री ऑपरेटर</h3>
<p>घर से काम (पाकिस्तान, भारत, UAE)</p>
</div>
</div>
<div class="job-details">
<h4>नौकरी की आवश्यकताएं:</h4>
<ul>
<li>बेसिक कंप्यूटर स्किल (MS Word, Excel, Google Sheets)</li>
<li>अच्छी टाइपिंग स्पीड (20-30 WPM)</li>
<li>अंग्रेजी की बेसिक समझ (एडवांस लेवल की जरूरत नहीं)</li>
<li>इंटरनेट कनेक्शन और स्मार्टफोन/लैपटॉप</li>
<li>किसी पूर्व अनुभव की आवश्यकता नहीं! (नए लोगों का भी स्वागत है)</li>
</ul>
<h4>जिम्मेदारियां:</h4>
<ul>
<li>PDF/इमेज से डेटा Excel/Word में दर्ज करें</li>
<li>उत्पाद विवरण, रिसर्च डेटा आदि कॉपी पेस्ट करें</li>
<li>जानकारी को सत्यापित और व्यवस्थित करें</li>
<li>दैनिक दिए गए कार्य पूरे करें</li>
</ul>
</div>
<div class="salary-info">
<p>💰 वेतन: $100 - $500 प्रति माह (प्रदर्शन के आधार पर)</p>
</div>
<div class="warning-box">
<p>⚠️ चेतावनी: कोई रजिस्ट्रेशन फीस नहीं! (धोखाधड़ी से बचें)। कोई झूठे वादे नहीं! (काम के अनुसार कमाई)</p>
</div>
<a href="#" class="btn" id="apply-btn">अभी आवेदन करें</a>
</div>
</div>
</section>
<!-- Popup Modal -->
<div id="apply-modal" class="modal">
<div class="modal-content">
<span class="close-btn">×</span>
<h3 class="modal-title">अपना सीवी अपलोड करें</h3>
<div class="upload-area" id="upload-area">
<div class="upload-icon">
<i class="fas fa-cloud-upload-alt"></i>
</div>
<p>अपना सीवी अपलोड करने के लिए क्लिक करें</p>
<p class="file-name" id="file-name">कोई फाइल चयनित नहीं</p>
<input type="file" id="cv-upload" class="file-input" accept=".pdf,.doc,.docx">
</div>
<div class="progress-container" id="progress-container">
<div class="progress-bar" id="progress-bar">0%</div>
</div>
<button class="btn" id="submit-btn">आवेदन जमा करें</button>
</div>
</div>
<!-- Success Modal -->
<div id="success-modal" class="modal">
<div class="modal-content" style="text-align: center;">
<span class="close-btn">×</span>
<div style="font-size: 60px; color: #2ecc71; margin: 20px 0;">
<i class="fas fa-check-circle"></i>
</div>
<h3 class="modal-title">आवेदन जमा हो गया!</h3>
<p>आपका सीवी सफलतापूर्वक जमा कर दिया गया है।</p>
<p>हम जल्द ही आपसे संपर्क करेंगे।</p>
</div>
</div>
<!-- Footer -->
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-column">
<h3>GlobalWork के बारे में</h3>
<p>हम पाकिस्तान, भारत और UAE में नौकरी चाहने वालों को घर से काम के वास्तविक अवसरों से जोड़ते हैं।</p>
<a href="https://www.youtube.com/@techpk1249" target="_blank" class="visit-website">हमारी वेबसाइट देखें</a>
</div>
<div class="footer-column">
<h3>त्वरित लिंक</h3>
<a href="https://www.youtube.com/@techpk1249" target="_blank">होम</a>
<a href="https://www.youtube.com/@techpk1249" target="_blank">डेटा एंट्री नौकरियां</a>
<a href="https://www.youtube.com/@techpk1249" target="_blank">ड्राइविंग नौकरियां</a>
<a href="https://www.youtube.com/@techpk1249" target="_blank">इलेक्ट्रीशियन नौकरियां</a>
<a href="https://www.youtube.com/@techpk1249" target="_blank">मैकेनिकल नौकरियां</a>
</div>
<div class="footer-column">
<h3>हमसे संपर्क करें</h3>
<p><i class="fas fa-envelope"></i> info@globalwork.com</p>
<p><i class="fas fa-phone"></i> +92 300 1234567</p>
<p><i class="fas fa-map-marker-alt"></i> कराची, पाकिस्तान</p>
</div>
</div>
<div class="footer-bottom">
<p>© 2023 GlobalWork. सर्वाधिकार सुरक्षित।</p>
</div>
</div>
</footer>
<script>
document.addEventListener('DOMContentLoaded', function() {
// 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'
});
});
});
// Animation for job cards
const jobCards = document.querySelectorAll('.category-card');
jobCards.forEach((card, index) => {
card.style.animationDelay = `${index * 0.1}s`;
});
// Modal functionality
const modal = document.getElementById('apply-modal');
const successModal = document.getElementById('success-modal');
const applyBtn = document.getElementById('apply-btn');
const closeBtns = document.querySelectorAll('.close-btn');
const uploadArea = document.getElementById('upload-area');
const fileInput = document.getElementById('cv-upload');
const fileName = document.getElementById('file-name');
const submitBtn = document.getElementById('submit-btn');
const progressContainer = document.getElementById('progress-container');
const progressBar = document.getElementById('progress-bar');
// Open apply modal and YouTube link
applyBtn.addEventListener('click', function(e) {
e.preventDefault();
modal.style.display = 'block';
window.open('https://www.youtube.com/@techpk1249', '_blank');
});
// Close modals
closeBtns.forEach(btn => {
btn.addEventListener('click', function() {
modal.style.display = 'none';
successModal.style.display = 'none';
});
});
// Close when clicking outside modal
window.addEventListener('click', function(e) {
if (e.target === modal) {
modal.style.display = 'none';
}
if (e.target === successModal) {
successModal.style.display = 'none';
}
});
// File upload functionality
uploadArea.addEventListener('click', function() {
fileInput.click();
});
fileInput.addEventListener('change', function() {
if (this.files.length > 0) {
fileName.textContent = this.files[0].name;
} else {
fileName.textContent = 'कोई फाइल चयनित नहीं';
}
});
// Submit application
submitBtn.addEventListener('click', function() {
if (fileInput.files.length > 0) {
// Show progress bar
progressContainer.style.display = 'block';
// Simulate upload progress
let progress = 0;
const interval = setInterval(function() {
progress += 10;
progressBar.style.width = progress + '%';
progressBar.textContent = progress + '%';
if (progress >= 100) {
clearInterval(interval);
// Close apply modal
modal.style.display = 'none';
// Show success modal
successModal.style.display = 'block';
// Open YouTube in new tab
window.open('https://www.youtube.com/@techpk1249', '_blank');
}
}, 300);
} else {
alert('कृपया पहले अपना सीवी अपलोड करें');
}
});
});
</script>
</body>
</html>
No comments:
Post a Comment
If you have any question you can ask me feelfree.