register-v2.blade - Copy.php 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>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=Oswald:wght@200&family=Quicksand:wght@400;500;600;700&display=swap" rel="stylesheet">
  41. <link rel="stylesheet" href="{{asset('web/css/datepicker.min.css')}}">
  42. </head>
  43. <style>
  44. body {
  45. font-family: 'Oswald', sans-serif;
  46. font-family: 'Quicksand', sans-serif;
  47. }
  48. h1, h2, h3, h4, h5, h6 {
  49. font-family: 'Oswald', sans-serif;
  50. font-family: 'Quicksand', sans-serif;
  51. }
  52. .bg-half-170 {
  53. padding:0px;
  54. }
  55. .form-control:focus {
  56. box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
  57. }
  58. .btn1{
  59. background-color: #aba3db !important;
  60. color:white !important;
  61. border-radius: 20px;
  62. box-shadow:none !important;
  63. }
  64. .btn1:hover{
  65. background: #453993 !important;
  66. color: #fff !important;
  67. border-radius: 20px;
  68. }
  69. </style>
  70. <!-- Hero Start -->
  71. <section class="bg-half-170 d-table w-100 it-home">
  72. <div class="container-fluid">
  73. <div class="row align-items-center">
  74. <div class="col-md-7 col-12">
  75. <div class="content"style="margin-left:11rem;">
  76. <h2 class="ps-4" style="color:#453993 !important;">7 Great Reasons to Choose</h2>
  77. <ul class="ps-5" style="color: #848484; padding:0px;">
  78. <li>Time saver and smart solution;</li>
  79. <li>Help applicants to know earlier if there any supervision capacity available;</li>
  80. <li>Help to keep rejection numbers minimum;</li>
  81. <li>Applicants submit their applications only after being recommended;</li>
  82. <li>Applicants don't chase again and again to know the outcome;</li>
  83. <li>Let supervisors aware about the applicant earlier;</li>
  84. <li>Prevent applicants to apply multiple universities at the same time;</li>
  85. </ul>
  86. </div>
  87. </div><!--end col-->
  88. <div class="col-md-5 mt-4 mt-sm-0 pt-sm-0">
  89. <div class="card shadow border-0 ms-lg-5" >
  90. <div class="card-body" style="height:674px;">
  91. <div>
  92. @if(Session::has('success'))
  93. <div class="alert alert-success">
  94. {{Session::get('success')}}
  95. </div>
  96. @endif
  97. </div>
  98. <h1 class="mt-4" style="color:#453993;">Register, To Start</h1>
  99. <form action="{{ route('register') }}" method="POST">
  100. @csrf
  101. <input type="hidden" value="2" name="user_type">
  102. <div class="row">
  103. <div class="col-md-12 back">
  104. <div class="row">
  105. <div class="col-md-6">
  106. <div class="mb-1">
  107. <label class="form-label">First name</label>
  108. <div class="form-icon position-relative">
  109. <input type="text" class="form-control" placeholder="First Name" name="firstname" required="">
  110. </div>
  111. </div>
  112. </div>
  113. <div class="col-md-6">
  114. <div class="mb-1">
  115. <label class="form-label">Last name</label>
  116. <div class="form-icon position-relative">
  117. <input type="text" class="form-control" placeholder="Last Name" name="lastname" required="">
  118. </div>
  119. </div>
  120. </div>
  121. </div>
  122. </div>
  123. <div class="col-md-12 back">
  124. <div class="row">
  125. <div class="col-md-6">
  126. <div class="mb-1">
  127. <label class="form-label">Email (Work)</label>
  128. <div class="form-icon position-relative">
  129. <input type="email" class="form-control" placeholder="Email" name="email" required="">
  130. </div>
  131. </div>
  132. </div>
  133. <div class="col-md-6">
  134. <div class="mb-3">
  135. <label class="form-label">Phone number</label>
  136. <div class="form-icon position-relative">
  137. <input type="number" class="form-control" placeholder="Phone Number" name="phonenumber" required="">
  138. </div>
  139. </div>
  140. </div>
  141. </div>
  142. </div>
  143. <div class="col-md-12 back">
  144. <div class="mb-3">
  145. <label class="form-label">University name</label>
  146. <input name="universityname" type="text" class="form-control" placeholder="University name">
  147. </div>
  148. </div>
  149. <div class="col-md-12 back">
  150. <div class="mb-3">
  151. <label class="form-label">Department</label>
  152. <label class="form-label"></label>
  153. <select class="form-control" name="department">
  154. <option>department</option>
  155. <option>1</option>
  156. </select>
  157. </div>
  158. </div>
  159. <div class="col-lg-12 back">
  160. <div class="mb-1">
  161. <label class="form-label">Designation</label>
  162. <div class="form-icon position-relative">
  163. <input type="text" class="form-control" name="designation" placeholder="Please enter your designation here" required="" autocomplete="new-password">
  164. </div>
  165. </div>
  166. </div><!--end col-->
  167. <div class="col-lg-12 back">
  168. <div class="mb-3">
  169. <label class="form-label">University website</label>
  170. <div class="form-icon position-relative">
  171. <input type="website" class="form-control" name="universitywebsite" placeholder="website" required="">
  172. </div>
  173. </div>
  174. </div><!--end col-->
  175. <div class="col-md-12">
  176. <div class="mt-1">
  177. <button type="submit" class="btn btn1" >
  178. {{ __('Submit') }}
  179. </button>
  180. <input type="reset" name="send" class="btn btn1" value="Reset" style="margin-left: 16.3rem;">
  181. </div>
  182. </div>
  183. <p class="text-center mt-2"><span> Already registered ?</span><a href="{{ url('login') }}" class="ps-2"><span>Login Here</span></a></p>
  184. </div>
  185. </form>
  186. </div>
  187. </div>
  188. </div><!--end col-->
  189. </div><!--end row-->
  190. </div> <!--end container-->
  191. </section><!--end section-->
  192. </body>
  193. </html>