Browse Source

Merge branch 'master' of https://revinr.site/mostafij-revinr/student-admission
wq

Mostafijur Rahman 1 year ago
parent
commit
b00107abf9

+ 11 - 2
resources/views/Q.blade.php

@@ -179,7 +179,16 @@
                 width: 100%;
                 height: 100%;
             }
-
+            .login_cover_image {
+                position: absolute;
+                left: 0;
+                top: 0;
+                height: 100%;
+                width: 100%;
+            }
+            .cover-user .cover-user-img {
+                height: 99.8vh;
+            }
             /* new */
             /* .bg-gray-900 {
                 --tw-bg-opacity: 1;
@@ -224,7 +233,7 @@
             <div class="container-fluid px-0">
                 <div class="row g-0 position-relative">
                     <div class="col-lg-7 padding-less ">
-                        <div class="bg-left" style="height: 100%; width: 100%; background: url('web/images/background.jpg') center center; background-repeat: no-repeat !important;">
+                        <div class="bg-left login_cover_image" style="background: url('web/images/background.jpg') center center; background-repeat: no-repeat !important;">
                             <div class="bg-overlay"></div>
                             <div class="alert" style="margin-top: 10rem;">
                                 <h4 class="text-muted mt-5 mb-3">You're going to submit your doctoral application proposal to -</h4>

+ 70 - 33
resources/views/Q_apply_form.blade.php

@@ -173,7 +173,37 @@
                 height: 100%;
                 width: 100%;
             }
-
+            .cover-user .cover-user-img {
+                height: 99.8vh;
+            }
+            .bg-overlay{
+                background-color: rgb(75 81 89 / 70%);;
+                position: absolute;
+                top: 0;
+                right: 0;
+                left: 0;
+                bottom: 0;
+                width: 100%;
+                height: 100%;
+            }
+            .text-bttm{
+                position: absolute;
+                top: 8px;
+                left: 16px;
+                font-size: 18px;
+            }
+            .bigb{
+                background-color: rgb(3 25 53 / 70%); 
+                border-radius: 20px;
+            }
+            .strng{
+                font-size:19px; 
+                font-weight: 700;
+            }
+            .spn{
+                font-size:14px; 
+                font-weight:400;
+            }
             /* new */
             /* .bg-gray-900 {
                 --tw-bg-opacity: 1;
@@ -219,46 +249,53 @@
                 <div class="row g-0 position-relative">
                     <div class="col-lg-7 padding-less ">
                         <div class="bg-left login_cover_image">
-                                <img src="{{ asset('web/images/background.jpg')}}" class="image-responsive" alt="">
-                                <!-- <p class="tmail mt-5" style="font-size: 12px;">Copyright © 2023 Research Admission</p> -->
+                            <img src="{{ asset('web/images/background.jpg')}}" class="image-responsive" alt="">
+                            <div class="bg-overlay"></div>
+                            <div class="text-bttm" style="padding: 17rem 10rem 0rem 10rem;">
+                                <h4 class="mb-3" style="color: white;">You're going to submit your doctoral application proposal to -</h4>
+                                <div class="alert p-4 bigb">
+                                    <div class="uni_details" style="display:flex;">
+                                        @if(isset($user->university->country))
+                                        <div class="mt-2"> 
+                                                {{-- <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> --}}
+                                            <img class="img-responsive listFlag mt-2" style="padding:0px; height: 63px; width: 63px;" src="{{ asset('/assets/img/flags/4x3').'/'.strtolower(cn($user,'university.country.iso_3166_2','')).'.svg' }}" alt="Flag" data-toggle="tooltip" title="" data-placement="top">
+                                        </div>
+                                        @endif 
+                                        <div class="alert" style="margin-bottom: 0px; color: white;">
+                                            <strong class="mb-2 strng"> {{ $user->first_name }} {{ $user->last_name }}</strong></br>
+                                            <span class="spn">{{ $user->designation }} </span><br>
+                                            <span class="spn">
+                                                @if($user->others_department)
+                                                    {{ $user->others_department }}
+                                                @else
+                                                    {{ cn($user,'department_name.name','')}}
+                                                @endif
+                                            </span>  
+                                            <span> . </span>
+                                            <span class="spn">
+                                                @if($user->university_name)
+                                                    {{ $user->university_name }}
+                                                @else
+                                                    {{ cn($user,'university.name','')}}
+                                                @endif
+                                            </span> 
+                                        </div>
+                                    </div>
+                                </div>
+                                <p class="mt-3 mb-0" style="color:white;">Copyright © <script>document.write(new Date().getFullYear())</script>
+                                Research Admission
+                                </p>
                             </div>
                         </div>
+                    </div>
+                        
                     <div class="col-lg-5 cover-my-30 ">
                         <div class="cover-user-img d-flex align-items-center p-5">
                             <div class="row">
                                 <div class="col-12">
                                     <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="display:flex;">
-                                                    @if(isset($user->university->country))
-                                                    <div class="mt-2"> 
-                                                            {{-- <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> --}}
-                                                        <img class="img-responsive listFlag mt-2" style="padding:0px; height: 63px; width: 63px;" src="{{ asset('/assets/img/flags/4x3').'/'.strtolower(cn($user,'university.country.iso_3166_2','')).'.svg' }}" alt="Flag" data-toggle="tooltip" title="" data-placement="top">
-                                                    </div>
-                                                    @endif 
-                                                    <div class="alert" style="margin-bottom: 0px; color: #3c3d5b;">
-                                                        <strong class="mb-2" style="font-size:19px; font-weight: 700;"> {{ $user->first_name }} {{ $user->last_name }}</strong></br>
-                                                        <span style="font-size:14px; font-weight:400;">{{ $user->designation }} </span><br>
-                                                        
-                                                        <span style="font-size:14px; font-weight:400;">
-                                                            @if($user->others_department)
-                                                                {{ $user->others_department }}
-                                                            @else
-                                                                {{ cn($user,'department_name.name','')}}
-                                                            @endif
-                                                        </span>  
-                                                        <span> . </span>
-                                                        <span style="font-size:14px; font-weight:400;">
-                                                            @if($user->university_name)
-                                                               {{ $user->university_name }}
-                                                            @else
-                                                               {{ cn($user,'university.name','')}}
-                                                            @endif
-                                                        </span> 
-
-                                                    </div>
-                                                </div>
+                                            <h5>To initiate the process for your Doctoral application, kindly complete the following form. Once completed, you will receive an email invitation containing instructions to create an account and submit your Research Proposal to me. - here is the text</h5>
                                             </div>
                                             <div class="col-lg-12 mt-4 wait">
                                                 <div class="mb-3">

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

@@ -44,7 +44,7 @@
         <div class="row">
             <div class="col-md-12 text-center">
                 <i class="fa fa-exclamation-triangle" style="color: #fdad2a !important; border-color: #fdad2a;
-                "></i><span class="text-danger">This reference number is not valid or available!. Please try another reference no.</span>
+                "></i><span class="text-danger"> This reference number is not valid or available! Please try another reference no.</span>
             </div>
         </div>
     </div>

+ 15 - 8
resources/views/application/explore.blade.php

@@ -1,17 +1,17 @@
 @extends('application.layouts.master')
 @section('content') 
-        <section class="bg-half-170 d-table w-100" style="padding : 175px 0px 0px; background-color: #efefef; height: 100vh;">
-            <div class="container mt-5">
+        <section class="bg-half-170 d-table w-100" style="padding : 40px 0px 0px; background-color: #efefef; height: 100vh;">
+            <div class="container mt-5" style="padding: 10px 20px 0px 20px;">
                 <div class="row g-0 mt-5 mb-5">
-                    <div class="col-md-7" style="background-color: white;">
+                    <!-- <div class="col-md-7" style="background-color: white;">
                         <div class="row justify-content-center">
                             <div class="col-12 text-center">
                                 <div class="section-title mb-5 mt-5">
                                     <h1 style="line-height: 1.1; color: #191e38; font-size: 48px !important; font-weight: 500 !important; font-family: 'League Spartan', sans-serif !important;">Lorem ipsum dolor sit amet</h1>
                                     <p class="mt-4" style="color: #191e38; font-weight: bolder !important;">Lorem ipsum dolor sit amet consectetur adipisicing elit. Omnis, vero.</p> 
                                 </div>
-                            </div><!--end col-->
-                        </div><!--end row-->
+                            </div>
+                        </div>
 
                         <div class="card-body">
                             <div class="flex-1 content p-3 rounded box-white position-relative">
@@ -19,7 +19,6 @@
                                     <input type="text" class="form-control search-box" id="" placeholder="" name="" required="">
                                     <span class="search_button hand search-btn" style="margin-left: -8.8rem; "><span style="display:block; margin-left:11px; margin-top:4px; cursor: pointer;">Search</span></span>
                                     <a href="" class="ref_button hand search-btn ms-2" style="width: 5%; background-color: #ffbd59 !important; border: 2px solid #ffbd59;"><span style="display:block; margin-left:9px; margin-top:4px; cursor: pointer;"><i class="fa fa-refresh" style="color:#ffff !important;"></i></span></a>
-                                    <!-- <button class="btn btncl"></button>  -->
                                 </div>
                             </div>
                         </div>
@@ -31,8 +30,8 @@
                                     <h1 style="line-height: 1.1; color: #191e38; font-size: 48px !important; font-weight: 500 !important; font-family: 'League Spartan', sans-serif !important;">Lorem ipsum dolor sit amet</h1>
                                     <p class="mt-4" style="color: #191e38; font-weight: bolder !important;">Lorem ipsum dolor sit amet consectetur adipisicing elit. Omnis, vero.</p> 
                                 </div>
-                            </div><!--end col-->
-                        </div><!--end row-->
+                            </div>
+                        </div>
 
                         <div class="card-body">
                             <div class="flex-1 content p-3 shadow rounded box-white position-relative">
@@ -42,7 +41,15 @@
                                 </div>
                             </div>
                         </div>
+                    </div> -->
+
+
+                    <div class="card p-2 rounded border-0" style="background-color: #ffffff; color: #141639c4;">
+                        <div class="col-md-12">
+                            <h3 class="p-5" style="text-align: center; font-weight: bolder;">Coming Soon...</h3>
+                        </div><!--end col-->
                     </div>
+
                 </div>
             </div>
         </section>

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

@@ -22,7 +22,7 @@
                                     </div>
                                     <div class="col-md-5 mt-3 ms-3 method-box">
                                         <h6 class="method"> Option 2:</h6>
-                                        <p style="font-size: 13px;">Request your supervisor to invite you through Q apply. Once you receive the email invitation, click on the link provided in the email. This will automatically link your application with the supervisor's account, and you only need to click the Submit button.</p>
+                                        <p style="font-size: 13px;">Request your supervisor to invite you. Once you receive the email invitation, click on the link provided in the email. This will automatically link your application with the supervisor's account, and you only need to click the Submit button.</p>
                                     </div>
                                 </div>
                             </div>

+ 61 - 22
resources/views/landing.blade.php

@@ -266,68 +266,106 @@
        </style>
        <body>
 
-       <!-- <header id="topnav" style="position: unset !important;">
+        <header id="topnav" style="position: unset !important;">
             <div class="container-fluid" style="background-color:#191e38;">
                 <div class="col-md-12">
                     <div class="row">
-                        <div style="border-bottom: 1px solid #eee; display: flex; margin-top: -11px;">
+                        <div style="display: flex; margin-top: -11px;">
                             <div class="col-md-9 mb-3">
                                 <a class="logo" href="index.html">
                                     <h3 class="ms-5" style="font-family:Ubuntu !important; color: white; margin-top: 2rem;">Research Admission</h3>
                                 </a>
                             </div>
                             <div class="col-md-3" style="display: flex;">
-                                <p class="mt-5"><a href="" class="master-link secondary"><strong style="font-weight: bolder !important;">Register Your Interest <i class="fa fa-arrow-right fea icon-sm"></i> </strong> </a></p>
-                                <p class="mt-5 ms-3"><a href="" class="master-link secondary"><strong style="font-weight: bolder !important;">Log In <i class="fa fa-arrow-right fea icon-sm"></i> </strong> </a></p>
+                                <p class="mt-5 mb-4 text-center"><span class="master-link secondary open_modal_page hand" data-title="Register Your Interest" data-url="{{route('modal-get',['name'=>'landing_register_form'])}}"><strong style="font-weight: bolder !important; cursor:pointer; font-size: 17px;">Register Your Interest <i class="fa fa-arrow-right fea icon-sm"></i> </strong> </span></p>
+                                <p class="mt-5 ms-3"><a href="{{ url('login-v2') }}" class="master-link secondary"><strong style="font-weight: bolder !important;">Log In <i class="fa fa-arrow-right fea icon-sm"></i> </strong> </a></p>
                             </div>
                         </div>
                     </div>
                 </div>
             </div>
-        </header> -->
+        </header>
 
         <section class="cover-user bg-left" style="background-color:#191e38;">
             <div class="container-fluid px-0">
                 <div class="row g-0" style="justify-content: center;">
-                    <div class="col-md-8 mt-5 pt-5 mb-5">
-                        <div class="card-body mt-4 mb-5" style="padding: 0px; text-align: center !important;">
+                    <div class="col-md-12 mt-5 mb-5">
+                        <!-- <div class="card-body mt-4 mb-5" style="padding: 0px; text-align: center !important;">
                             <span class="hero">Research Admission</span>
                             <p class="sub-hero">Platform for Supervisors</p>
-                        </div>
-                        <div class="line"></div>
+                        </div> -->
 
                             <div class="row justify-content-center">
                                 <div class="col-lg-7 mt-4" style="padding: 0px;">
-                                    <div class="tiny-single-item">
+                                    <div class="tiny-single-item"> 
                                         <div class="tiny-slide">
                                             <div class="d-flex m-2">
                                                 <div class="flex-1 content p-3 shadow rounded box-white position-relative">
-                                                    <p class="text-muted1 mt-2">" It seems that only fragments of the original text remain in the Lorem Ipsum texts used today.It seems that only fragments of the original text remain in the Lorem Ipsum texts used today. "</p>
+                                                    <div class="section-title mb-4 pb-2">
+                                                        <p class="mt-2" style="text-align: center; color:white; font-size: 20px; margin-bottom: 0px; text-transform: uppercase;">Introducing</p>
+                                                        <h1 class="mt-2 mb-3" style="text-align: center; color: #ffad00; font-size: 52px !important; font-weight: bolder !important; font-family: 'League Spartan', sans-serif !important; line-height:1.1;">Research Admission Platform</h1>
+                                                        <div style="border-bottom: 2px solid #ffad00; width: 12%; margin-left: 26rem;"></div>
+                                                    </div>
+                                                    <p class="text-muted1 mt-2" style="text-align: center; font-size: 22px;">An innovative solution designed to streamline the process of proposal submission for students and enhance the review process for supervisors.</p>
                                                 </div>
                                             </div>
                                         </div>
                                         
                                         <div class="tiny-slide">
-                                            <div class="d-flex m-2">
-                                                <div class="flex-1 content p-3 shadow rounded box-white position-relative">
-                                                    <p class="text-muted1 mt-2">" It seems that only fragments of the original text remain in the Lorem Ipsum texts used today.It seems that only fragments of the original text remain in the Lorem Ipsum texts used today. "</p>
+                                            <div class="flex-1 content p-3 shadow rounded box-white position-relative">
+                                                <div class="section-title mb-4 pb-2">
+                                                    <p class="mt-2" style="text-align: center; color:white; font-size: 20px; margin-bottom: 0px; text-transform: uppercase;">Efficiency First</p>
+                                                    <h1 class="mt-2 mb-3" style="text-align: center; color: #ffad00; font-size: 52px !important; font-weight: bolder !important; font-family: 'League Spartan', sans-serif !important; line-height:1.1;">Simplifying Research Admissions<br>Through Pre-Screening</h1>
+                                                    <div style="border-bottom: 2px solid #ffad00; width: 12%; margin-left: 26rem;"></div>
                                                 </div>
+                                                <p class="text-muted1 mt-2" style="text-align: center; font-size: 22px;">We propose implementing a pre-screening process to streamline the research admission procedure before submitting a formal application.</p>
                                             </div>
                                         </div>
 
                                         <div class="tiny-slide">
-                                            <div class="d-flex m-2">
-                                                <div class="flex-1 content p-3 shadow rounded box-white position-relative">
-                                                    <p class="text-muted1 mt-2">" It seems that only fragments of the original text remain in the Lorem Ipsum texts used today.It seems that only fragments of the original text remain in the Lorem Ipsum texts used today. "</p>
+                                        <div class="flex-1 content p-3 shadow rounded box-white position-relative">
+                                                    <div class="section-title mb-4 pb-2">
+                                                        <p class="mt-2" style="text-align: center; color:white; font-size: 20px; margin-bottom: 0px; text-transform: uppercase;">Connect Fast</p>
+                                                        <h1 class="mt-2 mb-3" style="text-align: center; color: #ffad00; font-size: 52px !important; font-weight: bolder !important; font-family: 'League Spartan', sans-serif !important; line-height:1.1;">Collaborate with<br>Potential Co-author</h1>
+                                                        <div style="border-bottom: 2px solid #ffad00; width: 12%; margin-left: 26rem;"></div>
+                                                    </div>
+                                                    <p class="text-muted1 mt-2" style="text-align: center; font-size: 22px;">Explore collaborative opportunities with potential co-authors in your field, making it simpler than ever with just a few clicks.</p>
+                                                </div>
+                                        </div> 
+                                        <div class="tiny-slide">
+                                        <div class="flex-1 content p-3 shadow rounded box-white position-relative">
+                                                    <div class="section-title mb-4 pb-2">
+                                                        <p class="mt-2" style="text-align: center; color:white; font-size: 20px; margin-bottom: 0px; text-transform: uppercase;">No Junk Application</p>
+                                                        <h1 class="mt-2 mb-3" style="text-align: center; color: #ffad00; font-size: 52px !important; font-weight: bolder !important; font-family: 'League Spartan', sans-serif !important; line-height:1.1;">More Visibility<br>Be Found With Ease</h1>
+                                                        <div style="border-bottom: 2px solid #ffad00; width: 12%; margin-left: 26rem;"></div>
+                                                    </div>
+                                                    <p class="text-muted1 mt-2" style="text-align: center; font-size: 22px;">Showcase your research interests and stand out to applicants with ease. Make it simple for applicants to identify  your availability for supervision.</p>
+                                                </div>
+                                        </div>
+                                        <div class="tiny-slide">
+                                        <div class="flex-1 content p-3 shadow rounded box-white position-relative">
+                                                    <div class="section-title mb-4 pb-2">
+                                                        <p class="mt-2" style="text-align: center; color:white; font-size: 20px; margin-bottom: 0px; text-transform: uppercase;">Easy On-boarding</p>
+                                                        <h1 class="mt-2 mb-3" style="text-align: center; color: #ffad00; font-size: 52px !important; font-weight: bolder !important; font-family: 'League Spartan', sans-serif !important; line-height:1.1;">Easy Sign up<br>Instant ready to use</h1>
+                                                        <div style="border-bottom: 2px solid #ffad00; width: 12%; margin-left: 26rem;"></div>
+                                                    </div>
+                                                    <p class="text-muted1 mt-2" style="text-align: center; font-size: 22px;">Experience a seamless sign-up process, and your account will be instantly primed to accept applications.</p>
+                                                </div>
+                                        </div>
+                                        <div class="tiny-slide">
+                                        <div class="flex-1 content p-3 shadow rounded box-white position-relative">
+                                                    <div class="section-title mb-4 pb-2">
+                                                        <p class="mt-2" style="text-align: center; color:white; font-size: 20px; margin-bottom: 0px; text-transform: uppercase;">One-Platform</p>
+                                                        <h1 class="mt-2 mb-3" style="text-align: center; color: #ffad00; font-size: 52px !important; font-weight: bolder !important; font-family: 'League Spartan', sans-serif !important; line-height:1.1;">Receive all doctoral<br>proposals in one place</h1>
+                                                        <div style="border-bottom: 2px solid #ffad00; width: 12%; margin-left: 26rem;"></div>
+                                                    </div>
+                                                    <p class="text-muted1 mt-2" style="text-align: center; font-size: 22px;">A centralized platform, removing the hassle of tracking multiple emails and documents.</p>
                                                 </div>
-                                            </div>
                                         </div>
                                     </div>
                                 </div><!--end col-->
                             </div><!--end row-->
-                            <p class="mt-5 text-center" style="color:white; font-weight: bolder !important; font-size: 20px ">Introducing Research Admission Platform for Supervsiors -
-                                <br>a revolutionary solution designed to simplify the proposal <br>submission and review process</p>
-                            <p class="mt-5 mb-4 text-center"><span class="master-link secondary open_modal_page hand" data-title="Register Your Interest" data-url="{{route('modal-get',['name'=>'landing_register_form'])}}"><strong style="font-weight: bolder !important; cursor:pointer; font-size: 17px;">Register Your Interest <i class="fa fa-arrow-right fea icon-sm"></i> </strong> </span></p>
+                            
 
                         </div>
                     </div>
@@ -358,7 +396,8 @@
                                 <div class="col-12 text-center">
                                     <div class="section-title mb-4 pb-2">
                                         <p class="mt-2" style="color:white; font-size: 20px; margin-bottom: 0px;">Working Processes</p>
-                                        <h1 class="mb-3" style="color: #ffad00; font-size: 48px !important; font-weight: bolder !important; font-family: 'League Spartan', sans-serif !important;">How It Works</h1>
+                                        <h1 class="mb-1" style="color: #ffad00; font-size: 48px !important; font-weight: bolder !important; font-family: 'League Spartan', sans-serif !important;">How It Works</h1>
+                                        <p class="mb-3" style="color:white; font-size: 22px; margin-bottom: 0px;"> Register an account, Add your customized QApply link into your email signature,<br>and you're all set to receive proposals.</p>
                                         <div style="border-bottom: 2px solid #ffad00; width: 12%; margin-left: 30rem;"></div>
                                     </div>
                                 </div><!--end col-->

+ 9 - 9
resources/views/supervisor/layouts/top.blade.php

@@ -169,7 +169,7 @@
                 font-size: 10px;
                 line-height: 1.3;
                 letter-spacing: .2px;
-                font-weight: 600;
+                font-weight: 400;
                 /* background-image: linear-gradient(to right, rgb(46 17 83 / 19%), rgb(245, 244, 253)); */
             }
             .label_badge_no {
@@ -179,28 +179,28 @@
                 font-size: 11px;
                 line-height: 1.3;
                 letter-spacing: .2px;
-                font-weight: 600;
+                font-weight: 400;
                 background-color:#ffecee;
             }
             .label_badge_gpa {
-                color: #00b4d8;
+                color: #327ab7;
                 border-radius: 20px;
                 padding: 1px 10px;
                 font-size: 11px;
                 line-height: 1.3;
                 letter-spacing: .2px;
-                font-weight: 600;
-                background-color:#e2edff;
+                font-weight: 400;
+                background-color: #e5f3ff;
             }
             .label_badge_work {
-                color: #10bd77;
+                color: #2466dc;
                 border-radius: 20px;
                 padding: 1px 10px;
                 font-size: 11px;
                 line-height: 1.3;
                 letter-spacing: .2px;
-                font-weight: 600;
-                background-color:#dffff2;;
+                font-weight: 400;
+                background-color:#e5ebf7;
             }
             .ms-5 {
                 margin-left: 2.4rem!important;
@@ -454,7 +454,7 @@
                 font-size: 11px;
                 line-height: 1.3;
                 letter-spacing: .2px;
-                font-weight: 600;
+                font-weight: 400;
                 background-color: #eed4ce;
             }
 

