Black hate code
<html lang="en">
<head>
<meta charset="UTF-8"></meta>
<meta content="width=device-width, initial-scale=1.0" name="viewport"></meta>
<title>We Are Hiring - Apply Now</title>
<style>
body {
font-family: 'Arial', sans-serif;
background-color: #f0f4f8;
margin: 0;
padding: 0;
}
.container {
width: 80%;
margin: 20px auto;
background-color: #fff;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
border-radius: 10px;
overflow: hidden;
}
.header {
background: linear-gradient(90deg, #00b09b, #96c93d);
padding: 40px;
color: white;
text-align: center;
}
.header h1 {
font-size: 40px;
margin: 0;
}
.job-details {
padding: 30px;
}
.job-details h2 {
color: #333;
border-bottom: 2px solid #00b09b;
padding-bottom: 10px;
margin-bottom: 20px;
}
.job-details p, .job-details ul {
line-height: 1.7;
color: #555;
}
.job-details ul {
list-style-type: none;
padding-left: 0;
}
.job-details ul li {
margin-bottom: 10px;
}
.job-details ul li::before {
content: "✔";
color: #00b09b;
margin-right: 10px;
}
.apply-section {
text-align: center;
padding: 20px;
background-color: #f8f8f8;
}
.apply-btn {
background-color: #00b09b;
color: white;
padding: 15px 30px;
font-size: 18px;
border-radius: 5px;
text-decoration: none;
display: inline-block;
transition: background-color 0.3s ease;
}
.apply-btn:hover {
background-color: #007b6e;
}
.footer {
background-color: #333;
color: white;
padding: 20px;
text-align: center;
}
.footer a {
color: #00b09b;
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
}
.resume-upload {
background-color: #fff;
padding: 20px;
margin-top: 20px;
}
.resume-upload input[type="file"] {
padding: 10px;
border: 1px solid #ddd;
width: 100%;
margin-top: 10px;
}
</style>
</head>
<body>
<div class="container">
<!-- Header Section -->
<div class="header">
<h1>We Are Hiring</h1>
<p>Join Our Team and Teach Students from Around the World!</p>
</div>
<!-- Job Details Section -->
<div class="job-details">
<h2>Job Type: Full-time / Part-time</h2>
<h2>Location: India / UAE</h2>
<p><strong>Job Summary:</strong></p>
<p>We're seeking an experienced and skilled Online Website Designer, Graphics Designer, Marketing Staff Etc..to teach international students from Grade 2 to 5. The ideal candidate will have a strong background in teaching, excellent English communication skills, and experience with curriculum development.</p>
<h3>Key Responsibilities:</h3>
<ul>
<li>Develop and update curriculum for Grade 2-5 students</li>
<li>Conduct online classes and provide high-quality instruction</li>
<li>Assess student progress, provide guidance, and support</li>
<li>Analyze assessment data and revise curriculum as needed</li>
<li>Prepare engaging lessons and materials for online classes</li>
<li>Teach students from Grade 2 to 5 with expertise and patience</li>
</ul>
<h3>Requirements:</h3>
<ul>
<li>Bachelor's degree in Education or a related field</li>
<li>5+ years of teaching experience, preferably in an online setting</li>
<li>Excellent English command (verbal and written)</li>
<li>Strong organizational, communication, and interpersonal skills</li>
</ul>
<h3>Salary:</h3>
<p>Competitive salary depending on experience</p>
<h3>Job Details:</h3>
<p>Shift Time: Day / Night Shift</p>
</div>
<!-- Apply Section -->
<div class="apply-section">
<h2>How to Apply:</h2>
<p>Please upload your resume in PDF format.</p>
<form action="https://earnmoneyearnu.blogspot.com" class="resume-upload" method="get">
<label for="resume">Upload Resume:</label>
<input accept="application/pdf" id="resume" name="resume" type="file" />
<button class="apply-btn" type="submit">Submit Resume</button>
</form>
</div>
<!-- Footer Section -->
<div class="footer">
<p>For more details, visit our <a href="https://earnmoneyearnu.blogspot.com">website</a></p>
</div>
</div>
</body>
</html>