explore.blade.php 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. @extends('application.layouts.master')
  2. @section('content')
  3. <section class="bg-half-170 d-table w-100" style="padding : 40px 0px 0px; background-color: #efefef; height: 100vh;">
  4. <div class="container mt-5" style="padding: 10px 20px 0px 20px;">
  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>
  14. </div>
  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. </div>
  22. </div>
  23. </div>
  24. </div>
  25. <div class="col-md-4 ms-5" style="background-color: white;">
  26. <div class="row justify-content-center">
  27. <div class="col-12 text-center">
  28. <div class="section-title mb-5 mt-5">
  29. <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>
  30. <p class="mt-4" style="color: #191e38; font-weight: bolder !important;">Lorem ipsum dolor sit amet consectetur adipisicing elit. Omnis, vero.</p>
  31. </div>
  32. </div>
  33. </div>
  34. <div class="card-body">
  35. <div class="flex-1 content p-3 shadow rounded box-white position-relative">
  36. <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>
  37. <div style="display: flex; justify-content: center;">
  38. <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>
  39. </div>
  40. </div>
  41. </div>
  42. </div> -->
  43. <div class="card p-2 rounded border-0" style="background-color: #ffffff; color: #141639c4;">
  44. <div class="col-md-12">
  45. <h3 class="p-5" style="text-align: center; font-weight: bolder;">Coming Soon...</h3>
  46. </div><!--end col-->
  47. </div>
  48. </div>
  49. </div>
  50. </section>
  51. @endsection