login-v2.blade.php 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  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. <link rel="stylesheet" href="{{ asset('css/pnotify/pnotify.min.css') }}">
  48. <link href="{{ asset('css/noty/lib/noty.css') }}" rel="stylesheet" type="text/css">
  49. </head>
  50. <style>
  51. body {
  52. font-family: 'Oswald', sans-serif;
  53. font-family: 'Quicksand', sans-serif;
  54. }
  55. h1, h2, h3, h4, h6 {
  56. font-family:Ubuntu !important;
  57. }
  58. h5{
  59. font-family: 'Montserrat Alternates', sans-serif !important;
  60. }
  61. .bg-half-170 {
  62. padding:0px;
  63. }
  64. .form-control:focus {
  65. box-shadow: 0 0 0 0.25rem #8492a61f !important;
  66. border-color: #8492a61f !important;
  67. }
  68. .btn1{
  69. background-color: #191e38 !important;
  70. color:white !important;
  71. border-radius: 20px;
  72. box-shadow:none !important;
  73. }
  74. .btn1:hover{
  75. background: #fff !important;
  76. color: #191e38 !important;
  77. border-radius: 20px;
  78. border: 1px solid #191e38;
  79. }
  80. .tns-nav button {
  81. background: #141639c4 !important;
  82. }
  83. .tns-nav button.tns-nav-active{
  84. background-color: #ffff !important;
  85. }
  86. .bg-left{
  87. background-color: #191e38;
  88. border:none;
  89. padding:7.53rem;
  90. }
  91. .bg-left .head-line{
  92. font-size: 39px !important;
  93. font-weight: bold;
  94. line-height: 1.2;
  95. color:#ffff;
  96. }
  97. .sub-line1{
  98. font-size: 18px !important;
  99. font-weight: 400;
  100. font-family: poppins !important;
  101. color:#ffff !important;
  102. }
  103. .sub-line2{
  104. font-size: 17px !important;
  105. font-weight: bold;
  106. font-family: poppins !important;
  107. color:#ffff !important;
  108. }
  109. .bg-white{
  110. background-color: #72809f33 !important;
  111. height: 160px;
  112. border: 1px solid #ffff;
  113. }
  114. .box-head{
  115. font-size:15px !important;
  116. color:#ffff;
  117. }
  118. .box-sub{
  119. font-size:14px;
  120. color:#ffff;
  121. }
  122. .d-flex{
  123. display: grid !important;
  124. }
  125. </style>
  126. <section class="cover-user">
  127. <div class="container-fluid px-0">
  128. <div class="row g-0 position-relative">
  129. <div class="col-lg-8 padding-less bg-left">
  130. <div>
  131. <h2 class="ps-4 mt-4 head-line">Manage proposals from Doctoral candidates</h2>
  132. <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>
  133. <h3 class="ps-4 mt-5 sub-line2">Why this platform is advantageous for you</h3>
  134. <div class="row justify-content-center">
  135. <div class="col-lg-12">
  136. <div class="tiny-two-item">
  137. <div class="tiny-slide">
  138. <div class="d-flex client-testi m-2">
  139. <div class="flex-1 p-3 rounded bg-white position-relative">
  140. <h5 class="box-head">Centralized proposal management</h5>
  141. <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>
  142. </div>
  143. </div>
  144. </div>
  145. <div class="tiny-slide">
  146. <div class="d-flex client-testi m-2">
  147. <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
  148. <h5 class="box-head">Real-time notifications</h5>
  149. <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>
  150. </div>
  151. </div>
  152. </div>
  153. <div class="tiny-slide">
  154. <div class="d-flex client-testi m-2">
  155. <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
  156. <h5 class="box-head">Streamlined process</h5>
  157. <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>
  158. </div>
  159. </div>
  160. </div>
  161. <div class="tiny-slide">
  162. <div class="d-flex client-testi m-2">
  163. <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
  164. <h5 class="box-head">Customizable proposal review</h5>
  165. <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>
  166. </div>
  167. </div>
  168. </div>
  169. <div class="tiny-slide">
  170. <div class="d-flex client-testi m-2">
  171. <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
  172. <h5 class="box-head">Proven effectiveness</h5>
  173. <p class="box-sub">Many faculties across the globe, demonstrating its effectiveness in improving the efficiency of the research proposal process.</p>
  174. </div>
  175. </div>
  176. </div>
  177. <div class="tiny-slide">
  178. <div class="d-flex client-testi m-2">
  179. <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
  180. <h5 class="box-head">Comprehensive feedback</h5>
  181. <p class="box-sub">It offers a comprehensive feedback system to provide feedback to doctoral applicants on their proposals and outcomes.</p>
  182. </div>
  183. </div>
  184. </div>
  185. </div>
  186. </div>
  187. </div>
  188. </div>
  189. </div>
  190. <div class="col-lg-4 cover-my-30 ">
  191. <div class="cover-user-img d-flex align-items-center p-5">
  192. <div class="row">
  193. <div class="col-12">
  194. <div class="card login-page border-0" style="z-index: 1;">
  195. <div class="card-body" style="padding: 0px;">
  196. <h6 style="color: white;">Please log-in to your account</h6>
  197. <form method="POST" action="{{ route('teacher-login') }}">
  198. @csrf
  199. <input type="hidden" id="last_logged_timezone" name="last_logged_timezone" value=""/>
  200. @if ($message = Session::get('success'))
  201. <div class="row">
  202. <div class="col-md-12">
  203. <div class="alert alert-success">
  204. {{@$message}}
  205. </div>
  206. </div>
  207. </div>
  208. @endif
  209. @if ($message = Session::get('error'))
  210. <div class="row">
  211. <div class="col-md-12">
  212. <div class="alert alert-danger">
  213. {{@$message}}
  214. </div>
  215. </div>
  216. </div>
  217. @endif
  218. <div class="row">
  219. <div class="col-md-12 back">
  220. <div class="mb-3">
  221. <label class="form-label"></label>
  222. <div class="form-icon position-relative">
  223. <input type="email" class="form-control" placeholder="Email" name="email" required="" placeholder="Email Address">
  224. </div>
  225. </div>
  226. </div>
  227. <div class="col-lg-12 back" style="margin-top:-18px;">
  228. <div class="mb-3">
  229. <label class="form-label"></label>
  230. <div class="form-icon position-relative">
  231. <input type="password" name="password" class="form-control" placeholder="Password" required="">
  232. </div>
  233. </div>
  234. </div>
  235. <div class="col-md-12">
  236. <div class="mt-2">
  237. <button type="submit" class="btn btn1" style="width:100% !important;">
  238. {{ __('Login') }}
  239. </button>
  240. </div>
  241. </div>
  242. </div>
  243. </form>
  244. </div>
  245. </div>
  246. </div><!--end col-->
  247. </div><!--end row-->
  248. </div> <!-- end about detail -->
  249. </div> <!-- end col -->
  250. </div><!--end row-->
  251. </div><!--end container fluid-->
  252. </section><!--end section-->
  253. <!-- javascript -->
  254. <script src="{{ asset('css/jquery.min.js') }}"></script>
  255. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  256. <!-- tobii js -->
  257. <script src="{{asset('web/js/tobii.min.js')}}"></script>
  258. <!-- SLIDER -->
  259. <script src="{{asset('web/js/tiny-slider.js')}}"></script>
  260. <!-- Icons -->
  261. <script src="{{asset('web/js/feather.min.js')}}"></script>
  262. <!-- Main Js -->
  263. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  264. <script src="{{asset('web/js/app.js')}}"></script>
  265. <script src="{{ asset('css/pnotify/pnotify.js') }}"></script>
  266. <script src="{{ asset('css/noty/lib/noty.min.js') }}"></script>
  267. <script src="{{ asset('css/moment/min/moment-with-locales.min.js') }}"></script>
  268. <script src="{{ asset('css/moment-timezone/builds/moment-timezone-with-data.min.js') }}"></script>
  269. <script>
  270. $(function(){
  271. $('#last_logged_timezone').val(moment.tz.guess());
  272. });
  273. </script>
  274. </body>
  275. </html>