-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcareers.html
More file actions
483 lines (470 loc) · 19.2 KB
/
careers.html
File metadata and controls
483 lines (470 loc) · 19.2 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
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
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Careers | Magify Technologies</title>
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body>
<header>
<nav>
<div class="logo">
<img src="./images/logo.png" width="40" height="40" alt="logo" />
<h1 class="logo-text">
Magify <span class="logo-sub">Technologies</span>
</h1>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="projects.html">Projects</a></li>
<li>
<button><a href="careers.html" class="btn">Apply Now</a></button>
</li>
</ul>
</nav>
</header>
<!-- Page hero section -->
<section class="page-hero">
<div class="container">
<div class="page-section">We're Hiring</div>
<h1>Build Your Career at Magify</h1>
<p>
Join a team of 400+ brilliant minds reshaping how the world works
through technology. Explore open roles and take the next step in your
career.
</p>
<div class="page-buttons">
<a href="#jobs" class="jobs-button">View Open Roles ↓</a>
<a href="#apply" class="apply-button">Apply Now</a>
</div>
</div>
</section>
<!-- Available jobs -->
<section class="jobs-section" id="jobs">
<div class="jobs-container">
<div class="text-container">
<div class="jobs-label">Open Positions</div>
<h2 class="jobs-title">Find Your Perfect Role</h2>
<p class="jobs-subtitle">
We have opportunities across engineering, data, product, and
operations. Find your fit below.
</p>
</div>
<div class="jobs-grid">
<!-- Job 1 -->
<div class="job-card">
<div class="job-top">
<h3>Senior AI/ML Engineer</h3>
<span class="job-type full-time">Full-Time</span>
</div>
<p class="job-dept">Data & Artificial Intelligence</p>
<p>
Design, build, and deploy large-scale machine learning models.
You'll work on NLP, computer vision, and recommendation systems
for enterprise clients.
</p>
<p>$100k - $120k/yr</p>
<div class="job-meta">
<span>📅 40 hrs/wk</span>
<span>📍 EMEA(Remote)</span>
<span>🕘 EST</span>
</div>
</div>
<!-- Job 2 -->
<div class="job-card">
<div class="job-top">
<h3>Cloud Solutions Architect</h3>
<span class="job-type full-time">Full-Time</span>
</div>
<p class="job-dept">Engineering & Infrastructure</p>
<p>
Design multi-cloud architectures for global enterprise clients.
Lead technical workstreams across AWS, Azure, and GCP migrations
and optimisations.
</p>
<p>$90k - $130k/yr</p>
<div class="job-meta">
<span>📅 30 hrs/wk</span>
<span>📍 Uganda / Egypt</span>
<span>🕘 EST</span>
</div>
</div>
<!-- Job 3 -->
<div class="job-card">
<div class="job-top">
<h3>Data Scientist</h3>
<span class="job-type full-time">Full-Time</span>
</div>
<p class="job-dept">Data & Artificial Intelligence</p>
<p>
Extract actionable insights from massive datasets. Build
predictive models and dashboards that directly inform C-suite
decisions at Fortune 500 clients.
</p>
<p>$65k - $90k/yr</p>
<div class="job-meta">
<span>📅 30 hrs/wk</span>
<span>📍 Wordlwide(Remote)</span>
<span>🕘 EST</span>
</div>
</div>
<!-- Job 4 -->
<div class="job-card">
<div class="job-top">
<h3>Full-Stack Software Engineer</h3>
<span class="job-type full-time">Full-Time</span>
</div>
<p class="job-dept">Engineering & Infrastructure</p>
<p>
Build robust, beautiful web applications end-to-end. React,
Node.js, PostgreSQL, fastAPI and cloud-native deployment in a
fast-moving agile environment.
</p>
<p>$60k - $85/yr</p>
<div class="job-meta">
<span>📅 40 hrs/wk</span>
<span>📍EMEA(Remote)</span>
<span>🕘 EST</span>
</div>
</div>
<!-- Job 5 -->
<div class="job-card">
<div class="job-top">
<h3>Product Manager, AI Platform</h3>
<span class="job-type full-time">Full-Time</span>
</div>
<p class="job-dept">Product & Strategy</p>
<p>
Own the roadmap for Magify's flagship AI SaaS platform.
Collaborate with engineering, design, and clients to ship features
that matter.
</p>
<p>$80k - $110k/yr</p>
<div class="job-meta">
<span>📅 40 hrs/wk</span>
<span>📍 Uganda only</span>
<span>🕘 EST</span>
</div>
</div>
<!-- Job 6 -->
<div class="job-card">
<div class="job-top">
<h3>AI Automation specialist</h3>
<span class="job-type full-time">Full-Time</span>
</div>
<p class="job-dept">workflows & Operations</p>
<p>
Streamline our CRM processes using tools like n8n, Airtable, and
GHL. Automate workflows and creat AI agents to enhance efficiency.
</p>
<p>$40k - 70k/yr</p>
<div class="job-meta">
<span>📅 20 hrs/wk</span>
<span>📍 EMEA(Remote)</span>
<span>🕘 EST</span>
</div>
</div>
</div>
</div>
</section>
<!-- Application form -->
<section class="apply-section section" id="apply">
<div class="form-application">
<div class="text-container">
<div class="jobs-label">Applications open</div>
<h2 class="jobs-title">Apply to join Magify</h2>
<p class="jobs-subtitle">
Fill the form below and our talent team will be in touch within 5
business days.
</p>
</div>
</div>
<div class="forms-container">
<div class="apply-box">
<h2>Job Application Form</h2>
<p>
All fields are required. We treat your data with the
utmost privacy.
</p>
<form>
<div class="form-container">
<fieldset>
<legend>PERSONAL INFORMATION</legend>
<div class="fields-grid">
<div class="form-control">
<label for="firstname">First Name</label>
<input
type="text"
id="firstname"
name="firstname"
placeholder="e.g. Benita"
required
/>
</div>
<div class="form-control">
<label for="lastname">Last Name</label>
<input
type="text"
id="lastname"
name="lastname"
placeholder="e.g. Osei "
required
/>
</div>
<div class="form-control">
<label for="email">Email</label>
<input
type="email"
id="email"
name="email"
placeholder="name@gmail.com"
required
/>
</div>
<div class="form-control">
<label for="phone">Phone Number</label>
<input
type="tel"
id="phone"
name="phone"
placeholder="Don't forget your area code!"
required
/>
</div>
<div class="form-control full-width">
<label for="address">Residential Address</label>
<input
type="text"
id="address"
name="address"
placeholder="Street, City, Country"
required
/>
</div>
<div class="form-control">
<label for="date">Date of birth</label>
<input type="date" id="date" name="date" />
</div>
<div class="form-control">
<label for="nationality">Nationality</label>
<input
type="text"
id="nationality"
name="nationality"
placeholder="e.g. Kenyan"
required
/>
</div>
</div>
</fieldset>
<fieldset>
<legend>PROFESSIONAL DETAILS</legend>
<div class="fields-grid">
<div class="form-control">
<label for="position">Applied Position</label>
<select id="position" name="position" required>
<option selected>Select a Position</option>
<option value="Senior AI/ML Engineer">Senior AI/ML Engineer</option>
<option value="Cloud Solutions Architect">Cloud Solutions Architect</option>
<option value="Data Scientist">Data Scientist</option>
<option value="Full-Stack Software Engineer">Full-Stack Software Engineer</option>
<option value="Product Manager, AI Platform">Product Manager, AI Platform</option>
<option value="AI Automation">AI Automation</option>
</select>
</div>
<div class="form-control">
<label for="experience">Years of Experience</label>
<select id="experience" name="experience" required>
<option selected>Select</option>
<option value="0-1">Less than 1 year (Student / Graduate)</option>
<option value="1-2">1 - 2 years</option>
<option value="3-5">3 - 5 years</option>
<option value="5-8">5 - 8 years</option>
<option value="8+">8+ years</option>
</select>
</div>
<div class="form-control">
<label>Highest Qualification</label>
<select name="qualification" required>
<option selected>Select</option>
<option>High School Diploma</option>
<option>Associate Degree</option>
<option>Bachelor's Degree</option>
<option>Master's Degree</option>
<option>PhD / Doctorate</option>
<option>Professional Certification</option>
</select>
</div>
<div class="form-control">
<label for="field">Field of Study</label>
<input type="text" id="field" name="field" placeholder="e.g. Computer Science" required />
</div>
<div class="form-control">
<label for="employer">Current/Most Recent Employer</label>
<input type="text" id="employer" name="employer" placeholder="Company name or 'Not currently employed'" required />
</div>
<div class="form-control">
<label for="job">Current Job Title</label>
<input type="text" id="job" name="job" placeholder="e.g. Junior Developer" required />
</div>
<div class="form-control">
<label for="github_link">GitHub / Portfolio URL</label>
<input type="url" id="github_link" name="github_url" placeholder="https://github.com/yourname" required />
</div>
<div class="form-control">
<label for="linkedin_link">LinkedIn Profile URL</label>
<input type="url" id="linkedin_link" name="linkedin_url" placeholder="https://linkedin.com/in/yourname" required />
</div>
</div>
</fieldset>
<fieldset>
<legend>COMPENSATION & AVAILABILITY</legend>
<div class="fields-grid">
<div class="form-control">
<label for="expectedPay">Expected Annual Pay (USD)</label>
<input
id="expectedPay"
type="number"
name="expectedPay"
placeholder="e.g. 75000"
required
/>
</div>
<div class="form-control">
<label>Availability to Start</label>
<select name="availability" required>
<option selected>Select</option>
<option>Immediately</option>
<option>2 weeks' notice</option>
<option>1 month notice</option>
<option>2 months' notice</option>
<option>3+ months' notice</option>
</select>
</div>
<div class="form-control">
<label>Preferred Work Mode</label>
<select name="workMode" required>
<option>Remote</option>
<option>On-Site (Soroti)</option>
<option>Hybrid</option>
<option selected>Open to Any</option>
</select>
</div>
<div class="form-control">
<label>Willing to Relocate?</label>
<select name="relocate">
<option selected>Yes, anywhere</option>
<option>Yes, within Africa</option>
<option>No, prefer current location</option>
</select>
</div>
</div>
</fieldset>
<fieldset>
<legend>TELL US ABOUT YOURSELF</legend>
<div class="fields-grid">
<div class="form-control full-width">
<label>Why do you want to work at Magify?</label>
<textarea name="motivation" required></textarea>
</div>
<div class="form-control full-width">
<label
>Describe a significant project or achievement you're proud
of</label
>
<textarea name="achievement"></textarea>
</div>
<div class="form-control full-width">
<label>List your key technical skills and tools</label>
<input
type="text"
name="skills"
placeholder="e.g. Python, TensorFlow, React, AWS, Power BI, SQL..."
/>
</div>
<div class="form-control">
<label for="certifications"
>Do you have relevant certifications?</label
>
<input
id="certifications"
type="text"
name="certifications"
placeholder="e.g. AWS Solutions Architect, Google ML..."
/>
</div>
<div class="form-control">
<label for="languages">Languages Spoken</label>
<input
id="languages"
type="text"
name="languages"
placeholder="e.g. English, Swahili, French"
/>
</div>
<div class="form-control">
<label>How did you hear about this role?</label>
<select name="referral">
<option>LinkedIn</option>
<option selected>Magify Website</option>
<option>Employee Referral</option>
<option>Job Board</option>
<option>University / Campus Recruit</option>
<option>Other</option>
</select>
</div>
<div class="form-control">
<label>Referral Name (if applicable)</label>
<input
type="text"
name="referralName"
placeholder="Full name of the Magify employee"
/>
</div>
</div>
</fieldset>
<fieldset>
<legend>DOCUMENTS & PHOTO</legend>
<div class="fields-grid">
<div class="form-control">
<label for="cv">Upload CV / Résumé</label>
<input type="file" id="cv" name="cv" required />
</div>
<div class="form-control">
<label for="photo">Upload Profile Photo</label>
<input type="file" id="photo" name="photo" required />
</div>
<div class="form-control">
<label>Upload Cover Letter (optional)</label>
<input type="file" name="coverLetter" />
</div>
</div>
</fieldset>
<div class="button-container">
<button type="submit" class="form-submit-btn">
Submit Application
</button>
</div>
</div>
</form>
</div>
</div>
</section>
<footer>
<div class="footer-bottom">
<div class="container">
<div class="footer-bottom-inner">
<p>© 2026 Magify Technologies Ltd. All rights reserved.</p>
<div class="footer-bottom-links">
<a href="#">Privacy Policy</a>
<a href="#">Terms of Service</a>
<a href="#">Cookie Policy</a>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>