Careers
Management
New Job Posting
Edit: {editingJob.title}
All Postings
Loading jobs from database...
No job postings yet.
// Careers Admin — HR portal to post and manage job openings // Access at: /careers-admin | Password protected const { useState: useAdminState, useEffect: useAdminEffect, useRef: useAdminRef } = React; const ADMIN_PASSWORD = 'amg-hr-2024'; // Change this password as needed // ── Paste your Google Apps Script Web App URL here const CAREERS_WEBHOOK_URL = 'https://script.google.com/macros/s/AKfycbxnqVfYpcNNFlXw-40W8Z7skRuOMkn81rQlqwD3fNwFUp1H8VJu6FTdycBGGww8hpYl2g/exec'; function genId() { return Date.now().toString(36) + Math.random().toString(36).slice(2, 7); } // ── Login screen function AdminLogin({ onLogin }) { const [pw, setPw] = useAdminState(''); const [err, setErr] = useAdminState(''); const submit = (e) => { e.preventDefault(); if (pw === ADMIN_PASSWORD) { onLogin(); } else { setErr('Incorrect password. Please try again.'); setPw(''); } }; return (
Ashok Malhotra Group · Careers
Published on careers page
Toggle to show or hide this role publicly
{job.title}
Loading jobs from database...
No job postings yet.