Israat Zarin 1 year ago
parent
commit
2dd9adfd34

BIN
public/web/images/background-Qapply.jpg


BIN
public/web/images/background.avif


+ 202 - 0
resources/views/Q.blade.php

@@ -0,0 +1,202 @@
+<!DOCTYPE html>
+    <html lang="en">
+        <head>
+            <meta charset="utf-8" />
+            <title>Supervisor's Login - Research Admission</title>
+            <meta name="viewport" content="width=device-width, initial-scale=1.0">
+            <meta name="description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many" />
+            <meta name="keywords" content="" />
+
+            <!-- facebook tags -->
+            <meta property="og:url" content="http://www.facebook.com/researchadmission"/>
+            <meta property="og:type" content="website"/>
+            <meta property="og:title" content="Research Admission"/>
+            <meta property="og:description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many"/>
+            <!-- Linkedin tags -->
+            <meta property="og:url" content="https://www.linkedin.com/company/researchadmission"/>
+            <meta property="og:type" content="website"/>
+            <meta property="og:title" content="Research Admission"/>
+            <meta property="og:description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many"/>
+
+            <!-- favicon -->
+            <link rel="shortcut icon" href="{{asset('web/images/logo.png') }}">
+            <!-- Bootstrap -->
+            <link href="{{ asset('web/css/bootstrap.min.css') }}" rel="stylesheet" type="text/css" />
+            <!-- tobii css -->
+            <link href="{{asset('web/css/tobii.min.css')}}" rel="stylesheet" type="text/css" />
+            <!-- Icons -->
+            <link href="{{asset('web/css/materialdesignicons.min.css')}}" rel="stylesheet" type="text/css" />
+            <link rel="stylesheet" type="text/css" href="{{ asset('web/stylesheets/font-awesome.min.css') }}" />
+            <link rel="stylesheet" href="https://unicons.iconscout.com/release/v3.0.6/css/line.css">
+            <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
+
+            <!-- Slider -->
+            <link rel="stylesheet" href="{{asset('web/css/tiny-slider.css')}}"/>
+            <!-- Main Css -->
+            <link href="{{asset('web/css/style.css')}}" rel="stylesheet" type="text/css" id="theme-opt" />
+            <link href="{{asset('web/css/colors/default.css')}}" rel="stylesheet" id="color-opt">
+            <link rel="preconnect" href="https://fonts.googleapis.com">
+            <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+            <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap" rel="stylesheet">
+
+            <link rel="preconnect" href="https://fonts.googleapis.com">
+            <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+            <link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap" rel="stylesheet">
+            <link rel="preconnect" href="https://fonts.googleapis.com">
+            <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+            <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap" rel="stylesheet">
+            <link rel="preconnect" href="https://fonts.googleapis.com">
+            <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+            <link href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates&display=swap" rel="stylesheet">
+            <link rel="stylesheet" href="{{ asset('css/pnotify/pnotify.min.css') }}">
+            <link href="{{ asset('css/noty/lib/noty.css') }}" rel="stylesheet" type="text/css">
+       </head>
+       <style>
+
+            body {
+                font-family: 'Oswald', sans-serif;
+                font-family: 'Quicksand', sans-serif;
+            }
+            h1, h2, h3, h4, h6 {
+                font-family:Ubuntu !important;
+            }
+            .bg-gray-900 {
+                --tw-bg-opacity: 1;
+                background-color: rgb(15 23 42/var(--tw-bg-opacity));
+            }
+            .w-full {
+                width: 100%;
+            }
+            .absolute {
+                position: absolute;
+            }
+            .xl\:grid-cols-2 {
+                grid-template-columns: repeat(2,minmax(0,1fr));
+            }
+            .xl\:grid {
+                display: grid;
+            }
+            .xl\:col-start-2 {
+                grid-column-start: 2;
+            }
+            .xl\:relative {
+                position: relative;
+            }
+            .h-full {
+                height: 100%;
+            }
+            .object-cover {
+                object-fit: cover;
+            }
+            .opacity-25 {
+                opacity: .25;
+            }
+            img {
+                height: auto;
+                max-width: 100%;
+            }
+            .xl\:bg-gradient-to-r {
+                background-image: linear-gradient(to right,var(--tw-gradient-stops));
+            }
+            .xl\:w-32 {
+                width: 8rem;
+            } 
+            .relative{
+                position: relative;
+            }
+            .xl\:w-32 {
+                width: 8rem;
+            }
+            .xl\:h-full {
+                height: 100%;
+            }
+            .xl\:left-0 {
+                left: 0;
+            }
+            .xl\:inset-0, .xl\:inset-y-0 {
+                bottom: 0;
+                top: 0;
+            }
+            .xl\:inset-0 {
+                left: 0;
+                right: 0;
+            }
+            .from-gray-900 {
+                --tw-gradient-from: #0f172a;
+                --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(15,23,42,0));
+            }
+            /* .bg-gradient-to-b {
+                background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
+            } */
+            .xl\:gap-x-8 {
+                -moz-column-gap: 2rem;
+                column-gap: 2rem;
+            }
+            .xl\:grid-flow-col-dense {
+                grid-auto-flow: column dense;
+            }
+            .lg\:max-w-7xl {
+                max-width: 80rem;
+            }
+            .xl\:pb-24 {
+                padding-bottom: 6rem;
+            }
+            .xl\:col-start-1 {
+                grid-column-start: 1;
+            }
+            .xl\:grid-cols-2 {
+                grid-template-columns: repeat(2,minmax(0,1fr));
+            }
+            .xl\:pb-24 {
+                padding-bottom: 6rem;
+            }
+            .xl\:col-start-1 {
+                grid-column-start: 1;
+            }
+            .lg\:px-8 {
+                padding-left: 2rem;
+                padding-right: 2rem;
+            }
+            .lg\:max-w-7xl {
+                max-width: 80rem;
+            }
+            .xl\:col-start-1 {
+                grid-column-start: 1;
+            }
+            .text-indigo-300 {
+                --tw-text-opacity: 1;
+                color: rgb(165 180 252/var(--tw-text-opacity));
+            }
+       </style>
+            <div class="relative bg-gray-900">
+                <div class="h-80 w-full bottom-0 xl:inset-0 xl:h-full">
+                    <div class="h-full w-full xl:grid xl:grid-cols-2">
+                        <div class="h-full xl:relative xl:col-start-2"> 
+                            <img src="web/images/background-Qapply.jpg" alt="" class="h-full w-full object-cover opacity-25 xl:absolute xl:inset-0">
+                            <div class="absolute inset-x-0 top-0 h-32 bg-gradient-to-b from-gray-900 xl:inset-y-0 xl:left-0 xl:h-full xl:w-32 xl:bg-gradient-to-r">   
+                        </div>
+                        </div>                       
+                    </div>                  
+                </div>
+                <!-- <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:max-w-7xl lg:px-8 xl:grid xl:grid-cols-2 xl:grid-flow-col-dense xl:gap-x-8">
+                    <div class="relative pt-12 pb-64 sm:pt-24 sm:pb-64 xl:col-start-1 xl:pb-24">
+                        <h2 class="text-base font-semibold text-indigo-300"></h2>
+                    </div>
+                </div> -->
+                
+            </div><!--end container fluid-->
+        <!-- javascript -->
+        <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
+        <!-- tobii js -->
+        <script src="{{asset('web/js/tobii.min.js')}}"></script>
+        <!-- SLIDER -->
+        <script src="{{asset('web/js/tiny-slider.js')}}"></script>
+        <!-- Icons -->
+        <script src="{{asset('web/js/feather.min.js')}}"></script>
+        <!-- Main Js -->
+        <script src="{{asset('web/js/plugins.init.js')}}"></script>
+        <script src="{{asset('web/js/app.js')}}"></script>
+        <script src="{{ asset('css/pnotify/pnotify.js') }}"></script>
+        <script src="{{ asset('css/noty/lib/noty.min.js') }}"></script>
+        </body>
+  </html>

