瀏覽代碼

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

Mostafijur Rahman 1 年之前
父節點
當前提交
d722cbf08a

二進制
public/web/images/01.jpg


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

@@ -100,6 +100,7 @@
         font-size: 18px !important; 
         font-weight: 400; 
         color:#ffff !important;
+        font-family: poppins !important; 
     }
     .sub-line2{
         font-size: 17px !important; 
@@ -135,8 +136,7 @@
                         <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>
+                            <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 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.</p>
 
                         </div>
                     </div>   

+ 3 - 3
resources/views/email/teacher_invited_email.blade.php

@@ -89,11 +89,11 @@
                                 <p class="mt-2"> The tool also allows you to review, request further information or documents, reject, or express your interest in each proposal so they can submit a formal application, all while keeping the applicant notified in real-time.</p>
                                 <p class="mt-2"> The best part? Many faculties across the world are already using this tool, and it has been proven to be effective in streamlining the application process for doctoral applicants.</p>
                                 <p class="mt-2"> At this point, registration is by invitation only, and we would like to extend an invitation to you to explore the many features that this tool offers. Your data will be 100% secure and will not be accessible or shared with any third party.</p>
-                                <p class="mt-2"> To get started, please follow the link below to create your account and begin exploring the system's features.</p>
-                                <a href="{{ url('register-v2/'.$hashids->encode($teacher_id)) }}"> click here</a>
+                                <p class="mt-2" style="font-weight: bolder !important;"> To get started, please follow the link below to create your account and begin exploring the system's features.</p>
+                                <a href="{{ url('register-v2/'.$hashids->encode($teacher_id)) }}" style="font-weight: bolder !important;"> click here</a>
                                 <p class="mt-2"> Thank you for your time, and we hope you find this tool as helpful as we have.</p>
                                 <p class="mt-2" style="margin: 0px;">Best regards,</p>
-                                <h4> Research Admission  </h4>
+                                <h4 style="font-weight: 300 !important;"> Research Admission  </h4>
                                     <div style="border-top: 1px solid #eee;">
                                     <p class="mt-3 tmail" style="font-style: italic;">This email was sent to example@gmail.com</p>
                                 </div>

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

@@ -2,7 +2,7 @@
     <html lang="en">
         <head>
             <meta charset="utf-8" />
-            <title>Research Admission</title>
+            <title>Supervisor's Login - 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="" />
@@ -51,30 +51,184 @@
             <link rel="stylesheet" href="{{ asset('css/pnotify/pnotify.min.css') }}">
             <link href="{{ asset('css/noty/lib/noty.css') }}" rel="stylesheet" type="text/css">
        </head>
-       <body>
-            <section style="background-color: #141639c4;">
-                <div class="container mt-5 mb-5">
-                    <div class="col-md-12">
-                        <div class="row">
-                            <h1>Lorem ipsum dolor sit amet consectetur adipisicing elit. Dignissimos, ducimus.</h1>
-                            
-                        </div><!--end row-->
-                    </div>
-                </div> <!--end container-->
-            </section><!--end section-->
-
-
-
-
+       <style>
 
+            body {
+                font-family: 'Poppins', sans-serif;
+                font-family: 'Poppins', sans-serif;
+            }
+            h1, h2, h3, h4, h6 {
+                font-family: 'Poppins', sans-serif;
+            }
+            h5{
+                font-family: 'Montserrat Alternates', sans-serif !important;
+            }
+            .bg-half-170 {
+            padding:0px;
+            }
+            .form-control:focus {
+                box-shadow: 0 0 0 0.25rem #8492a61f !important;
+                border-color: #8492a61f !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:#191e38;
+                border:none;
+                padding:8rem;
+            }
+            .bg-left .head-line{
+                font-size: 39px !important;
+                font-weight: bold;
+                line-height: 1.2;
+                color:#ffff;
+            }
+            .sub-line1{
+                font-size: 18px !important;
+                font-weight: 400;
+                font-family: poppins !important;
+                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;
+            }
+            .d-flex{
+                display: grid !important;
+            }
+            .box-white{
+                border: 1px solid #ffff;
+                color: white;
+            }
+            .text-muted{
+                color: white !important;
+            }
+            .master-link.secondary {
+                padding: 1em 0.75em;
+            }
+            .master-link.secondary:hover {
+                color: #fff;
+                background-color: rgba(235,232,227,.1);
+                clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.1em), calc(100% - 1.1em) 100%, 0 100%);
+            }
+       </style>
+        <section class="cover-user" style="background-color:#191e38; padding: 6rem;">
+            <div class="container-fluid px-0">
+                <div class="row g-0 position-relative">
+                    <div class="col-lg-5 padding-less ms-5 ps-2">
+                        <div class="container mt-100 mt-60">
+                            <div class="row justify-content-center">
+                                <div class="col-12 text-center">
+                                    <div class="section-title mb-4 pb-2">
+                                        <h1 style="color: #ebe8e3; font-size: 40px !important; font-weight: 500 !important;">Our Valuable Clients</h1>
+                                    </div>
+                                </div><!--end col-->
+                            </div><!--end row-->
 
