|
@@ -67,12 +67,16 @@ h1, h2, h3, h4, h5, h6 {
|
|
.bg-half-170 {
|
|
.bg-half-170 {
|
|
padding:0px;
|
|
padding:0px;
|
|
}
|
|
}
|
|
-.bg-primary, .btn-primary, .btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .pagination .page-item.active .page-link, .nav-pills .nav-link.active, #preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2, .social-icon li a:hover, #topnav .navbar-toggle.open span:hover, .bg-animation-left.crypto-home:after, .bg-animation-left.task-management-home:after, .classic-app-image .bg-app-shape:after, .classic-saas-image .bg-saas-shape:after, .swiper-slider-hero .swiper-container .swiper-button-prev:hover, .features.fea-primary:hover, .tns-nav button.tns-nav-active, .ribbon.ribbon-primary span, .sidebar .widget .tagcloud > a:hover, .work-container.work-modern .icons .work-icon:hover, .timeline-page .timeline-item .date-label-left:after, .timeline-page .timeline-item .duration-right:after, #navmenu-nav li.account-menu.active .navbar-link, #navmenu-nav li.account-menu:hover .navbar-link, .form-check-input.form-check-input:checked, .qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover, .qs-datepicker-container .qs-squares .qs-square.qs-current, .carousel-indicators [data-bs-target], .carousel-indicators .active, .tns-controls button[data-controls="prev"]:hover, .tns-controls button[data-controls="next"]:hover, .back-to-top {
|
|
|
|
|
|
+.bg-primary, .btn-primary, .btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .pagination .page-item.active .page-link, .nav-pills .nav-link.active, #preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2, .social-icon li a:hover, #topnav .navbar-toggle.open span:hover, .bg-animation-left.crypto-home:after, .bg-animation-left.task-management-home:after, .classic-app-image .bg-app-shape:after, .classic-saas-image .bg-saas-shape:after, .swiper-slider-hero .swiper-container .swiper-button-prev:hover, .features.fea-primary:hover, .tns-nav button.tns-nav-active, .ribbon.ribbon-primary span, .sidebar .widget .tagcloud > a:hover, .work-container.work-modern .icons .work-icon:hover, .timeline-page .timeline-item .date-label-left:after, .timeline-page .timeline-item .duration-right:after, #navmenu-nav li.account-menu.active .navbar-link, #navmenu-nav li.account-menu:hover .navbar-link, .qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover, .qs-datepicker-container .qs-squares .qs-square.qs-current, .carousel-indicators [data-bs-target], .carousel-indicators .active, .tns-controls button[data-controls="prev"]:hover, .tns-controls button[data-controls="next"]:hover, .back-to-top {
|
|
background-color: #141639c4 !important;
|
|
background-color: #141639c4 !important;
|
|
color: white!important;
|
|
color: white!important;
|
|
- /* border-radius:0px !important; */
|
|
|
|
|
|
+ border-radius:0px !important;
|
|
border-color: #141639c4 !important;
|
|
border-color: #141639c4 !important;
|
|
}
|
|
}
|
|
|
|
+.form-check-input.form-check-input:checked{
|
|
|
|
+ border-radius:20px !important;
|
|
|
|
+ background-color: #141639c4 !important;
|
|
|
|
+}
|
|
.form-check-input:focus {
|
|
.form-check-input:focus {
|
|
border-color: #141639c4 !important;
|
|
border-color: #141639c4 !important;
|
|
background-image:#141639c4 !important;
|
|
background-image:#141639c4 !important;
|
|
@@ -331,14 +335,18 @@ tbody, td, tfoot, th, thead, tr {
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6" 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
|
|
|
|
- <div class="form-check form-switch mt-3 ms-2" id="">
|
|
|
|
- <input class="form-check-input teacher_is_available" type="checkbox" name="is_available" value="" @if(\Auth::guard('teacher')->user()->is_available ==1) checked @endif>
|
|
|
|
- @if(\Auth::guard('teacher')->user()->is_available ==1)
|
|
|
|
- <label class="form-check-label" for="" style="font-size: 11px; margin-top: -1px;">I'm available</label>
|
|
|
|
- @endif
|
|
|
|
|
|
+ <div >
|
|
|
|
+ <div style="border: 1px solid #e2e9ff;width: auto; border-radius: 10px; display: flex; height: 68%; margin-top: 6px;">
|
|
|
|
+ @if(\Auth::guard('teacher')->user()->is_available ==0)
|
|
|
|
+ <p class="form-check-label mt-1 pt-2 ms-2" style="font-size: 11px;">I'm not available</p>
|
|
|
|
+ @endif
|
|
|
|
+ <div class="form-check form-switch mt-1 pt-1 ms-3" id="">
|
|
|
|
+ <input class="form-check-input teacher_is_available" type="checkbox" name="is_available" value="" @if(\Auth::guard('teacher')->user()->is_available ==1) checked @endif>
|
|
|
|
+ @if(\Auth::guard('teacher')->user()->is_available ==1)
|
|
|
|
+ <label class="form-check-label" for="" style="font-size: 11px; margin-top: -1px; margin-right: 9px;">I'm available</label>
|
|
|
|
+ @endif
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
|
|
<ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
|
|
<li class="nav-item dropdown dropdown-notification">
|
|
<li class="nav-item dropdown dropdown-notification">
|
|
@@ -347,6 +355,18 @@ tbody, td, tfoot, th, thead, tr {
|
|
</a>
|
|
</a>
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
|
|
+ @php
|
|
|
|
+ $hashids = new \Hashids\Hashids('student_q_signup', 25);
|
|
|
|
+ @endphp
|
|
|
|
+ <div class="flag_country copy" style="display:flex; cursor:pointer;" data-clipboard-text="{{ url('student-q-form/'.$hashids->encode(auth_user('teacher')->id)) }}">
|
|
|
|
+ <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
|
|
|
|
+ <li class="nav-item dropdown dropdown-notification">
|
|
|
|
+ <a href="">
|
|
|
|
+ <i class="fa fa-bolt change_pass_btn" style="padding: 8px 9px;"></i>
|
|
|
|
+ </a>
|
|
|
|
+ </li>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
<ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
|
|
<ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
|
|
<li class="nav-item dropdown dropdown-notification">
|
|
<li class="nav-item dropdown dropdown-notification">
|
|
<a href="">
|
|
<a href="">
|
|
@@ -354,13 +374,6 @@ tbody, td, tfoot, th, thead, tr {
|
|
</a>
|
|
</a>
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
- <!-- <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
|
|
|
|
- <li class="nav-item dropdown dropdown-notification">
|
|
|
|
- <a href="">
|
|
|
|
-
|
|
|
|
- </a>
|
|
|
|
- </li>
|
|
|
|
- </ul> -->
|
|
|
|
<ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
|
|
<ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
|
|
<li class="nav-item dropdown dropdown-notification">
|
|
<li class="nav-item dropdown dropdown-notification">
|
|
<a href="">
|
|
<a href="">
|
|
@@ -438,16 +451,6 @@ tbody, td, tfoot, th, thead, tr {
|
|
</div>
|
|
</div>
|
|
</a><!--end nav link-->
|
|
</a><!--end nav link-->
|
|
</li><!--end nav item-->
|
|
</li><!--end nav item-->
|
|
- @php
|
|
|
|
- $hashids = new \Hashids\Hashids('student_q_signup', 25);
|
|
|
|
- @endphp
|
|
|
|
- <li class="nav-item">
|
|
|
|
- <div class="flag_country copy" style="display:flex;margin-left:27px; color:rgb(255, 255, 255); cursor:pointer;" data-clipboard-text="{{ url('student-q-form/'.$hashids->encode(auth_user('teacher')->id)) }}">
|
|
|
|
- <i class="fa fa-user ms-3" style="font-size: 11px; margin-top: 3px;"></i>
|
|
|
|
- <h6 class="mb-0" style="margin-left: 6px; font-size: 13px !important;">Q-Form</h6>
|
|
|
|
- </div>
|
|
|
|
- </li><!--end nav item-->
|
|
|
|
-
|
|
|
|
</ul><!--end nav pills-->
|
|
</ul><!--end nav pills-->
|
|
</div>
|
|
</div>
|
|
<div class="sidebar-footer" style="display: block;bottom: 65px !important;">
|
|
<div class="sidebar-footer" style="display: block;bottom: 65px !important;">
|
|
@@ -496,7 +499,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
</div>
|
|
</div>
|
|
<div class="col-md-3">
|
|
<div class="col-md-3">
|
|
<div class="mb-1">
|
|
<div class="mb-1">
|
|
- <label class="form-label" for="" style="color: white; font-size:12px;">Approve Status</label>
|
|
|
|
|
|
+ <label class="form-label" for="" style="color: white; font-size:12px;">Status</label>
|
|
<div class="form-icon position-relative">
|
|
<div class="form-icon position-relative">
|
|
<select name="approve" id="approve" class="form-control frm" required="">
|
|
<select name="approve" id="approve" class="form-control frm" required="">
|
|
<option disabled="" selected="" value="">Default</option>
|
|
<option disabled="" selected="" value="">Default</option>
|
|
@@ -506,7 +509,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
</div>
|
|
</div>
|
|
<div class="col-md-3">
|
|
<div class="col-md-3">
|
|
<div class="mb-1">
|
|
<div class="mb-1">
|
|
- <label class="form-label" style="color: white; font-size:12px;">App Date Range</label>
|
|
|
|
|
|
+ <label class="form-label" style="color: white; font-size:12px;">Application Received</label>
|
|
<div class="form-icon position-relative">
|
|
<div class="form-icon position-relative">
|
|
<select name="app_date" id="app_date" class="form-control frm" required="">
|
|
<select name="app_date" id="app_date" class="form-control frm" required="">
|
|
<option disabled="" selected="" value="">Date Range</option>
|
|
<option disabled="" selected="" value="">Date Range</option>
|
|
@@ -516,7 +519,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
</div>
|
|
</div>
|
|
<div class="col-md-3">
|
|
<div class="col-md-3">
|
|
<div class="mb-1">
|
|
<div class="mb-1">
|
|
- <label class="form-label" for="start date" style="color: white; font-size:12px;">Start Date</label>
|
|
|
|
|
|
+ <label class="form-label" for="start date" style="color: white; font-size:12px;">Preffered Start Date</label>
|
|
<div class="form-icon position-relative">
|
|
<div class="form-icon position-relative">
|
|
<input name="startdate" type="text" class="form-control start" placeholder="start Date" autocomplete="off">
|
|
<input name="startdate" type="text" class="form-control start" placeholder="start Date" autocomplete="off">
|
|
</div>
|
|
</div>
|
|
@@ -703,7 +706,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
</div><!--end teb pane-->
|
|
</div><!--end teb pane-->
|
|
<div class="tab-pane fade p-2" id="account" role="tabpanel" aria-labelledby="myaccount" style="height:100%;">
|
|
<div class="tab-pane fade p-2" id="account" role="tabpanel" aria-labelledby="myaccount" style="height:100%;">
|
|
<div class="row">
|
|
<div class="row">
|
|
- <div class="col-md-8 bg-white rounded p-2 ms-2">
|
|
|
|
|
|
+ <div class="col-md-11 bg-white rounded p-2 ms-2" style="width: 93.3%;">
|
|
<h6 style="padding: 8px 4px 0px; color: #141639c4; font-weight:bold !important;">Application Summary</h6>
|
|
<h6 style="padding: 8px 4px 0px; color: #141639c4; font-weight:bold !important;">Application Summary</h6>
|
|
<div class="col-md-12">
|
|
<div class="col-md-12">
|
|
<div class="table-responsive">
|
|
<div class="table-responsive">
|
|
@@ -806,7 +809,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div><!--end col-->
|
|
</div><!--end col-->
|
|
- <div class="col-md-3 bg-white rounded p-2 ms-4">
|
|
|
|
|
|
+ <!-- <div class="col-md-3 bg-white rounded p-2 ms-4">
|
|
<div class="row">
|
|
<div class="row">
|
|
<div class="col-md-10">
|
|
<div class="col-md-10">
|
|
<h6 style="padding: 13px 10px 0px; color: #141639c4; font-weight:bold !important;">Subscription</h6>
|
|
<h6 style="padding: 13px 10px 0px; color: #141639c4; font-weight:bold !important;">Subscription</h6>
|
|
@@ -832,7 +835,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- </div><!--end col-->
|
|
|
|
|
|
+ </div> -->
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12 mt-3">
|
|
<div class="col-md-12 mt-3">
|
|
<div class="row">
|
|
<div class="row">
|
|
@@ -904,6 +907,14 @@ tbody, td, tfoot, th, thead, tr {
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="col-md-12">
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <label class="form-label config">Designation</label>
|
|
|
|
+ <div class="form-icon position-relative">
|
|
|
|
+ <input type="text" class="form-control" placeholder="Designation" id="designation" name="designation" value="{{$user->designation}}" required="" style="font-size: 13px;">
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
<div class="col-md-12">
|
|
<div class="col-md-12">
|
|
<div class="text-end">
|
|
<div class="text-end">
|
|
<button class="btn btn2 update_profile">Update</button>
|
|
<button class="btn btn2 update_profile">Update</button>
|