+ 6 - 6
resources/views/supervisor/load_application.blade.php

@@ -51,7 +51,7 @@
                                 </div>
                             </div>
                         </td>
-                        <td class="mb-1" style="font-size: 11.5px; text-align:center; color: black;"><span class="label_badge_gpa" style="background-color: #eee; color: black;">{{cn($row,'scores.test_name','N/A')}} • {{cn($row,'scores.overall_score','')}}</span>
+                        <td class="mb-1" style="font-size: 11.5px; text-align:center; color: black;"><span class="label_badge_gpa" style="background-color: #f5f4fd; color: black;">{{cn($row,'scores.test_name','N/A')}} • {{cn($row,'scores.overall_score','')}}</span>
                             <div style="font-size: 11.5px;">
                                 <span style="color: black;">
                                 @php
@@ -76,7 +76,7 @@
                                         @endphp
 
                                         <div class="mt-1" style="font-size: 11px; display:block;">
-                                            <span class="label_badge_work"><i class="fa fa-briefcase" style="color: rgb(152, 152, 152); margin-right: 5px;"></i>{{$years}} years</span>
+                                            <span class="label_badge_work"><i class="fa fa-briefcase" style="color: #2466dc; margin-right: 5px;"></i>{{$years}} years</span>
                                         </div>
                                 </span>
                             </div>
