explore.blade.php 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. @extends('application.layouts.master')
  2. @section('content')
  3. <section class="bg-half-170 d-table w-100" style="padding : 175px 0px 0px; background-color: #efefef; height: 100vh;">
  4. <div class="container mt-5">
  5. <div class="row g-0 mt-5 mb-5">
  6. <div class="col-md-7" style="background-color: white;">
  7. <div class="row justify-content-center">
  8. <div class="col-12 text-center">
  9. <div class="section-title mb-5 mt-5">
  10. <h1 style="line-height: 1.1; color: #191e38; font-size: 48px !important; font-weight: 500 !important; font-family: 'League Spartan', sans-serif !important;">Lorem ipsum dolor sit amet</h1>
  11. <p class="mt-4" style="color: #191e38; font-weight: bolder !important;">Lorem ipsum dolor sit amet consectetur adipisicing elit. Omnis, vero.</p>
  12. </div>
  13. </div><!--end col-->
  14. </div><!--end row-->
  15. <div class="card-body">
  16. <div class="flex-1 content p-3 rounded box-white position-relative">
  17. <div class="form-icon position-relative" style="display:flex;">
  18. <input type="text" class="form-control search-box" id="" placeholder="" name="" required="">
  19. <span class="search_button hand search-btn" style="margin-left: -8.8rem; "><span style="display:block; margin-left:11px; margin-top:4px; cursor: pointer;">Search</span></span>
  20. <a href="" class="ref_button hand search-btn ms-2" style="width: 5%; background-color: #ffbd59 !important; border: 2px solid #ffbd59;"><span style="display:block; margin-left:9px; margin-top:4px; cursor: pointer;"><i class="fa fa-refresh" style="color:#ffff !important;"></i></span></a>
  21. <!-- <button class="btn btncl"></button> -->
  22. </div>
  23. </div>
  24. </div>
  25. </div>
  26. <div class="col-md-4 ms-5" style="background-color: white;">
  27. <div class="row justify-content-center">
  28. <div class="col-12 text-center">
  29. <div class="section-title mb-5 mt-5">
  30. <h1 style="line-height: 1.1; color: #191e38; font-size: 48px !important; font-weight: 500 !important; font-family: 'League Spartan', sans-serif !important;">Lorem ipsum dolor sit amet</h1>
  31. <p class="mt-4" style="color: #191e38; font-weight: bolder !important;">Lorem ipsum dolor sit amet consectetur adipisicing elit. Omnis, vero.</p>
  32. </div>
  33. </div><!--end col-->
  34. </div><!--end row-->
  35. <div class="card-body">
  36. <div class="flex-1 content p-3 shadow rounded box-white position-relative">
  37. <p class="text-muted1 mt-5 mb-2 text-center">"It seems that only fragments of the original text remain in the Lorem Ipsum texts used today."</p>
  38. <div style="display: flex; justify-content: center;">
  39. <p class="mt-4 mb-5"><a href="" class="master-link secondary"><strong style="font-weight: bolder !important;">Register Your Interest <i class="fa fa-arrow-right fea icon-sm"></i> </strong> </a></p>
  40. </div>
  41. </div>
  42. </div>
  43. </div>
  44. </div>
  45. </div>
  46. </section>
  47. @endsection