Example #1
0
            <label for="">Sorteer op:</label>
            <select class="form-control">
              <option>1</option>
              <option>2</option>
              <option>3</option>
              <option>4</option>
              <option>5</option>
            </select>
            <button type="submit" name="button" class='btn btn-default'>Sorteer</button>
          </form>
        </div>
      </div> -->
      <div class="vacatures">  <!-- Start of showing vacancy's -->

        <?php 
$get_vacatures = $vacature->get_vacatures();
foreach ($get_vacatures as $get_vacature) {
    $_GET['vacatureID'] = $get_vacature['vacatureID'];
    echo '
          <div class="item col-md-12"> <!--Begin of one item -->
            <div class="item-header "><!--Begin of item header shows titel, place and kind of employment  -->
              <span class="item-titel"><h2>' . $get_vacature['titel'] . '</h2></span>
              <div class="item-info">
                <span><i class="fa fa-map-marker"></i>' . $get_vacature['locatie'] . '</span>
                <span><i class="fa fa-clock-o"></i>' . $get_vacature['min-uren'] . ' tot ' . $get_vacature['max-uren'] . ' uur</span>
              </div>
            </div><!--End of item header -->
            <div class="item-content "><!--Begin of item content, shows a preview of the vacany-->
              <div class="desc">
                <p>
                  ' . substr($get_vacature['vacature'], 0, 350) . '...