Israat Zarin 1 year ago
parent
commit
4bc925892d

+ 3 - 3
resources/views/admin/sub_contents/document_required_load.blade.php

@@ -241,7 +241,7 @@
 <div class="row requirement_map_part">
     <div class="col-lg-12"> 
         <div class="row">
-            <div class="col-md-9">
+            <div class="col-md-10">
                 <div class="content_header mb-3 ml-0">
                 <div class="left">
                     <i class="fa fa-list-ul" style="padding: 6px 6.8px;"></i>
@@ -252,8 +252,8 @@
                 </div>
                 </div>
             </div>
-            <div class="col-md-3 text-right">  
-                <span class="btn open_modal_page submit_button" data-url="{{route('modal-get',['add_doc_required', 'id'=>$proposal_details->id])}}" data-title="Add Requirement">Add New
+            <div class="col-md-2 text-right">  
+                <span class="btn open_modal_page submit_button" data-url="{{route('modal-get',['add_doc_required', 'id'=>$proposal_details->id])}}" data-title="Add Requirement">New
                 </span> 
             </div>
         </div>

+ 76 - 7
resources/views/landing.blade.php

@@ -195,20 +195,75 @@
             .hero{
                 line-height: 1.1; 
                 color: #ffad00; 
-                font-size: 48px !important; 
+                font-size: 5rem !important; 
                 font-weight: 500 !important; 
                 font-family: 'League Spartan', sans-serif !important;
             }
             .sub-hero{
-                color:white; 
+                color: #ffffff; 
                 font-weight: bolder !important; 
-                font-size: 28px 
+                font-size: 35px ;
             }
             .line{
                 border-bottom: 2px solid #ffad00;
                 width: 12%; 
                 margin-left: 30rem;
             }
+            /* animation */
+            .anime{
+                display: flex;
+                align-items: center;
+                color:white;
+                justify-content: center;
+            }
+            .wrapper{
+                display: inline-flex;
+            }
+            .wrapper .static-txt{
+                font-size: 36px;
+                font-weight: 600;
+            }
+            .wrapper .dynamic-txts{
+                margin-left: -10px;
+                height: 50px;
+                line-height: 50px;
+                overflow: hidden;
+                margin-top: 3px;
+            }
+            .dynamic-txts li{
+                list-style: none;
+                font-size: 36px;
+                font-weight: 600;
+                color: #ffad00;
+                position: relative;
+                top: 0;
+                animation: slide 6s steps(4) infinite;
+            }
+            .dynamic-txts li span{
+                position: relative;
+            }
+            .dynamic-txts li span::after{
+                content: "";
+                position: absolute;
+                height: 100%;
+                width: 100%;
+                background: #191e38;
+                border-left: 2px solid #ffad00;
+                left: 0;
+                animation: typing 1.5s steps(18) infinite;
+            }
+            @keyframes slide {
+                100%{
+                    top: -200px;
+                }
+            }
+            @keyframes typing {
+                100%{
+                    left: 100%;
+                    margin: 0 -35px 0 35px;
+                }
+            }
+
        </style>
        <body>
 
@@ -237,13 +292,26 @@
                 <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;">
-                            <span class="hero">Pre-screening a Proposal</span>
-                            <p class="sub-hero">can optimize the application process for supervisors & candidates</p>
+                            <span class="hero">Research Admission</span>
+                            <p class="sub-hero">Platform for Supervisors</p>
                         </div>
                         <div class="line"></div>
+
+                        <div class="anime mt-4">
+                            <div class="wrapper">
+                                <div class="static-txt"></div>
+                                <ul class="dynamic-txts">
+                                    <li><span>Supervision Opportunities</span></li>
+                                    <li><span>Collaborate with Potential Co-author</span></li>
+                                    <li><span>More Visibility, Be Found With Ease</span></li>
+                                    <li><span>Full Control, No Junk Application</span></li>
+                                </ul>
+                            </div>
+                        </div>
                             <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>
 
@@ -253,9 +321,10 @@
                                 <div class="col-md-12">
                                     <div class="row">
                                         <div class="col-md-6">
-                                            <p class="mt-5 pt-3 mb-3 text-left" style="color: #191e38; font-weight: bolder !important; font-size: 38px;  font-family: 'League Spartan', sans-serif !important; line-height: 1.1;">Discover the hassle-free solution to manage proposals from your doctoral applicants</p>
+                                            <p class="mt-5 pt-3 mb-4 text-left" style="color: #191e38; font-weight: bolder !important; font-size: 38px;  font-family: 'League Spartan', sans-serif !important; line-height: 1.1;">Discover the hassle-free solution to manage proposals from your doctoral applicants</p>
                                             <div style="border-bottom: 2px solid #ffad00; width: 25%;"></div>
-                                            <p class="mt-4 mb-5 pb-3 text-left" style="color: #191e38; font-size: 20px;">As an educator and supervisor, it's clear that you receive a large volume of emails from doctoral candidates seeking your supervision for their research projects. The task of organizing and keeping track of all these emails can be quite daunting.</p>
+                                            <p class="mt-4 mb-4 text-left" style="color: #191e38; font-size: 20px;">As an educator and supervisor, it's clear that you receive a large volume of emails from doctoral candidates seeking your supervision for their research projects. The task of organizing and keeping track of all these emails can be quite daunting.</p>
+                                            <p class="mb-5 pb-3 text-left" style="color: #191e38; font-weight: bolder; font-size: 22px;">We leveraged our extensive 16-years experience working with supervisor and doctoral candidates to create this.</p>
                                         </div>
                                         <div class="col-md-5 mt-5 mb-5 ms-5 ps-4">
                                             <img src="web/images/01.jpg" class="rounded-circle">

