templates/pages/providers.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">Providers - Why We Staff GI</h2>
  8.                     <div class="row">
  9.                         <div class="col-md-8 text-justify">
  10.                             <h4 class="text-center">Control Your Calendar</h4>
  11.                             <p class="bottommargin_30">We Staff GI is a hospital solution for all things GI in a hospital and clinic setting. Think of us the way
  12.                                 hospitals contract with ER Staffing companies or a Hospitalist company. We can assist with putting a
  13.                                 band-aid on their GI issue, but we truly believe our real value is providing a long term solution to the
  14.                                 right hospital. If you are a physician who loves diversity in care, income supplementation, or enhance
  15.                                 your GI skillsets because you are surrounded by the best GI’s in the U.S., we might be just what your
  16.                                 career is seeking.</p>
  17.                         </div>
  18.                     </div>
  19.                 </div>
  20.                 <div class="col-md-11 col-md-offset-3">
  21.                     <div class="row">
  22.                         <div class="col-md-4">
  23.                             <div class="row bottommargin_30 text-justify">
  24.                                 <div class="col-sm-12">
  25.                                     <h4>Flexibility</h4>
  26.                                     <p><i>Because we have long term agreements with
  27.                                             our hospitals, you can work 2 weeks on and 2
  28.                                             weeks off or 1 week on and 3 weeks off.
  29.                                             Continuity of care is optimal with WSGI, and
  30.                                             therefore, we ask you to work a full week in our
  31.                                             locations. We are not a locum company that fills
  32.                                             3 day assignments, but rather we partner with
  33.                                             our hospitals and create a solution that is
  34.                                             sustainable and is a win, win, win for everyone.
  35.                                             That includes the patient, the hospital, and We
  36.                                             Staff GI.</i></p>
  37.                                 </div>
  38.                                 <div class="col-sm-12">
  39.                                     <h4>Earn More Income</h4>
  40.                                     <p><i>At WSGI, we pay more than a normal locum
  41.                                             assignment. That is because we negotiate a
  42.                                             better arrangement with our partners. Because
  43.                                             of that, we can pay you better.</i></p>
  44.                                 </div>
  45.                             </div>
  46.                         </div>
  47.                         <div class="col-md-4">
  48.                             <div class="row bottommargin_30 text-justify">
  49.                                 <div class="col-sm-12">
  50.                                     <h4>Variety is the Spice of Life</h4>
  51.                                     <p><i>We believe seeing different parts of the country
  52.                                             and exploring different acuity settings and
  53.                                             demographics only hones your skills and makes
  54.                                             you a sharper and more efficient GI.</i></p>
  55.                                 </div>
  56.                                 <div class="col-sm-12">
  57.                                     <h4>Say "NO" to Burnout</h4>
  58.                                     <p><i>Nothing says burnout like seeing the same
  59.                                             people every day of your life, the same building
  60.                                             every day and the same drama every day. If you
  61.                                             are looking for a more sustainable approach to
  62.                                             practicing medicine and get into a career path
  63.                                             that is satisfying professionally, WSGI is your
  64.                                             solution.</i></p>
  65.                                 </div>
  66.                             </div>
  67.                         </div>
  68.                     </div>
  69.                 </div>
  70.             </div>
  71.         </div>
  72.     </section>
  73. {% endblock %}