templates/pages/about-us.html.twig line 1

  1. {% extends "shared/website/base.html.twig" %}
  2. {% block content %}
  3.     <section class="ls section_padding_top_150 section_padding_bottom_120 features about-us">
  4.         <div class="container">
  5.             <div class="row">
  6.                 <div class="col-md-11 col-md-offset-3">
  7.                     <h2 class="section_header">About Us - Why We Staff GI</h2>
  8.                     <p class="bottommargin_30"><i>We learned early on, <i>we couldn't be everything to everyone</i>.<br />
  9.                         That’s why we only staff Gastroenterologists.<br />
  10.                             We specialize in GI staffing only — it’s what we do, every day.</i>
  11.                     </p>
  12.                 </div>
  13.                 <div class="col-md-11 col-md-offset-3">
  14.                     <div class="row">
  15.                         <div class="col-md-4">
  16.                             <div class="row text-justify">
  17.                                 <div class="col-sm-12">
  18.                                     <p>Since 1999 we have been staffing and recruiting physicians to hospitals. The need for a GI recruiting specialist, who knows all-things GI, has never been more critical. GI is one of the mighty four specialties that keeps a hospital afloat. Our recruiters understand that and work tirelessly on one team, the GI team.</p>
  19.                                 </div>
  20.                                 <div class="col-sm-12">
  21.                                     <p>From small town USA to major metros, we help hospitals and GI groups fill their temporary positions  with the most highly qualified candidates. We understand the landscape of the GI marketplace and all nuances related to the specialty. Our CMO and founder, Dr. Tim Huggins, is one of the most prominent Gastroenterologists in the county with over 20 years of starting and building a super successful private practice before initiating We Staff GI. He is not only involved with the operation of We Staff GI but accepts job assignments to keep his skillsets sharp.</p>
  22.                                 </div>
  23.                             </div>
  24.                         </div>
  25.                         <div class="col-md-4">
  26.                             <div class="row text-justify">
  27.                                 <div class="col-sm-12">
  28.                                     <p>This company was launched because there is a critical need for a single-focused specialty staffing company. We accomplish this by creating a tough and rigorous process for Gastroenterologists to be credentialed with our firm, and we only on-board the best and brightest talent this country has to offer.</p>
  29.                                 </div>
  30.                                 <div class="col-sm-12">
  31.                                     <p>We take a personal approach with our candidates and clients, but our efficiencies lie in technology. We streamline a business that was very clunky and clumsy in terms of how candidates were on-boarded. When you partner with us, we know you will say the same thing we tell our clients, “We get GI staffing”.</p>
  32.                                 </div>
  33.                             </div>
  34.                         </div>
  35.                     </div>
  36.                 </div>
  37.             </div>
  38.         </div>
  39.     </section>
  40. {% endblock %}