about-us.blade.php 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. @extends('views.layouts.master')
  2. @section('content')
  3. <!--inner Title Start -->
  4. <div class="sms_title_main_wrapper">
  5. <div class="container">
  6. <div class="row">
  7. <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
  8. <div class="sms_inner_title_heading full_width">
  9. <h2>about us</h2>
  10. <ul>
  11. <li><a href="#">Home</a> &nbsp;&nbsp;&nbsp;/</li>
  12. <li>about us</li>
  13. </ul>
  14. </div>
  15. </div>
  16. </div>
  17. </div>
  18. </div>
  19. <!-- inner Title End -->
  20. <!-- about us wrapper start -->
  21. <div class="about_us_wrapper full_width">
  22. <div class="container">
  23. <div class="row">
  24. <div class="col-lg-6 col-md-12 col-sm-12 col-xs-12">
  25. <div class="bulk_sms_provider full_width">
  26. <h1>Best Bulk SMS Service Provider
  27. in World.</h1>
  28. <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's.</p>
  29. <div class="class_delivery_wrapper about_sms_link full_width">
  30. <ul>
  31. <li>
  32. <a href="#"> <i class="flaticon-tick-box"></i> Standard dummy in text ever since the 1500s. </a>
  33. </li>
  34. <li>
  35. <a href="#"> <i class="flaticon-tick-box"></i> Robust and scalable with inbuilt redundancy </a>
  36. </li>
  37. <li>
  38. <a href="#"> <i class="flaticon-tick-box"></i> Direct connectivity with multiple operators </a>
  39. </li>
  40. <li>
  41. <a href="#"> <i class="flaticon-tick-box"></i> Lorem Ipsum has been the industry</a>
  42. </li>
  43. </ul>
  44. </div>
  45. <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy in text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
  46. </div>
  47. </div>
  48. <div class="col-lg-6 col-md-12 col-sm-12 col-xs-12">
  49. <div class="about_bulkimg_wrapper full_width">
  50. <img src="{{ asset('/themes/eyerecord/pro/resources/images/about.png') }}" alt="img" class="img-responsive">
  51. <p>Lorem Ipsum is simply dummy text of the printing and typesetting industr Lorem Ipsum has when an unknown printer took a galley of.</p>
  52. </div>
  53. </div>
  54. </div>
  55. </div>
  56. </div>
  57. <!-- about us wrapper end -->
  58. @include('views.partial.transaction')
  59. @include('views.partial.promotion')
  60. @include('views.partial.newsletter')
  61. @include('views.partial.client')
  62. @endsection