Israat Zarin преди 1 година
родител
ревизия
834f59027e
променени са 2 файла, в които са добавени 132 реда и са изтрити 0 реда
  1. 16 0
      resources/views/admin/admin_profile.blade.php
  2. 116 0
      resources/views/email/student_signup_email.blade.php

+ 16 - 0
resources/views/admin/admin_profile.blade.php

@@ -141,6 +141,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;
@@ -371,6 +376,13 @@ tbody, td, tfoot, th, thead, tr {
     font-weight: 600;
     color: black;
 }
+.icon-view{
+    padding: 5px 5px;
+    background: #dedbf1;
+    color: #826aa0;
+    border-radius: 16px;
+    font-size: 13px;
+}
 </style>
 <body>
 <header id="" class="site-header">
@@ -787,6 +799,7 @@ tbody, td, tfoot, th, thead, tr {
                                                                                         <th>University Name</th>
                                                                                         <th>Department</th>
                                                                                         <th class="text-center">Status</th>
+                                                                                        <th class="text-center">Action</th>
                                                                                     </tr>
                                                                                 </thead>
                                                                                 <tbody>
@@ -827,6 +840,9 @@ tbody, td, tfoot, th, thead, tr {
                                                                                                 </div>
                                                                                             </div>
                                                                                         </td>
+                                                                                        <td class="text-center">
+                                                                                            <i class="fa fa-search icon-view"></i>
+                                                                                        </td>
                                                                                     </tr>
                                                                                     @endforeach
                                                                                     @else

+ 116 - 0
resources/views/email/student_signup_email.blade.php

@@ -0,0 +1,116 @@
+<!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 [student Name],</p>
+                                <p class="mt-3">Thank you for registering with our platform. You need to verify your email address in order to continue with your application.</p>
+                                <p class="mt-2"> To complete the verification process, please click on the following link or copy it into your web browser: </p>
+                                <a href="" style="color: black">click here</a>
+                                <p class="mt-2"> If you did not register with our platform, please ignore this message.</p>
+                                <p class="mt-2" style="margin: 0px;">Best regards,</p>
+                                <p>Research Admission</p>
+                                    <div style="border-top: 1px solid #eee;">
+                                    <p class="mt-3 tmail" style="font-style: italic; font-size: 12px;">This email was sent to example@gmail.com</p>
+                                </div>
+                                <p class="mt-3 tmail" style="font-size: 12px;">Copyright © {{date('Y')}} 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>