@@ -85,16 +85,16 @@
                             <div style="font-size: 11px; display:block;">
                                 <div style="font-size: 11px; color: black;"> Pub :
                                     @if($row->student_details->is_publication==1)
-                                        <span class="label_badge_work"> yes</span>
+                                        <span class="label_badge_work" style="font-weight: 400 !important; background-color: #f5f2cd; color: #6f6b3e;"> Yes</span>
                                     @else
-                                        <span class="label_badge_no"> No</span>
+                                        <span class="label_badge_work" style="font-weight: 400 !important; background-color: #f5f2cd; color: #6f6b3e;"> No</span>
                                     @endif
                                 </div>
                                 <div class="mt-1" style="font-size: 11px; color: black;"> Con :
                                     @if($row->student_details->is_attended_conference==1)
-                                        <span class="label_badge_work"> yes</span>
+                                        <span class="label_badge_work" style="font-weight: 400 !important; background-color: #e5ebf7; color: #2466dc;"> Yes</span>
                                     @else
-                                        <span class="label_badge_no"> No</span>
+                                        <span class="label_badge_work" style="font-weight: 400 !important; background-color: #e5ebf7; color: #2466dc;"> No</span>
                                     @endif
                                 </div>
                             </div>

+ 0 - 3
routes/web.php

@@ -41,9 +41,6 @@ Route::get('/landing', function () {
     return view('landing');
 });
 
-Route::get('/Q', function () {
-    return view('Q');
-});
 Route::get('/fixemail', function () {
     return view('fixemail');
 });