Join Our Team

Current Job Listings

We are looking for talented individuals to join us. At our company, we value creativity, collaboration, and commitment. Each team member plays a vital role in driving our success. Explore our job openings below and see how you can contribute!

Openings

Finance Analyst

Hybrid

We are seeking a Finance Analyst to manage and analyze our financial data. Contribute to financial planning and decision-making processes to help drive our business forward.

Content Writer

Remote

As a Content Writer, you’ll craft engaging content for our platforms. Your words will resonate with our audience and help shape our brand identity.

Graphic Designer

Onsite

We are hiring a Graphic Designer who can create visual concepts that communicate ideas that inspire and inform. Bring your creativity and make a strong impact.

// Resume Submit Shortcode with Custom Email function resume_submit_shortcode() { if (isset($_POST['resume_submit'])) { $name = sanitize_text_field($_POST['name']); $email = sanitize_email($_POST['email']); $phone = sanitize_text_field($_POST['phone']); $message = sanitize_textarea_field($_POST['message']); // 👇 CHANGE THIS EMAIL $custom_email = "hr@yourdomain.com"; $subject = "New Resume Submission"; $headers = array("From: $name <$email>"); $body = "Name: $name\n"; $body .= "Email: $email\n"; $body .= "Phone: $phone\n\n"; $body .= "Message:\n$message"; // File upload $attachment = array(); if (!empty($_FILES['resume']['name'])) { $uploaded_file = wp_handle_upload($_FILES['resume'], array('test_form' => false)); if (!isset($uploaded_file['error'])) { $attachment[] = $uploaded_file['file']; } } wp_mail($custom_email, $subject, $body, $headers, $attachment); echo "

Resume submitted successfully!

"; } ob_start(); ?>
[submit_resume]