|
@@ -2,7 +2,7 @@
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
<meta charset="utf-8" />
|
|
|
- <title>Research Admission</title>
|
|
|
+ <title>Supervisor's Login - Research Admission</title>
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<meta name="description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many" />
|
|
|
<meta name="keywords" content="" />
|
|
@@ -51,30 +51,178 @@
|
|
|
<link rel="stylesheet" href="{{ asset('css/pnotify/pnotify.min.css') }}">
|
|
|
<link href="{{ asset('css/noty/lib/noty.css') }}" rel="stylesheet" type="text/css">
|
|
|
</head>
|
|
|
- <body>
|
|
|
- <section style="background-color: #141639c4;">
|
|
|
- <div class="container mt-5 mb-5">
|
|
|
- <div class="col-md-12">
|
|
|
- <div class="row">
|
|
|
- <h1>Lorem ipsum dolor sit amet consectetur adipisicing elit. Dignissimos, ducimus.</h1>
|
|
|
-
|
|
|
- </div><!--end row-->
|
|
|
- </div>
|
|
|
- </div> <!--end container-->
|
|
|
- </section><!--end section-->
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ <style>
|
|
|
|
|
|
+ body {
|
|
|
+ font-family: 'Poppins', sans-serif;
|
|
|
+ font-family: 'Poppins', sans-serif;
|
|
|
+ }
|
|
|
+ h1, h2, h3, h4, h6 {
|
|
|
+ font-family: 'Poppins', sans-serif;
|
|
|
+ }
|
|
|
+ h5{
|
|
|
+ font-family: 'Montserrat Alternates', sans-serif !important;
|
|
|
+ }
|
|
|
+ .bg-half-170 {
|
|
|
+ padding:0px;
|
|
|
+ }
|
|
|
+ .form-control:focus {
|
|
|
+ box-shadow: 0 0 0 0.25rem #8492a61f !important;
|
|
|
+ border-color: #8492a61f !important;
|
|
|
+ }
|
|
|
+ .btn1{
|
|
|
+ background-color: #141639c4 !important;
|
|
|
+ color:white !important;
|
|
|
+ border-radius: 20px;
|
|
|
+ box-shadow:none !important;
|
|
|
+ }
|
|
|
+ .btn1:hover{
|
|
|
+ background: #fff !important;
|
|
|
+ color: #141639c4 !important;
|
|
|
+ border-radius: 20px;
|
|
|
+ border: 1px solid #141639c4;
|
|
|
+ }
|
|
|
+ .tns-nav button {
|
|
|
+ background: #141639c4 !important;
|
|
|
+ }
|
|
|
+ .tns-nav button.tns-nav-active{
|
|
|
+ background-color: #ffff !important;
|
|
|
+ }
|
|
|
+ .bg-left{
|
|
|
+ background-color:#191e38;
|
|
|
+ border:none;
|
|
|
+ padding:5rem;
|
|
|
+ height: 100vh;
|
|
|
+ }
|
|
|
+ .bg-left .head-line{
|
|
|
+ font-size: 39px !important;
|
|
|
+ font-weight: bold;
|
|
|
+ line-height: 1.2;
|
|
|
+ color:#ffff;
|
|
|
+ }
|
|
|
+ .sub-line1{
|
|
|
+ font-size: 18px !important;
|
|
|
+ font-weight: 400;
|
|
|
+ font-family: poppins !important;
|
|
|
+ color:#ffff !important;
|
|
|
+ }
|
|
|
+ .sub-line2{
|
|
|
+ font-size: 17px !important;
|
|
|
+ font-weight: bold;
|
|
|
+ font-family: poppins !important;
|
|
|
+ color:#ffff !important;
|
|
|
+ }
|
|
|
+ .bg-white{
|
|
|
+ background-color: #72809f33 !important;
|
|
|
+ height: 160px;
|
|
|
+ border: 1px solid #ffff;
|
|
|
+ }
|
|
|
+ .box-head{
|
|
|
+ font-size:15px !important;
|
|
|
+ color:#ffff;
|
|
|
+ }
|
|
|
+ .box-sub{
|
|
|
+ font-size:14px;
|
|
|
+ color:#ffff;
|
|
|
+ }
|
|
|
+ .d-flex{
|
|
|
+ display: grid !important;
|
|
|
+ }
|
|
|
+ .box-white{
|
|
|
+ border: 1px solid #ffff;
|
|
|
+ color: white;
|
|
|
+ }
|
|
|
+ .text-muted{
|
|
|
+ color: white !important;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+ <section class="cover-user bg-left">
|
|
|
+ <div class="container-fluid px-0">
|
|
|
+ <div class="row g-0 position-relative">
|
|
|
+ <div class="col-lg-5 padding-less ms-5 ps-2">
|
|
|
+ <div class="container mt-100 mt-60">
|
|
|
+ <div class="row justify-content-center">
|
|
|
+ <div class="col-12 text-center">
|
|
|
+ <div class="section-title mb-4 pb-2">
|
|
|
+ <h1 style="color: #ebe8e3; font-size: 40px !important; font-weight: 500 !important;">Our Valuable Clients</h1>
|
|
|
+ </div>
|
|
|
+ </div><!--end col-->
|
|
|
+ </div><!--end row-->
|
|
|
|
|
|
+ <div class="row justify-content-center">
|
|
|
+ <div class="col-lg-12 mt-4">
|
|
|
+ <div class="tiny-single-item">
|
|
|
+ <div class="tiny-slide">
|
|
|
+ <div class="d-flex m-2">
|
|
|
+
|
|
|
+ <div class="flex-1 content p-3 shadow rounded box-white position-relative">
|
|
|
+ <img src="web/images/01.jpg" class="avatar avatar-small client-image rounded shadow" alt="">
|
|
|
+ <p class="text-muted mt-2">" It seems that only fragments of the original text remain in the Lorem Ipsum texts used today. "</p>
|
|
|
+ <h6 style="color: #e0cfb5;">- Thomas Israel <small class="text-muted">C.E.O</small></h6>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="tiny-slide">
|
|
|
+ <div class="d-flex m-2">
|
|
|
+ <div class="flex-1 content p-3 shadow rounded box-white position-relative">
|
|
|
+ <img src="web/images/01.jpg" class="avatar avatar-small client-image rounded shadow" alt="">
|
|
|
+ <p class="text-muted mt-2">" One disadvantage of Lorum Ipsum is that in Latin certain letters appear more frequently than others. "</p>
|
|
|
+ <h6 style="color: #e0cfb5;">- Barbara McIntosh <small class="text-muted">M.D</small></h6>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
|
|
|
+ <div class="tiny-slide">
|
|
|
+ <div class="d-flex m-2">
|
|
|
+ <div class="flex-1 content p-3 shadow rounded box-white position-relative">
|
|
|
+ <img src="web/images/01.jpg" class="avatar avatar-small client-image rounded shadow" alt="">
|
|
|
+ <p class="text-muted mt-2">" The most well-known dummy text is the 'Lorem Ipsum', which is said to have originated in the 16th century. "</p>
|
|
|
+ <h6 style="color: #e0cfb5;">- Carl Oliver <small class="text-muted">P.A</small></h6>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- <!-- javascript -->
|
|
|
- <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
|
|
|
+ <div class="tiny-slide">
|
|
|
+ <div class="d-flex m-2">
|
|
|
+ <div class="flex-1 content p-3 shadow rounded box-white position-relative">
|
|
|
+ <img src="web/images/01.jpg" class="avatar avatar-small client-image rounded shadow" alt="">
|
|
|
+ <p class="text-muted mt-2">" According to most sources, Lorum Ipsum can be traced back to a text composed by Cicero. "</p>
|
|
|
+ <h6 style="color: #e0cfb5;">- Christa Smith <small class="text-muted">Manager</small></h6>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div><!--end col-->
|
|
|
+ </div><!--end row-->
|
|
|
+ </div><!--end container-->
|
|
|
+ </div>
|
|
|
+ <div class="col-lg-5 cover-my-30 ms-5 ps-5">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-12">
|
|
|
+ <div class="border-0" style="z-index: 1;">
|
|
|
+ <div class="card-body" style="padding: 0px;">
|
|
|
+ <h1 style="line-height: 1.1 !important; color: #ebe8e3; font-size: 65px !important; font-weight: 500 !important;">Raising the</br> standards and</h1>
|
|
|
+ <span style="line-height: 1.1 !important; color: #e0cfb5; font-size: 65px !important; font-weight: 500 !important;">getting results</span>
|
|
|
+ <p class="mt-5" style="color:#ebe8e3; font-weight: 100 !important;">
|
|
|
+ <strong style="font-weight: 600 !important;">‘Recruiting Our Way’</strong>
|
|
|
+ means delivering the very best service and constantly improving every aspect.</p>
|
|
|
+ <p style="color:#ebe8e3; font-weight: 100 !important;">Most of our relationships originate from a referral and we build our business on the strength of what we do.</p>
|
|
|
+ <p style="color:#ebe8e3; font-weight: 100 !important;">View our testimonials and case studies and discover the Pratap Partnership way.
|
|
|
+ </p>
|
|
|
+ <a href="">
|
|
|
+ <p class="mt-5" style="color: white;">Recruiting Our Way <i class="fa fa-arrow-right fea icon-sm"></i></p>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div><!--end col-->
|
|
|
+ </div><!--end row-->
|
|
|
+ </div> <!-- end col -->
|
|
|
+ </div><!--end row-->
|
|
|
+ </div><!--end container fluid-->
|
|
|
+ </section><!--end section-->
|
|
|
+ <!-- javascript -->
|
|
|
+ <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
|
|
|
<!-- tobii js -->
|
|
|
<script src="{{asset('web/js/tobii.min.js')}}"></script>
|
|
|
<!-- SLIDER -->
|
|
@@ -87,4 +235,4 @@
|
|
|
<script src="{{ asset('css/pnotify/pnotify.js') }}"></script>
|
|
|
<script src="{{ asset('css/noty/lib/noty.min.js') }}"></script>
|
|
|
</body>
|
|
|
- </html>
|
|
|
+ </html>
|