Israat Zarin 1 year ago
parent
commit
efa9f2e179

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

@@ -264,7 +264,7 @@
                                     <div class="card login-page border-0" style="z-index: 1;">
                                         <div class="card-body" style="padding: 0px;">
                                              <h3 class="mb-3" style="font-size: 22px !important; line-height: 43px; font-weight: 700; text-align: left; color: #3c3d5b;">You're going to submit your doctoral application proposal to - </h3>
-                                                <div class="uni_details" style="background-color: #16183f40; display:flex; border-radius: 10px; padding: 10px 21px;">
+                                                <div class="uni_details" style="background-color: #16183f0a; display:flex; border-radius: 10px; padding: 10px 21px;">
                                                     <div class="mt-2" style="text-align: center;">
                                                         <div class="inner_left mt-1" style="background-color: #141639c4; padding: 18px 0px 0px 0px; height: 63px; width: 63px;">
                                                             <p style="color:white; font-weight:600 !important; letter-spacing: 2px;">{{ strtoupper(mb_substr($user->first_name, 0, 1) . mb_substr($user->last_name, 0, 1)) }}</p>

+ 1 - 1
resources/views/auth/login.blade.php

@@ -154,7 +154,7 @@
                     <div class="col-lg-8 d-none padding-less bg-left">
                         <div>
                             <h2 class="ps-4 mt-4 sub-line1" style="font-family: poppins !important;">Streamline Your Search for a Research Supervisor</h2>
-                            <h2 class="ps-4 head-line">Connect with Supervisors in Minutes</h2>
+                            <h2 class="ps-4 head-line">Share your Doctoral Proposal with Supervisors in minutes</h2>
                             <h3 class="ps-4 mt-5 pt-5 sub-line2">How this platform can benefit you</h3>
                             <div class="row justify-content-center">
                                 <div class="col-lg-12">

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

@@ -584,7 +584,7 @@ tbody, td, tfoot, th, thead, tr {
                                                     <span>{{cn($row,'student_details.first_name','')}} {{cn($row,'student_details.last_name','')}}</span>
                                                 </div>
                                                 <div style="font-size: 11px;">
-                                                    <a href="" class="" style="color: black;">{{cn($row,'teacher_details.ref_no','')}}<span> ({{$row->student_apply_ref}}) </span></a>
+                                                    <a href="" class="" style="color: black;"><span class="label_badge_work"> {{$row->student_apply_ref}} </span></a>
                                                 </div>
                                                 <div style="font-size: 11px;">
                                                     <span style="color: black;">{{ date("d M, Y", strtotime(cn($row,'student_details.dob','')))}}</span>

+ 9 - 2
resources/views/web/layouts/header.blade.php

@@ -11,8 +11,15 @@
                 <div class="col md-6">
                     <div class="mt-4 pt-1" style="display:flex; justify-content: end;">
                             <!-- <i class="fa fa-user me-2" style="color:black !important; font-size: 13px; height: 25px; padding: 3.5px 5.9px; border: 2px solid black; border-radius: 100%;"></i> -->
-                            <p style="color:black; font-weight:600 !important;">{{ Auth::user()->first_name }} , {{ Auth::user()->last_name }}</p>
-                        <ul class="nav navbar-nav align-items-center ml-auto header_right ps-3">
+                                <p style="color:black; font-weight:600 !important;">{{ Auth::user()->first_name }} , {{ Auth::user()->last_name }}</p>
+                        <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 btn1" style="padding: 8px 9px; font-size: 13px; margin-top: -2px;"></i>
+                                </a>
+                            </li>
+                        </ul>
+                        <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
                             <li class="nav-item dropdown dropdown-notification">
                                 <a href="{{ url('std-logout') }}"
                                     onclick="event.preventDefault();

+ 5 - 8
resources/views/web/layouts/top.blade.php

@@ -364,12 +364,12 @@ tbody, td, tfoot, th, thead, tr {
 }
 .change_pass_btn {
     margin-top: 0;
-    color: #2e1153;
+    color: #463993;
     border: 1px solid #dedbf1;
     border-radius: 50%;
     padding: 5px 6px;
     margin-right: 0;
-    background: #dedbf1;
+    background: #46399347;
     font-size: 15px!important;
 }
 .navbar {
@@ -379,6 +379,7 @@ tbody, td, tfoot, th, thead, tr {
     color: #ff7f00;
     transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
     border: 1px solid #ff7f00!important;
+    background: #46399347;
 }
 .card {
     background-color: inherit;
@@ -398,13 +399,9 @@ tbody, td, tfoot, th, thead, tr {
     font-size: 14px;
     color: white;
 }
-.fa:hover, .fa:active{
-    color: #463993 !important;
-}
-.fa{
+/* .fa:hover, .fa:active{
     color: #463993 !important;
-    font-size: 13px !important;
-}
+} */
 .icncl{
     color: #ffffff !important;
     font-size: 13px !important;