Israat Zarin 2 年之前
父节点
当前提交
6b74bb2a27

+ 5 - 65
resources/views/admin/auth/admin_login.blade.php

@@ -94,7 +94,7 @@
                 padding:7.53rem;
             }
             .bg-left .head-line{
-                font-size: 39px !important;
+                font-size: 46px !important;
                 font-weight: bold;
                 line-height: 1.2;
                 color:#ffff;
@@ -129,70 +129,10 @@
             <div class="container-fluid">
                 <div class="col-md-12">
                     <div class="row">
-                        <div class="col-md-8 bg-left">
+                        <div class="col-md-8 bg-left" style="height: 100vh;">
                             <div>
-                                <h2 class="ps-4 mt-4 head-line">Admin login</h2>
-                                <h2 class="ps-4 sub-line1">Say goodbye to overwhelming student proposal emails and hello to streamlined research proposal management with this effective free tool!</h2>
-                                <h3 class="ps-4 mt-5 sub-line2">Why this platform is advantageous for you</h3>
-                                <div class="row justify-content-center">
-                                    <div class="col-lg-12">
-                                        <div class="tiny-two-item">
-                                            <div class="tiny-slide">
-                                                <div class="d-flex client-testi m-2">
-                                                    <div class="flex-1 p-3 rounded bg-white position-relative">
-                                                        <h5 class="box-head">Centralized proposal management</h5>
-                                                        <p class="box-sub">A centralized platform to manage all student proposals in one place, eliminating the need to keep track of multiple emails or documents.</p>
-                                                    </div>
-                                                </div>
-                                            </div>
-
-                                            <div class="tiny-slide">
-                                                <div class="d-flex client-testi m-2">
-                                                    <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
-                                                        <h5 class="box-head">Real-time notifications</h5>
-                                                        <p class="box-sub">Real-time notifications each time a new proposal is submitted. Whenever a comment is added or a decision is made, it notifies the applicants.</p>
-                                                    </div>
-                                                </div>
-                                            </div>
-
-                                            <div class="tiny-slide">
-                                                <div class="d-flex client-testi m-2">
-                                                    <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
-                                                        <h5 class="box-head">Streamlined process</h5>
-                                                        <p class="box-sub">Streamlines the application process for research students, making it easier for them to submit proposals, while reducing the administrative burden on supervisors.</p>
-                                                    </div>
-                                                </div>
-                                            </div>
-
-                                            <div class="tiny-slide">
-                                                <div class="d-flex client-testi m-2">
-                                                    <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
-                                                        <h5 class="box-head">Customizable proposal review</h5>
-                                                        <p class="box-sub">It allows supervisors to review, request further info/docs, reject, or express their interest in each proposal, according to their specific requirements.</p>
-                                                    </div>
-                                                </div>
-                                            </div>
-
-                                            <div class="tiny-slide">
-                                                <div class="d-flex client-testi m-2">
-                                                    <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
-                                                        <h5 class="box-head">Proven effectiveness</h5>
-                                                        <p class="box-sub">Many faculties across the globe, demonstrating its effectiveness in improving the efficiency of the research proposal process.</p>
-                                                    </div>
-                                                </div>
-                                            </div>
-
-                                            <div class="tiny-slide">
-                                                <div class="d-flex client-testi m-2">
-                                                    <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
-                                                        <h5 class="box-head">Comprehensive feedback</h5>
-                                                        <p class="box-sub">It offers a comprehensive feedback system to provide feedback to students on their proposals and outcomes.</p>
-                                                    </div>
-                                                </div>
-                                            </div>
-                                        </div>
-                                    </div><!--end col-->
-                                </div><!--end row-->
+                                <h1 class="ps-4 mt-5 pt-5 head-line">Admin login</h1>
+                                <h3 class="ps-4 mt-2 sub-line2">That's Why this platform is advantageous for you</h3>
                             </div>
                         </div><!--end col-->
 
@@ -216,7 +156,7 @@
                                                 <div class="mb-3">
                                                     <label class="form-label"></label>
                                                     <div class="form-icon position-relative">
-                                                        <input type="email" class="form-control" placeholder="Email" name="email" required="">
+                                                        <input type="email" class="form-control" name="email" required="" placeholder="Email Address">
                                                     </div>
                                                 </div>
                                             </div>

+ 7 - 2
resources/views/admin/sub_contents/country_wise_university.blade.php

@@ -6,8 +6,9 @@
         <tr>
             <th>Sl</th>
             <th>Designation</th>
-            <th>University Name</i></th>
-            <th>University website</i></th>
+            <th>University Name</th>
+            <th>University website</th>
+            <th style="text-align: center;">Action</th>
         </tr>
     </thead>
     <tbody style="border-style: dashed;">
@@ -17,6 +18,10 @@
             <td style="font-size: 11px;">{{cn($row,'country.name','')}}</td>
             <td style="font-size: 11px;">{{$row->name}}</td>
             <td style="font-size: 11px;">{{$row->web_address}}</td>
+            <td style="font-size: 11px; text-align: center;">
+                <i class="fa fa-edit" data-id=""></i>
+                <i class="fa fa-trash ms-1" data-id=""></i>
+            </td>
         </tr>
         @endforeach
     </tbody>

+ 6 - 0
resources/views/application.blade.php

@@ -17,6 +17,7 @@
                             </div> -->
                         </div>
                     </div>
+                    @if(count($student_proposal) > 0 )
                     <div class="col-md-12">
                         <div class="scrolled_content_part">
                             @foreach($student_proposal as $key=>$row)
@@ -81,6 +82,11 @@
                             </div> 
                             @endforeach  
                         </div>
+                        @else
+                        <div class="alert  mt-1 mb-3" style="background-color: #ffff; border-color: #e9f0f3; font-size: 12px !important; color: #dc3545; border-radius: 30px; padding: 8px 15px;">
+                            <span>No Application available.</span>
+                        </div> 
+                        @endif
                     </div> 
                 </div>
             </div><!--end container-->

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

@@ -131,7 +131,7 @@
                 <div class="container-fluid">
                     <div class="col-md-12">
                         <div class="row">
-                            <div class="col-md-8 bg-left">
+                            <div class="col-md-8 bg-left" style="height: 100vh;">
                                 <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>
@@ -199,7 +199,7 @@
                                                         <label for="email" class="col-md-4 col-form-label text-md-end"></label>
 
                                                         <div class="col-md-12">
-                                                            <input id="email" type="email" class="form-control @error('email') is-invalid @enderror" name="email" value="{{ old('email') }}" required autocomplete="email" autofocus>
+                                                            <input id="email" type="email" class="form-control @error('email') is-invalid @enderror" name="email" value="{{ old('email') }}" required autocomplete="email" autofocus placeholder="Email Address">
 
                                                             @error('email')
                                                                 <span class="invalid-feedback" role="alert">
@@ -213,7 +213,7 @@
                                                         <label for="password" class="col-md-4 col-form-label text-md-end"></label>
 
                                                         <div class="col-md-12">
-                                                            <input id="password" type="password" class="form-control @error('password') is-invalid @enderror" name="password" required autocomplete="current-password">
+                                                            <input id="password" type="password" class="form-control @error('password') is-invalid @enderror" name="password" required autocomplete="current-password" placeholder="Password">
 
                                                             @error('password')
                                                                 <span class="invalid-feedback" role="alert">
@@ -229,7 +229,7 @@
                                                                 {{ __('Login') }}
                                                             </button>
 
-                                                            <p class="text-center mt-3"><span>New on our platform ? </span><a href="" class="ps-2"><span>Create an account</span></a></p>
+                                                            <p class="text-center mt-3"><span>New on our platform ? </span><a href="{{ url('register') }}" class="ps-2"><span>Create an account</span></a></p>
                                                         </div>
                                                     </div>
                                             </form>                        

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

@@ -115,7 +115,7 @@ h5{
 <section>
     <div class="container-fluid">
         <div class="row">
-            <div class="col-md-8 bg-left">
+            <div class="col-md-8 bg-left" style="height: 100vh;">
                 <div class="content">
                     <h3 class="ps-4 mt-5 pt-4 head-line">Accelerate your research journey with ease</h3>
                     <h2 class="ps-4 sub-line1">Connect with supervisor through our streamlined platform featuring real-time updates, a wide network, and effortless user experience.</h2>

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

@@ -1,6 +1,6 @@
 @extends('web.layouts.master')
 @section('content') 
-        <section class="bg-half-170 d-table w-100" style="padding : 175px 0px 0px; height: 93vh;">
+        <section class="bg-half-170 d-table w-100" style="padding : 175px 0px 0px; height: 100vh;">
             <div class="container">
                 <div class="row align-items-center">
                     <div class="col-md-12 pt-5 mt-5">

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

@@ -1,7 +1,7 @@
 @extends('web.layouts.master')
 @section('content') 
-        <section class="bg-half-170 d-table w-100" style="background-color: #efefef;">
-            <div class="container mt-5 pt-4 mb-4">
+        <section class="bg-half-170 d-table w-100" style="background-color: #efefef; height: 100vh;">
+            <div class="container mt-5 pt-4" style="padding: 10px 20px 0px 20px;">
                 <div class="col-md-12">
                     <div class="card p-2 rounded border-0" style="background-color: #16183f1c; color: #141639c4;">
                         <div class="col-md-12">

+ 3 - 3
resources/views/login-v2.blade.php

@@ -129,7 +129,7 @@
             <div class="container-fluid">
                 <div class="col-md-12">
                     <div class="row">
-                        <div class="col-md-8 bg-left">
+                        <div class="col-md-8 bg-left" style="height: 100vh;">
                             <div>
                                 <h2 class="ps-4 mt-4 head-line">Effortlessly manage your student research proposals</h2>
                                 <h2 class="ps-4 sub-line1">Say goodbye to overwhelming emails from doctoral applicants and hello to streamlined research proposal management with this effective free tool!</h2>
@@ -141,7 +141,7 @@
                                                 <div class="d-flex client-testi m-2">
                                                     <div class="flex-1 p-3 rounded bg-white position-relative">
                                                         <h5 class="box-head">Centralized proposal management</h5>
-                                                        <p class="box-sub"> It offers a centralized platform to manage all proposals from doctoral applicants in one place, eliminating the need for supervisors to keep track of multiple emails or documents.</p>
+                                                        <p class="box-sub">  It offers a centralized platform to manage all proposals from doctoral applicants in one place, eliminating the need for supervisors to keep track of multiple emails or documents.</p>
                                                     </div>
                                                 </div>
                                             </div>
@@ -225,7 +225,7 @@
                                                 <div class="mb-3">
                                                     <label class="form-label"></label>
                                                     <div class="form-icon position-relative">
-                                                        <input type="email" class="form-control" placeholder="Email" name="email" required="">
+                                                        <input type="email" class="form-control" placeholder="Email" name="email" required="" placeholder="Email Address">
                                                     </div>
                                                 </div>
                                             </div>

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

@@ -1,7 +1,7 @@
 @extends('web.layouts.master')
 @section('content')     
         <!-- Hero Start -->
-        <section class="bg-half-170 d-table w-100 it-home mt-5" style="background-color: #efefef; height:600px;">
+        <section class="bg-half-170 d-table w-100 it-home mt-5" style="background-color: #efefef; height: 100vh;">
             <div class="container">
                <div class="row">
                     <div class="col-md-12 mt-4 mb-3">
@@ -104,6 +104,7 @@
                                                             </div>
                                                         </div>  
                                                         <div class="col-md-12 mb-1">
+                                                        @if(count($proposal)>0)
                                                             <div style="width: 96%; margin-left: 20px;">
                                                                 @foreach($proposal as $key=>$row)    
                                                                     <div class="single_ad_pref_item2">
@@ -145,6 +146,11 @@
                                                                     </div>
                                                                 @endforeach   
                                                             </div>
+                                                            @else
+                                                            <div class="alert  mt-1 mb-3" style="border-color: #e9f0f3; font-size: 12px !important; color: #dc3545; border-radius: 30px; padding: 8px 15px;">
+                                                                <span>No Proposal available.</span>
+                                                            </div> 
+                                                            @endif
                                                         </div>  
                                                             <!-- proposal Edit -->
                                                         <div class="col-md-12 mb-4 mt-4">
@@ -427,10 +433,10 @@
                                                                        </td> 
                                                                         <td style="font-size: 11px;">{{$row->result}}
                                                                             <div class="right">
-                                                                                <span style="font-weight: 400; font-size: 12px;">PYear: {{$row->passing_year}}</span>
+                                                                                <span style="font-weight: 400; font-size: 12px;">Passing Year : {{$row->passing_year}}</span>
                                                                             </div>
                                                                         </td>
-                                                                        <td style="font-size: 11px;">{{date("d M, Y", strtotime($row->start_date)).'-'.date("d M, Y", strtotime($row->end_date))}}</td>
+                                                                        <td style="font-size: 11px;">{{date("d M, Y", strtotime($row->start_date)).' - '.date("d M, Y", strtotime($row->end_date))}}</td>
                                                                           <td class="text-center" style="width: 75px;">
                                                                                 <div class="icon_bar" style="border: none;"> 
                                                                                     @if(profile_permission($row->student_id))                                                                                             

+ 1 - 1
resources/views/register-v2.blade.php

@@ -119,7 +119,7 @@
 <section>
 <div class="container-fluid">
     <div class="row">
-              <div class="col-md-8 bg-left">
+              <div class="col-md-8 bg-left" style="height: 100vh;">
                     <div class="content">
                             <h2 class="ps-4 mt-5 pt-4 sub-line1" style="margin-bottom:0px !important;">Save Time and Stay Organized</h2>
                             <h3 class="ps-4 head-line">Discover the hassle-free solution to manage proposals from your doctoral applicants</h3>

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

@@ -627,59 +627,7 @@ tbody, td, tfoot, th, thead, tr {
 
                     <div class="tab-pane fade bg-white p-2 rounded shadow" id="explore" role="tabpanel" aria-labelledby="explores"  style="height:100%;">
                         <div class="col-md-12">
-                            <h6>Explore</h6>
-                            <div class="table-responsive">
-                                <table class="table table-bordered list_table">
-                                    <thead>
-                                        <tr>
-                                            <th>Institution</th>
-                                            <th>Subject</th>
-                                            <th>Result</th>
-                                            <th>Method</th>
-                                            <th>PYear</th>
-                                            <th>Country</th>
-                                        </tr>
-                                    </thead>
-                                    <tbody>
-                                        <tr>
-                                            <td>
-                                                <div class="institute_info">
-                                                    <div class="left">
-                                                        <i class="fa fa-university" style="padding: 7px;"></i>
-                                                    </div>
-                                                    <div class="right">
-                                                        <span class="main_title" style="font-size: 11px;">BSC</span>
-                                                    </div>
-                                                </div>
-                                            </td>
-                                            <td style="font-size: 11px;">test</td>
-                                            <td style="font-size: 11px;">test</td>
-                                            <td style="font-size: 11px;">test</td>
-                                            <td style="font-size: 11px;">test</td>
-                                            <td style="font-size: 11px;">test</td>
-                                        </tr>
-                                    </tbody>
-                                    <tbody>
-                                        <tr>
-                                            <td>
-                                                <div class="institute_info">
-                                                    <div class="left">
-                                                        <i class="fa fa-university" style="padding: 7px;"></i>
-                                                    </div>
-                                                    <div class="right">
-                                                        <span class="main_title" style="font-size: 11px;">MSC</span>
-                                                    </div>
-                                                </div>
-                                            </td>
-                                            <td style="font-size: 11px;">test</td>
-                                            <td style="font-size: 11px;">test</td>
-                                            <td style="font-size: 11px;">test</td>
-                                            <td style="font-size: 11px;">test</td>
-                                            <td style="font-size: 11px;">test</td>
-                                        </tr>
-                                    </tbody>
-                                </table>
-                            </div>
+                            <h1 class="p-5" style="text-align: center;">Coming Soon...</h1>
                         </div><!--end col-->
 
                         <!-- Account -->

+ 6 - 4
resources/views/web/layouts/header.blade.php

@@ -30,11 +30,12 @@
             </div>
         </div>
     </div>
-    <div class="container-fluid" style="padding: 0px;">
-        <div id="navigation" style="border-top: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; background-color: #141639c4;">
+    <div style="border-top: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; background-color: #141639c4;">
+    <div class="container">
+        <div id="navigation" >
             <!-- Navigation Menu-->   
-            <ul class="navigation-menu" style="margin-top: 15px; margin-bottom: -14px; margin-left: 14rem;">
-                <li><a href="{{ url('/home') }}" class="sub-menu-item active" style="margin-top: -2rem; margin-left: -1.4rem;">Home</a></li>
+            <ul class="navigation-menu" style="margin-top: 15px; margin-bottom: -14px; ">
+                <li><a href="{{ url('/home') }}" class="sub-menu-item active" style="margin-top: -2rem;">Home</a></li>
                 <li class="has-submenu parent-parent-menu-item">
                     <a href="{{ url('application') }}" class="sub-menu-item" style="margin-top: -2rem;">Application</a>
                 </li>
@@ -49,4 +50,5 @@
             </ul><!--end navigation menu-->
         </div><!--end navigation-->
     </div><!--end container-->
+    </div>
 </header>