|
@@ -94,7 +94,7 @@
|
|
|
padding:7.53rem;
|
|
|
}
|
|
|
.bg-left .head-line{
|
|
|
- font-size: 39px !important;
|
|
|
+ font-size: 46px !important;
|
|
|
font-weight: bold;
|
|
|
line-height: 1.2;
|
|
|
color:
|
|
@@ -129,70 +129,10 @@
|
|
|
<div class="container-fluid">
|
|
|
<div class="col-md-12">
|
|
|
<div class="row">
|
|
|
- <div class="col-md-8 bg-left">
|
|
|
+ <div class="col-md-8 bg-left" style="height: 100vh;">
|
|
|
<div>
|
|
|
- <h2 class="ps-4 mt-4 head-line">Admin login</h2>
|
|
|
- <h2 class="ps-4 sub-line1">Say goodbye to overwhelming student proposal emails and hello to streamlined research proposal management with this effective free tool!</h2>
|
|
|
- <h3 class="ps-4 mt-5 sub-line2">Why this platform is advantageous for you</h3>
|
|
|
- <div class="row justify-content-center">
|
|
|
- <div class="col-lg-12">
|
|
|
- <div class="tiny-two-item">
|
|
|
- <div class="tiny-slide">
|
|
|
- <div class="d-flex client-testi m-2">
|
|
|
- <div class="flex-1 p-3 rounded bg-white position-relative">
|
|
|
- <h5 class="box-head">Centralized proposal management</h5>
|
|
|
- <p class="box-sub">A centralized platform to manage all student proposals in one place, eliminating the need to keep track of multiple emails or documents.</p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="tiny-slide">
|
|
|
- <div class="d-flex client-testi m-2">
|
|
|
- <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
|
|
|
- <h5 class="box-head">Real-time notifications</h5>
|
|
|
- <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>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="tiny-slide">
|
|
|
- <div class="d-flex client-testi m-2">
|
|
|
- <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
|
|
|
- <h5 class="box-head">Streamlined process</h5>
|
|
|
- <p class="box-sub">Streamlines the application process for research students, making it easier for them to submit proposals, while reducing the administrative burden on supervisors.</p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="tiny-slide">
|
|
|
- <div class="d-flex client-testi m-2">
|
|
|
- <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
|
|
|
- <h5 class="box-head">Customizable proposal review</h5>
|
|
|
- <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>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="tiny-slide">
|
|
|
- <div class="d-flex client-testi m-2">
|
|
|
- <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
|
|
|
- <h5 class="box-head">Proven effectiveness</h5>
|
|
|
- <p class="box-sub">Many faculties across the globe, demonstrating its effectiveness in improving the efficiency of the research proposal process.</p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="tiny-slide">
|
|
|
- <div class="d-flex client-testi m-2">
|
|
|
- <div class="flex-1 p-3 rounded bg-white position-relative" style="background-color: #72809f33 !important; height: 160px; border: 1px solid #eee;">
|
|
|
- <h5 class="box-head">Comprehensive feedback</h5>
|
|
|
- <p class="box-sub">It offers a comprehensive feedback system to provide feedback to students on their proposals and outcomes.</p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div><!--end col-->
|
|
|
- </div><!--end row-->
|
|
|
+ <h1 class="ps-4 mt-5 pt-5 head-line">Admin login</h1>
|
|
|
+ <h3 class="ps-4 mt-2 sub-line2">That's Why this platform is advantageous for you</h3>
|
|
|
</div>
|
|
|
</div><!--end col-->
|
|
|
|
|
@@ -216,7 +156,7 @@
|
|
|
<div class="mb-3">
|
|
|
<label class="form-label"></label>
|
|
|
<div class="form-icon position-relative">
|
|
|
- <input type="email" class="form-control" placeholder="Email" name="email" required="">
|
|
|
+ <input type="email" class="form-control" name="email" required="" placeholder="Email Address">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|