Israat Zarin 1 year ago
parent
commit
8b63385594

+ 1 - 1
resources/views/application.blade.php

@@ -83,7 +83,7 @@
                             @endforeach  
                         </div>
                         @else
-                        <div class="alert  mt-1 mb-3" style="background-color: #ffff; border-color: #e9f0f3; font-size: 12px !important; color: #dc3545; border-radius: 30px; padding: 8px 15px;">
+                        <div class="alert  mt-2 mb-3" style="background-color: #ffff; border-color: #e9f0f3; font-size: 12px !important; color: #dc3545; border-radius: 30px; padding: 8px 15px;">
                             <span>No Application available.</span>
                         </div> 
                         @endif

+ 5 - 3
resources/views/profile.blade.php

@@ -83,6 +83,7 @@
                                                         </div>    
                                                             <!--proposal table -->
                                                         <div class="col-md-12 mb-1">
+                                                        @if(count($proposal)>0)
                                                             <div class="scrolled_content_part" style="width: 96%; margin-left: 20px;">
                                                                 <div class="single_ad_pref_item1">                                                                         
                                                                     <div class="serial" style="width: 7%;">
@@ -104,7 +105,6 @@
                                                             </div>
                                                         </div>  
                                                         <div class="col-md-12 mb-1">
-                                                        @if(count($proposal)>0)
                                                             <div style="width: 96%; margin-left: 20px;">
                                                                 @foreach($proposal as $key=>$row)    
                                                                     <div class="single_ad_pref_item2">
@@ -147,8 +147,10 @@
                                                                 @endforeach   
                                                             </div>
                                                             @else
-                                                            <div class="alert  mt-1 mb-3" style="border-color: #e9f0f3; font-size: 12px !important; color: #dc3545; border-radius: 30px; padding: 8px 15px;">
-                                                                <span>No Proposal available.</span>
+                                                            <div style="padding: 0px 22px;">
+                                                                <div class="alert mt-2" style="border-color: #e9f0f3; font-size: 12px !important; color: #dc3545; border-radius: 30px; padding: 8px 15px;">
+                                                                    <span>No Proposal available.</span>
+                                                                </div>
                                                             </div> 
                                                             @endif
                                                         </div>  

+ 14 - 14
resources/views/teacher_profile.blade.php

