-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathremote-project-manager.html
More file actions
130 lines (126 loc) · 5.58 KB
/
remote-project-manager.html
File metadata and controls
130 lines (126 loc) · 5.58 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>(Remote Jobs) Project Manager – $100,000-$130,000 yearly - Future Finder Jobs</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
}
h1, h2 { color: #333; }
.job-details { border: 1px solid #ccc; padding: 15px; margin: 10px 0; }
.apply { background-color: #007BFF; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; }
.apply:hover { background-color: #0056b3; }
</style>
<!-- Job Posting Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "JobPosting",
"title": "(Remote Jobs) Project Manager – $100,000-$130,000 yearly",
"description": "This is a Full Remote job, available from the United States. Lead projects from inception to completion in a fully remote setting. Benefits: Competitive salary, Health insurance, Performance bonuses, Flexible hours. Responsibilities: Plan and execute projects, Manage cross-functional teams, Track project progress and deliverables. Qualifications: 5+ years of project management experience, Proficiency in tools like Jira or Trello, Strong leadership skills, Ability to work independently.",
"identifier": {
"@type": "PropertyValue",
"name": "FutureFinder",
"value": "PM-2025"
},
"datePosted": "2025-03-09",
"validThrough": "2025-09-09",
"employmentType": "FULL_TIME",
"hiringOrganization": {
"@type": "Organization",
"name": "FutureFinder",
"sameAs": "https://futurefinder.site",
"logo": "https://futurefinder.site/logo.png"
},
"jobLocation": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Remote",
"addressCountry": "US"
}
},
"jobLocationType": "TELECOMMUTE",
"baseSalary": {
"@type": "MonetaryAmount",
"currency": "USD",
"value": {
"@type": "QuantitativeValue",
"minValue": 100000,
"maxValue": 130000,
"unitText": "YEAR"
}
},
"applicantLocationRequirements": {
"@type": "Country",
"name": "US"
},
"applicationContact": {
"@type": "ContactPoint",
"email": "jobs@futurefinder.site",
"contactType": "Apply"
}
}
</script>
</head>
<body>
<header>
<h1>FutureFinder Job Listings</h1>
<nav>
<a href="index.html">Home</a> |
<a href="remote-data-entry-clerk.html">Data Entry Clerk</a> |
<a href="remote-graphic-designer.html">Graphic Designer</a> |
<a href="remote-digital-marketing-manager.html">Digital Marketing Manager</a> |
<a href="remote-software-developer.html">Software Developer</a> |
<a href="remote-customer-success-manager.html">Customer Success Manager</a> |
<a href="remote-content-writer.html">Content Writer</a> |
<a href="remote-hr-specialist.html">HR Specialist</a> |
<a href="remote-project-manager.html">Project Manager</a> |
<a href="remote-social-media-coordinator.html">Social Media Coordinator</a> |
<a href="remote-it-support-specialist.html">IT Support Specialist</a> |
<a href="remote-virtual-assistant.html">Virtual Assistant</a>
</nav>
</header>
<main>
<div class="job-details">
<h2>(Remote Jobs) Project Manager – $100,000-$130,000 yearly</h2>
<p><strong>Location:</strong> Remote, US</p>
<p><strong>Salary:</strong> $100,000 - $130,000 per year</p>
<p><strong>Description:</strong> This a Full Remote job, the offer is available from: United States</p>
<p>Lead projects from inception to completion in a fully remote setting.</p>
<h3>💼 Benefits of This Remote Job:</h3>
<ul>
<li>✅ <strong>Competitive Salary</strong> – Earn a reliable income working remotely.</li>
<li>✅ <strong>Health Insurance</strong> – Comprehensive coverage.</li>
<li>✅ <strong>Performance Bonuses</strong> – Rewarded for exceptional results.</li>
<li>✅ <strong>Flexible Hours</strong> – Choose your work schedule.</li>
</ul>
<h3>📌 Remote Job Responsibilities:</h3>
<ul>
<li>✔️ Plan and execute projects.</li>
<li>✔️ Manage cross-functional teams.</li>
<li>✔️ Track project progress and deliverables.</li>
</ul>
<h3>🎯 Qualifications for Remote Work:</h3>
<ul>
<li>🔹 5+ years of project management experience.</li>
<li>🔹 Proficiency in tools like Jira or Trello.</li>
<li>🔹 Strong leadership skills.</li>
<li>🔹 Ability to work independently.</li>
</ul>
<p><strong>🔹 Ready to start your remote career?</strong></p>
<p><strong>How to Apply:</strong> Send your resume and cover letter to <a href="mailto:jobs@futurefinder.site">jobs@futurefinder.site</a>.</p>
<a href="mailto:jobs@futurefinder.site" class="apply">Apply Now</a>
</div>
</main>
<footer>
<p>© 2025 FutureFinder. All rights reserved.</p>
</footer>
</body>
</html>