Israat Zarin před 2 roky
rodič
revize
1f8a445f79

+ 48 - 19
resources/views/admin/admin_profile.blade.php

@@ -70,10 +70,15 @@ h1, h2, h3, h4, h5, h6 {
 .bg-primary, .btn-primary, .btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .pagination .page-item.active .page-link, .nav-pills .nav-link.active, #preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2, .social-icon li a:hover, #topnav .navbar-toggle.open span:hover, .bg-animation-left.crypto-home:after, .bg-animation-left.task-management-home:after, .classic-app-image .bg-app-shape:after, .classic-saas-image .bg-saas-shape:after, .swiper-slider-hero .swiper-container .swiper-button-prev:hover, .features.fea-primary:hover, .tns-nav button.tns-nav-active, .ribbon.ribbon-primary span, .sidebar .widget .tagcloud > a:hover, .work-container.work-modern .icons .work-icon:hover, .timeline-page .timeline-item .date-label-left:after, .timeline-page .timeline-item .duration-right:after, #navmenu-nav li.account-menu.active .navbar-link, #navmenu-nav li.account-menu:hover .navbar-link, .form-check-input.form-check-input:checked, .qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover, .qs-datepicker-container .qs-squares .qs-square.qs-current, .carousel-indicators [data-bs-target], .carousel-indicators .active, .tns-controls button[data-controls="prev"]:hover, .tns-controls button[data-controls="next"]:hover, .back-to-top {
     background-color: #4b4c68  !important;
     color: white!important;
-    border-radius:0px !important;
+    border-color: #4b4c68 !important;
+}
+.form-check-input.form-check-input:focus {
+    border-color: #4b4c68 !important;
+    color: white!important;
 }
 .nav-pills .nav-link{
     color: white !important;
+    border-radius: 0px !important;
 }
 .nav-pills {
     margin-bottom: 0px;
@@ -346,6 +351,18 @@ tbody, td, tfoot, th, thead, tr {
     background: #dfe2e6;
     transition: 1s;
 }
+.btn1{
+    background-color: #141639c4 !important; 
+    color:white !important; 
+    border-radius: 20px; 
+    box-shadow:none !important;
+}
+.btn1:hover{
+    background: #ffff !important;
+    color: #141639c4 !important;
+    border-radius: 20px;
+    border: 1px solid #141639c4;
+}
 </style>
 <body>
 <header id="" class="site-header">
@@ -487,29 +504,41 @@ tbody, td, tfoot, th, thead, tr {
                                 <table class="table table-bordered list_table">
                                     <thead>
                                         <tr>
+                                            <th>Sl</th>
                                             <th>Name</th>
                                             <th>Email</th>
-                                            <th>Nationality</th>
-                                            <th>Date of Birth</th>
-                                            <th>Gender</th>
+                                            <th>Signed Up</th>
+                                            <th>Application</th>
+                                            <th class="text-center" style="width: 12%;">Account Type</th>
                                         </tr>
                                     </thead>
                                     <tbody>
                                         <tr>
+                                            <td style="font-size: 11px;">1</td>
+                                            <td style="font-size: 11px;">
+                                                <div class="scrolled_content_part">
+                                                    <div class="single_ad_pref_item">
+                                                        <div class="left" style="width:50%;"> 
+                                                            <div class="uni_details" style="display:flex;">
+                                                                <div class="inner_left mt-1" style="border: 1px solid black; border-radius: 20px; padding: 9px 4px 5px 8px; height: 37px; width: 37px;">
+                                                                    <i class="fa fa fa-university ms-1"></i>
+                                                                </div>
+                                                                <div class="inner_right ms-2">
+                                                                    <strong style="font-size:13px;">Mr Z</strong></br>
+                                                                    <strong style="font-size:10px !important; font-weight:100 !important;">22 Mar 2000</strong></br>
+                                                                    <strong style="font-size:10px; font-weight:100 !important;">Male</strong>
+                                                                </div>
+                                                            </div>
+                                                        </div>                                  
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td style="font-size: 11px;">mrz@gmail.com</td>
+                                            <td style="font-size: 11px;">registered date</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;">test</td>
-                                        </tr>
-                                    </tbody>
-                                    <tbody>
-                                        <tr>
-                                            <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;">test</td>
+                                            <td style="font-size: 11px; text-align:center;">
+                                                <span class="label_badge_radius" style="background-color: #d8fdd8; color: green;">Free</span>
+                                            </td>
                                         </tr>
                                     </tbody>
                                 </table>
@@ -718,9 +747,9 @@ tbody, td, tfoot, th, thead, tr {
                                         </div>
                                     </div>
                                 </div><!--end col-->
-                                <div class="col-md-8 bg-white rounded p-2 ms-2">
+                                <div class="col-md-8 bg-white rounded p-2 ms-4">
                                     <div class="row">
-                                        <div class="destination_boxes">
+                                        <div class="destination_boxes ms-2">
                                             <div class="box country">
                                                 <div class="flag_country">
                                                     <img src="{{ asset('web/images/au.svg') }}" alt="">

+ 4 - 2
resources/views/home.blade.php

@@ -31,7 +31,9 @@
                                         <div class="mb-1">
                                             <div class="form-icon position-relative" style="display:flex;">
                                                 <input type="text" class="form-control search-box" id="teacher_ref_no" placeholder="Please type your Supervisor's ARN here" name="teacher_ref_no" required="">
-                                                <sapn class="search_button hand search-btn"><span style="display:block; margin-left:16px; margin-top:4px; cursor: pointer;">Search</span></span>
+                                                <span class="search_button hand search-btn" style="margin-left: -8.2rem; "><span style="display:block; margin-left:11px; margin-top:4px; cursor: pointer;">Search</span></span>
+                                                <span class="search_button hand search-btn" style="width: 5%;"><span style="display:block; margin-left:9px; margin-top:4px; cursor: pointer;"><i class="fa fa-refresh"></i></span></span>
+                                                <!-- <button class="btn btncl"></button>  -->
                                             </div> 
                                             <div id="load_data"></div> 
                                         </div> 
@@ -125,7 +127,7 @@
                                                         <td style="font-size: 11px;">{{date('d M Y', strtotime($row->created_at))}}</td> 
                                                         <td style="text-align:center; font-size: 11px;"><span class="label_badge_radius" style="background-color: #d8fdd8; color: green;">Applied</span></td>
                                                         <td style="text-align:center; font-size: 11px;">
-                                                           <span class="open_modal_page hand" data-toogle="tooltips" title="View" data-title="Application Proposal Details" data-url="{{route('modal-get',['name'=>'view_apply_proposal','id'=>$row->id])}}"><i class="fa fa-eye"></i></span> 
+                                                           <span class="open_modal_page hand" data-toogle="tooltips" title="View" data-title="Apply Reference - {{$row->student_apply_ref}} " data-url="{{route('modal-get',['name'=>'view_apply_proposal','id'=>$row->id])}}"><i class="fa fa-eye"></i></span> 
                                                         </td>
                                                     </tr>
                                                     @endforeach

+ 36 - 26
resources/views/modal_pages/add_destination.blade.php

@@ -2,33 +2,43 @@
 
 @section('main')
  
-    <div class="container mt-2">
-        <div class="col-md-12">
-            
-        </div>
-
-        <div class="middle" style="background-color:white; border-radius:6px;">
-            <!-- <p class="mb-3" style="font-size:14px;">Please select which proposal you want to send</p> -->
-            <div class="alert mb-3 propose" style="padding: 0px; margin-bottom: 0px !important;">
-                <div style="width:100%;">
-                    <div class="mt-2 p-2 ms-2">
-                        <div class="custom-control custom-radio custom-control-inline">
-                            <div class="form-check mb-0" style="padding-left: 0 !important;"> 
-                          
-                                <div class="pro_title mb-2 mt-3" style="width: 69%;">
-                                    <div style="margin-top: -11px; display: block;">
-                                        <span style="font-weight:400;">methology</span>
-                                        <span>.</span>
-                                        <span style="font-weight:400;">department</span> 
-                                        <span>.</span>  
-                                        <span style="font-weight:400;">funding status</span> 
-                                    </div>                                             
+    <div class="container" style="background-color: white; border-radius: 6px;">
+        <div class="row">
+            <div class="co-md-12 p-3">
+                <div class="form-icon position-relative" style="display:flex;">
+                    <i class="fa fa-search ms-3" style="position: absolute; margin-top: 14px; font-size: 13px;"></i>
+                    <input type="text" class="form-control search-box" id="" placeholder="Search" name="" required="" style="padding: 0.4rem 0.9rem 0.4rem 2.5rem !important; background: linear-gradient(to bottom, #FFF 0%,#FFF 55%,#eeedf1 80%,#f5f5f5 100%); font-size: 13px;">
+                </div>  
+                <table class="table table-bordered list_table mt-3">
+                    <thead>
+                        <tr>
+                            <th class="text-center" style="width: 13%;">Sl</th>
+                            <th>Country</th>
+                            <th class="text-center"><i class="fa fa-cog"></i></th>
+                        </tr>
+                    </thead>
+                    <tbody style="border-style: dashed;">
+                        <tr> 
+                            <td class="text-center" style="font-size: 11px;">1</td>
+                            <td style="font-size: 11px;">
+                                <img src="{{ asset('web/images/au.svg') }}" alt="" style="height: 20px; border-radius: 50%; width: 20px; margin: 3px;">
+                                Australia
+                            </td>
+                            <td class="text-center" style="font-size: 11px;">
+                                <div class="form-check form-switch" id="">
+                                    <input class="form-check-input" type="checkbox" name="" value="" style="height:18px; width: 30px; position: absolute;">
+                                    <label class="form-check-label" for=""></label>
                                 </div>
-                            </div>
-                        </div>
-                    </div>
-                </div>
-            </div> 
+                            </td>  
+                        </tr>
+                    </tbody>
+                </table> 
+            </div>
+        </div> 
+    </div>
+    <div class="container">
+    <div class="col-md-12 text-end">
+            <button type="submit" class="btn btn1 mt-3" style="padding: 3px 18px;">Done</button>
         </div>
     </div>
  

+ 1 - 2
resources/views/web/layouts/top.blade.php

@@ -593,9 +593,8 @@ element.style {
     font-weight: 600;
 }
 .search-btn{
-    margin-left: -6.7rem; 
     border: 2px solid #ccc; 
-    width: 12%; 
+    width: 11%; 
     border-radius: 18px 18px 18px 18px; 
     background-color: #141639c4 !important; 
     color: white;