Advertisement
Guest User

list orangnya

a guest
Nov 21st, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. <section class="header10 cid-qufKxsulCJ mbr-fullscreen" id="header10-16" data-rv-view="96">
  2.  
  3. <div class="container">
  4. <div class="media-container-column mbr-white col-lg-8 col-md-10 ml-auto">
  5.  
  6. <h3 class="mbr-section-subtitle align-right mbr-light pb-3 mbr-fonts-style display-5">MR &amp; Partners Law Office has substantial resources available to successfully address the most important and challenging problems related to any kind of transactions in business and banking.</h3>
  7. <p class="mbr-text align-right pb-3 mbr-fonts-style display-7">Our lawyers are not only well educated in law practices but also competent to deal with all litigation practices including complex disputes in the areas of business, corporations, finance and banking, capital markets, project financing, land - real estate - and building construction, insurance, bankruptcy and intellectual property rights, both civil and criminal.</p>
  8.  
  9. </div>
  10. </div>
  11.  
  12. </section>
  13.  
  14.  
  15. <section class="features16 cid-qufMb5YZoN" id="features16-18" data-rv-view="99">
  16.  
  17. <div class="container align-center">
  18. <h2 class="pb-3 mbr-fonts-style mbr-section-title display-2">OUR ASSOCIATES</h2>
  19. <h3 class="pb-5 mbr-section-subtitle mbr-fonts-style mbr-light display-7"></h3>
  20.  
  21. <div class="row media-row">
  22. <?php $i=1; foreach($staff as $staff) { ?>
  23.  
  24. <div class="team-item col-lg-3 col-md-6">
  25. <div class="item-image">
  26. <img src="<?php echo base_url('assets/upload/image/thumbs/'.$staff->gambar) ?>" alt="" title="<?php echo $staff->nama; ?>" media-simple="true">
  27. </div>
  28.  
  29. <div class="item-caption py-3">
  30. <div class="item-name px-2">
  31.  
  32. <p class="mbr-fonts-style display-5">
  33. <a href="<?php echo base_url('associates/detail/'.$staff['slug_asc']);?>"><?php echo $staff->nama; ?></a></p>
  34. </div>
  35.  
  36. <div class="item-role px-2">
  37. <p><?php echo $staff->jabatan; ?></p>
  38. </div>
  39.  
  40. <div class="item-social pt-2">
  41. <a href="http://www.mrplawoffice.com" target="_blank">
  42. <span class="p-1 mbr-iconfont mbr-iconfont-social socicon-linkedin socicon" style="color: rgb(15, 86, 153);" media-simple="true"></span>
  43. </a>
  44. </div>
  45.  
  46. </div>
  47. </div>
  48. <?php } ?>
  49. </div>
  50.  
  51. </div>
  52. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement