application.blade.php 5.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. @extends('web.layouts.master')
  2. @section('content')
  3. <section class="bg-half-170 d-table w-100" style="background-color: #efefef; height:600px; padding:154px 0px 5px;">
  4. <div class="container">
  5. <div class="row align-items-center p-3">
  6. <div class="col-md-12 mt-2">
  7. <div class="row">
  8. <div class="col-md-10" style="width:83%;">
  9. <div class="content_header ml-0">
  10. <div class="right">
  11. <span class="main_title" style="font-weight:700;">My Application</span>
  12. </div>
  13. </div>
  14. </div>
  15. <!-- <div class="col-md-2 text-right">
  16. <button class="submit_button" style="margin-left:2.6rem;">Add New</button>
  17. </div> -->
  18. </div>
  19. </div>
  20. <div class="col-md-12">
  21. <div class="scrolled_content_part">
  22. <div class="single_ad_pref_item">
  23. <div class="p-3" style="border-top: 1px solid #eee; border-bottom-style: dashed; border-width: 0.5px 0px 0.5px; border-bottom-color: #eee; border-left: 1px solid #eee; border-right: 1px solid #eee; display:flex;">
  24. <div class="left" style="width:50%;">
  25. <div class="uni_details" style="display:flex;">
  26. <div class="inner_left mt-1" style="border: 1px solid black; border-radius: 20px; padding: 6px; height: 37px; width: 37px;">
  27. <i class="fa fa fa-university ms-1"></i>
  28. </div>
  29. <div class="inner_right ms-2">
  30. <strong style="font-size:13px;">De Montfort University</strong></br>
  31. <h6 style="font-size:10px !important; font-weight:100 !important;">Department</h6>
  32. </div>
  33. </div>
  34. </div>
  35. <div class="text-end" style="width:50%;">
  36. <span style="font-size:11px;">Proposed Start Date</span><br>
  37. <h6 style="font-size:11px !important; font-weight:800;">Mar 9</h6>
  38. </div>
  39. </div>
  40. <div class="p-3" style="display:flex; border-width: 0px 0px 0.5px; border-top-style: dashed; border-top-color: #eee; border-left: 1px solid #eee; border-right: 1px solid #eee; border-bottom-style: dashed; border-bottom-color: #eee;">
  41. <div class="left" style="width:50%;">
  42. <div class="uni_details" style="display:flex;">
  43. <div class="inner_right ms-5">
  44. <strong style="font-size:13px;">Title</strong></br>
  45. <div style="margin-top: -11px; display: block;">
  46. <span style="font-size:10px;">methology</span>
  47. <span>.</span>
  48. <span style="font-size:10px;">department</span>
  49. <span>.</span>
  50. <span style="font-size:10px;">status</span>
  51. </div>
  52. </div>
  53. </div>
  54. </div>
  55. </div>
  56. <div class="p-3" style="display:flex; border-width: 0px 0px 0.5px; border-top-style: dashed; border-top-color: #eee; border-left: 1px solid #eee; border-right: 1px solid #eee; border-bottom-style: dashed; border-bottom-color: #eee;">
  57. <div class="left" style="width:50%;">
  58. </div>
  59. <div class="text-end" style="width:50%;">
  60. <span style="font-size:11px;">Application Status</span><br>
  61. <h6 style="font-size:11px !important; font-weight:800;"></h6>
  62. </div>
  63. </div>
  64. </div>
  65. </div>
  66. </div>
  67. </div>
  68. </div><!--end container-->
  69. </section>
  70. @endsection