+                            <div class="row justify-content-center">
+                                <div class="col-lg-12 mt-4 cover-user-img" style="padding: 0px;">
+                                    <div class="tiny-single-item">
+                                        <div class="tiny-slide">
+                                            <div class="d-flex m-2">
+                                              
+                                                <div class="flex-1 content p-3 shadow rounded box-white position-relative">
+                                                    <img src="web/images/01.jpg" class="avatar avatar-small client-image rounded shadow" alt="">
+                                                    <p class="text-muted mt-2">" It seems that only fragments of the original text remain in the Lorem Ipsum texts used today. "</p>
+                                                    <h6 style="color: #e0cfb5;">- Thomas Israel <small class="text-muted">C.E.O</small></h6>
+                                                </div>
+                                            </div>
+                                        </div>
+                                        
+                                        <div class="tiny-slide">
+                                            <div class="d-flex m-2"> 
+                                                <div class="flex-1 content p-3 shadow rounded box-white position-relative">
+                                                    <img src="web/images/01.jpg" class="avatar avatar-small client-image rounded shadow" alt="">
+                                                    <p class="text-muted mt-2">" One disadvantage of Lorum Ipsum is that in Latin certain letters appear more frequently than others. "</p>
+                                                    <h6 style="color: #e0cfb5;">- Barbara McIntosh <small class="text-muted">M.D</small></h6>
+                                                </div>
+                                            </div>
+                                        </div>
 
+                                        <div class="tiny-slide">
+                                            <div class="d-flex m-2">
+                                                <div class="flex-1 content p-3 shadow rounded box-white position-relative">
+                                                    <img src="web/images/01.jpg" class="avatar avatar-small client-image rounded shadow" alt="">
+                                                    <p class="text-muted mt-2">" The most well-known dummy text is the 'Lorem Ipsum', which is said to have originated in the 16th century. "</p>
+                                                    <h6 style="color: #e0cfb5;">- Carl Oliver <small class="text-muted">P.A</small></h6>
+                                                </div>
+                                            </div>
+                                        </div>
 
