Browse Source

Student login register modified

Mostafijur Rahman 1 year ago
parent
commit
b4dd7c72b8

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

@@ -19,8 +19,8 @@
             <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>
+                <i class="fa fa-edit"></i>
+                <i class="fa fa-trash ms-1"></i>
             </td>
         </tr>
         @endforeach

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

@@ -1,9 +1,9 @@
 @extends('web.layouts.master')
 @section('content') 
         <section class="bg-half-170 d-table w-100" style="background-color: #efefef; height:100vh; padding:121px 0px 5px;">
-            <div class="container">
+            <div class="container mb-2">
                 <div class="row align-items-center p-3">
-                    <div class="col-md-12 mt-2">
+                    <div class="col-md-12">
                         <div class="row">
                             <div class="col-md-10" style="width:83%;">
                                 <div class="content_header ml-0">

+ 255 - 0
resources/views/auth/login.blade - Copy.php

@@ -0,0 +1,255 @@
+<!DOCTYPE html>
+    <html lang="en">
+        <head>
+            <meta charset="utf-8" />
+            <title>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">
+            
+             <!-- 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 rel="stylesheet" href="{{asset('web/css/datepicker.min.css')}}">
+            <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=Ubuntu:wght@700&display=swap" rel="stylesheet">
+       </head>
+       <style>
+            body {
+                font-family: 'Oswald', sans-serif;
+                font-family: 'Quicksand', sans-serif;
+            }
+            h1, h2, h3, h4, h6 {
+                font-family:Ubuntu !important;
+            }
+            h5{
+                font-family: 'Montserrat Alternates', sans-serif !important;
+            }
+            .bg-half-170 {
+                padding:0px;
+            }
+            .form-control:focus {
+                box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
+            }
+            .btn1{
+                background-color: #141639c4 !important; 
+                color:white !important; 
+                border-radius: 20px; 
+                box-shadow:none !important;
+            }
+            .btn1:hover{
+                background: #fff !important;
+                color: #141639c4 !important;
+                border-radius: 20px;
+                border: 1px solid #141639c4;
+            }
+            .tns-nav button {
+                background: #141639c4 !important;
+            }
+            .tns-nav button.tns-nav-active{
+                background-color: #ffff !important; 
+            }
+            .bg-left{
+                background-color:#141639c4;
+                border:none; 
+                padding:8.37rem;
+            }
+            .head-line{
+                font-size: 39px !important; 
+                font-weight: bold; 
+                line-height: 1.2;
+                color:#ffff;
+            }
+            .sub-line1{
+                font-size: 18px !important; 
+                font-weight: 400; 
+                color:#ffff !important;
+            }
+            .sub-line2{
+                font-size: 17px !important; 
+                font-weight: bold; 
+                font-family: poppins !important; 
+                color:#ffff !important;
+            }
+            .bg-white{
+                background-color: #72809f33 !important; 
+                height: 160px; 
+                border: 1px solid #ffff;
+            }
+            .box-head{
+                font-size:15px !important;
+                color:#ffff;
+            }
+            .box-sub{
+                font-size:14px; 
+                color:#ffff;
+            }
+       </style>
+            <section>
+                <div class="container-fluid">
+                    <div class="col-md-12">
+                        <div class="row">
+                            <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>
+                                    <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">
+                                            <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">Time-saving</h5>
+                                                            <p class="box-sub">Save your time by submitting your proposal to multiple supervisors with just a few clicks. This means you don't have to spend hours searching for and contacting potential supervisors individually.</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">User-friendly</h5>
+                                                            <p class="box-sub">The platform is designed to be user-friendly, making it easy for anyone to navigate and use. You don't need to be tech-savvy to use the platform, and you can get started with just a few simple steps.</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 updates</h5>
+                                                            <p class="box-sub">The platform provides real-time updates on the status of your application, so you don't have to constantly follow up with 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">Wide network</h5>
+                                                            <p class="box-sub">The platform has a wide network of potential supervisors, which means you have access to a large pool of experts in your field. This increases your chances of finding the right supervisor.</p>
+                                                        </div>
+                                                    </div>
+                                                </div>
+                                            </div>
+                                        </div><!--end col-->
+                                    </div><!--end row-->
+                                </div>
+                            </div>
+                                <div class="col-md-4 mt-4 mt-sm-0 pt-sm-0 align-items-center" style="padding:0px;">
+                                    <div class="card border-0" >
+                                        <div class="card-body" style="height:648px;">
+                                                <h6 class="mt-5 pt-5" style="color: #141639c4; margin-top:7.5rem !important;">Please log-in to your account</h6> 
+                                            <form method="POST" action="{{ route('login') }}">
+                                                    @csrf
+                                                    @if ($message = Session::get('error'))
+                                                    <div class="row">
+                                                        <div class="col-md-12">
+                                                            <div class="alert alert-danger">
+                                                            {{@$message}}
+                                                            </div>
+                                                        </div>
+                                                    </div>
+                                                @endif
+
+                                                    <div class="row">
+                                                        <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 placeholder="Email Address">
+
+                                                            @error('email')
+                                                                <span class="invalid-feedback" role="alert">
+                                                                    <strong>{{ $message }}</strong>
+                                                                </span>
+                                                            @enderror
+                                                        </div>
+                                                    </div>
+
+                                                    <div class="row mb-3">
+                                                        <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" placeholder="Password">
+
+                                                            @error('password')
+                                                                <span class="invalid-feedback" role="alert">
+                                                                    <strong>{{ $message }}</strong>
+                                                                </span>
+                                                            @enderror
+                                                        </div>
+                                                    </div>
+
+                                                    <div class="row mb-0">
+                                                        <div class="col-md-12">
+                                                            <button type="submit" class="btn btn1" style="width:100% !important;">
+                                                                {{ __('Login') }}
+                                                            </button>
+
+                                                            <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>                        
+                                        </div>
+                                 </div>
+                            </div><!--end col-->
+                        </div><!--end row-->
+                    </div>
+                </div> <!--end container-->
+            </section><!--end section-->
+       <!-- 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>
+        </body>
+  </html>

