Israat Zarin 2 년 전
부모
커밋
09df12d6a0

+ 118 - 0
resources/views/email/student_proposal_email.blade.php

@@ -0,0 +1,118 @@
+<!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">
+
+            <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">
+            <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=Montserrat+Alternates&display=swap" rel="stylesheet">
+            <link rel="stylesheet" href="{{ asset('css/pnotify/pnotify.min.css') }}">
+            <link href="{{ asset('css/noty/lib/noty.css') }}" rel="stylesheet" type="text/css">
+       </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;
+            }
+            .tmail{
+                color: #a7a7a7; 
+                text-align: center; 
+                margin: 0px;
+            }
+       </style>
+        <section>
+        <div class="container mt-5 mb-5">
+                <div class="col-md-12">
+                    <div class="row">
+                        <div class="col-md-1"></div>
+                        <div class="col-md-9">
+                            <div class="card rounded border-0 shadow p-5" style="background-color:white;">
+                                <h3 style="text-align: center; font-family:Ubuntu !important; color: #3c4858 !important; font-size: 30px !important;">Research Admission</h3>
+                                <p class="mt-5">Dear Applicant,</p>
+                                    <p class="mt-3">I hope this email finds you well. </p>
+                                    <p class="mt-2">I appreciate your initiative to contact me regarding your research admission interest. To proceed further, I would request you to please submit your research proposal using the following link</p>
+                                    <a href="">[insert link here]. </a>
+                                    <p class="mt-2">The portal will guide you through the submission process and provide you with all the necessary information required for your submission. It will provide you with real-time updates on the status of your proposal as well.</p>
+                                    <p class="mt-2">In case you face any issues during the submission process, please use my Account Reference Number (ARN) 123456 and submit your proposal. This will ensure that your proposal reaches to me without any delay or technical difficulty.</p>
+                                    <p class="mt-2">I am looking forward to reviewing your research proposal and I hope to hear from you soon. If you have any further questions, please do not hesitate to contact me.</p>
+                                    <p class="mt-2" style="margin: 0px;">Best regards,</p>
+                                    <h6>Teacher</h6>
+                                     <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>
+                                    <p class="mt-3 tmail" style="font-size: 12px;">Copyright © 2023 Research Admission</p>
+                            </div>
+                        </div>
+                    </div><!--end row-->
+                </div>
+            </div> <!--end container-->
+        </section><!--end section-->
+        <!-- Hero End -->
+
+        <!-- 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>
+        <script src="{{ asset('css/pnotify/pnotify.js') }}"></script>
+        <script src="{{ asset('css/noty/lib/noty.min.js') }}"></script>
+        </body>
+  </html>

+ 117 - 0
resources/views/email/teacher_proposal_email.blade.php

@@ -0,0 +1,117 @@
+<!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">
+
+            <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">
+            <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=Montserrat+Alternates&display=swap" rel="stylesheet">
+            <link rel="stylesheet" href="{{ asset('css/pnotify/pnotify.min.css') }}">
+            <link href="{{ asset('css/noty/lib/noty.css') }}" rel="stylesheet" type="text/css">
+       </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;
+            }
+            .tmail{
+                color: #a7a7a7; 
+                text-align: center; 
+                margin: 0px;
+            }
+       </style>
+        <section>
+            <div class="container mt-5 mb-5">
+                <div class="col-md-12">
+                    <div class="row">
+                        <div class="col-md-1"></div>
+                        <div class="col-md-9">
+                            <div class="card rounded border-0 shadow p-5" style="background-color:white;">
+                                <h3 style="text-align: center; font-family:Ubuntu !important; color: #3c4858 !important; font-size: 30px !important;">Research Admission</h3>
+                                <p class="mt-5">Dear [Teacher's Name],</p>
+                                <p class="mt-3">This is to notify you that a new proposal has been received and is awaiting your review from the following applicant: </p>
+                                <span>Student Name:</span>
+                                <span>Proposal Title:</span>
+                                <span>Submission Date: {date} {time} (teacher’s local time)</span>
+                                <p class="mt-2"> To access the proposal, please log in to your account and navigate to the application section.</p>
+                                <p class="mt-2" style="margin: 0px;">Best regards,</p>
+                                <h6>Research Admission Team</h6>
+                                    <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>
+                                <p class="mt-3 tmail" style="font-size: 12px;">Copyright © 2023 Research Admission</p>
+                            </div>
+                        </div>
+                    </div><!--end row-->
+                </div>
+            </div> <!--end container-->
+        </section><!--end section-->
+        <!-- Hero End -->
+
+        <!-- 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>
+        <script src="{{ asset('css/pnotify/pnotify.js') }}"></script>
+        <script src="{{ asset('css/noty/lib/noty.min.js') }}"></script>
+        </body>
+  </html>

+ 41 - 3
resources/views/modal_pages/change_password.blade.php

@@ -6,14 +6,52 @@
         width: 20px;
         margin-right: 5px;
     }