+ 16 - 16
resources/views/teacher/student_proposal_details.blade.php

@@ -765,15 +765,15 @@ element.style {
     display: block;
 }
 .method{
-    background-color: #191e38;
+    background-color: #ffad00;
     margin-top: -23px;
-    font-size: 11px !important;
-    color: #fff;
+    font-size: 12px !important;
+    color: #191e38;
     padding-left: 9px;
     border-radius: 5px;
-    font-weight: bolder;
+    font-weight: 600 !important;
     margin-left: 17px;
-    width: 21%;
+    width: 18%;
     margin-bottom: 0px;
 }
 .method-box{
@@ -902,8 +902,8 @@ element.style {
                                         <div class="right_part_right_whole">
                                             <div class="col-md-5 mt-1 method-box">
                                                 
-                                                <div class="ms-3 mb-3"> 
-                                                    <span style="font-size: 21px; font-weight: 700;">{{cn($proposal_details,'student_details.first_name','')}} {{cn($proposal_details,'student_details.last_name','')}}</span> <br>
+                                                <div class="ms-3 mt-2 mb-3"> 
+                                                    <span style="font-size: 19px; font-weight: 700;">{{cn($proposal_details,'student_details.first_name','')}} {{cn($proposal_details,'student_details.last_name','')}}</span> <br>
                                                     <span style="font-size:12px;">
                                                         <span style="color: #868e96;">Nationality :</span>
                                                         <strong>{{cn($proposal_details,'student_details.country_name.name','')}}</strong>
@@ -922,7 +922,7 @@ element.style {
                                                 </div>
                                             </div>
                                             <div class="mt-1 p-3 method-box ms-3" style="width: 65%; border: 1px solid #eee; background-color: white;"> 
-                                                <h6 class="method mb-2"> 
+                                                <h6 class="method mb-3"> 
                                                      Apply Ref: {{$proposal_details->student_apply_ref ?? "N/A"}}
                                                      
                                                      {{-- {{cn($proposal_details,'teacher_details.ref_no','')}} --}}
@@ -936,18 +936,18 @@ element.style {
                                                     <span style="font-size:12px;">
                                                         <a href="" class="rounded" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Methology" style="color: black !important;">{{cn($proposal_details,'proposal.methology','')}}</i></a>
                                                     </span>
-                                                    <span> . </span>
+                                                    <span>  </span>
                                                     <span class="ms-2" style="font-size:12px;">
                                                         <a href="" class="rounded" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Funding Status" style="color: black !important;">{{cn($proposal_details,'proposal.status','')}}</i></a>
                                                     </span>
-                                                    <span> . </span>
+                                                    <span>  </span>
                                                     <span class="ms-2" style="font-size:12px;">
                                                         <a href="" class="rounded" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Preferred Start Date" style="color: black !important;">{{ date("M Y", strtotime($proposal_details->created_at))}}</i></a>
                                                     </span>
                                                 </div>
                                                 <div class="mt-1">
                                                     <span style="font-size:12px;">
-                                                        <span>Applied On:</span>
+                                                        <span>Applied On : </span>
                                                         <strong style="font-weight: 700; font-size: 12px; letter-spacing: 0.8px;">{{ date("d M Y", strtotime($proposal_details->created_at))}}</strong>
                                                     </span>
                                                 </div>
@@ -1208,12 +1208,12 @@ element.style {
                                 </div>
                             </div>   
                         </div> 
-                        <div class="card border-0 mt-3" style="border-radius:6px !important;">
+                        <div class="card border-0" style="border-radius:6px !important;">
                             <div class="container-fluid">
                                 <div class="row">
                                     <div class="col-md-12" style="width: 99%; background-color:white; border-radius: 6px; padding: 10px;">
-                                        <div class="row">
-                                            <div class="col-md-7">                             
+                                        <div class="row mt-3">
+                                            <div class="col-md-8" style="width: 62%;">                             
                                                 @if(file_exists( public_path().'/uploads/proposal/'.@$proposal_details->proposal->document_file ) && @$proposal_details->proposal->document_file != null)
                                                     <iframe src ="{{url(asset('/uploads/proposal').'/'.@$proposal_details->proposal->document_file) }}" type="application/pdf"  width="100%" height="560px"></iframe>
                                                 @else 
@@ -1222,8 +1222,8 @@ element.style {
                                                                                                                         
                                                 
                                             </div><!--end col-->
-                                            <div class="col-md-5">
-                                                <div class="info-palate mt-0">
+                                            <div class="col-md-4 ms-4" style="width: 35.5%;">
+                                                <div class="info-palate mt-0" style="margin-left: -4px;">
                                                     <div class="left">
                                                         <div id="doc_required_load"></div> 
                                                                                                                         

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

@@ -28,6 +28,7 @@
         <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/4.7.0/css/font-awesome.css">
         <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
         <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/11.6.15/sweetalert2.min.css">
 
@@ -634,7 +635,7 @@ tbody, td, tfoot, th, thead, tr {
                                             <td style="font-size: 11px; text-align:center;">
                                              
                                                 <div style="font-size: 11px; display:block;">
-                                                        <div style="font-size: 11px; color: black;"> Pu :
+                                                        <div style="font-size: 11px; color: black;"><i class="fa-light fa-file"></i> Pub :
                                                             <span class="label_badge_work"> yes</span>
                                                         </div>
                                                         <div class="mt-1" style="font-size: 11px; color: black;"> Con :