-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcareers.html
More file actions
247 lines (240 loc) · 17.8 KB
/
Copy pathcareers.html
File metadata and controls
247 lines (240 loc) · 17.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<script>if(localStorage.getItem('mxt-theme')==='dark')document.documentElement.setAttribute('data-theme','dark');</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-57V6ZXCDK8"></script>
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-57V6ZXCDK8');</script>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Discover career pathways in Agriculture, Aquaculture, Forestry, and Agribusiness available to students in Papua New Guinea."/>
<meta name="robots" content="index, follow"/>
<meta name="author" content="MXT Lab"/>
<meta property="og:title" content="Agriculture Careers — MXT Lab | Papua New Guinea"/>
<meta property="og:description" content="Discover career pathways in Agriculture, Aquaculture, Forestry, and Agribusiness available to students in Papua New Guinea."/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://mxtlab.online/careers.html"/>
<meta property="og:image" content="https://mxtlab.online/og-image.png"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta property="og:site_name" content="MXT Lab"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="Agriculture Careers — MXT Lab | Papua New Guinea"/>
<meta name="twitter:description" content="Discover career pathways in Agriculture, Aquaculture, Forestry, and Agribusiness available to students in Papua New Guinea."/>
<meta name="twitter:image" content="https://mxtlab.online/og-image.png"/>
<link rel="canonical" href="https://mxtlab.online/careers.html"/>
<link rel="icon" type="image/svg+xml" href="favicon.svg"/>
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png"/>
<link rel="apple-touch-icon" sizes="180x180" href="favicon-180.png"/>
<link rel="preload" as="image" href="Image/hero.webp" fetchpriority="high"/>
<title>Agriculture Careers — MXT Lab</title>
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Clash+Display:wght@400;500;600;700&family=Cabinet+Grotesk:wght@300;400;500;700;800&family=Fraunces:ital,wght@0,300;0,600;1,300&display=swap" onload="this.rel='stylesheet'"/>
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Clash+Display:wght@400;500;600;700&family=Cabinet+Grotesk:wght@300;400;500;700;800&family=Fraunces:ital,wght@0,300;0,600;1,300&display=swap"/></noscript>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "EducationalOrganization",
"name": "MXT Lab",
"url": "https://mxtlab.online",
"description": "Interactive Agriculture learning for Grade 9, 10, 11 and 12 students in Papua New Guinea.",
"email": "mxtlab.png@gmail.com",
"educationalLevel": ["Grade 9","Grade 10","Grade 11","Grade 12"],
"teaches": "Agriculture",
"audience": {
"@type": "EducationalAudience",
"educationalRole": "student",
"geographicArea": "Papua New Guinea"
}
}
</script>
<link rel="stylesheet" href="/assets/css/style.css"/>
<script src="/assets/js/main.js" defer></script>
</head>
<body>
<div id="announce-bar">
MXT Lab Agriculture is now open for Grade 9, 10, 11 & 12 students in Papua New Guinea —
<a href="/topics.html">Explore topics →</a>
<button id="announce-close" aria-label="Close">✕</button>
</div>
<div id="grain" aria-hidden="true"></div>
<div id="search-overlay" role="dialog" aria-hidden="true">
<div class="search-box">
<div class="search-row">
<svg width="16" height="16" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>
<input id="search-input" type="search" placeholder="Search topics, e.g. soil, aquaculture, crops…" autocomplete="off"/>
<button class="s-close" id="search-close" aria-label="Close search">✕</button>
</div>
<div class="s-results" id="s-results"></div>
<div class="s-hint"><span>↵ select</span><span>Esc close</span></div>
</div>
</div>
<div id="mobile-drawer" class="mobile-drawer" role="navigation" aria-label="Mobile navigation">
<ul class="mob-links">
<li><a href="/">Home</a></li>
<div class="mob-label">Topics</div>
<li><a href="/topics.html?grade=9">Grade 9 Agriculture</a></li>
<li><a href="/topics.html?grade=10">Grade 10 Agriculture</a></li>
<li><a href="/topics.html?grade=11">Grade 11 Agriculture</a></li>
<li><a href="/topics.html?grade=12">Grade 12 Agriculture</a></li>
<div class="mob-label" style="margin-top:8px">Site</div>
<li><a href="/about.html">About MXT Lab</a></li>
<li><a href="/resources.html">Resources</a></li>
<li><a href="/careers.html">Careers</a></li>
<li><a href="/contact.html">Contact</a></li>
<li><a href="/privacy.html">Privacy Policy</a></li>
<li><a href="/terms.html">Terms of Use</a></li>
</ul>
<div class="mob-footer">
<button class="btn-full btn-full-green" id="mob-theme-toggle" aria-label="Toggle theme">
<span id="mob-t-icon"></span> Dark
</button>
</div>
</div>
<nav id="navbar" aria-label="Main navigation">
<div class="nav-wrap">
<a class="nav-logo" href="/">
<svg class="logo-mark" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<rect id="logo-bg" width="28" height="28" rx="7" fill="#3a7d2c"/>
<path d="M14 22c0 0-7-4.5-7-9.5C7 9 10.134 7 14 7s7 2 7 5.5C21 17.5 14 22 14 22z" fill="#fff" opacity=".9"/>
<path id="logo-stem" d="M14 22 L14 12" stroke="#3a7d2c" stroke-width="1.5" stroke-linecap="round"/>
<path id="logo-leaf1" d="M14 15 Q11 13 10 10" stroke="#3a7d2c" stroke-width="1" stroke-linecap="round"/>
<path id="logo-leaf2" d="M14 18 Q17 16 18 13" stroke="#3a7d2c" stroke-width="1" stroke-linecap="round"/>
</svg>
MXT<span id="lab-text">Lab</span>
<span class="nav-badge">Agriculture</span>
</a>
<ul class="nav-links">
<li class="has-drop">
<a href="/topics.html">Topics <span class="drop-arrow">▾</span></a>
<div class="dropdown">
<a href="/topics.html?grade=9">Grade 9 Agriculture</a>
<a href="/topics.html?grade=10">Grade 10 Agriculture</a>
<a href="/topics.html?grade=11">Grade 11 Agriculture</a>
<a href="/topics.html?grade=12">Grade 12 Agriculture</a>
</div>
</li>
<li><a href="/about.html">About</a></li>
<li><a href="/resources.html">Resources</a></li>
<li><a href="/careers.html">Careers</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
<div class="nav-right">
<button class="nav-icon-btn" id="search-trigger" aria-label="Search topics">
<svg width="17" height="17" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>
</button>
<button class="theme-toggle" id="theme-toggle" aria-label="Toggle dark mode">
<span id="t-icon"></span><span id="t-lbl">Dark</span>
</button>
<a class="btn-nav-cta" href="/topics.html">Explore Topics →</a>
<button class="hamburger" id="hamburger" aria-expanded="false" aria-controls="mobile-drawer" aria-label="Open navigation menu">
<span aria-hidden="true"></span><span aria-hidden="true"></span><span aria-hidden="true"></span>
</button>
</div>
</div>
</nav>
<main id="main">
<div class="page-hero">
<div class="container">
<div class="label">Agriculture Careers</div>
<h1 class="h-xl">Career Pathways</h1>
<p class="subtext">Discover the wide range of careers available in Agriculture, Aquaculture, Forestry, and Agribusiness in Papua New Guinea.</p>
</div>
</div>
<!-- Adsterra Ad — Rectangle 300x250 -->
<div class="ad-wrap" style="text-align:center;margin:32px auto;overflow:hidden;">
<script>
atOptions = {
'key' : '4549af4b6f2e59d48c530d2a3dfa6378',
'format' : 'iframe',
'height' : 250,
'width' : 300,
'params' : {}
};
</script>
<script src="https://www.highperformanceformat.com/4549af4b6f2e59d48c530d2a3dfa6378/invoke.js"></script>
</div>
<div class="sec">
<div class="container">
<div class="career-filter" id="career-filter">
<button class="cf-btn active" onclick="filterCareers('all',this)">All Strands</button>
<button class="cf-btn" onclick="filterCareers('crops',this)">Crops</button>
<button class="cf-btn" onclick="filterCareers('animals',this)">Animals</button>
<button class="cf-btn" onclick="filterCareers('aquaculture',this)">Aquaculture</button>
<button class="cf-btn" onclick="filterCareers('nrm',this)">Natural Resources</button>
<button class="cf-btn" onclick="filterCareers('agribusiness',this)">Agribusiness</button>
</div>
<div class="career-grid" id="career-grid"></div>
</div>
</div>
<section class="cta-sec">
<div class="container" style="position:relative;z-index:1;text-align:center">
<h2 class="h-lg">Start building your foundation</h2>
<p>Master the Agriculture curriculum now to open these career doors.</p>
<div style="margin-top:24px"><a class="btn-white" href="/topics.html">Explore Topics →</a></div>
</div>
</section>
</main>
<div id="toast" role="status" aria-live="polite" aria-atomic="true"></div>
<button id="back-top" aria-label="Back to top" title="Back to top">↑</button>
<!-- Adsterra Ad — Mobile 320x50 -->
<div class="ad-wrap" style="text-align:center;margin:16px auto;overflow:hidden;">
<script>
atOptions = {'key':'c1bf93f1cb38ab7f074868bbee66420b','format':'iframe','height':50,'width':320,'params':{}};
</script>
<script src="https://www.highperformanceformat.com/c1bf93f1cb38ab7f074868bbee66420b/invoke.js"></script>
</div>
<footer>
<div class="container">
<div class="footer-grid">
<div>
<a class="fl" href="/">
<svg width="22" height="22" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<rect width="28" height="28" rx="7" fill="#3a7d2c"/>
<path d="M14 22c0 0-7-4.5-7-9.5C7 9 10.134 7 14 7s7 2 7 5.5C21 17.5 14 22 14 22z" fill="#fff" opacity=".9"/>
<path d="M14 22 L14 12" stroke="#3a7d2c" stroke-width="1.5" stroke-linecap="round"/>
<path d="M14 15 Q11 13 10 10" stroke="#3a7d2c" stroke-width="1" stroke-linecap="round"/>
<path d="M14 18 Q17 16 18 13" stroke="#3a7d2c" stroke-width="1" stroke-linecap="round"/>
</svg>
MXT<span>Lab</span>
</a>
<p class="fd">An interactive Agriculture learning platform for Grade 9, 10, 11 and 12 students in Papua New Guinea. Covering all five strands: Crops, Animals, Aquaculture, Natural Resource Management, and Agribusiness.</p>
</div>
<div class="footer-col">
<h4>Topics</h4>
<ul>
<li><a href="/topics.html?grade=9">Grade 9 Agriculture</a></li>
<li><a href="/topics.html?grade=10">Grade 10 Agriculture</a></li>
<li><a href="/topics.html?grade=11">Grade 11 Agriculture</a></li>
<li><a href="/topics.html?grade=12">Grade 12 Agriculture</a></li>
<li><a href="/resources.html">Study Resources</a></li>
</ul>
</div>
<div class="footer-col">
<h4>MXT Lab</h4>
<ul>
<li><a href="/about.html">About Us</a></li>
<li><a href="/contact.html">Contact</a></li>
<li><a href="/privacy.html">Privacy Policy</a></li>
<li><a href="/terms.html">Terms of Use</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<div>© 2026 MXT Lab. Content aligned with the Papua New Guinea Grade 9–12 Agriculture curriculum.</div>
<div class="socials">
<a class="soc" href="https://whatsapp.com/channel/0029VbCWBUbBA1ezAlkfJ928" target="_blank" rel="noopener noreferrer" aria-label="WhatsApp"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="currentColor"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z"/></svg></a>
<a class="soc" href="https://www.facebook.com/profile.php?id=61576167391940" target="_blank" rel="noopener noreferrer" aria-label="Facebook"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="currentColor"><path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/></svg></a>
<a class="soc" href="https://youtube.com/@mxtlab?si=pwye5W3cMl5h_ft5" target="_blank" rel="noopener noreferrer" aria-label="YouTube"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="currentColor"><path d="M23.495 6.205a3.007 3.007 0 00-2.088-2.088c-1.87-.501-9.396-.501-9.396-.501s-7.507-.01-9.396.501A3.007 3.007 0 00.527 6.205a31.247 31.247 0 00-.522 5.805 31.247 31.247 0 00.522 5.783 3.007 3.007 0 002.088 2.088c1.868.502 9.396.502 9.396.502s7.506 0 9.396-.502a3.007 3.007 0 002.088-2.088 31.247 31.247 0 00.5-5.783 31.247 31.247 0 00-.5-5.805zM9.609 15.601V8.408l6.264 3.602z"/></svg></a>
<a class="soc" href="https://vm.tiktok.com/ZS9YRsdqEWsQY-LfGx1/" target="_blank" rel="noopener noreferrer" aria-label="TikTok"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="currentColor"><path d="M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z"/></svg></a>
<a class="soc" href="https://www.instagram.com/mxtlabcreative?igsh=MXU3OTNueDZpYnBuag==" target="_blank" rel="noopener noreferrer" aria-label="Instagram"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z"/></svg></a>
<a class="soc" href="https://t.me/mxtcreativestudio" target="_blank" rel="noopener noreferrer" aria-label="Telegram"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="currentColor"><path d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg></a>
</div>
</div>
</div>
</footer>
<!-- Adsterra Social Bar -->
<script src="https://pl29680283.effectivecpmnetwork.com/b4/ad/6c/b4ad6cb009aa992510e4d54ff415f0ef.js"></script>
</body>
</html>