-
-
-
-         <!-- javascript -->
-         <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
+                                        <div class="tiny-slide">
+                                            <div class="d-flex m-2">
+                                                <div class="flex-1 content p-3 shadow rounded box-white position-relative">
+                                                    <img src="web/images/01.jpg" class="avatar avatar-small client-image rounded shadow" alt="">
+                                                    <p class="text-muted mt-2">" According to most sources, Lorum Ipsum can be traced back to a text composed by Cicero. "</p>
+                                                    <h6 style="color: #e0cfb5;">- Christa Smith <small class="text-muted">Manager</small></h6>
+                                                </div>
+                                            </div>
+                                        </div>
+                                    </div>
+                                </div><!--end col-->
+                            </div><!--end row-->
+                        </div><!--end container-->
+                    </div>   
+                    <div class="col-lg-5 cover-my-30 ms-5 ps-5">
+                        <div class="row">
+                            <div class="col-12">
+                                <div class="border-0" style="z-index: 1;">
+                                    <div class="card-body" style="padding: 0px;">
+                                    <h1 style="line-height: 1.1 !important; color: #ebe8e3; font-size: 65px !important; font-weight: 500 !important;">Save Time</h1>
+                                    <span style="line-height: 1.1 !important; color: #e0cfb5; font-size: 65px !important; font-weight: 500 !important;">Stay Organized</span>
+                                    <p class="mt-5" style="color:#ebe8e3; font-weight: 100 !important;">
+                                        <!-- <strong style="font-weight: 600 !important;">‘Recruiting Our Way’</strong> -->
+                                        If you are feeling overwhelmed by the abundance of proposals from doctoral applicants flooding your inbox.</p>  
+                                        <p style="color:#ebe8e3; font-weight: 100 !important;"> With our effortless proposal management solution, 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>
+                                    
+                                        <p class="mt-5" style="color: white;">Try it today and see the difference </p>
+                                        <p class="mt-5" style="color: white;"><a href="" class="master-link secondary"><strong style="font-weight: bolder !important; color: white;">Register Your Interest <i class="fa fa-arrow-right fea icon-sm"></i> </strong> </a></p>
+                                   
+                                    </div>
+                                </div>
+                            </div><!--end col-->
+                        </div><!--end row-->
+                    </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 -->
         <script src="{{asset('web/js/tobii.min.js')}}"></script>
         <!-- SLIDER -->
@@ -87,4 +241,4 @@
         <script src="{{ asset('css/pnotify/pnotify.js') }}"></script>
         <script src="{{ asset('css/noty/lib/noty.min.js') }}"></script>
         </body>
-  </html>
+  </html>

+ 9 - 4
resources/views/teacher_profile.blade.php

@@ -142,6 +142,11 @@ tbody, td, tfoot, th, thead, tr {
     background: #16183f69;
     font-size: 15px!important;
 }
+.change_pass_btn:hover {
+    color: #ff7f00;
+    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
+    border: 1px solid #ff7f00 !important;
+}
 .icon_bar {
     width: fit-content;
     overflow: auto;
@@ -336,14 +341,14 @@ tbody, td, tfoot, th, thead, tr {
                             </div>
                             <div class="col-md-6" style="display: flex; justify-content: end;">
                                 <div >
-                                    <div style="border: 1px solid #e2e9ff;width: auto; border-radius: 10px; display: flex; height: 68%; margin-top: 6px;">
+                                    <div style="border: 1px solid #e2e9ff; width: auto; border-radius: 10px; display: flex; height: 60%; margin-top: 11px;">
                                         @if(\Auth::guard('teacher')->user()->is_available ==0)
-                                            <p class="form-check-label mt-1 pt-2 ms-2" style="font-size: 11px;">I'm not available</p>
+                                            <p class="form-check-label ms-2" style="font-size: 11px; margin-top: 9px;">Not Available for Supervision</p>
                                         @endif
-                                        <div class="form-check form-switch mt-1 pt-1 ms-3" id="">
+                                        <div class="form-check form-switch ms-3" id="" style="margin-top: 6px;">
                                             <input class="form-check-input teacher_is_available" type="checkbox" name="is_available" value="" @if(\Auth::guard('teacher')->user()->is_available ==1) checked @endif>
                                             @if(\Auth::guard('teacher')->user()->is_available ==1)
-                                            <label class="form-check-label" for="" style="font-size: 11px; margin-top: -1px; margin-right: 9px;">I'm available</label>
+                                            <label class="form-check-label" for="" style="font-size: 11px; margin-top: -1px; margin-right: 9px;">Available for Supervision </label>
                                             @endif
                                         </div>
                                     </div>