|
@@ -39,6 +39,9 @@
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap" rel="stylesheet">
|
|
|
|
|
|
|
|
+ <link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
+ <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200&family=Quicksand:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap" rel="stylesheet">
|
|
@@ -55,14 +58,10 @@
|
|
<style>
|
|
<style>
|
|
|
|
|
|
body {
|
|
body {
|
|
- font-family: "Montserrat",Arial,sans-serif;
|
|
|
|
- font-family: "Montserrat",Arial,sans-serif;
|
|
|
|
- }
|
|
|
|
- h1, h2, h3, h4, h6 {
|
|
|
|
- font-family:Ubuntu !important;
|
|
|
|
|
|
+ font-family: 'Quicksand', sans-serif !important;
|
|
}
|
|
}
|
|
- h5{
|
|
|
|
- font-family: "Montserrat",Arial,sans-serif !important;
|
|
|
|
|
|
+ h1, h2, h3, h4, h5, h6 {
|
|
|
|
+ font-family: 'Quicksand', sans-serif !important;
|
|
}
|
|
}
|
|
.bg-half-170 {
|
|
.bg-half-170 {
|
|
padding:0px;
|
|
padding:0px;
|
|
@@ -103,7 +102,6 @@
|
|
}
|
|
}
|
|
.tmail{
|
|
.tmail{
|
|
color: #a7a7a7;
|
|
color: #a7a7a7;
|
|
- text-align: center;
|
|
|
|
margin: 0px;
|
|
margin: 0px;
|
|
}
|
|
}
|
|
.form-control {
|
|
.form-control {
|
|
@@ -117,126 +115,203 @@
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
.text-muted{
|
|
.text-muted{
|
|
- color: #3c3d5b !important;
|
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
+ }
|
|
|
|
+ .bg-left{
|
|
|
|
+ background-color: #191e38;
|
|
|
|
+ border:none;
|
|
|
|
+ padding:7.53rem;
|
|
|
|
+ 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;
|
|
|
|
+ }
|
|
|
|
+ .master-link.secondary {
|
|
|
|
+ padding: 12px;
|
|
|
|
+ color: #fff;
|
|
|
|
+ background-color: rgba(235,232,227,.1);
|
|
|
|
+ clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.1em), calc(100% - 1.1em) 100%, 0 100%);
|
|
|
|
+ }
|
|
|
|
+ .master-link.secondary:hover {
|
|
|
|
+ color: #191e38 !important;
|
|
|
|
+ background-color: #ffffff;
|
|
|
|
+ clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.1em), calc(100% - 1.1em) 100%, 0 100%);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /* new */
|
|
|
|
+ .bg-gray-900 {
|
|
|
|
+ --tw-bg-opacity: 1;
|
|
|
|
+ background-color: rgb(15 23 42/var(--tw-bg-opacity));
|
|
|
|
+ }
|
|
|
|
+ .xl\:h-full {
|
|
|
|
+ height: 100%;
|
|
|
|
+ }
|
|
|
|
+ .w-full {
|
|
|
|
+ width: 100%;
|
|
|
|
+ }
|
|
|
|
+ .absolute {
|
|
|
|
+ position: absolute;
|
|
|
|
+ }
|
|
|
|
+ .xl\:grid-cols-2 {
|
|
|
|
+ grid-template-columns: repeat(2,minmax(0,1fr));
|
|
|
|
+ }
|
|
|
|
+ .xl\:grid {
|
|
|
|
+ display: grid;
|
|
|
|
+ }
|
|
|
|
+ .xl\:col-start-2 {
|
|
|
|
+ grid-column-start: 2;
|
|
|
|
+ }
|
|
|
|
+ .xl\:relative {
|
|
|
|
+ position: relative;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
- <div class="container-fluid">
|
|
|
|
- <div class="col-md-12">
|
|
|
|
- <div class="row">
|
|
|
|
- <div class="col-md-12" style="text-align: center; background-color:#3c3d5b;">
|
|
|
|
- <h2 class="mt-2" style="font-family:Ubuntu !important; font-size: 37px !important; color: #ffbd59;">Research Admission</h2>
|
|
|
|
- <div style="border-bottom: 1px solid #eee;"></div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <section class="cover-user">
|
|
|
|
- <div class="container px-0">
|
|
|
|
- <div class="row g-0 position-relative">
|
|
|
|
- <div class="col-md-5">
|
|
|
|
- <div class="row">
|
|
|
|
- <div class="col-md-12 mt-4">
|
|
|
|
- <h3 class="mb-3" style="font-size: 22px !important; line-height: 43px; font-weight: 700; text-align: left; color: #3c3d5b;">You're going to submit your doctoral application proposal to - </h3>
|
|
|
|
- <div class="uni_details" style="background-color: #16183f40; display:flex; border-radius: 10px; padding: 10px 21px;">
|
|
|
|
- <div class="mt-2" style="text-align: center;">
|
|
|
|
- <div class="inner_left mt-1" style="background-color: #141639c4; padding: 18px 0px 0px 0px; height: 63px; width: 63px;">
|
|
|
|
- <p style="color:white; font-weight:600 !important; letter-spacing: 2px;">{{ strtoupper(mb_substr($user->first_name, 0, 1) . mb_substr($user->last_name, 0, 1)) }}</p>
|
|
|
|
|
|
+ <section class="cover-user">
|
|
|
|
+ <div class="container-fluid px-0">
|
|
|
|
+ <div class="row g-0 position-relative">
|
|
|
|
+ <div class="col-lg-7 padding-less ">
|
|
|
|
+ <div class="bg-left">
|
|
|
|
+ <h5 class="text-muted mt-5">Guideline to submit your proposal :</h5>
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-12">
|
|
|
|
+ <div class="align-items-center">
|
|
|
|
+ <p class="text-muted mb-1" style="font-size: 17px;">1. You should get an invitation to the email address given above.</p>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- <div class="alert" style="margin-bottom: 0px; color: #3c3d5b;">
|
|
|
|
- <strong class="mb-2" style="font-size:19px; font-weight: 700;"> {{ $user->first_name }} {{ $user->last_name }}</strong></br>
|
|
|
|
- <span style="font-size:14px; font-weight:400;">{{ $user->email }} </span><br>
|
|
|
|
- <span style="font-size:14px; font-weight:400;">{{ cn($user,'university.name','')}}</span>
|
|
|
|
- <span> . </span>
|
|
|
|
- <span style="font-size:14px; font-weight:400;">{{ cn($user,'department_name.name','')}}</span>
|
|
|
|
|
|
|
|
|
|
+ <div class="col-12">
|
|
|
|
+ <div class="align-items-center">
|
|
|
|
+ <p class="text-muted mb-1" style="font-size: 17px;">2. Click on the apply now button.</p>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-12">
|
|
|
|
+ <div class="align-items-center">
|
|
|
|
+ <p class="text-muted mb-1" style="font-size: 17px;">3. Complete your registration (one time).</p>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-12">
|
|
|
|
+ <div class="align-items-center">
|
|
|
|
+ <p class="text-muted mb-1" style="font-size: 17px;">4. Complete your profile and upload your proposal.</p>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-12 mb-3">
|
|
|
|
+ <div class="align-items-center">
|
|
|
|
+ <p class="text-muted mb-3" style="font-size: 17px;">5. Submit the application</p>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="col-lg-12 mt-4">
|
|
|
|
- <div class="mb-3">
|
|
|
|
- <input type="hidden" name="teacher_id" value="{{ $hash_teacher_ids[0] }}" id="teacher_id">
|
|
|
|
- <label class="form-label" style="font-size: 19px; font-weight: 700; color: #3c3d5b;">Your name</label>
|
|
|
|
- <div class="form-icon position-relative">
|
|
|
|
- <input type="text" class="form-control" id="name" placeholder="Write your full name here" name="name" required="">
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="mb-3">
|
|
|
|
- <label class="form-label" style="font-size: 19px; font-weight: 700; color: #3c3d5b;">e-mail address</label>
|
|
|
|
- <div class="form-icon position-relative">
|
|
|
|
- <input type="email" class="form-control" id="email" placeholder="Write your e-mail address here" name="email" required="">
|
|
|
|
|
|
+ <div style="border-bottom: 1px solid #eee;"></div>
|
|
|
|
+ <h5 class="text-muted mb-2 mt-4" style="font-weight:600;">Already an account ?</h5>
|
|
|
|
+ <p class="text-muted mb-1" style="font-size: 17px;">1. Sign in to your account.</p>
|
|
|
|
+ <p class="text-muted mb-1" style="font-size: 17px;">2. Navigate to the application tab, where you will find a draft application tagged with this supervisor.</p>
|
|
|
|
+ <p class="text-muted mb-3" style="font-size: 17px;">3. Proceed to submit the application.</p>
|
|
|
|
+ <div class="col-md-12">
|
|
|
|
+ <div class="mt-5 pt-3 mb-4 text-left">
|
|
|
|
+ <a href="{{ url('/login') }}" class="master-link secondary" style="font-size: 21px;">
|
|
|
|
+ {{ __('Log in') }}
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- </div><!--end col-->
|
|
|
|
- <h5 class="text-center mb-4" style="color: #3c3d5b; font-weight: 500; font-size: 18px;">We will send you a link to this email address, so you can complete your registration and submit your proposal.</h5>
|
|
|
|
- <div class="col-md-12">
|
|
|
|
- <div class="mt-2 mb-4 text-center">
|
|
|
|
- <button type="submit" class="btn btn1 q_form_submit" style="font-size: 21px; border-radius: 25px;">
|
|
|
|
- {{ __('Submit') }}
|
|
|
|
- </button>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <p class="tmail mt-5" style="font-size: 12px;">Copyright © 2023 Research Admission</p>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="col-md-6 ms-5 ps-5 cover-my-30 mt-5">
|
|
|
|
- <div class="d-flex align-items-center p-5">
|
|
|
|
- <div class="row">
|
|
|
|
- <div class="col-12">
|
|
|
|
- <div class="card login-page border-0">
|
|
|
|
- <div class="card-body" style="padding: 0px;">
|
|
|
|
-
|
|
|
|
- <h5 class="text-muted">Guideline to submit your proposal :</h5>
|
|
|
|
- <div class="row">
|
|
|
|
- <div class="col-12">
|
|
|
|
- <div class="align-items-center">
|
|
|
|
- <p class="text-muted mb-1" style="font-size: 17px;">1. You should get an invitation to the email address given above.</p>
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-lg-5 cover-my-30 ">
|
|
|
|
+ <div class="cover-user-img d-flex align-items-center p-5">
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-12">
|
|
|
|
+ <div class="card login-page border-0" style="z-index: 1;">
|
|
|
|
+ <div class="card-body" style="padding: 0px;">
|
|
|
|
+ <h3 class="mb-3" style="font-size: 22px !important; line-height: 43px; font-weight: 700; text-align: left; color: #3c3d5b;">You're going to submit your doctoral application proposal to - </h3>
|
|
|
|
+ <div class="uni_details" style="background-color: #16183f40; display:flex; border-radius: 10px; padding: 10px 21px;">
|
|
|
|
+ <div class="mt-2" style="text-align: center;">
|
|
|
|
+ <div class="inner_left mt-1" style="background-color: #141639c4; padding: 18px 0px 0px 0px; height: 63px; width: 63px;">
|
|
|
|
+ <p style="color:white; font-weight:600 !important; letter-spacing: 2px;">{{ strtoupper(mb_substr($user->first_name, 0, 1) . mb_substr($user->last_name, 0, 1)) }}</p>
|
|
</div>
|
|
</div>
|
|
- </div><!--end col-->
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div class="alert" style="margin-bottom: 0px; color: #3c3d5b;">
|
|
|
|
+ <strong class="mb-2" style="font-size:19px; font-weight: 700;"> {{ $user->first_name }} {{ $user->last_name }}</strong></br>
|
|
|
|
+ <span style="font-size:14px; font-weight:400;">{{ $user->email }} </span><br>
|
|
|
|
+ <span style="font-size:14px; font-weight:400;">{{ cn($user,'university.name','')}}</span>
|
|
|
|
+ <span> . </span>
|
|
|
|
+ <span style="font-size:14px; font-weight:400;">{{ cn($user,'department_name.name','')}}</span>
|
|
|
|
|
|
- <div class="col-12">
|
|
|
|
- <div class="align-items-center">
|
|
|
|
- <p class="text-muted mb-1" style="font-size: 17px;">2. Click on the apply now button.</p>
|
|
|
|
- </div>
|
|
|
|
- </div><!--end col-->
|
|
|
|
- <div class="col-12">
|
|
|
|
- <div class="align-items-center">
|
|
|
|
- <p class="text-muted mb-1" style="font-size: 17px;">3. Complete your registration (one time).</p>
|
|
|
|
- </div>
|
|
|
|
- </div><!--end col-->
|
|
|
|
- <div class="col-12">
|
|
|
|
- <div class="align-items-center">
|
|
|
|
- <p class="text-muted mb-1" style="font-size: 17px;">4. Complete your profile and upload your proposal.</p>
|
|
|
|
- </div>
|
|
|
|
- </div><!--end col-->
|
|
|
|
- <div class="col-12">
|
|
|
|
- <div class="align-items-center">
|
|
|
|
- <p class="text-muted mb-3" style="font-size: 17px;">5. Submit the application</p>
|
|
|
|
- </div>
|
|
|
|
- </div><!--end col-->
|
|
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- <div style="border-bottom: 1px solid #eee;"></div>
|
|
|
|
- <h5 class="text-muted mb-2 mt-4" style="font-weight:600;">Already an account ?</h5>
|
|
|
|
- <p class="text-muted mb-1" style="font-size: 17px;">1. Sign in to your account.</p>
|
|
|
|
- <p class="text-muted mb-1" style="font-size: 17px;">2. Navigate to the application tab, where you will find a draft application tagged with this supervisor.</p>
|
|
|
|
- <p class="text-muted mb-3" style="font-size: 17px;">3. Proceed to submit the application.</p>
|
|
|
|
- <div class="col-md-12">
|
|
|
|
- <div class="mt-2 mb-4 text-center">
|
|
|
|
- <a href="{{ url('/login') }}" class="btn btn1" style="font-size: 21px; border-radius: 25px;">
|
|
|
|
- {{ __('Log in') }}
|
|
|
|
- </a>
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-lg-12 mt-4">
|
|
|
|
+ <div class="mb-3">
|
|
|
|
+ <input type="hidden" name="teacher_id" value="{{ $hash_teacher_ids[0] }}" id="teacher_id">
|
|
|
|
+ <label class="form-label" style="font-size: 19px; font-weight: 700; color: #3c3d5b;">Your name</label>
|
|
|
|
+ <div class="form-icon position-relative">
|
|
|
|
+ <input type="text" class="form-control" id="name" placeholder="Write your full name here" name="name" required="">
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mb-3">
|
|
|
|
+ <label class="form-label" style="font-size: 19px; font-weight: 700; color: #3c3d5b;">e-mail address</label>
|
|
|
|
+ <div class="form-icon position-relative">
|
|
|
|
+ <input type="email" class="form-control" id="email" placeholder="Write your e-mail address here" name="email" required="">
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <h5 class="text-center mb-4" style="color: #3c3d5b; font-weight: 500; font-size: 18px !important;">We will send you a link to this email address, so you can complete your registration and submit your proposal.</h5>
|
|
|
|
+ <div class="col-md-12">
|
|
|
|
+ <div class="mt-2 mb-4 text-center">
|
|
|
|
+ <button type="submit" class="btn btn1 q_form_submit" style="font-size: 21px;">
|
|
|
|
+ {{ __('Submit') }}
|
|
|
|
+ </button>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <p class="mb-2 tmail" style="font-size: 12px;">Copyright © 2023 Research Admission</p>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- </div><!--end col-->
|
|
|
|
- </div><!--end row-->
|
|
|
|
- </div> <!-- end about detail -->
|
|
|
|
- <div class="col-lg-2"></div>
|
|
|
|
- </div><!--end row-->
|
|
|
|
- </div><!--end container fluid-->
|
|
|
|
- </section><!--end section-->
|
|
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </section>
|
|
|
|
+
|
|
|
|
+ <!-- <div class="relative bg-gray-900">
|
|
|
|
+ <div class="h-80 w-full absolute bottom-0 xl:inset-0 xl:h-full">
|
|
|
|
+ <div class="h-full w-full xl:grid xl:grid-cols-2">
|
|
|
|
+ <div class="h-full xl:relative xl:col-start-2">
|
|
|
|
+ <img src="web/images/01.jpg" alt="">
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div> -->
|
|
|
|
+
|
|
<!-- javascript -->
|
|
<!-- javascript -->
|
|
<script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
|
|
<script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
|
|
<!-- tobii js -->
|
|
<!-- tobii js -->
|