reset_new.blade.php 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Reset Password | 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. <!-- Main Css -->
  39. <link href="{{asset('web/css/style.css')}}" rel="stylesheet" type="text/css" id="theme-opt" />
  40. <link href="{{asset('web/css/colors/default.css')}}" rel="stylesheet" id="color-opt">
  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=Roboto:wght@400;900&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 rel="stylesheet" href="{{asset('web/css/datepicker.min.css')}}">
  47. <link rel="preconnect" href="https://fonts.googleapis.com">
  48. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  49. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap" rel="stylesheet">
  50. <link rel="preconnect" href="https://fonts.googleapis.com">
  51. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  52. <link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap" rel="stylesheet">
  53. </head>
  54. <style>
  55. body {
  56. font-family: 'Oswald', sans-serif;
  57. font-family: 'Quicksand', sans-serif;
  58. }
  59. h1, h2, h3, h4, h6 {
  60. font-family:Ubuntu !important;
  61. }
  62. h5{
  63. font-family: 'Montserrat Alternates', sans-serif !important;
  64. }
  65. .bg-half-170 {
  66. padding:0px;
  67. }
  68. .form-control:focus {
  69. box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
  70. }
  71. .btn1{
  72. background-color: #2c2266 !important;
  73. color:white !important;
  74. border-radius: 20px;
  75. box-shadow:none !important;
  76. }
  77. .btn1:hover{
  78. background: #fff !important;
  79. color: #2c2266 !important;
  80. border-radius: 20px;
  81. border: 1px solid #2c2266;
  82. }
  83. .tns-nav button {
  84. background: #141639c4 !important;
  85. }
  86. .tns-nav button.tns-nav-active{
  87. background-color: #ffff !important;
  88. }
  89. .bg-left{
  90. background-color: #2c2266;
  91. border:none;
  92. padding:8.37rem;
  93. }
  94. .head-line{
  95. font-size: 39px !important;
  96. font-weight: bold;
  97. line-height: 1.2;
  98. color:#ffff;
  99. }
  100. .sub-line1{
  101. font-size: 18px !important;
  102. font-weight: 400;
  103. color:#ffff !important;
  104. }
  105. .sub-line2{
  106. font-size: 17px !important;
  107. font-weight: bold;
  108. font-family: poppins !important;
  109. color:#ffff !important;
  110. }
  111. .bg-white{
  112. background-color: #72809f33 !important;
  113. height: 160px;
  114. border: 1px solid #ffff;
  115. }
  116. .box-head{
  117. font-size:15px !important;
  118. color:#ffff;
  119. }
  120. .box-sub{
  121. font-size:14px;
  122. color:#ffff;
  123. }
  124. .d-flex{
  125. display: grid !important;
  126. }
  127. .d-none {
  128. display: initial !important;
  129. }
  130. @media (max-width: 768px) {
  131. .d-none {
  132. display: none !important;
  133. }
  134. }
  135. @media (max-width: 992px) {
  136. }
  137. @media (max-width: 1200px) {
  138. }
  139. @media (max-width: 1400px) {
  140. }
  141. </style>
  142. <section class="cover-user">
  143. <div class="container-fluid px-0">
  144. <div class="row g-0 position-relative">
  145. <div class="col-lg-8 d-none padding-less bg-left">
  146. <div>
  147. <h2 class="ps-4 mt-4 sub-line1" style="font-family: poppins !important;">Streamline Your Search for a Research Supervisor</h2>
  148. <h2 class="ps-4 head-line">Share your Doctoral Proposal with Supervisors in minutes</h2>
  149. <h3 class="ps-4 mt-5 pt-5 sub-line2">How this platform can benefit you</h3>
  150. <div class="row justify-content-center">
  151. <div class="col-lg-12">
  152. <div class="tiny-two-item">
  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">
  156. <h5 class="box-head">Time-saving</h5>
  157. <p class="box-sub">Save your time by submitting your proposal to multiple supervisors with just a few clicks. This means you don't have to spend hours searching for and contacting potential supervisors individually.</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">User-friendly</h5>
  165. <p class="box-sub">The platform is designed to be user-friendly, making it easy for anyone to navigate and use. You don't need to be tech-savvy to use the platform, and you can get started with just a few simple steps.</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">Real-time updates</h5>
  173. <p class="box-sub">The platform provides real-time updates on the status of your application, so you don't have to constantly follow up with supervisors.</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">Wide network</h5>
  181. <p class="box-sub">The platform has a wide network of potential supervisors, which means you have access to a large pool of experts in your field. This increases your chances of finding the right supervisor.</p>
  182. </div>
  183. </div>
  184. </div>
  185. </div>
  186. </div><!--end col-->
  187. </div><!--end row-->
  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" style="padding: 0px;">
  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 p-0">
  196. <h6 class="card-title text-start" style="color: black;">Set New Password 🔒</h6>
  197. <form method="POST" action="{{ url('supervisor/password/reset') }}">
  198. @csrf
  199. <input type="hidden" name="token" value="{{ $token }}">
  200. @if ($message = Session::get('error'))
  201. <div class="row">
  202. <div class="col-md-12">
  203. <div class="alert alert-danger">
  204. {{@$message}}
  205. </div>
  206. </div>
  207. </div>
  208. @endif
  209. @if ($message = Session::get('success'))
  210. <div class="row mb-1">
  211. <div class="col-md-12">
  212. <div class="alert alert-success">
  213. {{@$message}}
  214. </div>
  215. </div>
  216. </div>
  217. @endif
  218. <div class="row">
  219. <label for="email" class="col-md-4 col-form-label text-md-end"></label>
  220. <div class="col-md-12">
  221. <input id="email" type="email" class="form-control @error('email') is-invalid @enderror" name="email" value="{{ old('email') }}" required autocomplete="email" autofocus placeholder="Email Address">
  222. @error('email')
  223. <span class="invalid-feedback" role="alert">
  224. <strong>{{ $message }}</strong>
  225. </span>
  226. @enderror
  227. </div>
  228. </div>
  229. <div class="row">
  230. <label for="password" class="col-md-4 col-form-label text-md-end"></label>
  231. <div class="col-md-12">
  232. <input id="password" type="password" class="form-control @error('password') is-invalid @enderror" name="password" required autocomplete="current-password" placeholder="Password">
  233. @error('password')
  234. <span class="invalid-feedback" role="alert">
  235. <strong>{{ $message }}</strong>
  236. </span>
  237. @enderror
  238. </div>
  239. </div>
  240. <div class="row">
  241. <label for="password_confirmation" class="col-md-4 col-form-label text-md-end"></label>
  242. <div class="col-md-12">
  243. <input id="password_confirmation" type="password" class="form-control @error('password_confirmation') is-invalid @enderror" name="password_confirmation" required autocomplete="off" placeholder="Confirm New Password">
  244. @error('password_confirmation')
  245. <span class="invalid-feedback" role="alert">
  246. <strong>{{ $message }}</strong>
  247. </span>
  248. @enderror
  249. </div>
  250. </div>
  251. <div class="row mb-0 mt-3">
  252. <div class="col-md-12">
  253. <button type="submit" class="btn btn1" style="width:100% !important;">
  254. {{ __('Update Password') }}
  255. </button>
  256. </div>
  257. </div>
  258. </form>
  259. </div>
  260. </div>
  261. </div><!--end col-->
  262. </div><!--end row-->
  263. </div> <!-- end about detail -->
  264. </div> <!-- end col -->
  265. </div><!--end row-->
  266. </div><!--end container fluid-->
  267. </section><!--end section-->
  268. <!-- javascript -->
  269. <script src="{{ asset('css/jquery.min.js') }}"></script>
  270. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  271. <!-- tobii js -->
  272. <script src="{{asset('web/js/tobii.min.js')}}"></script>
  273. <!-- SLIDER -->
  274. <script src="{{asset('web/js/tiny-slider.js')}}"></script>
  275. <!-- Icons -->
  276. <script src="{{asset('web/js/feather.min.js')}}"></script>
  277. <!-- Main Js -->
  278. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  279. <script src="{{asset('web/js/app.js')}}"></script>
  280. <script>
  281. </script>
  282. </body>
  283. </html>