+ 65 - 56
resources/views/auth/login.blade.php

@@ -126,64 +126,71 @@
                 font-size:14px; 
                 color:#ffff;
             }
+            .d-flex{
+                display: grid !important;
+            }
        </style>
-            <section>
-                <div class="container-fluid">
-                    <div class="col-md-12">
-                        <div class="row">
-                            <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>
-                                    <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">
-                                            <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">Time-saving</h5>
-                                                            <p class="box-sub">Save your time by submitting your proposal to multiple supervisors with just a few clicks. This means you don't have to spend hours searching for and contacting potential supervisors individually.</p>
-                                                        </div>
-                                                    </div>
+       <section class="cover-user">
+            <div class="container-fluid px-0">
+                <div class="row g-0 position-relative">
+                    <div class="col-lg-8 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>
+                            <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">
+                                    <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">Time-saving</h5>
+                                                    <p class="box-sub">Save your time by submitting your proposal to multiple supervisors with just a few clicks. This means you don't have to spend hours searching for and contacting potential supervisors individually.</p>
                                                 </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">User-friendly</h5>
-                                                            <p class="box-sub">The platform is designed to be user-friendly, making it easy for anyone to navigate and use. You don't need to be tech-savvy to use the platform, and you can get started with just a few simple steps.</p>
-                                                        </div>
-                                                    </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">User-friendly</h5>
+                                                    <p class="box-sub">The platform is designed to be user-friendly, making it easy for anyone to navigate and use. You don't need to be tech-savvy to use the platform, and you can get started with just a few simple steps.</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 updates</h5>
-                                                            <p class="box-sub">The platform provides real-time updates on the status of your application, so you don't have to constantly follow up with supervisors.</p>
-                                                        </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 updates</h5>
+                                                    <p class="box-sub">The platform provides real-time updates on the status of your application, so you don't have to constantly follow up with 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">Wide network</h5>
-                                                            <p class="box-sub">The platform has a wide network of potential supervisors, which means you have access to a large pool of experts in your field. This increases your chances of finding the right supervisor.</p>
-                                                        </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">Wide network</h5>
+                                                    <p class="box-sub">The platform has a wide network of potential supervisors, which means you have access to a large pool of experts in your field. This increases your chances of finding the right supervisor.</p>
                                                 </div>
                                             </div>
-                                        </div><!--end col-->
-                                    </div><!--end row-->
-                                </div>
-                            </div>
-                                <div class="col-md-4 mt-4 mt-sm-0 pt-sm-0" style="padding:0px;">
-                                    <div class="card border-0" >
-                                        <div class="card-body" style="height:648px;">
-                                                <h6 class="mt-5 pt-5" style="color: #141639c4; margin-top:7.5rem !important;">Please log-in to your account</h6> 
+                                        </div>
+                                    </div>
+                                </div><!--end col-->
+                            </div><!--end row-->
+                        </div>
+                    </div>   
+                    <div class="col-lg-4 cover-my-30 ">
+                        <div class="cover-user-img d-flex align-items-center p-5" style="padding: 0px;">
+                            <div class="row">
+                                <div class="col-12">
+                                    <div class="card login-page border-0" style="z-index: 1">
+                                        <div class="card-body p-0">
+                                            <h6 class="card-title text-start" style="color: #141639c4;">Please log-in to your account</h6>  
                                             <form method="POST" action="{{ route('student-login') }}">
+
                                                     @csrf
                                                     @if ($message = Session::get('error'))
                                                     <div class="row">
@@ -242,14 +249,16 @@
                                                             <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>                        
+                                            </form>  
                                         </div>
-                                 </div>
-                            </div><!--end col-->
-                        </div><!--end row-->
-                    </div>
-                </div> <!--end container-->
-            </section><!--end section-->
+                                    </div>
+                                </div><!--end col-->
+                            </div><!--end row-->
+                        </div> <!-- end about detail -->
+                    </div> <!-- end col -->       
+                </div><!--end row-->
+            </div><!--end container fluid-->
+        </section><!--end section-->
        <!-- javascript -->
        <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
         <!-- tobii js -->

+ 160 - 137
resources/views/auth/register.blade.php

@@ -51,32 +51,44 @@
         <link href="{{ asset('css/flatpickr/dist/flatpickr.min.css') }}" rel="stylesheet" type="text/css">
     </head>
     <style>
