jobs.t-strategy.com Open in urlscan Pro
216.23.176.68  Public Scan

URL: https://jobs.t-strategy.com/
Submission: On January 03 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

<form id="frmQuickApply" class="light-box-inner-area ng-pristine ng-invalid ng-invalid-required">
  <div class="lb-crass b-close" title="Close">X</div>
  <!-- ngIf: isApplyWithoutJob -->
  <div class="lb-heading ng-scope" ng-if="isApplyWithoutJob">Quick Apply - <span class="no-job-select">(No Job Selected)</span></div><!-- end ngIf: isApplyWithoutJob -->
  <!-- ngIf: !isApplyWithoutJob -->
  <div class="quick-apply-lb-area">
    <p id="errorBlock" style="color:red;"></p>
    <div class="quick-apply-form">
      <!-- ngIf: qApplyError != '' -->
      <div class="form-group">
        <label for="first-name"><sup class="astrict">*</sup> First Name</label>
        <input name="First Name" id="first-name" class="form-control ng-pristine ng-invalid ng-invalid-required" type="text" ng-model="applyJob.FirstName" ng-required="true" maxlength="20" required="required">
      </div>
      <div class="form-group">
        <label for="last-name"><sup class="astrict">*</sup> Last Name</label>
        <input name="last-name" id="last-name" class="form-control ng-pristine ng-invalid ng-invalid-required" type="text" ng-model="applyJob.LastName" ng-required="true" maxlength="20" required="required">
      </div>
      <div class="form-group">
        <label for="email-address"><sup class="astrict">*</sup> Your Email Address</label>
        <input name="email-address" id="email-address" class="form-control ng-pristine ng-invalid ng-invalid-required" type="text" ng-model="applyJob.EmailAddress" ng-required="true" maxlength="35" required="required">
      </div>
      <div class="form-group">
        <label for="mobile-phone"><sup class="astrict">*</sup> Mobile Phone</label>
        <input name="mobile-phone" id="mobile-phone" class="form-control ng-pristine ng-invalid ng-invalid-required" type="text" ng-model="applyJob.Mobile" ng-required="true" required="required">
      </div>
    </div>
    <div class="check-box-popup">
      <p>
        <input type="checkbox" class="quick-apply-contact-method ng-pristine ng-valid" ng-checked="applyJob.TextMe" ng-model="applyJob.TextMe" checked="checked"> Ok to send me texts (reply STOP at any time to cancel). We encourage texting; it is the
        fastest way to reach you.
      </p>
      <p>
        <input type="checkbox" class="quick-apply-contact-method ng-pristine ng-valid" ng-change="changeNumberFormat()" ng-model="applyJob.InternationalNumber"> I have an international (not US) phone number
      </p>
    </div>
    <div class="select-branch" ng-show="isApplyWithoutJob">
      <span class="select-branch-title"> Select Branch Office: </span>
      <select class="branchDrp ng-pristine ng-valid" ng-model="selBranch">
        <option value="-1">Select Nearest Office</option>
        <!-- ngRepeat: item in branches -->
        <option ng-repeat="item in branches" value="21614072" class="ng-scope ng-binding">Grand Rapids, MI</option><!-- end ngRepeat: item in branches -->
        <option ng-repeat="item in branches" value="21614074" class="ng-scope ng-binding">Bourbonnais, IL</option><!-- end ngRepeat: item in branches -->
        <option ng-repeat="item in branches" value="21614075" class="ng-scope ng-binding">N/A, MI</option><!-- end ngRepeat: item in branches -->
        <option ng-repeat="item in branches" value="21614070" class="ng-scope ng-binding">Grand Rapids, MI</option><!-- end ngRepeat: item in branches -->
        <option ng-repeat="item in branches" value="21614071" class="ng-scope ng-binding">Kalamazoo, MI</option><!-- end ngRepeat: item in branches -->
        <option ng-repeat="item in branches" value="21614073" class="ng-scope ng-binding">Southfield, MI</option><!-- end ngRepeat: item in branches -->
        <option ng-repeat="item in branches" value="21614076" class="ng-scope ng-binding">Grand Rapids, MI</option><!-- end ngRepeat: item in branches -->
      </select>
    </div>
    <div class="resume-option-box-popup">
      <span class="resume-option-title">Resume Options:</span>
      <label>
        <input type="radio" name="IsResumeRequired" value="No" checked="checked" class="quick-apply-reume-require" ng-click="isResumeRequired = true;"> I would like to attach a resume </label>
      <label>
        <input type="radio" name="IsResumeRequired" value="Yes" class="quick-apply-reume-require" ng-click="isResumeRequired = false;"> I would like to submit without a resume </label>
      <div class="form-without-resume ng-hide" ng-show="!isResumeRequired">
        <div class="form-group">
          <div class="tite-resume-1">What is Your Most Recent Job Title?<sup class="astrict">*</sup> </div>
          <input class="form-control ng-pristine ng-valid ng-valid-required" type="text" id="recentJobTitle" ng-required="!isResumeRequired" ng-model="recentJobTitle" maxlength="50">
        </div>
        <div class="form-group">
          <div class="tite-resume-1">Why are You a Good Fit for this Job?</div>
          <textarea class="form-control ng-pristine ng-valid ng-valid-required" id="goodFitReason" ng-required="!isResumeRequired" cols="93" rows="3" ng-model="goodFitReason" maxlength="250"></textarea>
        </div>
      </div>
      <div class="resume-options-line" ng-show="isResumeRequired">
        <a href="#" class="dropbox green-btn" ng-click="choose()">Upload from Dropbox</a>
        <span class="indeed-apply-widget" data-indeed-apply-apitoken="0c428105b2069b1cfb7b105833676a9e0eb3e229a8797f05c43cc56877b19e6f" data-indeed-apply-jobid="" data-indeed-apply-joblocation=", " data-indeed-apply-jobcompanyname=""
          data-indeed-apply-jobtitle="" data-indeed-apply-email="" data-indeed-apply-jobmeta="right-rail-apply-button" data-indeed-apply-onclick="closeQuickApply">
        </span>
        <div class="attach-btn">
          <label for="resume"> <span class="green-btn resume-file">Attach Resume File</span> </label>
          <input id="resume" class="info-file" type="file" accept="docx,doc,pdf,txt,rtf,html" file-model="myFile" ng-required="isResumeRequired" required="required">
        </div>
        <div class="form-group display-file-name">
          <div class="file-name-label">File Name:</div>
          <input name="file_value1" id="file_value1" type="text" ng-model="myFile.name" class="form-control ng-pristine ng-valid" placeholder="Display file name / path of uploaded file" disabled="">
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