@@ -120,7 +120,7 @@ a {
 }
 tbody, td, tfoot, th, thead, tr {
     border-color: inherit;
-    border-style: dashed;
+    /* border-style: dashed; */
     border-width: 0;
 }
 .change_pass_btn {
@@ -312,7 +312,7 @@ tbody, td, tfoot, th, thead, tr {
             <div class="col-lg-12">
                 <nav class="mt-2 header-navbar navbar-expand-lg navbar-fixed align-items-center navbar-brand-center">
                         <div class="navbar-container d-flex content">
-                            <div class="col-md-11" style="width: 90%;">
+                            <div class="col-md-10" style="width: 86%;">
                                 <div class="d-flex align-items-center">
                                     <ul class="nav navbar-nav mr-auto header_left">
                                         <li class="nav-item d-flex">
@@ -325,21 +325,21 @@ tbody, td, tfoot, th, thead, tr {
                                     </ul>
                                 </div>
                             </div>
-                            <div class="col-md-1" style="display:flex;">
+                            <div class="col-md-2" style="display:flex;">
                                 <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
                                     <li class="nav-item dropdown dropdown-notification">
-                                        <a href="">
-                                            <i class="fa fa-bell change_pass_btn"></i>
+                                        <a href="javascript:void(0)" class="open_modal_page" data-url="{{route('modal-get',['name'=>'change_password'])}}" data-title="Wishlist">
+                                        <button class="btn btn2">New lead</button>    
                                         </a>
                                     </li>
-                                </ul>
+                                </ul> 
                                 <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
                                     <li class="nav-item dropdown dropdown-notification">
-                                        <a href="javascript:void(0)" class="open_modal_page" data-url="{{route('modal-get',['name'=>'change_password'])}}" data-title="Wishlist">
-                                            <i class="fa fa-shopping-bag change_pass_btn"></i>
+                                        <a href="">
+                                            <i class="fa fa-bell change_pass_btn"></i>
                                         </a>
                                     </li>
-                                </ul> 
+                                </ul>
                                 <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
                                     <li class="nav-item dropdown dropdown-notification">
                                         <a href="">
@@ -614,10 +614,10 @@ tbody, td, tfoot, th, thead, tr {
                                     <tbody>
                                         <tr>
                                             <td style="font-size: 11px;">1</td>
-                                            <td style="font-size: 11px;">test</td>
-                                            <td style="font-size: 11px;">test</td>
-                                            <td style="font-size: 11px;">test</td>
-                                            <td style="font-size: 11px;">test</td>
+                                            <td style="font-size: 11px;">Mr X</td>
+                                            <td style="font-size: 11px;">x@mail.com</td>
+                                            <td style="font-size: 11px;">20 Mar</td>
+                                            <td style="font-size: 11px;">23 Mar</td>
                                         </tr>
                                     </tbody>
                                 </table>
@@ -627,7 +627,7 @@ tbody, td, tfoot, th, thead, tr {
 
                     <div class="tab-pane fade bg-white p-2 rounded shadow" id="explore" role="tabpanel" aria-labelledby="explores"  style="height:100%;">
                         <div class="col-md-12">
-                            <h1 class="p-5" style="text-align: center;">Coming Soon...</h1>
+                            <h3 class="p-5" style="text-align: center;">Coming Soon...</h3>
                         </div><!--end col-->
 
                         <!-- Account -->

+ 129 - 206
resources/views/title.blade.php

@@ -52,8 +52,7 @@
     <style>
 
 body {
-    font-family: 'Oswald', sans-serif;
-    font-family: 'Quicksand', sans-serif;
+    font-family:'Ubuntu' !important;
 }
 h1, h2, h3, h4, h5, h6 {
     font-family: 'Oswald', sans-serif;
@@ -82,10 +81,6 @@ h1, h2, h3, h4, h5, h6 {
     letter-spacing: 1px;
     line-height: 68px;
 }
-
-.form-control:focus {
-    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
-}
 .horizontal-menu .header-navbar.navbar-fixed {
     position: fixed;
     width: 100%;
@@ -123,12 +118,6 @@ h1, h2, h3, h4, h5, h6 {
     font-weight: 600;
     background: rgb(255, 255, 255);
 }
-.body ul {
-    list-style-type: none;
-    padding-left: 0;
-    margin-bottom: 0;
-    font-size:12px;
-}
 .badge-lighter-green {
     background: #d8fdd8!important;
     color: green!important;
@@ -149,9 +138,6 @@ h1, h2, h3, h4, h5, h6 {
     background-color:  #2e1153  !important; 
     color:  white!important;
 }
-/* .nav-pills .nav-link {
-    color: #625f8b !important;
-} */
 .form-check-input.form-check-input:checked{
     background-color: #2f55d4 !important;
     border-radius: 7px !important;
@@ -174,29 +160,6 @@ h1, h2, h3, h4, h5, h6 {
     margin-bottom: 0px;
      background:none;
 }
-.content_header {
-    display: flex;
-    width: 100%;
-    line-height: 1.2;
-}
-.content_header .left {
-    width: 40px;
-    align-self: center;
-    margin-top: -3px;
-}
-.content_header .right .main_title {
-    font-size: 18px;
-    font-weight: 600;
-    display: block;
-}
-.content_header .left .fa {
-    background: #f1f0fb;
-    border-color: transparent;
-    color: #2e1153;
-    border-radius: 100%;
-    font-size: 14px;
-    border: 1px solid #ceccda;
-}
 .submit_button {
     background-color: #2e1153!important;
     border-width: 1px!important;
@@ -565,8 +528,8 @@ element.style {
     border-radius: 12px !important;
 }
 .profile_top_part_info {
-    background: linear-gradient(to bottom, #FFF 0%,#FFF 55%,#ebe8ff 80%,#eceaf7 100%);
-    border-bottom: 1px solid #dedbf1;
+    background: white;
+    border: none;
     padding: 15px;
 }
 .profile_top_part_info .whole_part {
@@ -616,6 +579,7 @@ element.style {
     position: relative;
     width: calc(100% - 310px);
     border: 1px solid #e9f0f3;
+    /* background: linear-gradient(to bottom, #FFF 50%,#FFF 35%,#dedbf1 80%,#dedbf1 100%); */
 }
 .review-block-title {
     font-size: 18px;
@@ -699,9 +663,8 @@ element.style {
     color: #fff !important;
 }
 .summary_edu_part {
-    background: linear-gradient(115deg, #f5f4fd 65%, #f5f4fd 65%, #dedbf1 90%);
+    border-bottom: 1px solid #eee; 
     padding: 15px 10px;
-    border-radius: 7px;
     position: relative;
 }
 .summary_edu_part .education_head {
@@ -850,7 +813,7 @@ element.style {
                                 <div class="right_part">
                                     <div class="right_part_right">
                                         <div class="right_part_right_whole">
-                                            <div class="summary_bordered_box" style="line-height: 20px; width: 50%; background: linear-gradient(to bottom, #FFF 50%,#FFF 35%,#dedbf1 80%,#dedbf1 100%); height: 130px; margin: 0 15px 0 0;">
+                                            <div class="summary_bordered_box" style="line-height: 20px; width: 50%; height: 130px; margin: 0 15px 0 0;">
                                                 <div class="review-block-title mb-0">
                                                     <span>Mr B</span>
                                                     <span>Islam</span>
@@ -879,7 +842,7 @@ element.style {
                                                     <strong>23 years 3 month</strong>
                                                 </span>
                                             </div>
-                                            <div class="top_right_info_box" style="width: 100%; border: 1px solid #e9f0f3; border-radius: 0.25rem; padding: 15px; background: linear-gradient(to bottom, #FFF 50%,#FFF 35%,#dedbf1 80%,#dedbf1 100%); margin-right: 15px; display: grid;">
+                                            <div class="top_right_info_box" style="width: 100%; border: 1px solid #e9f0f3; border-radius: 0.25rem; padding: 15px;  margin-right: 15px; display: grid;">
                                                 <div class="left_function_part">
                                                     <div class="left" style="margin-top:-10px;">
                                                     <span style="font-weight:800;">
@@ -937,37 +900,54 @@ element.style {
                                                     </div>
                                                 </div>
                                             </div>
-                                            <div class="top_right_info_box" style="width: 50%; border: 1px solid #e9f0f3; border-radius: 0.25rem; padding: 15px; background: linear-gradient(to bottom, #FFF 50%,#FFF 35%,#dedbf1 80%,#dedbf1 100%); display: grid;">
-                                               <span style="margin-bottom: -10px; display: block; line-height: 18px; font-size:11px !important;">
-                                                    <i class="fa fa-building-o mr-1"></i>
-                                                    <strong class="margin-bottom: 3px;">IECC Application</strong>
-                                                    <br>
-                                                    <span style="margin-left: 16px; color: #868e96;">
-                                                        Accepted at:
-                                                    </span>
-                                                    01 Mar 2023 .
-                                                    <span class="label_badge_radius" style="background: #e9e7f7; color: #4b4a50;">
-                                                        6 hours
-                                                    </span> .
-                                                    <br>
-                                                    <span class="label_badge_radius ms-3 mt-1 mb-1" style="background: #d8fdd8; color: green;">
-                                                        14 days
-                                                    </span><br>
-                                                    <span class="tooltips" style="font-size: 11px;" data-original-title="Expiration">
-                                                        <i class="fa fa-calendar-check-o mr-1"></i>
-                                                        Received On:
-                                                    </span>
-                                                    <span style="font-weight: 600; margin-left: 5px;">
-                                                        28 Feb 2023
-                                                    </span> <br>
-                                                    <span class="tooltips" style="font-size: 11px;" data-original-title="Expiration">
-                                                        <i class="fa fa-calendar-check-o mr-1"></i>
-                                                        Approved On: 
-                                                    </span>
-                                                    <span style="font-weight: 600; margin-left: 5px;">
-                                                        -
-                                                    </span>
-                                                </span>
+                                            
+                                            <div class="top_right_info_box" style="width: 50%; border: 1px solid #e9f0f3; border-radius: 0.25rem; padding: 15px; display: grid;">  
+                                                <div class="left_function_part">
+                                                    <div class="left" style="margin-top:-10px;">
+                                                        <span>
+                                                            Application received:
+                                                        </span>
+                                                    </div>
+                                                    <div class="right">
+                                                        <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
+                                                            <span style="font-size: 10px;">
+                                                                4 April 2023
+                                                            </span>
+                                                        </div>
+                                                    </div>
+                                                </div>
+                                                <div class="left_function_part">
+                                                    <div class="left" style="margin-top:-5px;">
+                                                        <span>
+                                                            Accepted on :
+                                                        </span>
+                                                    </div>
+                                                    <div class="right">
+                                                        <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
+                                                            <span style="font-size: 10px;">
+                                                                4 April 2023
+                                                            </span>
+                                                        </div>
+                                                    </div>
+                                                </div>     
+                                                <div class="left_function_part">
+                                                    <div class="left" style="margin-top:-5px;">
+                                                        <span>
+                                                            Decision made :
+                                                        </span>
+                                                    </div>
+                                                    <div class="right">
+                                                        <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
+                                                            <span style="font-size: 10px;">
+                                                                28 Feb 2023
+                                                            </span> 
+                                                            <span> . </span>
+                                                            <span style="font-size: 10px;">
+                                                                Accepted
+                                                            </span>
+                                                        </div>
+                                                    </div>
+                                                </div>                  
                                             </div>
                                         </div>
                                     </div>
@@ -1036,6 +1016,23 @@ element.style {
                                         <div class="Feedback">Applicate Profile</div>
                                     </div>
                                     <div class="summary_edu_part">
+                                        <div class="education_head">
+                                            <div class="left">
+                                                <span class="edu_title">Master Degree</span>
+                                            </div>
+                                            <div class="right">
+                                                <span class="label_badge_radius" style="font-weight: 600; background: #fff;">2.90  </span>
+                                            </div>
+                                        </div>
+                                        <div class="education_body mt-3">
+                                            <ul>
+                                                <li>Philosophy</li>
+                                                <li>M.C College, Sylhet</li>
+                                                <li>June 2013 - September 2017</li>
+                                            </ul>
+                                        </div>
+                                    </div>
+                                    <div class="summary_edu_part mt-1">
                                         <div class="education_head">
                                             <div class="left">
                                                 <span class="edu_title">Bachelor Degree</span>
@@ -1099,23 +1096,6 @@ element.style {
                                         <span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px;">5 Years</span>
                                         <span style="font-size: 11px; color: #868e96;">(01 Nov 2017 - Continue)</span>
                                     </div>
-                                    <div class="single_glance_row mt-3">
-                                        <span class="title" style="font-size:11px; font-weight: 600;">Reference:</span>
-                                        <span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px;">1</span>
-                                    </div>
-                                    <div class="single_glance_row mt-3">
-                                        <span class="title" style="font-size:11px; font-weight: 600;">Passport No:</span>
-                                        <span style="font-size: 11px;">A00067018 </span>
-                                        <span style="font-size: 11px; color: #868e96;">(976 Days Left)</span>
-                                    </div> 
-                                    <div class="single_glance_row mt-3">
-                                        <span class="title" style="font-size:11px; font-weight: 600;">Visa History:</span>
-                                        <span class="label_badge_radius" style="background: #f3dadc !important; color: #de1528; margin-left: 3px;">No</span>
-                                    </div>
-                                    <div class="single_glance_row mt-3">
-                                        <span class="title" style="font-size:11px; font-weight: 600;">Visa Rejection:</span>
-                                        <span class="label_badge_radius" style="background: #f3dadc !important; color: #de1528; margin-left: 3px;">No</span>
-                                    </div>
                                 </div>
                             </div>
                             
@@ -1126,7 +1106,7 @@ element.style {
                         <div class="card border-0" style="border-radius:0px !important;">
                             <div class="container-fluid">
                                 <div class="row">
-                                    <div class="col-md-12 mb-4" style="width: 99%; background-color:white; border-radius: 6px; padding: 10px;">
+                                    <div class="col-md-12 mb-3" style="width: 99%; background-color:white; border-radius: 6px; padding: 10px;">
                                         <ul class="nav nav-pills shadow flex-column flex-sm-row d-md-inline-flex nav-justified mb-0 bg-white rounded-top position-relative overflow-hidden" id="pills-tab" role="tablist">
                                             <li class="nav-item m-1">
                                                     <i class="fa fa-graduation-cap"></i></br>
@@ -1141,122 +1121,65 @@ element.style {
                                                 </a>
                                             </li>                                         
                                         </ul>
-                                    </div>  
-                                    <div class="col-md-12">
-                                        <div class="row align-items-center">
-                                            <div class="col-md-8 mb-3" style="padding:0px;">
-                                                <div class="card rounded border-0 shadow" style="background-color:white;">
-                                                        <div class="container" style="padding-left: 13px; padding-right: 12px;">     
-                                                                <div class="row mt-3 mb-3">
-                                                                    <div class="col-12" style="height:700px !important;">
-                                                                        <div class="tab-content bg-white rounded-bottom shadow" id="pills-tabContent">
-                                                                            <div class="card border-0 tab-pane fade show active" id="buy" role="tabpanel" aria-labelledby="buy-login">
-                                                                                    <div class="row align-items-center">
-                                                                                        <div class="col-md-12">
-                                                                                            <embed src="web/files/CRM.pdf" type="application/pdf" width="100%" height="700px"/>
-                                                                                        </div><!--end col-->
-                                                                                    </div><!--end row-->
-                                                                                </div><!--end teb pane-->
-                                                            
-                                                                            <div class="card border-0 tab-pane fade" id="sold" role="tabpanel" aria-labelledby="sold-login">
-                                                                                <div class="row align-items-center">
-                                                                                        <div class="col-md-12 mt-2">
-                                                                                            <div class="row">
-                                                                                                <div class="col-md-10" style="width:83%;">
-                                                                                                    <div class="content_header ml-0">
-                                                                                                        <div class="left">
-                                                                                                            <i class="fa fa-university" style="padding: 7px;"></i>
-                                                                                                        </div>
-                                                                                                        <div class="right">
-                                                                                                            <span class="main_title">Admission Preference</span>
-                                                                                                        </div>
-                                                                                                    </div>
-                                                                                                </div>
-                                                                                                <div class="col-md-2 text-right">
-                                                                                                    <button class="submit_button" style="margin-left:2.6rem;">Add New</button>
-                                                                                                </div>
-                                                                                            </div>
-                                                                                        </div><!--end col-->
-                                                                                        <div class="col-md-12">
-                                                                                            <div class="ad_pref_item_header" style="margin-top: 15px;">
-                                                                                                <div class="destination">Destination</div>
-                                                                                                <div class="second">University Details</div>
-                                                                                                <div class="third">Course Information</div>
-                                                                                                <div class="fourth">Status</div>
-                                                                                                <div class="last">Action</div>
-                                                                                            </div>
-                                                                                            <div class="scrolled_content_part">
-                                                                                                <div class="single_ad_pref_item">
-                                                                                                    <div class="destination">
-                                                                                                    <div class="destination_left">
-                                                                                                            <i class="fa fa-map"></i>
-                                                                                                            <!-- <img src="" class="img-fluid" alt=""> -->
-                                                                                                        </div>
-                                                                                                        <div class="destination_info">
-                                                                                                        <strong style="font-size:13px;">United Kingdom</strong>
-                                                                                                        </div>
-                                                                                                    </div>
-                                                                                                    <div class="left">
-                                                                                                        <div class="uni_details">
-                                                                                                        <div class="inner_left">
-                                                                                                            <i class="fa fa fa-university"></i>
-                                                                                                        </div>
-                                                                                                        <div class="inner_right">
-                                                                                                            <strong style="font-size:13px;">De Montfort University</strong></br>
-                                                                                                            <span class="label_badge_radius">Masters</span>
-                                                                                                            <span>.</span>
-                                                                                                            <span class="label_badge_radius">Apr 2021</span>
-                                                                                                        </div>
-                                                                                                        </div>
-                                                                                                    </div>
-                                                                                                    <div class="middle">
-                                                                                                        <span style="font-size:11px;">MBA with Placement</span></br>
-                                                                                                        <span class="label_badge_radius" style="background: rgb(255, 237, 204); color: orange;">2nd Choice</span>
-                                                                                                    </div>
-                                                                                                    <div class="status_column"></div>
-                                                                                                    <div class="right">
-                                                                                                        <i class="fa fa-ellipsis-v"></i>
-                                                                                                    </div>
-                                                                                                </div>
-                                                                                            </div>
-                                                                                        </div><!--end col-->
-                                                                                    </div><!--end row-->
-                                                                                </div><!--end row-->   
-                                                                    </div><!--end tab content-->
-                                                                </div><!--end col-->
-                                                        </div><!--end row-->
-                                                    </div><!--end container-->
-                                                </div>
-                                            </div><!--end col-->
-                                            <div class="col-md-4" style="margin-top: -30.4rem;">
-                                                <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
-                                                    <div class="info-palate mt-0">
-                                                        <div class="left">
-                                                            <div class="ad_pref_item_header">
-                                                                <div class="Feedback">Feedback from others</div>
-                                                            </div>
-                                                            <div class="single_radius_item">
-                                                                <div style="border-bottom: 1px solid #e8eef1;">
-                                                                    <div class="left p-2" style="font-size:11px; border-bottom: 1px solid #e8eef1;">
-                                                                        <span class="edu_title">Uni. Name</span><br>
-                                                                        <span>Proposal Quality</span><br>
-                                                                        <span>Content Quality</span><br>
-                                                                        <span style="color: rgb(134, 142, 150); font-size: 10px !important; margin: 0 4px;">01 Mar 2023, 06:21 AM</span>
-                                                                    </div>
-                                                                </div>     
-                                                                <div style="border-bottom: 1px solid #e8eef1;">
-                                                                    <div class="left p-2" style="font-size:11px; border-bottom: 1px solid #e8eef1;">
-                                                                        <span class="edu_title">Uni. Name</span><br>
-                                                                        <span>Proposal Quality</span><br>
-                                                                        <span>Content Quality</span><br>
-                                                                        <span style="color: rgb(134, 142, 150); font-size: 10px !important; margin: 0 4px;">01 Mar 2023, 06:21 AM</span>
-                                                                    </div>
-                                                                </div>                                                                
+                                        <div class="row">
+                                            <div class="col-md-8" style="padding:0px;">
+                                                <div class="card border-0 shadow">
+                                                    <div class="container" style="padding-left: 13px; padding-right: 12px;">     
+                                                        <div class="row mt-3 mb-1">
+                                                            <div class="col-12">
+                                                                <div class="tab-content bg-white rounded-bottom shadow" id="pills-tabContent">
+                                                                    <div class="card border-0 tab-pane fade show active" id="buy" role="tabpanel" aria-labelledby="buy-login">
+                                                                        <div class="row align-items-center">
+                                                                            <div class="col-md-12">
+                                                                                <embed src="web/files/CRM.pdf" type="application/pdf" width="100%" height="670px"/>
+                                                                            </div><!--end col-->
+                                                                        </div><!--end row-->
+                                                                    </div><!--end teb pane-->
+                                                        
+                                                                    <div class="card border-0 tab-pane fade" id="sold" role="tabpanel" aria-labelledby="sold-login">
+                                                                        <div class="row align-items-center">
+                                                                            <div class="col-md-12 mt-2">
+                                                                                <div class="row">
+                                                                                    <h5>coming soon..</h5>
+                                                                                </div>
+                                                                            </div><!--end col-->
+                                                                        </div><!--end row-->
+                                                                    </div><!--end row-->   
+                                                                </div><!--end tab content-->
+                                                            </div><!--end col-->
+                                                    </div><!--end row-->
+                                                </div><!--end container-->
+                                            </div>
+                                        </div><!--end col-->
+                                        <div class="col-md-4">
+                                            <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
+                                                <div class="info-palate mt-0">
+                                                    <div class="left">
+                                                        <div class="ad_pref_item_header">
+                                                            <div class="Feedback">Feedback from others</div>
+                                                        </div>
+                                                        <div class="single_radius_item">
+                                                            <div style="border-bottom: 1px solid #e8eef1;">
+                                                                <div class="left p-2" style="font-size:11px; border-bottom: 1px solid #e8eef1;">
+                                                                    <span class="edu_title">Uni. Name</span><br>
+                                                                    <span>Proposal Quality</span><br>
+                                                                    <span>Content Quality</span><br>
+                                                                    <span style="color: rgb(134, 142, 150); font-size: 10px !important; margin: 0 4px;">01 Mar 2023, 06:21 AM</span>
+                                                                </div>
                                                             </div>     
-                                                     </div>
+                                                            <div style="border-bottom: 1px solid #e8eef1;">
+                                                                <div class="left p-2" style="font-size:11px; border-bottom: 1px solid #e8eef1;">
+                                                                    <span class="edu_title">Uni. Name</span><br>
+                                                                    <span>Proposal Quality</span><br>
+                                                                    <span>Content Quality</span><br>
+                                                                    <span style="color: rgb(134, 142, 150); font-size: 10px !important; margin: 0 4px;">01 Mar 2023, 06:21 AM</span>
+                                                                </div>
+                                                            </div>                                                                
+                                                        </div>     
+                                                    </div>
                                                 </div>
                                             </div>
-                                    </div><!--end row-->
+                                        </div>
                                 </div><!--end container-->
                             </div>
                         </div><!--end col-->