-h1, h2, h3, h4, h6 {
-    font-family:Ubuntu !important;
-}
-h5{
-    font-family: 'Montserrat Alternates', sans-serif !important;
-}
-.form-control:focus {
-    box-shadow: 0 0 0 0.25rem #8492a61f !important;
-    border-color: #8492a61f !important;
-}
-.btn1{
-    background-color: #141639c4 !important; 
-    color:#ffff !important; 
-    border-radius: 20px; 
-    box-shadow:none !important;
-}
-.btn1:hover{
-    background: #ffff !important;
-    color: #141639c4 !important;
-    border-radius: 20px;
-    border: 1px solid #141639c4;
-}
-.bg-left{
+    body {
+        font-family: 'Oswald', sans-serif;
+        font-family: 'Quicksand', sans-serif;
+    }
+    h1, h2, h3, h4, h6 {
+        font-family:Ubuntu !important;
+    }
+    h5{
+        font-family: 'Montserrat Alternates', sans-serif !important;
+    }
+    .bg-half-170 {
+        padding:0px;
+    }
+    .form-control:focus {
+        box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
+    }
+    .btn1{
+        background-color: #141639c4 !important; 
+        color:white !important; 
+        border-radius: 20px; 
+        box-shadow:none !important;
+    }
+    .btn1:hover{
+        background: #fff !important;
+        color: #141639c4 !important;
+        border-radius: 20px;
+        border: 1px solid #141639c4;
+    }
+    .tns-nav button {
+        background: #141639c4 !important;
+    }
+    .tns-nav button.tns-nav-active{
+        background-color: #ffff !important; 
+    }
+    .bg-left{
         background-color:#141639c4;
         border:none; 
-        padding:5.46rem;
+        padding:8.37rem;
     }
     .head-line{
         font-size: 39px !important; 
@@ -88,11 +100,11 @@ h5{
         font-size: 18px !important; 
         font-weight: 400; 
         color:#ffff !important;
-        font-family:Poppins !important;
     }
     .sub-line2{
         font-size: 17px !important; 
         font-weight: bold; 
+        font-family: poppins !important; 
         color:#ffff !important;
     }
     .bg-white{
@@ -108,138 +120,149 @@ h5{
         font-size:14px; 
         color:#ffff;
     }
+    .d-flex{
+        display: grid !important;
+    }
     </style>
     <body>
         @php
            $countries=DB::table('countries')->get();
         @endphp
-<section>
-    <div class="container-fluid">
-        <div class="row">
-            <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>
-                    <p class="ps-4 mt-5 sub-line1" style="color:white; font-family: poppins !important;">With just a few clicks, you can submit your proposal to multiple supervisors, saving you hours of searching and contacting potential supervisors individually. Our user-friendly interface makes it easy for anyone to navigate and use, regardless of their technical skills. The platform provides real-time updates on the status of your application, so you don't have to constantly follow up with supervisors, giving you more time to focus on your research. </p>
-                    <h2 class="ps-4 mt-5 sub-line1" style="color:white; font-family: poppins !important;">Our wide network of potential supervisors means you have access to a large pool of experts in your field, increasing your chances of finding the right supervisor for your project.</h2>
-                </div>
-            </div>
-            <div class="col-md-4 mt-4 mt-sm-0 pt-sm-0">
-                <div class="card border-0">
-                    <div class="card-body">
-                        <div>
-                                @if(Session::has('success'))
-                                    <div class="alert alert-success">
-                                        {{Session::get('success')}}
-                                    </div>
-                                @endif
-                            </div>
-                            <h1 class="mb-4 pb-1 mt-2" style="color: #141639c4; font-size:48px !important;">Register, To Start</h1>
-                        <form method="POST" action="{{ route('student-register') }}">
-                            @csrf
-                            <input type="hidden" value="1" name="user_type">
-                            <div class="row mb-4">
-                                <div class="col-md-6">
-                                    <input type="text" class="form-control @error('givenname') is-invalid @enderror" name="givenname" value="{{ old('givenname') }}" required  autofocus placeholder="Given Name">
+        <section class="cover-user">
+            <div class="container-fluid px-0">
+                <div class="row g-0 position-relative">
+                    <div class="col-lg-8 padding-less bg-left">
+                        <div> 
+                            <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>
+                            <p class="ps-4 mt-5 sub-line1" style="color:white; font-family: poppins !important;">With just a few clicks, you can submit your proposal to multiple supervisors, saving you hours of searching and contacting potential supervisors individually. Our user-friendly interface makes it easy for anyone to navigate and use, regardless of their technical skills. The platform provides real-time updates on the status of your application, so you don't have to constantly follow up with supervisors, giving you more time to focus on your research. </p>
+                            <h2 class="ps-4 mt-5 sub-line1" style="color:white; font-family: poppins !important;">Our wide network of potential supervisors means you have access to a large pool of experts in your field, increasing your chances of finding the right supervisor for your project.</h2>
 
-                                    @error('name')
-                                        <span class="invalid-feedback" role="alert">
-                                            <strong>{{ $message }}</strong>
-                                        </span>
-                                    @enderror
-                                </div>
-                                <div class="col-md-6">
-                                    <input type="text" class="form-control @error('familyname') is-invalid @enderror" name="familyname" value="{{ old('familyname') }}" required  placeholder="Family Name">
+                        </div>
+                    </div>   
+                    <div class="col-lg-4 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 border-0">
+                                            <div class="card-body" style="padding: 0px;">
+                                                <div>
+                                                    @if(Session::has('success'))
+                                                        <div class="alert alert-success">
+                                                            {{Session::get('success')}}
+                                                        </div>
+                                                    @endif
+                                                </div>
+                                                    <h1 class="mb-4 pb-1 mt-2" style="color: #141639c4; font-size:48px !important;">Register, To Start</h1>
+                                                    <form method="POST" action="{{ route('student-register') }}">
+                                                    @csrf
+                                                    <input type="hidden" value="1" name="user_type">
+                                                    <div class="row mb-4">
+                                                        <div class="col-md-6">
+                                                            <input type="text" class="form-control @error('givenname') is-invalid @enderror" name="givenname" value="{{ old('givenname') }}" required  autofocus placeholder="Given Name">
 
-                                    @error('familyname')
-                                        <span class="invalid-feedback" role="alert">
-                                            <strong>{{ $message }}</strong>
-                                        </span>
-                                    @enderror
-                                </div>
-                            </div>
+                                                            @error('name')
+                                                                <span class="invalid-feedback" role="alert">
+                                                                    <strong>{{ $message }}</strong>
+                                                                </span>
+                                                            @enderror
+                                                        </div>
+                                                        <div class="col-md-6">
+                                                            <input type="text" class="form-control @error('familyname') is-invalid @enderror" name="familyname" value="{{ old('familyname') }}" required  placeholder="Family Name">
 
-                            <div class="row mb-4">
-                                <div class="col-md-12">
-                                    <input type="email" class="form-control @error('email') is-invalid @enderror" name="email" value="{{ old('email') }}" required placeholder="Email">
+                                                            @error('familyname')
+                                                                <span class="invalid-feedback" role="alert">
+                                                                    <strong>{{ $message }}</strong>
+                                                                </span>
+                                                            @enderror
+                                                        </div>
+                                                    </div>
 
-                                    @error('email')
-                                        <span class="invalid-feedback" role="alert">
-                                            <strong>{{ $message }}</strong>
-                                        </span>
-                                    @enderror
-                                </div>
-                            </div>
-                            
-                            <div class="row mb-4">
-                                <div class="col-md-12">
-                                        <select class="form-control" name="nationality">
-                                            <option>Nationality</option>
-                                            @foreach($countries as $item)
-                                                <option value="{{$item->id}}">{{$item->name}}</option>
-                                            @endforeach
-                                        </select>
-                                </div>
-                            </div>
+                                                    <div class="row mb-4">
+                                                        <div class="col-md-12">
+                                                            <input type="email" class="form-control @error('email') is-invalid @enderror" name="email" value="{{ old('email') }}" required placeholder="Email">
 
-                            <div class="row mb-3">
-                                <div class="col-md-12 back">
-                                    <div>
-                                        <!-- <label class="form-label">Date of Birth </label> -->
-                                        <input name="dob" type="text" class="form-control start" id="dob" placeholder="Select your Date of Birth" autocomplete="off">
-                                    </div>
-                                </div>
-                            </div>
+                                                            @error('email')
+                                                                <span class="invalid-feedback" role="alert">
+                                                                    <strong>{{ $message }}</strong>
+                                                                </span>
+                                                            @enderror
+                                                        </div>
+                                                    </div>
+                                                    
+                                                    <div class="row mb-4">
+                                                        <div class="col-md-12">
+                                                                <select class="form-control" name="nationality">
+                                                                    <option>Nationality</option>
+                                                                    @foreach($countries as $item)
+                                                                        <option value="{{$item->id}}">{{$item->name}}</option>
+                                                                    @endforeach
+                                                                </select>
+                                                        </div>
+                                                    </div>
 
-                            <div class="mb-3">
-                                <label class="form-label">Select Your Gender</label>
-                                <div class="form-check-inline ps-3">
-                                        <label class="form-check-label" for="radio1">
-                                            <input type="radio" class="form-check-input" name="optradio" value="male"> Male
-                                        </label>
-                                    </div>
-                                    <div class="form-check-inline">
-                                        <label class="form-check-label" for="radio2">
-                                            <input type="radio" class="form-check-input" name="optradio" value="female"> Female
-                                        </label>
-                                    </div>
-                                </div>
-                        
+                                                    <div class="row mb-3">
+                                                        <div class="col-md-12 back">
+                                                            <div>
+                                                                <input name="dob" type="text" class="form-control start" id="dob" placeholder="Select your Date of Birth" autocomplete="off">
+                                                            </div>
+                                                        </div>
+                                                    </div>
 
-                            <div class="row mb-4">
-                                <div class="col-md-12">
-                                    <input id="password" type="password" class="form-control @error('password') is-invalid @enderror" name="password" required autocomplete="new-password" placeholder="Set a password">
+                                                    <div class="mb-3">
+                                                        <label class="form-label">Select Your Gender</label>
+                                                        <div class="form-check-inline ps-3">
+                                                                <label class="form-check-label" for="radio1">
+                                                                    <input type="radio" class="form-check-input" name="optradio" value="male"> Male
+                                                                </label>
+                                                            </div>
+                                                            <div class="form-check-inline">
+                                                                <label class="form-check-label" for="radio2">
+                                                                    <input type="radio" class="form-check-input" name="optradio" value="female"> Female
+                                                                </label>
+                                                            </div>
+                                                        </div>
+                                                
 
-                                    @error('password')
-                                        <span class="invalid-feedback" role="alert">
-                                            <strong>{{ $message }}</strong>
-                                        </span>
-                                    @enderror
-                                </div>
-                            </div>
+                                                    <div class="row mb-4">
+                                                        <div class="col-md-12">
+                                                            <input id="password" type="password" class="form-control @error('password') is-invalid @enderror" name="password" required autocomplete="new-password" placeholder="Set a password">
 
-                            <div class="row mb-4">
-                                <div class="col-md-12">
-                                    <input id="password-confirm" type="password" class="form-control" name="password_confirmation" required autocomplete="new-password" placeholder="Confirm password">
-                                </div>
-                            </div>
+                                                            @error('password')
+                                                                <span class="invalid-feedback" role="alert">
+                                                                    <strong>{{ $message }}</strong>
+                                                                </span>
+                                                            @enderror
+                                                        </div>
+                                                    </div>
 
-                            <div class="row mb-0">
-                                <div class="col-md-12">
-                                    <button type="submit" class="btn btn1 pull-right">
-                                        {{ __('Submit') }}
-                                    </button>
+                                                    <div class="row mb-4">
+                                                        <div class="col-md-12">
+                                                            <input id="password-confirm" type="password" class="form-control" name="password_confirmation" required autocomplete="new-password" placeholder="Confirm password">
+                                                        </div>
+                                                    </div>
+
+                                                    <div class="row mb-0">
+                                                        <div class="col-md-12">
+                                                            <button type="submit" class="btn btn1 pull-right">
+                                                                {{ __('Submit') }}
+                                                            </button>
+                                                        </div>
+                                                    </div>
+                                                    <p class="text-center mt-2 pb-4"><span> Already registered ?</span><a href="{{ url('login') }}" class="ps-2"><span>Login Here</span></a></p>                       
+                                                </form>
+                                                </div>
+                                            </div>
+                                        </div>
+                                    </div>
                                 </div>
                             </div>
-                            <p class="text-center mt-2 pb-4"><span> Already registered ?</span><a href="{{ url('login') }}" class="ps-2"><span>Login Here</span></a></p>                       
-                        </form>
                         </div>
-                    </div>
+                    </div>       
                 </div>
             </div>
-        </div>
-    </div>
-</section>
+        </section>
 <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
       <!-- tobii js -->
       <script src="{{asset('web/js/tobii.min.js')}}"></script>

+ 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: 100vh;">
+        <section class="bg-half-170 d-table w-100" style="padding : 175px 0px 0px; height:94.2vh;">
             <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

@@ -16,7 +16,7 @@
                     </div>
                     <div class="row">
                         <div class="col-md-8 mt-4">
-                            <div class="card p-3 rounded border-0" style="background-color: white; height: 329px;">
+                            <div class="card p-3 rounded border-0" style="background-color: white; height: 350px;">
                                 <div class="col-md-12">
                                     <div class="container-fluid" style="padding:0px !important;">
                                         <div class="row">
@@ -41,7 +41,7 @@
                                 </div>
                             </div>
                         </div><!--end col-->
-                        <div class="col-md-3 mt-4" style="background-color:white; border-radius: 6px; width: 31.5%; margin-left: 8px;">
+                        <div class="col-md-3 mt-4" style="background-color:white; border-radius: 6px; width: 31.5%; margin-left: 8px; height: 350px;">
                             <div class="row p-2">
                                 <div class="col-md-12">
                                     <div class="mt-2 mb-2">

+ 105 - 101
resources/views/login-v2.blade.php

@@ -124,138 +124,142 @@
                 font-size:14px;
                 color:#ffff;
             }
+            .d-flex{
+                display: grid !important;
+            }
        </style>
-        <section>
-            <div class="container-fluid">
-                <div class="col-md-12">
-                    <div class="row">
-                        <div class="col-md-8 bg-left" style="height: 100vh;">
-                            <div>
-                                <h2 class="ps-4 mt-4 head-line">Effortlessly manage proposals from Doctoral candidates</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>
-                                <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">  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>
+        <section class="cover-user">
+            <div class="container-fluid px-0">
+                <div class="row g-0 position-relative">
+                    <div class="col-lg-8 padding-less bg-left">
+                        <div>
+                            <h2 class="ps-4 mt-4 head-line">Effortlessly manage proposals from Doctoral candidates</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>
+                            <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">  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>
 
-                                            <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 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 doctoral applicants, making it easier for them to submit proposals, while reducing the administrative burden on supervisors.</p>
-                                                    </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 doctoral applicants, 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 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 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 doctoral applicants on their proposals and outcomes.</p>
-                                                    </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 doctoral applicants on their proposals and outcomes.</p>
                                                 </div>
                                             </div>
                                         </div>
-                                    </div><!--end col-->
-                                </div><!--end row-->
+                                    </div>
+                                </div>
                             </div>
-                        </div><!--end col-->
-
-                        <div class="col-md-4 mt-4 mt-sm-0 pt-sm-0" style="padding:0px;">
-                            <div class="card shadow border-0" >
-                                <div class="card-body" style="height:648px;">
-                                <h6 class="mt-5 pt-5" style="color: white; margin-top:7.5rem !important;">Please log-in to your account</h6>
-                                    <form method="POST" action="{{ route('teacher-login') }}">
-                                        @csrf
-                                        @if ($message = Session::get('success'))
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <div class="alert alert-success">
-                                                    {{@$message}}
-                                                    </div>
-                                                </div>
-                                            </div>
-                                        @endif
-                                        @if ($message = Session::get('error'))
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <div class="alert alert-danger">
-                                                    {{@$message}}
+                        </div>
+                    </div>   
+                    <div class="col-lg-4 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;">
+                                             <h6 style="color: white;">Please log-in to your account</h6>
+                                            <form method="POST" action="{{ route('teacher-login') }}">
+                                                @csrf
+                                                @if ($message = Session::get('success'))
+                                                    <div class="row">
+                                                        <div class="col-md-12">
+                                                            <div class="alert alert-success">
+                                                            {{@$message}}
+                                                            </div>
+                                                        </div>
                                                     </div>
-                                                </div>
-                                            </div>
-                                        @endif
-                                        <div class="row">
-                                            <div class="col-md-12 back">
-                                                <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="" placeholder="Email Address">
+                                                @endif
+                                                @if ($message = Session::get('error'))
+                                                    <div class="row">
+                                                        <div class="col-md-12">
+                                                            <div class="alert alert-danger">
+                                                            {{@$message}}
+                                                            </div>
+                                                        </div>
                                                     </div>
-                                                </div>
-                                            </div>
-                                            <div class="col-lg-12 back" style="margin-top:-18px;">
+                                                @endif
+                                                <div class="row">
+                                                    <div class="col-md-12 back">
                                                         <div class="mb-3">
                                                             <label class="form-label"></label>
                                                             <div class="form-icon position-relative">
-                                                                <input type="password" name="password" class="form-control" placeholder="Password" required="">
+                                                                <input type="email" class="form-control" placeholder="Email" name="email" required="" placeholder="Email Address">
                                                             </div>
                                                         </div>
-                                                    </div><!--end col-->
+                                                    </div>
+                                                    <div class="col-lg-12 back" style="margin-top:-18px;">
+                                                                <div class="mb-3">
+                                                                    <label class="form-label"></label>
+                                                                    <div class="form-icon position-relative">
+                                                                        <input type="password" name="password" class="form-control" placeholder="Password" required="">
+                                                                    </div>
+                                                                </div>
+                                                            </div>
 
-                                            <div class="col-md-12">
-                                                <div class="mt-2">
-                                                     <button type="submit" class="btn btn1" style="width:100% !important;">
-                                                        {{ __('Login') }}
-                                                    </button>
+                                                    <div class="col-md-12">
+                                                        <div class="mt-2">
+                                                            <button type="submit" class="btn btn1" style="width:100% !important;">
+                                                                {{ __('Login') }}
+                                                            </button>
+                                                        </div>
+                                                    </div>
                                                 </div>
-                                            </div>
+                                            </form>
                                         </div>
-                                    </form>
-                                </div>
-                            </div>
-                        </div><!--end col-->
-                    </div><!--end row-->
-                </div>
-            </div> <!--end container-->
+                                    </div>
+                                </div><!--end col-->
+                            </div><!--end row-->
+                        </div> <!-- end about detail -->
+                    </div> <!-- end col -->       
+                </div><!--end row-->
+            </div><!--end container fluid-->
         </section><!--end section-->
-        <!-- Hero End -->
-
         <!-- javascript -->
         <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
         <!-- tobii js -->

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

@@ -986,7 +986,7 @@
                                                             </div>
                                                     </div>
                                                 </div><!--end row-->  
-                                                <div class="row align-items-center mt-4">
+                                                <div class="row align-items-center mt-4 mb-4 pb-2">
                                                         <div class="col-md-12" style="background: rgb(255, 255, 255);border-radius: 0.25rem;">
                                                             <div class="education">
                                                                 <i class="fa fa-align-center" style="padding: 7px;"></i>ENGLISH LANGUAGE PROFICIENCY

+ 129 - 121
resources/views/register-v2.blade.php

@@ -111,148 +111,156 @@
         font-size:14px; 
         color:#ffff;
     }
+    .d-flex{
+        display: grid !important;
+    }
     </style>
     <body>
         @php
            $countries=DB::table('countries')->get();
         @endphp
-<section>
-<div class="container-fluid">
-    <div class="row">
-              <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>
+        <section class="cover-user">
+            <div class="container-fluid px-0">
+                <div class="row g-0 position-relative">
+                    <div class="col-lg-8 padding-less bg-left">
+                        <div>
+                            <h2 class="ps-4 mt-5 pt-5 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>
                             <h2 class="ps-4 mt-5 pt-5 sub-line1" style="font-weight:bold !important;">Are you feeling overwhelmed by the abundance of proposals from doctoral applicants flooding your inbox? Say goodbye to the chaos and hello to a stress-free solution that saves you time and keeps you organized?</h2>
                             <p class="ps-4 mt-4" style="color:white; font-family: poppins !important;">Our free tool is here to help. With our effortless proposal management system, students can submit their proposals with ease, and you'll receive email notifications for each new submission. Say goodbye to the chaos and hello to a stress-free solution that saves you time and keeps you organized. </p>
                             <h2 class="ps-4 mt-4 sub-line1" style="font-weight:bold !important;">Try it today and see the difference it can make for you.</h2>
                         </div>
-                </div>
-        <div class="col-md-4 mt-2 mt-sm-0 pt-sm-0">
-            <div class="card border-0">
-                <div class="card-body">
-                       <div>
-                            @if(Session::has('success'))
-                                <div class="alert alert-success">
-                                    {{Session::get('success')}}
-                                </div>
-                            @endif
-                        </div> 
-                        <div>
-                             
-                            @if ($errors->any())
-                                <div class="alert alert-danger">
-                                    <ul>
-                                        @foreach ($errors->all() as $error)
-                                            <li>{{ $error }}</li>
-                                        @endforeach
-                                    </ul>
-                                </div>
-                            @endif
-                        </div>
-                        <h1 class="mb-4" style="color: #141639c4; font-size:48px !important;">Register, To Start</h1>
-                    <form method="POST" action="{{ route('teacher-register-v2') }}">
-                        @csrf
-                        <input type="hidden" value="2" name="user_type">
-                        <div class="row mb-3">
-                            <div class="col-md-6"> 
-                                <input type="text" class="form-control @error('firstname') is-invalid @enderror" name="firstname" value="{{ old('firstname') }}" required  autofocus placeholder="Given Name">
- 
-                                @error('firstname')
-                                    <div class="alert alert-danger">{{ $message }}</div>
-                                @enderror
-                            </div>
-                            <div class="col-md-6">
-                          
-                                <input type="text" class="form-control @error('lastname') is-invalid @enderror" name="lastname" value="{{ old('lastname') }}" required  placeholder="Family name">
+                    </div>   
+                    <div class="col-lg-4 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;">
+                                            <div>
+                                                @if(Session::has('success'))
+                                                    <div class="alert alert-success">
+                                                        {{Session::get('success')}}
+                                                    </div>
+                                                @endif
+                                            </div> 
+                                            <div>    
+                                                @if ($errors->any())
+                                                    <div class="alert alert-danger">
+                                                        <ul>
+                                                            @foreach ($errors->all() as $error)
+                                                                <li>{{ $error }}</li>
+                                                            @endforeach
+                                                        </ul>
+                                                    </div>
+                                                @endif
+                                            </div>
+                                                <h1 class="mb-4" style="color: #141639c4; font-size:48px !important;">Register, To Start</h1>
+                                            <form method="POST" action="{{ route('teacher-register-v2') }}">
+                                                @csrf
+                                                <input type="hidden" value="2" name="user_type">
+                                                <div class="row mb-3">
+                                                    <div class="col-md-6"> 
+                                                        <input type="text" class="form-control @error('firstname') is-invalid @enderror" name="firstname" value="{{ old('firstname') }}" required  autofocus placeholder="Given Name">
+                        
+                                                        @error('firstname')
+                                                            <div class="alert alert-danger">{{ $message }}</div>
+                                                        @enderror
+                                                    </div>
+                                                    <div class="col-md-6">
+                                                
+                                                        <input type="text" class="form-control @error('lastname') is-invalid @enderror" name="lastname" value="{{ old('lastname') }}" required  placeholder="Family name">
 
-                                @error('lastname')
-                                <div class="alert alert-danger">{{ $message }}</div>
-                                @enderror
-                            </div>
-                        </div>
+                                                        @error('lastname')
+                                                        <div class="alert alert-danger">{{ $message }}</div>
+                                                        @enderror
+                                                    </div>
+                                                </div>
 
-                        <div class="col-md-12 mb-3"> 
-                            <input type="email" class="form-control @error('email') is-invalid @enderror" name="email" value="{{ old('email') }}" required placeholder="Write your official e-mail">
+                                                <div class="col-md-12 mb-3"> 
+                                                    <input type="email" class="form-control @error('email') is-invalid @enderror" name="email" value="{{ old('email') }}" required placeholder="Write your official e-mail">
 
-                            @error('email')
-                            <div class="alert alert-danger">{{ $message }}</div>
-                            @enderror
-                        </div>            
+                                                    @error('email')
+                                                    <div class="alert alert-danger">{{ $message }}</div>
+                                                    @enderror
+                                                </div>            
 
-                        <div class="row mb-3">
-                            <div class="col-md-12"> 
-                                    <input  name="universityname" type="text" class="form-control" placeholder="University name">
-                            </div>
-                        </div>
+                                                <div class="row mb-3">
+                                                    <div class="col-md-12"> 
+                                                            <input  name="universityname" type="text" class="form-control" placeholder="University name">
+                                                    </div>
+                                                </div>
 
-                        <div class="col-md-12">
-                            <div class="mb-3"> 
-                                <select class="form-control" name="department" id="department">
-                                    <option selected disabled>Select department</option>
-                                    @foreach($departments as $row)
-                                        <option value="{{$row->id}}">{{$row->name}}</option>
-                                    @endforeach
-                                    <option value="">Others</option>
-                                </select>
-                            </div>
-                        </div>
+                                                <div class="col-md-12">
+                                                    <div class="mb-3"> 
+                                                        <select class="form-control" name="department" id="department">
+                                                            <option selected disabled>Select department</option>
+                                                            @foreach($departments as $row)
+                                                                <option value="{{$row->id}}">{{$row->name}}</option>
+                                                            @endforeach
+                                                            <option value="">Others</option>
+                                                        </select>
+                                                    </div>
+                                                </div>
 
-                        <div class="col-md-12 others_department" style="display:none;">
-                            <div class="mb-3"> 
-                                <div class="form-icon position-relative">
-                                    <input type="text" class="form-control" name="others_department" placeholder="Others department name">
-                                </div>
-                            </div>
-                        </div>
+                                                <div class="col-md-12 others_department" style="display:none;">
+                                                    <div class="mb-3"> 
+                                                        <div class="form-icon position-relative">
+                                                            <input type="text" class="form-control" name="others_department" placeholder="Others department name">
+                                                        </div>
+                                                    </div>
+                                                </div>
 
-                        <div class="col-md-12">
-                            <div class="mb-3"> 
-                                <div class="form-icon position-relative">
-                                    <input type="text" class="form-control" name="designation" placeholder="Please enter your designation here" required="" autocomplete="new-password">
-                                </div>
-                            </div>
-                        </div>
+                                                <div class="col-md-12">
+                                                    <div class="mb-3"> 
+                                                        <div class="form-icon position-relative">
+                                                            <input type="text" class="form-control" name="designation" placeholder="Please enter your designation here" required="" autocomplete="new-password">
+                                                        </div>
+                                                    </div>
+                                                </div>
 
-                        <div class="col-md-12">
-                            <div class="mb-3"> 
-                                <div class="form-icon position-relative">
-                                    <input type="website" class="form-control" name="universitywebsite" placeholder="website" required="">
-                                </div>
-                            </div>
-                        </div> 
-                         <div class="row mb-4">
-                            <div class="col-md-12">
-                                <input id="password" type="password" class="form-control @error('password') is-invalid @enderror" name="password" required autocomplete="new-password" placeholder="Set a password">
+                                                <div class="col-md-12">
+                                                    <div class="mb-3"> 
+                                                        <div class="form-icon position-relative">
+                                                            <input type="website" class="form-control" name="universitywebsite" placeholder="website" required="">
+                                                        </div>
+                                                    </div>
+                                                </div> 
+                                                <div class="row mb-4">
+                                                    <div class="col-md-12">
+                                                        <input id="password" type="password" class="form-control @error('password') is-invalid @enderror" name="password" required autocomplete="new-password" placeholder="Set a password">
 
-                                @error('password')
-                                <div class="alert alert-danger">{{ $message }}</div>
-                                @enderror
-                            </div>
-                        </div>
+                                                        @error('password')
+                                                        <div class="alert alert-danger">{{ $message }}</div>
+                                                        @enderror
+                                                    </div>
+                                                </div>
 
-                         <div class="row mb-4">
-                            <div class="col-md-12">
-                                <input id="password-confirm" type="password" class="form-control" name="password_confirmation" required autocomplete="new-password" placeholder="Confirm password">
-                            </div>
-                        </div> 
+                                                <div class="row mb-4">
+                                                    <div class="col-md-12">
+                                                        <input id="password-confirm" type="password" class="form-control" name="password_confirmation" required autocomplete="new-password" placeholder="Confirm password">
+                                                    </div>
+                                                </div> 
 
-                        <div class="row mb-3">
-                            <div class="col-md-12"> 
-                                <button type="submit" class="btn btn1 pull-right">
-                                    {{ __('Submit') }}
-                                </button>
-                            </div>
-                        </div>
-                        <p class="text-center pb-4" style="margin: 0px !important;"><span> Already registered ?</span><a href="{{ url('login-v2') }}" class="ps-2"><span>Login Here</span></a></p>                       
-                    </form>
-                    </div>
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-</section>
+                                                <div class="row mb-3">
+                                                    <div class="col-md-12"> 
+                                                        <button type="submit" class="btn btn1 pull-right">
+                                                            {{ __('Submit') }}
+                                                        </button>
+                                                    </div>
+                                                </div>
+                                                <p class="text-center pb-4" style="margin: 0px !important;"><span> Already registered ?</span><a href="{{ url('login-v2') }}" class="ps-2"><span>Login Here</span></a></p>                       
+                                            </form>
+                                            </div>
+                                         </div>
+                                    </div>
+                                </div><!--end col-->
+                            </div><!--end row-->
+                        </div> <!-- end about detail -->
+                    </div> <!-- end col -->       
+                </div><!--end row-->
+            </div><!--end container fluid-->
+        </section><!--end section-->
 <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
       <!-- tobii js -->
       <script src="{{asset('web/js/tobii.min.js')}}"></script>

+ 4 - 4
resources/views/title.blade.php

@@ -962,7 +962,7 @@ element.style {
                                         <div>
                                             <div class="single_glance_row mt-1">
                                                 <span class="title" style="font-size:11px; font-weight: 600;">Proposal Quality :</span>
-                                                <span class="tbl2 mb-2">
+                                                <span class="tbl2 mb-2" style="float: right;">
                                                     <i class="fa-solid fa-star"></i>
                                                     <i class="fa-solid fa-star"></i>
                                                     <i class="fa-solid fa-star"></i>
@@ -972,11 +972,11 @@ element.style {
                                             </div>
                                             <div class="single_glance_row mt-1">
                                                 <span class="title" style="font-size:11px; font-weight: 600;">Concept :</span>
-                                                <span style="font-size: 11px; color: #868e96;">Good</span>
+                                                <span style="font-size: 11px; color: #868e96; float: right;">Good</span>
                                             </div>
-                                            <div class="single_glance_row mt-1" style="display: flex;">
+                                            <div class="single_glance_row mt-1">
                                                     <span class="title" style="font-size:11px; font-weight: 600;">Status :</span>
-                                                <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
+                                                <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px; float: right;">
                                                     <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
                                                         Hold
                                                     </span>

+ 29 - 43
resources/views/web/layouts/footer.blade.php

@@ -1,46 +1,32 @@
-<!-- <footer class="footer" style="background-color: #16183f69;">
-            <div class="container">
-                <div class="row">
-                    <div class="col-md-4 mb-0 mb-md-4 pb-0 pb-md-2">
-                        <a href="#" class="logo-footer">
-                            <img src="images/logo-light.png" height="24" alt="">
-                        </a>
-                        <h5 class="text-light footer-head mt-5" style="font-weight:900;">Company</h5>
-                        <ul class="list-unstyled footer-list mt-4" style="color:white; font-weight:700;">
-                            <li> About us</a></li>
-                            <li> Services</a></li>
-                            <li>Team</a></li>
-                            <li>Pricing</a></li>
-                        </ul>
-                    </div>
-                    <div class="col-md-4 col-12 mt-5">
-                    <ul class="list-unstyled footer-list mt-5 pt-5" style="color:white; font-weight:700;">
-                            <li> Lorem, ipsum.</a></li>
-                            <li>Lorem, ipsum dolor.</a></li>
-                        </ul>
-                    </div>
-                    
-                    <div class="col-md-3 col-12 mt-4 pt-2">
-                    <h5 class="text-light footer-head mt-5" style="font-weight:900;">Company</h5>
-                        <ul class="list-unstyled footer-list mt-4" style="color:white; font-weight:700;">
-                            <li> About us</a></li>
-                            <li> Services</a></li>
-                            <li>Team</a></li>
-                            <li>Pricing</a></li>
-                        </ul>
-                    </div>
+<footer class="footer footer-bar" style="background-color:#16183f69; display: block;">
+    <div class="container text-center">
+        <div class="row align-items-center">
+            <div class="col-sm-12">
+                <div class="text-sm-center">
+                <p class="mb-0" style="color:white; margin-left: -2px; padding: 14px;">Copyright © <script>document.write(new Date().getFullYear())</script>
+                    Research Admission</p>
                 </div>
+            </div><!--end col-->
+        </div><!--end row-->
+    </div><!--end container-->
+</footer>
+<!-- <footer class="footer footer-bar mt-4" style="background-color:#16183f69; display: block; bottom: 65px !important;">
+    <div class="wrapper" id="sidebar" style="height: 100%; width: 100%; position: fixed; overflow-y: hidden; top: 65px;">
+        <div class="content" style="height: calc(100vh - 75px);">
+            <div class="sidebar-menu" style="padding-bottom: 110px; height: 100vh; overflow: auto;">
             </div>
-        </footer> -->
-        <footer class="footer footer-bar" style="background-color:#16183f69;">
-            <div class="container text-center">
-                <div class="row align-items-center">
-                    <div class="col-md-12">
-                        <div class="text-sm-start">
-                            <p class="mb-0" style="color:white; margin-left: -2px; padding: 14px;">Copyright © <script>document.write(new Date().getFullYear())</script>
-                            Research Admission</p>
+            <div class="sidebar-footer" style="display: block;bottom: 45px !important;">
+                <div style="background-color: #16183f69; border-radius: 0px !important;">
+                    <div class="row align-items-center">
+                        <div class="col-md-12">
+                            <div class="text-sm-center">
+                                <p class="mb-0" style="color:white; margin-left: -2px; padding: 14px;">Copyright © <script>document.write(new Date().getFullYear())</script>
+                                Research Admission</p>
+                            </div>
                         </div>
-                    </div><!--end col-->
-                </div><!--end row-->
-            </div><!--end container-->
-</footer>
+                    </div>
+                </div>
+            </div>
+        </div>
+    </div>
+</footer> -->

+ 26 - 0
resources/views/web/layouts/top.blade.php

@@ -648,6 +648,32 @@ element.style {
     border-radius: 6px; 
     padding: 8px 15px;
 }
+.sidebar-footer {
+    position: sticky;
+}
+.site-header {
+    position: fixed;
+    top: 0;
+    left: 0;
+    width: 100%;
+    height: auto;
+    max-height: 80px;
+    background: #fff;
+    padding: 0px 15px 0 0;
+    z-index: 80;
+}
+.wrapper .sidebar-menu ul li a {
+    display: inline-block;
+    width: 100%;
+    text-decoration: none;
+    position: relative;
+    padding:7px 15px 7px 20px;
+}
+.wrapper .sidebar-menu ul li:hover>a{
+    background-color: #141639c4 !important;
+    color:white;
+    border-radius: 0px !important
+}
 </style>
 @stack('css')
     </head>