+    .btn1{
+    background-color: #141639c4 !important; 
+    color:white !important; 
+    border-radius: 20px; 
+    box-shadow:none !important;
+    }
+    .btn1:hover{
+        background: #ffff !important;
+        color: #141639c4 !important;
+        border-radius: 20px;
+        border: 1px solid #141639c4;
+    }
 </style>
 @section('main')
  
-    <div class="container mt-3" style="background-color: white; border-radius: 6px;">
+    <div class="container" style="background-color: white; border-radius: 6px;">
         <div class="row">
             <div class="co-md-12 p-3">
-                 test 
-                 
+                <form class="login-form">
+                    <div class="row">
+                        <div class="col-md-12">
+                            <div class="mb-3">
+                                <label class="form-label"></label>
+                                <div class="form-icon position-relative">
+                                    <input type="name" class="form-control" placeholder="Full Name" name="name" required="">
+                                </div>
+                            </div>
+                        </div>    
+                        <div class="col-lg-12" style="margin-top:-18px;">
+                            <div class="mb-3">
+                                <label class="form-label"></label>
+                                <div class="form-icon position-relative">
+                                    <input type="email" class="form-control" placeholder="Email Address" name="email" required="">
+                                </div>
+                            </div>
+                        </div><!--end col-->
+
+                        <div class="col-md-12">
+                            <div class="mt-2 text-center">
+                                <button type="submit" class="btn btn1" style="padding: 3px 18px;">
+                                    {{ __('Invite Now') }}
+                                </button>
+                            </div>
+                        </div>
+                    </div>
+                </form>  
             </div>
         </div> 
     </div>  

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