Loading. . .
Contact Us Join Talent Strategy Shop Our Brand
 * Industry Experts
   * Banking
   * Engineering
   * Light Industrial
   * Manufacturing
   * Skilled Trades
 * Services
   * Payroll Services
   * Managed Services
   * Search Types
   * On-Site Job Fairs
 * About
   * About Us
   * Leadership
   * History
   * Blog
 * Request Staff
 * Find Work
 * Search Jobs


SEARCH JOBS

Let us help you advance your career!



Advanced Search


FIND YOUR NEXT GREAT JOB!

Searching...
No results found
Max Distance (Miles away)
 * 10
 * 25
 * 50
 * 100

Search Jobs



DISPLAYING 43 MATCHING JOBS


MANUFACTURING ASSISTANT

Manufacturing AssistantJob Summary:Loading, driving, and unloading materials to
fulfill customer and company needs. Layout, cut, and groove pipe to meet
customer expectations. Build small assemblies f... See full Job Description

 * Grand Rapids, MI
 * Posted: January 03, 2024
 * Employment Type: Full Time
   
 * Wage: $17 - $17 Hourly

Quick Apply


SHIPPING & RECEIVING CLERK.

Shipping/Receiving Clerk1stGENERAL PURPOSE OF JOB: Coordination and preparation
of shipments and paperwork in a timely manner. ESSENTIAL DUTIES AND
RESPONSIBILITIES: • Responsible for helping load and... See full Job Description

 * Holland, MI
 * Posted: January 03, 2024
 * Employment Type: Full Time
   
 * Wage: $18 - $18 Not Specified

Quick Apply