+ 22 - 7
resources/views/Q_apply_form.blade.php

@@ -121,7 +121,6 @@
                 background-color: #191e38;
                 border:none;
                 padding:7.53rem;
-                height: 100vh;
             }
             .bg-left .head-line{
                 font-size: 39px !important;
@@ -170,7 +169,7 @@
             }
 
             /* new */
-            .bg-gray-900 {
+            /* .bg-gray-900 {
                 --tw-bg-opacity: 1;
                 background-color: rgb(15 23 42/var(--tw-bg-opacity));
             }
@@ -195,8 +194,21 @@
             .xl\:relative {
                 position: relative;
             }
+            .opacity-25 {
+                opacity: .25;
+            }
+            img {
+                height: auto;
+                max-width: 100%;
+            }
+            .xl\:bg-gradient-to-r {
+                background-image: linear-gradient(to right,var(--tw-gradient-stops));
+            }
+            .xl\:w-32 {
+                width: 8rem;
+            } */
        </style>
-         <section class="cover-user">
+        <section class="cover-user">
             <div class="container-fluid px-0">
                 <div class="row g-0 position-relative">
                     <div class="col-lg-7 padding-less ">
@@ -300,17 +312,20 @@
                     </div>
                 </div>
             </div>
-        </section> 
+        </section>
 
         <!-- <div class="relative bg-gray-900">
             <div class="h-80 w-full absolute bottom-0 xl:inset-0 xl:h-full">
                 <div class="h-full w-full xl:grid xl:grid-cols-2">
-                    <div class="h-full xl:relative xl:col-start-2">
-                        <img src="web/images/01.jpg" alt="">
+                    <div class="h-full xl:relative xl:col-start-2"> 
+                        <img src="web/images/background-Qapply.jpg" alt="" class="">
+                         <div class="absolute inset-x-0 top-0 h-32 bg-gradient-to-b from-gray-900 xl:inset-y-0 xl:left-0 xl:h-full xl:w-32 xl:bg-gradient-to-r">
+
+                        </div>
                     </div>
                 </div>
             </div>
-        </div> -->
+        </div>  -->
 
         <!-- javascript -->
         <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>

+ 1 - 4
resources/views/admin/sub_contents/load_ref_no_available_info.blade.php

@@ -7,11 +7,8 @@
             <div class="col-md-10">
                 <div class="uni_details" style="display:flex;">  
                     @if($teacher->university) 
-                    <img class="img-responsive listFlag" style="border-radius: 20px; padding: 0px;height: 37px;width: 37px;" src="{{ asset('/assets/img/flags/4x3').'/'.strtolower(cn($teacher,'university.country.iso_3166_2','')).'.svg' }}" alt="Flag" data-toggle="tooltip" title="" data-placement="top">
+                    <img class="img-responsive listFlag mt-2" style="border-radius: 2px; padding: 0px;height: 45px; width: 45px;" src="{{ asset('/assets/img/flags/4x3').'/'.strtolower(cn($teacher,'university.country.iso_3166_2','')).'.svg' }}" alt="Flag" data-toggle="tooltip" title="" data-placement="top">
                     @else
-                    <div class="inner_left mt-1" style="background-color: #141639c4; padding: 18px 0px 0px 0px; height: 47px; width: 56px; margin-top: 9px !important;">
-                        <p style="color:white; font-weight:600 !important; letter-spacing: 2px; text-align: center; margin-top: -8px; font-size: 17px;">DD</p>
-                    </div>
                     @endif
                     <div class="alert" style="background-color:white; padding: 3px 7px; margin-bottom: 0px;">
                         <span style="margin: 0px;">{{$teacher->first_name}} {{$teacher->last_name}}</span></br>

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

@@ -36,20 +36,20 @@
                                             @endif
                                             <div class="alert" style="background-color:white; padding: 3px 7px; margin-bottom: 0px;">
                                                 <strong style="font-size:13px;">{{ cn($row,'teacher_details.first_name','')}} {{ cn($row,'teacher_details.last_name','')}}</strong></br>
-                                                    <span style="font-size:10px; font-weight:400;"> {{cn($row,'teacher_details.designation','')}} </span>
+                                                    <span style="font-size:12px; font-weight:400;"> {{cn($row,'teacher_details.designation','')}} </span>
                                                     <span>.</span>
                                                     @if(isset($row->teacher_details->department_name))
-                                                        <span style="font-size:10px; font-weight:400;"> {{cn($row,'teacher_details.department_name.name','')}}</span>
+                                                        <span style="font-size:12px; font-weight:400;"> {{cn($row,'teacher_details.department_name.name','')}}</span>
                                                     @else
-                                                        <span style="font-size:10px; font-weight:400;">{{cn($row,'teacher_details.others_department','')}}</span>
+                                                        <span style="font-size:12px; font-weight:400;">{{cn($row,'teacher_details.others_department','')}}</span>
                                                     @endif
                                                     <span>.</span>
-                                                    <span style="font-size:10px; font-weight:400;"> {{cn($row,'teacher_details.university.name','')}} </span>
+                                                    <span style="font-size:12px; font-weight:400;"> {{cn($row,'teacher_details.university.name','')}} </span>
                                             </div>
                                         </div>
                                     </div>
                                     <div class="text-end" style="width:50%;">
-                                        <span style="font-size:11px;">Apply Reference</span><br>
+                                        <span style="font-size:12px;">Apply Reference</span><br>
                                         <span class="label_badge_radius" style="background-color: #463993; color: white; border-radius: 4px; font-size:11px !important; font-weight:800;">{{$row->student_apply_ref ?? ''}}</span>
                                     </div>
                                 </div>
@@ -57,7 +57,7 @@
                                     <div class="left" style="width:50%;">
                                         <div class="uni_details" style="display:flex;">
                                             <div class="inner_right ms-5">
-                                                <strong style="font-size:14px; font-weight: 600;">{{cn($row,'proposal.title','')}}</strong></br>
+                                                <strong style="font-size: 13px; font-weight: 600;">{{cn($row,'proposal.title','')}}</strong></br>
                                                     <div style="margin-top: -2px;">
                                                         <span style="font-size:12px;">{{cn($row,'proposal.proposal_ref','')}}</span>
                                                         <span> • </span>
@@ -75,7 +75,7 @@
                                                                 <span style="font-size:12px;">{{$department->name ?? ''}}</span>
                                                             @endif
                                                         <span> • </span>
-                                                        <span style="font-size:10px;">{{cn($row,'proposal.status','')}}</span>
+                                                        <span style="font-size:12px;">{{cn($row,'proposal.status','')}}</span>
                                                     </div>
                                             </div>
                                         </div>
@@ -85,12 +85,12 @@
                                     <div class="left" style="width:50%;">
                                         <div class="uni_details" style="display:flex;">
                                             <div class="inner_right ms-5">
-                                                <span style="font-size:11px;">Preferred Start Date : <br><strong style="font-size:13px;">{{ date('M Y', strtotime($row->created_at))}}</strong></span><br>
+                                                <span style="font-size:12px;">Preferred Start Date : <br><strong style="font-size:13px;">{{ date('M Y', strtotime($row->created_at))}}</strong></span><br>
                                             </div>
                                         </div>
                                     </div>
                                     <div class="text-end" style="width:50%;">
-                                        <span style="font-size:11px;">Application Status </span><br>
+                                        <span style="font-size:12px;">Application Status </span><br>
                                         <span class="label_badge_radius" style="background-color: #d8fdd8; color: green; border-radius: 5px; font-weight: bold;">Applied</span>
 
                                     </div>
@@ -99,7 +99,7 @@
                                     <div class="left">
                                         <div class="uni_details" style="display:flex;">
                                             <div class="inner_right ms-5">
-                                                <span style="font-size:11px; color: red;">{{ $row->feedback_msg ?? ""}}</span><br>
+                                                <span style="font-size:12px; color: red;">{{ $row->feedback_msg ?? ""}}</span><br>
                                             </div>
                                         </div>
                                     </div>

+ 9 - 9
resources/views/home.blade.php

@@ -121,20 +121,20 @@
                                                 <tbody>
                                                     @foreach($student_proposal as $key=>$row)
                                                     <tr>
-                                                        <td style="font-size: 11px;">{{++$key}}</td>
-                                                        <td style="font-size: 11px;">{{$row->student_apply_ref}}</td>
-                                                        <td style="font-size: 11px;"><strong>{{ cn($row,'teacher_details.first_name','')}} {{ cn($row,'teacher_details.last_name','')}}</strong><br>
+                                                        <td style="font-size: 12px;">{{++$key}}</td>
+                                                        <td style="font-size: 12px;">{{$row->student_apply_ref}}</td>
+                                                        <td style="font-size: 12px;"><strong>{{ cn($row,'teacher_details.first_name','')}} {{ cn($row,'teacher_details.last_name','')}}</strong><br>
                                                         <span>{{cn($row,'teacher_details.designation','')}}</span></td>
-                                                        <td style="font-size: 11px;">{{cn($row,'teacher_details.university_name','')}}</br>
+                                                        <td style="font-size: 12px;">{{cn($row,'teacher_details.university_name','')}}</br>
                                                         <span>
                                                             @if(isset($row->teacher_details->department_name))
                                                             {{cn($row,'teacher_details.department_name.name','')}}
                                                             @else
-                                                            <span style="font-size: 11px; color: #868e96;">{{cn($row,'teacher_details.others_department','')}}</span>
+                                                            <span style="font-size: 12px; color: #868e96;">{{cn($row,'teacher_details.others_department','')}}</span>
                                                             @endif
 
                                                         </span></td>
-                                                        <td style="font-size: 11px; text-align:center;">
+                                                        <td style="font-size: 12px; text-align:center;">
                                                             @php
                                                                $proposal =\DB::table('proposal')->where('id',$row->proposal_id)->where('student_id',$row->student_id)->first();
                                                             @endphp
@@ -142,9 +142,9 @@
                                                             <strong>{{ $proposal->proposal_ref}}</strong>
                                                             @endif
                                                         </td>
-                                                        <td style="font-size: 11px; text-align:center;">{{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;">
+                                                        <td style="font-size: 12px; text-align:center;">{{date('d M Y', strtotime($row->created_at))}}</td>
+                                                        <td style="text-align:center; font-size: 12px;"><span class="label_badge_radius" style="background-color: #d8fdd8; color: green;">Applied</span></td>
+                                                        <td style="text-align:center; font-size: 12px;">
                                                            <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>

+ 1 - 1
resources/views/modal_pages/apply_student_proposal.blade.php

@@ -40,7 +40,7 @@
                         <div class="custom-control custom-radio custom-control-inline">
                             <div class="form-check mb-0">
                                 <input class="form-check-input mt-2" type="radio" name="proposal_id" value="{{$row->id}}" id="flexRadioDefault1">
-                                <label class="form-check-label" for="flexRadioDefault1" style="font-weight: 400 !important; font-size: 13px;">{{$row->title}}</label></br>
+                                <label class="form-check-label" for="flexRadioDefault1" style="font-weight: 600 !important; font-size: 13px;">{{$row->title}}</label></br>
                                 <span class="label_badge_radius" style="background-image: linear-gradient(90deg,rgba(46,17,83,.19),#f5f4fd); font-weight: 400 !important; font-size: 10px;">Ref. ({{ $row->proposal_ref}})</span>
                             </div>
                         </div>

+ 12 - 9
resources/views/modal_pages/view_apply_proposal.blade.php

@@ -12,14 +12,14 @@
                     
                     <div class="alert" style="background-color:white; padding: 3px 7px; margin-bottom: 0px;">
                         <span style="margin: 0px;">{{cn($std_proposal,'teacher_details.first_name','')}} {{cn($std_proposal,'teacher_details.last_name','')}}</span></br>
-                        <span class="text-muted" style="font-weight: 500;">{{cn($std_proposal,'teacher_details.designation','')}}</span></br>
+                        <span style="font-weight: 500;">{{cn($std_proposal,'teacher_details.designation','')}}</span></br>
                         @if(isset($std_proposal->teacher_details->department_name))
-                            <span class="text-muted" style="font-weight: 500; font-size: 10px;">{{cn($std_proposal,'teacher_details.department_name.name','')}}</span>
+                            <span style="font-weight: 500; font-size: 10px;">{{cn($std_proposal,'teacher_details.department_name.name','')}}</span>
                         @else
-                            <span class="text-muted" style="font-weight: 500; font-size: 10px;">{{cn($std_proposal,'teacher_details.others_department','')}}</span>
+                            <span style="font-weight: 500; font-size: 10px;">{{cn($std_proposal,'teacher_details.others_department','')}}</span>
                         @endif 
                         <span> . </span>
-                        <span class="text-muted" style="font-weight: 500; font-size: 10px;">{{cn($std_proposal,'teacher_details.university.name','')}} </span>
+                        <span style="font-weight: 500; font-size: 10px;">{{cn($std_proposal,'teacher_details.university.name','')}} </span>
                     </div>
                 </div>
                 </br>
@@ -35,13 +35,16 @@
                     <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;"> 
-                                <label class="form-check-label" for="flexRadioDefault1" style="font-size: 13px; font-weight: 400;">({{cn($std_proposal,'proposal.proposal_ref','')}}) - {{cn($std_proposal,'proposal.title','')}}</label>
+                                <label class="form-check-label" for="flexRadioDefault1" style="font-size: 13px; font-weight: 600;">{{cn($std_proposal,'proposal.title','')}}</label></br>
+                               
                                 <div class="pro_title mb-2 mt-3" style="width: 69%;">
                                     <div style="margin-top: -11px; display: block; font-size: 10px;">
+                                    <span class="label_badge_radius" style="background-image: linear-gradient(90deg,rgba(46,17,83,.19),#f5f4fd); font-weight: 400 !important; font-size: 10px;">Ref. ({{cn($std_proposal,'proposal.proposal_ref','')}})</span>
+                                        <span> • </span>
                                         <span style="font-weight:400;">{{cn($std_proposal,'proposal.methology','')}}</span>
-                                        <span> . </span>
+                                        <span>  </span>
                                         <span style="font-weight:400;">{{cn($std_proposal,'proposal.department.name','')}}</span> 
-                                        <span> . </span>  
+                                        <span>  </span>  
                                         <span style="font-weight:400;">{{cn($std_proposal,'proposal.status','')}}</span> 
                                     </div>                                             
                                 </div>
@@ -57,14 +60,14 @@
             <div class="row">
                 <div class="col-md-5">
                     <div class="p-2 ms-2"> 
-                        <div class="form-icon position-relative ms-1" style="font-size: 11px;">
+                        <div class="form-icon position-relative ms-1" style="font-size: 12px;">
                             Preferred Start Date : <strong style="font-weight: bolder;">{{date("M", mktime(0, 0, 0, $std_proposal->start_month, 10))}} {{ $std_proposal->start_year}}</strong>
                         </div>
                     </div>
                 </div>
                 <div class="col-md-6" style="text-align: end; margin-left: 3.5rem;">
                     <div class="p-2"> 
-                        <div class="form-icon position-relative ms-1" style="font-size: 11px;">
+                        <div class="form-icon position-relative ms-1" style="font-size: 12px;">
                            Application Status :
                            <span class="label_badge_radius" style="background-color: #d8fdd8; color: green; font-weight: bold;">Applied</span>
                         </div>

+ 9 - 9
resources/views/profile.blade.php

@@ -101,7 +101,7 @@
                                                                     <!-- <div class="pro_type"  style="width: 27%">                                                                          
                                                                         <strong style="font-size:13px;">File Type</strong>                                                                         
                                                                     </div> -->
-                                                                    <div class="pro_type"  style="width: 31%">                                                                          
+                                                                    <div class="pro_type"  style="width: 23%">                                                                          
                                                                         <strong style="font-size:13px;">Updated</strong>                                                                         
                                                                     </div>
                                                                     <div class="actions">                                                                          
@@ -117,22 +117,22 @@
                                                                         <div class="student mt-2 pt-1" style="width: 7.9%;">                                                                                                                                    
                                                                             <strong style="font-size:13px; margin-left: 20px;">{{$row->proposal_ref}}</strong>                                                               
                                                                         </div>
-                                                                        <div class="pro_title mb-2" style="width: 69%;">
+                                                                        <div class="pro_title mb-2" style="width: 80%;">
                                                                             <h6 style="font-size:13px !important;; font-weight:600 !important;">{{$row->title}}</h6>
                                                                             <div style="margin-top: -11px; display: block;">
-                                                                                <span style="font-size:10px;">{{$row->methology}}</span>
+                                                                                <span style="font-size:12px;">{{$row->methology}}</span>
                                                                                 <span>.</span>
                                                                                 @php
                                                                                    $department =model('Department')::where('id',$row->department)->first();
                                                                                 @endphp
-                                                                                <span style="font-size:10px;">{{$department->name ?? ''}}</span> 
+                                                                                <span style="font-size:12px;">{{$department->name ?? ''}}</span> 
                                                                                 <span>.</span>  
-                                                                                <span style="font-size:10px;">{{$row->status}}</span> 
+                                                                                <span style="font-size:12px;">{{$row->status}}</span> 
                                                                             </div>                                             
                                                                         </div> 
-                                                                        <div class="pro_title" style="width: 26%; text-align: center; margin-top: -3px;">
+                                                                        <div class="pro_title" style="width: 10%; text-align: center; margin-top: -3px;">
                                                                             <strong style="font-size:13px; font-weight:600 !important; ">{{date('d M Y', strtotime($row->created_at))}}</strong>
-                                                                            <span style="font-size:10px; display: block;">{{$row->created_at->diffForHumans()}}</span>                                             
+                                                                            <span style="font-size:12px; display: block;">{{$row->created_at->diffForHumans()}}</span>                                             
                                                                         </div>
                                                                         <div class="mt-2 pt-1" style="margin-right: 10px; width: 20%; text-align: end;"> 
                                                                             @if(student_proposal($row->student_id, $row->id))                                                                         
@@ -276,9 +276,9 @@
                                                                         <td class="text-center" style="width: 75px;">
                                                                             <div class="icon_bar" style="border: none;"> 
                                                                                 <a role="" data-bs-toggle="collapse" data-bs-parent="#collapse" href="#collapse11" aria-expanded="true" aria-controls="collapse11">
-                                                                                    <i class="fa fa-edit" data-toggle="collapse" data-target="#demo16"></i>
+                                                                                    <i class="fa fa-edit change_pass_btn" data-toggle="collapse" data-target="#demo16"></i>
                                                                                 </a>
-                                                                                <i class="fa fa-trash" data-id=""></i>
+                                                                                <i class="fa fa-trash change_pass_btn" data-id=""></i>
                                                                             </div>
                                                                         </td>   
                                                                     </tr>

+ 13 - 9
resources/views/web/layouts/top.blade.php

@@ -273,8 +273,8 @@ p{
     border-radius: 4px;
     margin-top: 10px;
     position: relative;
-    background-color: #16183f69;
-    color: #ffff;
+    background-color: #46399347;
+    color: #463993;
 }
 
 .single_ad_pref_item .destination {
@@ -336,9 +336,9 @@ p{
 .list_table thead tr th {
     font-size: 12px;
     font-weight: 700;
-    background-color: #16183f69 !important;
+    background-color: #46399347 !important;
     text-transform: capitalize;
-    color: #ffff;
+    color: #463993;
 }
 .list_table thead tr th {
     padding: 11px 6px 10px!important;
@@ -399,7 +399,11 @@ tbody, td, tfoot, th, thead, tr {
     color: white;
 }
 .fa:hover, .fa:active{
-    color:#141639c4 !important;
+    color: #463993 !important;
+}
+.fa{
+    color: #463993 !important;
+    font-size: 13px !important;
 }
 .btn2{
     background-color: #463993 !important; 
@@ -427,7 +431,7 @@ tbody, td, tfoot, th, thead, tr {
     color: #ffc107 !important;
 }
 .btn3{
-    background-color: #141639c4 !important; 
+    background-color: #463993  !important; 
     color:white !important; 
     border-radius: 20px; 
     box-shadow:none !important;
@@ -436,9 +440,9 @@ tbody, td, tfoot, th, thead, tr {
 }
 .btn3:hover{
     background: #fff !important;
-    color:  #141639c4 !important;
+    color:  #463993  !important;
     border-radius: 20px;
-    border:1px solid #141639c4!important;
+    border:1px solid #463993 !important;
 }
 .features.fea-primary:hover {
      background-color:white !important;
@@ -517,7 +521,7 @@ tbody, td, tfoot, th, thead, tr {
 .icon_bar a {
     text-align: center;
     padding: 0;
-    color: #818084;
+    color: #463993;
     font-size: 16px;
     margin: 0 3px;
     border-bottom: none;

+ 4 - 0
routes/web.php

@@ -39,6 +39,10 @@ Route::get('/landing', function () {
     return view('landing');
 });
 
+Route::get('/Q', function () {
+    return view('Q');
+});
+
 
 
 Auth::routes();