Browse Source

Merge branch 'master' of https://revinr.site/mostafij-revinr/student-admission

Md.Mostafijur Rahman 1 year ago
parent
commit
b203785234
2 changed files with 18 additions and 13 deletions
  1. 16 11
      resources/views/Q_apply_form.blade.php
  2. 2 2
      resources/views/teacher_profile.blade.php

+ 16 - 11
resources/views/Q_apply_form.blade.php

@@ -116,12 +116,16 @@
             #topnav{
                 position: relative;
             }
+            .text-muted{
+                color: #3c3d5b !important;
+                font-weight: 600 !important;
+            }
        </style>
     <div class="container-fluid">
         <div class="col-md-12">
             <div class="row">
-                <div class="col md-12" style="text-align: center;">
-                        <h2 class="mt-2" style="font-family:Ubuntu !important; font-size: 37px !important;">Research Admission</h2>
+                <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>
@@ -139,15 +143,15 @@
                                         <div class="card-body" style="padding: 0px;">
                                             <div class="row">
                                                 <div class="col-md-12">
-                                                        <h3 class="mb-3" style="font-size: 22px !important; line-height: 43px; font-weight: 700; text-align: left;">You're going to submit your doctoral application proposal to - </h3>
-                                                        <div class="uni_details" style="display:flex; border: 2px solid black; border-radius: 10px; padding: 10px 21px;">
+                                                        <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 class="alert" style="margin-bottom: 0px; color: #3c3d5b;">
-                                                                <strong class="mb-2" style="font-size:18px;"> {{ $user->first_name }} {{ $user->last_name }}</strong></br>
+                                                                <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;">{{ $user->university_name }}</span>
                                                                 <span> . </span>
@@ -159,19 +163,19 @@
                                                 <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;">Your name</label>
+                                                        <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;">e-mail address</label>
+                                                        <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><!--end col-->
-                                                <h5 class="text-center mb-4" style="color: #212529; 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>
+                                                <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="width: 100%; font-size: 23px;">
@@ -204,14 +208,15 @@
                                                         </div><!--end col-->
                                                         <div class="col-12">
                                                             <div class="align-items-center">
-                                                                <p class="text-muted mb-3" style="font-size: 17px;">5. Click on submit</p>
+                                                                <p class="text-muted mb-3" style="font-size: 17px;">5. Submit the application</p>
                                                             </div>
                                                         </div><!--end col-->
                                                     </div>
                                                 <div style="border-bottom: 1px solid #eee;"></div>
-                                                <h5 class="text-center mb-2 mt-4" style="font-weight:100;">Already registered?</h5>
+                                                <h5 class="text-center text-muted mb-2 mt-4" style="font-weight:100;">Already registered?</h5>
                                                 <p class="text-muted mb-1" style="font-size: 17px;">1. Login to your account</p>
-                                                <p class="text-muted mb-3" style="font-size: 17px;">2. Submit the application</p>
+                                                <p class="text-muted mb-1" style="font-size: 17px;">2. Click on application tab</p>
+                                                <p class="text-muted mb-3" style="font-size: 17px;">3. 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="width: 100%; font-size: 23px;">

+ 2 - 2
resources/views/teacher_profile.blade.php

@@ -317,7 +317,7 @@ tbody, td, tfoot, th, thead, tr {
             <div class="col-lg-12">
                 <nav class="mt-2 header-navbar navbar-expand-lg navbar-fixed align-items-center navbar-brand-center">
                         <div class="navbar-container d-flex content">
-                            <div class="col-md-9" >
+                            <div class="col-md-6" >
                                 <div class="d-flex align-items-center">
                                     <ul class="nav navbar-nav mr-auto header_left">
                                         <li class="nav-item d-flex">
@@ -330,7 +330,7 @@ tbody, td, tfoot, th, thead, tr {
                                     </ul>
                                 </div>
                             </div>
-                            <div class="col-md-3" style="display: flex; justify-content: end;">
+                            <div class="col-md-6" style="display: flex; justify-content: end;">
                                 @if(\Auth::guard('teacher')->user()->is_available ==0)
                                     <p class="form-check-label mt-3 pt-1" style="font-size: 11px;">I'm not available</p>
                                 @endif