FORKLIFT

Forklift Operator 1st ShiftSUMMARY: GENERAL PURPOSE OF JOB: Loads, unloads and
moves materials within or near plant, yard or worksite, performing and
combination of the following duties: ESSENTIAL DUT... See full Job Description

 * Holland, MI
 * Posted: January 03, 2024
 * Employment Type: Full Time
   
 * Wage: $17 - $17 Hourly

Quick Apply


PAINT LINE LOADER/UNLOADER

Loader/Unloader1st Shift Responsibilities: Loading parts on to paint line
hooksUnloading parts Bundling and placing on skids No quality checks or
paperwork required Weight of parts less than 5 lbs.Qua... See full Job
Description

 * Holland, MI
 * Posted: January 03, 2024
 * Employment Type: Full Time
   
 * Wage: $17 - $17 Hourly

Quick Apply


MACHINE OPERATOR

Machine Operator 1st shift Responsibilities: Set up and operate machinery and
equipment according to specific instructions and guidelines. Monitor machine
operations to ensure efficient and accurate p... See full Job Description

 * Holland, MI
 * Posted: January 03, 2024
 * Employment Type: Full Time
   
 * Wage: $17 - $17 Hourly

Quick Apply


MATERIAL HANDLER

Forklift Driver2nd ShiftEssential Duties and Responsibilities: Loads materials
into vehicles and installs strapping, bracing, or padding to prevent shifting or
damage in transit. Unloads materials fro... See full Job Description

 * Cedar Springs, MI
 * Posted: January 03, 2024
 * Employment Type: Full Time
   
 * Wage: $18 - $18 Hourly

Quick Apply


MIG WELDER

Mig Welder 1st Shift Pay: BOEJob Responsibilities: Operate metalworking machines
(shears, brakes, punches and drill presses) CNC Equipment -Fit and join sheet
metal parts.Inspect product quality and 1... See full Job Description

 * Allendale, MI
 * Posted: January 03, 2024
 * Employment Type: Full Time
   
 * Wage:

Quick Apply


FORKLIFT

Stand-Up Forklift DriverWeekends ( Friday, Saturday, Sunday)5pm-5:30amJob
Responsibilities:Drive Stand Up ForkliftScan items into inventory Load and
unload trucks Required Work Experience &amp; Skills... See full Job Description

 * Coopersville, MI
 * Posted: January 03, 2024
 * Employment Type: Full Time
   
 * Wage: $18 - $18 Not Specified

Quick Apply


CUSTOMER SERVICE

Customer Service5:00pm-3:30amDefinition: Responsible for providing courteous
customer service to our internal and external partners by assisting in daily
operations. Ensures that services are provided... See full Job Description

 * Coopersville, MI
 * Posted: January 03, 2024
 * Employment Type: Full Time
   
 * Wage: $18 - $18 Hourly

Quick Apply


MATERIAL HANDLER

Material Handler1st ShiftJob Description:Operate a sit-down hi-loReceive
incoming shipmentsVerifying the contents against purchase orders or invoices and
inspecting for damage or discrepancies. Unload... See full Job Description

 * Muskegon, MI
 * Posted: January 03, 2024
 * Employment Type: Full Time
   
 * Wage: $17 - $17 Hourly

Quick Apply
Apply without Selecting a Job
Loading...
X
Quick Apply - (No Job Selected)

* First Name
* Last Name
* Your Email Address
* Mobile Phone

Ok to send me texts (reply STOP at any time to cancel). We encourage texting; it
is the fastest way to reach you.

I have an international (not US) phone number

Select Branch Office: Select Nearest Office Grand Rapids, MIBourbonnais, ILN/A,
MIGrand Rapids, MIKalamazoo, MISouthfield, MIGrand Rapids, MI
Resume Options: I would like to attach a resume I would like to submit without a
resume
What is Your Most Recent Job Title?*
Why are You a Good Fit for this Job?
Upload from Dropbox
Attach Resume File
File Name:
Apply
Headquarters
4020 E Beltline Ave NE,
Grand Rapids, MI 49525

 * 
 * 
 * 

© 2023 Talent Strategy • Site designed by | Privacy Policy