Q.blade.php 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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. .bg-gray-900 {
  59. --tw-bg-opacity: 1;
  60. background-color: rgb(15 23 42/var(--tw-bg-opacity));
  61. }
  62. .w-full {
  63. width: 100%;
  64. }
  65. .absolute {
  66. position: absolute;
  67. }
  68. .xl\:grid-cols-2 {
  69. grid-template-columns: repeat(2,minmax(0,1fr));
  70. }
  71. .xl\:grid {
  72. display: grid;
  73. }
  74. .xl\:col-start-2 {
  75. grid-column-start: 2;
  76. }
  77. .xl\:relative {
  78. position: relative;
  79. }
  80. .h-full {
  81. height: 100%;
  82. }
  83. .object-cover {
  84. object-fit: cover;
  85. }
  86. .opacity-25 {
  87. opacity: .25;
  88. }
  89. img {
  90. height: auto;
  91. max-width: 100%;
  92. }
  93. .xl\:bg-gradient-to-r {
  94. background-image: linear-gradient(to right,var(--tw-gradient-stops));
  95. }
  96. .xl\:w-32 {
  97. width: 8rem;
  98. }
  99. .relative{
  100. position: relative;
  101. }
  102. .xl\:w-32 {
  103. width: 8rem;
  104. }
  105. .xl\:h-full {
  106. height: 100%;
  107. }
  108. .xl\:left-0 {
  109. left: 0;
  110. }
  111. .xl\:inset-0, .xl\:inset-y-0 {
  112. bottom: 0;
  113. top: 0;
  114. }
  115. .xl\:inset-0 {
  116. left: 0;
  117. right: 0;
  118. }
  119. .from-gray-900 {
  120. --tw-gradient-from: #0f172a;
  121. --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(15,23,42,0));
  122. }
  123. /* .bg-gradient-to-b {
  124. background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
  125. } */
  126. .xl\:gap-x-8 {
  127. -moz-column-gap: 2rem;
  128. column-gap: 2rem;
  129. }
  130. .xl\:grid-flow-col-dense {
  131. grid-auto-flow: column dense;
  132. }
  133. .lg\:max-w-7xl {
  134. max-width: 80rem;
  135. }
  136. .xl\:pb-24 {
  137. padding-bottom: 6rem;
  138. }
  139. .xl\:col-start-1 {
  140. grid-column-start: 1;
  141. }
  142. .xl\:grid-cols-2 {
  143. grid-template-columns: repeat(2,minmax(0,1fr));
  144. }
  145. .xl\:pb-24 {
  146. padding-bottom: 6rem;
  147. }
  148. .xl\:col-start-1 {
  149. grid-column-start: 1;
  150. }
  151. .lg\:px-8 {
  152. padding-left: 2rem;
  153. padding-right: 2rem;
  154. }
  155. .lg\:max-w-7xl {
  156. max-width: 80rem;
  157. }
  158. .xl\:col-start-1 {
  159. grid-column-start: 1;
  160. }
  161. .text-indigo-300 {
  162. --tw-text-opacity: 1;
  163. color: rgb(165 180 252/var(--tw-text-opacity));
  164. }
  165. </style>
  166. <div class="relative bg-gray-900">
  167. <div class="h-80 w-full bottom-0 xl:inset-0 xl:h-full">
  168. <div class="h-full w-full xl:grid xl:grid-cols-2">
  169. <div class="h-full xl:relative xl:col-start-2">
  170. <img src="web/images/background-Qapply.jpg" alt="" class="h-full w-full object-cover opacity-25 xl:absolute xl:inset-0">
  171. <div class="absolute inset-x-0 top-0 h-32 bg-gradient-to-b from-gray-900 xl:inset-y-0 xl:left-0 xl:h-full xl:w-32 xl:bg-gradient-to-r">
  172. </div>
  173. </div>
  174. </div>
  175. </div>
  176. <!-- <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:max-w-7xl lg:px-8 xl:grid xl:grid-cols-2 xl:grid-flow-col-dense xl:gap-x-8">
  177. <div class="relative pt-12 pb-64 sm:pt-24 sm:pb-64 xl:col-start-1 xl:pb-24">
  178. <h2 class="text-base font-semibold text-indigo-300"></h2>
  179. </div>
  180. </div> -->
  181. </div><!--end container fluid-->
  182. <!-- javascript -->
  183. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  184. <!-- tobii js -->
  185. <script src="{{asset('web/js/tobii.min.js')}}"></script>
  186. <!-- SLIDER -->
  187. <script src="{{asset('web/js/tiny-slider.js')}}"></script>
  188. <!-- Icons -->
  189. <script src="{{asset('web/js/feather.min.js')}}"></script>
  190. <!-- Main Js -->
  191. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  192. <script src="{{asset('web/js/app.js')}}"></script>
  193. <script src="{{ asset('css/pnotify/pnotify.js') }}"></script>
  194. <script src="{{ asset('css/noty/lib/noty.min.js') }}"></script>
  195. </body>
  196. </html>