@@ -335,7 +335,7 @@ tbody, td, tfoot, th, thead, tr {
                                 </ul>
                                 <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
                                     <li class="nav-item dropdown dropdown-notification">
-                                        <a href="javascript:void(0)" class="open_modal_page" data-url="{{route('modal-get',['name'=>'change_password'])}}" data-title="Change Password">
+                                        <a href="javascript:void(0)" class="open_modal_page" data-url="{{route('modal-get',['name'=>'change_password'])}}" data-title="Wishlist">
                                             <i class="fa fa-shopping-bag change_pass_btn"></i>
                                         </a>
                                     </li>

+ 41 - 40
resources/views/title.blade.php

@@ -82,43 +82,7 @@ h1, h2, h3, h4, h5, h6 {
     letter-spacing: 1px;
     line-height: 68px;
 }
-.change_pass_btn {
-    margin-top: 0;
-    color: #ffff;
-    border: 1px solid #9f9fa169;
-    border-radius: 50%;
-    padding: 8px 8px;
-    margin-right: 0;
-    background: #16183f69;
-    font-size: 15px!important;
-}
-.icon_bar {
-    width: fit-content;
-    overflow: auto;
-    border-radius: 0.25rem;
-    padding: 2px 4px;
-    margin: 0 auto;
-    border: 0.5px solid #d8e2e7;
-}
-.icon_bar a {
-    text-align: center;
-    padding: 0;
-    color: #818084;
-    font-size: 16px;
-    margin: 0 3px;
-    border-bottom: none;
-    top: 0;
-}
-.label_badge_radius {
-    color: #2e1153;
-    border-radius: 20px;
-    padding: 1px 10px;
-    font-size: 10px;
-    line-height: 1.3;
-    letter-spacing: .2px;
-    font-weight: 600;
-    /* background-image: linear-gradient(to right, rgb(46 17 83 / 19%), rgb(245, 244, 253)); */
-}
+
 .form-control:focus {
     box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
 }
@@ -149,6 +113,16 @@ h1, h2, h3, h4, h5, h6 {
     border: 1px solid #d8e2e7;
     font-size: 11px;
 }
+.label_badge_radius {
+    color: #2e1153;
+    border-radius: 20px;
+    padding: 1px 10px;
+    font-size: 11px;
+    line-height: 1.3;
+    letter-spacing: .2px;
+    font-weight: 600;
+    background: rgb(255, 255, 255);
+}
 .body ul {
     list-style-type: none;
     padding-left: 0;
@@ -367,6 +341,16 @@ tbody, td, tfoot, th, thead, tr {
     border-style: dashed;
     border-width: 0;
 }
+.change_pass_btn {
+    margin-top: 0;
+    color: #2e1153;
+    border: 1px solid #dedbf1;
+    border-radius: 50%;
+    padding: 5px 6px;
+    margin-right: 0;
+    background: #dedbf1;
+    font-size: 15px!important;
+}
 .navbar {
     display: inline-block;
 }
@@ -376,7 +360,7 @@ tbody, td, tfoot, th, thead, tr {
     border: 1px solid #ff7f00!important;
 }
 .card {
-    border: none;
+    background-color: inherit;
 }
 .education{
     padding: 10px 16px;
@@ -491,6 +475,23 @@ tbody, td, tfoot, th, thead, tr {
     border-bottom-left-radius: 0;
     background-image: linear-gradient(to right, #dedbf1 , #f5f4fd);
 }
+.icon_bar {
+    width: fit-content;
+    overflow: auto;
+    border-radius: 0.25rem;
+    padding: 2px 4px;
+    margin: 0 auto;
+    border: 0.5px solid #d8e2e7;
+}
+.icon_bar a {
+    text-align: center;
+    padding: 0;
+    color: #818084;
+    font-size: 16px;
+    margin: 0 3px;
+    border-bottom: none;
+    top: 0;
+}
 element.style {
     border-bottom: 0.5px dashed #e3e8ec;
     padding-bottom: 10px;
@@ -564,7 +565,7 @@ element.style {
     border-radius: 12px !important;
 }
 .profile_top_part_info {
-    background: white;
+    background: linear-gradient(to bottom, #FFF 0%,#FFF 55%,#ebe8ff 80%,#eceaf7 100%);
     border-bottom: 1px solid #dedbf1;
     padding: 15px;
 }
@@ -771,7 +772,7 @@ element.style {
                     <div class="col-lg-12">
                         <nav class="mt-2 header-navbar navbar-expand-lg navbar-fixed align-items-center navbar-brand-center">
                                 <div class="navbar-container d-flex content">
-                                    <div class="col-md-11" style="width: 88.7%;">
+                                    <div class="col-md-11" style="width: 90%;">
                                         <div class="d-flex align-items-center">
                                             <ul class="nav navbar-nav mr-auto header_left">
                                                 <li class="nav-item d-flex">

+ 3 - 3
routes/web.php

@@ -29,9 +29,9 @@ Route::get('/dashboard', function () {
     return view('dashboard');
 });
 
-// Route::get('/application', function () {
-//     return view('application');
-// });
+ Route::get('/register_teacher_email', function () {
+     return view('register_teacher_email');
+ });
 
 Route::get('/profile', function () {
     return view('profile');