login-v2.blade.php 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Supervisor's Login - Research Admission</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many" />
  8. <meta name="keywords" content="" />
  9. <!-- facebook tags -->
  10. <meta property="og:url" content="http://www.facebook.com/researchadmission"/>
  11. <meta property="og:type" content="website"/>
  12. <meta property="og:title" content="Research Admission"/>
  13. <meta property="og:description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many"/>
  14. <!-- Linkedin tags -->
  15. <meta property="og:url" content="https://www.linkedin.com/company/researchadmission"/>
  16. <meta property="og:type" content="website"/>
  17. <meta property="og:title" content="Research Admission"/>
  18. <meta property="og:description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many"/>
  19. <!-- favicon -->
  20. <link rel="shortcut icon" href="{{asset('web/images/logo.png') }}">
  21. <!-- Bootstrap -->
  22. <link href="{{ asset('web/css/bootstrap.min.css') }}" rel="stylesheet" type="text/css" />
  23. <!-- tobii css -->
  24. <link href="{{asset('web/css/tobii.min.css')}}" rel="stylesheet" type="text/css" />
  25. <!-- Icons -->
  26. <link href="{{asset('web/css/materialdesignicons.min.css')}}" rel="stylesheet" type="text/css" />
  27. <link rel="stylesheet" type="text/css" href="{{ asset('web/stylesheets/font-awesome.min.css') }}" />
  28. <link rel="stylesheet" href="https://unicons.iconscout.com/release/v3.0.6/css/line.css">
  29. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
  30. <!-- Slider -->
  31. <link rel="stylesheet" href="{{asset('web/css/tiny-slider.css')}}"/>
  32. <!-- Main Css -->
  33. <link href="{{asset('web/css/style.css')}}" rel="stylesheet" type="text/css" id="theme-opt" />
  34. <link href="{{asset('web/css/colors/default.css')}}" rel="stylesheet" id="color-opt">
  35. <link rel="preconnect" href="https://fonts.googleapis.com">
  36. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  37. <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap" rel="stylesheet">
  38. <link rel="preconnect" href="https://fonts.googleapis.com">
  39. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  40. <link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap" rel="stylesheet">
  41. <link rel="preconnect" href="https://fonts.googleapis.com">
  42. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  43. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap" rel="stylesheet">
  44. <link rel="preconnect" href="https://fonts.googleapis.com">
  45. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  46. <link href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates&display=swap" rel="stylesheet">
  47. </head>
  48. <style>
  49. body {
  50. font-family: 'Oswald', sans-serif;
  51. font-family: 'Quicksand', sans-serif;
  52. }
  53. h1, h2, h3, h4, h6 {
  54. font-family:Ubuntu !important;
  55. }
  56. h5{
  57. font-family: 'Montserrat Alternates', sans-serif !important;
  58. }
  59. .bg-half-170 {
  60. padding:0px;
  61. }
  62. .form-control:focus {
  63. box-shadow: 0 0 0 0.25rem #8492a61f !important;
  64. border-color: #8492a61f !important;
  65. }
  66. .btn1{
  67. background-color: #141639c4 !important;
  68. color:white !important;
  69. border-radius: 20px;
  70. box-shadow:none !important;
  71. }
  72. .btn1:hover{
  73. background: #fff !important;
  74. color: #141639c4 !important;
  75. border-radius: 20px;
  76. border: 1px solid #141639c4;
  77. }
  78. .tns-nav button {
  79. background: #141639c4 !important;
  80. }
  81. .tns-nav button.tns-nav-active{
  82. background-color: #ffff !important;
  83. }
  84. .bg-left{
  85. background-color:#141639c4;
  86. border:none;
  87. padding:7.53rem;
  88. }
  89. .bg-left .head-line{
  90. font-size: 39px !important;
  91. font-weight: bold;
  92. line-height: 1.2;
  93. color:#ffff;
  94. }
  95. .sub-line1{
  96. font-size: 18px !important;
  97. font-weight: 400;
  98. font-family: poppins !important;
  99. color:#ffff !important;
  100. }
  101. .sub-line2{
  102. font-size: 17px !important;
  103. font-weight: bold;
  104. font-family: poppins !important;
  105. color:#ffff !important;
  106. }
  107. .bg-white{
  108. background-color: #72809f33 !important;
  109. height: 160px;
  110. border: 1px solid #ffff;
  111. }
  112. .box-head{
  113. font-size:15px !important;
  114. color:#ffff;
  115. }
  116. .box-sub{
  117. font-size:14px;
  118. color:#ffff;
  119. }
  120. </style>
  121. <section>
  122. <div class="container-fluid">
  123. <div class="col-md-12">
  124. <div class="row">
  125. <div class="col-md-8 bg-left">
  126. <div>
  127. <h2 class="ps-4 mt-4 head-line">Effortlessly manage your student research proposals</h2>
  128. <h2 class="ps-4 sub-line1">Say goodbye to overwhelming student proposal emails and hello to streamlined research proposal management with this effective free tool!</h2>
  129. <h3 class="ps-4 mt-5 sub-line2">Why this platform is advantageous for you</h3>
  130. <div class="row justify-content-center">
  131. <div class="col-lg-12">
  132. <div class="tiny-two-item">
  133. <div class="tiny-slide">
  134. <div class="d-flex client-testi m-2">
  135. <div class="flex-1 p-3 rounded bg-white position-relative">
  136. <h5 class="box-head">Centralized proposal management</h5>
  137. <p class="box-sub">A centralized platform to manage all student proposals in one place, eliminating the need to keep track of multiple emails or documents.</p>
  138. </div>
  139. </div>
  140. </div>
  141. <div class="tiny-slide">
  142. <div class="d-flex client-testi m-2">
  143. <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
  144. <h5 class="box-head">Real-time notifications</h5>
  145. <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>
  146. </div>
  147. </div>
  148. </div>
  149. <div class="tiny-slide">
  150. <div class="d-flex client-testi m-2">
  151. <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
  152. <h5 class="box-head">Streamlined process</h5>
  153. <p class="box-sub">Streamlines the application process for research students, making it easier for them to submit proposals, while reducing the administrative burden on supervisors.</p>
  154. </div>
  155. </div>
  156. </div>
  157. <div class="tiny-slide">
  158. <div class="d-flex client-testi m-2">
  159. <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
  160. <h5 class="box-head">Customizable proposal review</h5>
  161. <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>
  162. </div>
  163. </div>
  164. </div>
  165. <div class="tiny-slide">
  166. <div class="d-flex client-testi m-2">
  167. <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
  168. <h5 class="box-head">Proven effectiveness</h5>
  169. <p class="box-sub">Many faculties across the globe, demonstrating its effectiveness in improving the efficiency of the research proposal process.</p>
  170. </div>
  171. </div>
  172. </div>
  173. <div class="tiny-slide">
  174. <div class="d-flex client-testi m-2">
  175. <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
  176. <h5 class="box-head">Comprehensive feedback</h5>
  177. <p class="box-sub">It offers a comprehensive feedback system to provide feedback to students on their proposals and outcomes.</p>
  178. </div>
  179. </div>
  180. </div>
  181. </div>
  182. </div><!--end col-->
  183. </div><!--end row-->
  184. </div>
  185. </div><!--end col-->
  186. <div class="col-md-4 mt-4 mt-sm-0 pt-sm-0" style="padding:0px;">
  187. <div class="card shadow border-0" >
  188. <div class="card-body" style="height:648px;">
  189. <h6 class="mt-5 pt-5" style="color: white; margin-top:7.5rem !important;">Please log-in to your account</h6>
  190. <form method="POST" action="{{ route('teacher-login') }}">
  191. @csrf
  192. <div class="row">
  193. <div class="col-md-12 back">
  194. <div class="mb-3">
  195. <label class="form-label"></label>
  196. <div class="form-icon position-relative">
  197. <input type="email" class="form-control" placeholder="Email" name="email" required="">
  198. </div>
  199. </div>
  200. </div>
  201. <div class="col-lg-12 back" style="margin-top:-18px;">
  202. <div class="mb-3">
  203. <label class="form-label"></label>
  204. <div class="form-icon position-relative">
  205. <input type="password" name="password" class="form-control" placeholder="Password" required="">
  206. </div>
  207. </div>
  208. </div><!--end col-->
  209. <div class="col-md-12">
  210. <div class="mt-2">
  211. <button type="submit" class="btn btn1" style="width:100% !important;">
  212. {{ __('Login') }}
  213. </button>
  214. </div>
  215. </div>
  216. </div>
  217. </form>
  218. </div>
  219. </div>
  220. </div><!--end col-->
  221. </div><!--end row-->
  222. </div>
  223. </div> <!--end container-->
  224. </section><!--end section-->
  225. <!-- Hero End -->
  226. <!-- javascript -->
  227. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  228. <!-- tobii js -->
  229. <script src="{{asset('web/js/tobii.min.js')}}"></script>
  230. <!-- SLIDER -->
  231. <script src="{{asset('web/js/tiny-slider.js')}}"></script>
  232. <!-- Icons -->
  233. <script src="{{asset('web/js/feather.min.js')}}"></script>
  234. <!-- Main Js -->
  235. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  236. <script src="{{asset('web/js/app.js')}}"></script>
  237. </body>
  238. </html>