|
@@ -299,6 +299,11 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
border-radius: 0;
|
|
|
padding: 8px 10px;
|
|
|
}
|
|
|
+.config{
|
|
|
+ font-size: 13px;
|
|
|
+ font-weight: 600;
|
|
|
+ color: black;
|
|
|
+}
|
|
|
</style>
|
|
|
<body>
|
|
|
<header id="" class="site-header">
|
|
@@ -412,7 +417,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
</a><!--end nav link-->
|
|
|
</li><!--end nav item-->
|
|
|
<li class="nav-item">
|
|
|
- <a class="nav-link rounded" id="headcare" data-bs-toggle="pill" href="#head" role="tab" aria-controls="head" aria-selected="false">
|
|
|
+ <a class="nav-link rounded" id="myaccount" data-bs-toggle="pill" href="#account" role="tab" aria-controls="account" aria-selected="false">
|
|
|
<div class="text-start py-1 px-2" style="display:flex;">
|
|
|
<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;">My Account</h6>
|
|
@@ -720,7 +725,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
|
|
|
<!-- Account -->
|
|
|
</div><!--end teb pane-->
|
|
|
- <div class="tab-pane fade p-2" id="head" role="tabpanel" aria-labelledby="headcare" 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="col-md-8 bg-white rounded p-2 ms-2">
|
|
|
<h6 style="padding: 8px 4px 0px;">Application Summary</h6>
|
|
@@ -857,8 +862,62 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
<div class="row">
|
|
|
<div class="col-md-4 bg-white rounded p-2 ms-2" style="width: 32.4%;">
|
|
|
<div class="row">
|
|
|
- <div class="col-md-12">
|
|
|
- <h6 style="padding: 13px 10px 0px; margin-bottom: 0px;">Profile</h6>
|
|
|
+ <div class="col-md-12 mt-2">
|
|
|
+ <span class="title p-2" style="margin-bottom: 0px !important; font-weight:bold !important;">Profile</span>
|
|
|
+ <span class="title" style="font-size:11px; font-weight: 600;">
|
|
|
+ <a role="button" data-bs-toggle="collapse" data-bs-parent="#collapse" href="#collapse1" aria-expanded="true" aria-controls="collapse1">
|
|
|
+ <button type="button" class="btn btn2" data-toggle="collapse" data-target="#demo16" style="padding: 2px 5px !important; font-size: 11px; margin-left:18rem;"><i class="fa fa-pencil"></i></button>
|
|
|
+ </a>
|
|
|
+ </span>
|
|
|
+ <div class="single_glance_row mt-5" style="border-bottom: 1px solid #e8eef1;">
|
|
|
+ <div class="col-md-12">
|
|
|
+ <div id="demo16" class="collapse mt-2">
|
|
|
+ <div class="panel-body" style="padding:10px; background-color: #4b4c6824; border: 1px solid #e9e5e5; border-radius: 5px;">
|
|
|
+ <form method="POST" action="">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-md-6">
|
|
|
+ <div class="mb-2">
|
|
|
+ <label class="form-label config">First Name</label>
|
|
|
+ <div class="form-icon position-relative">
|
|
|
+ <input type="text" class="form-control" placeholder="First Name" name="first-name" required="" style="font-size: 13px;">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-md-6">
|
|
|
+ <div class="mb-2">
|
|
|
+ <label class="form-label config">Last Name</label>
|
|
|
+ <div class="form-icon position-relative">
|
|
|
+ <input type="text" class="form-control" placeholder="Last Name" name="last-name" required="" style="font-size: 13px;">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-md-12">
|
|
|
+ <div class="mb-2">
|
|
|
+ <label class="form-label config">University Name</label>
|
|
|
+ <div class="form-icon position-relative">
|
|
|
+ <input type="text" class="form-control" placeholder="University Name" name="university-name" required="" style="font-size: 13px;">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-md-12">
|
|
|
+ <div class="mb-2">
|
|
|
+ <label class="form-label config">Department</label>
|
|
|
+ <div class="form-icon position-relative">
|
|
|
+ <input type="text" class="form-control" placeholder="Department" name="department" required="" style="font-size: 13px;">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-md-12">
|
|
|
+ <div class="text-end">
|
|
|
+ <button class="btn btn2">Update</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="left mb-2 mt-2">
|
|
|
<div>
|
|
|
<div class="single_glance_row mt-5">
|
|
@@ -883,7 +942,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div><!--end col-->
|
|
|
+ </div><!--end col-->
|
|
|
<div class="col-md-4 bg-white rounded p-2 ms-4" style="width: 32.4%;">
|
|
|
<div class="row">
|
|
|
|
|
@@ -891,13 +950,13 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
<h6 style="padding: 13px 10px 0px;">Change password</h6>
|
|
|
<div class="form-icon position-relative p-2 mt-2">
|
|
|
<input type="hidden" name="user_id" value="{{$user->id}}" id="user_id">
|
|
|
- <input type="password" class="form-control" placeholder="Old password" name="old_password" id="old_password" required="">
|
|
|
+ <input type="password" class="form-control" placeholder="Old password" name="old_password" id="old_password" required="" style="font-size: 13px;">
|
|
|
</div>
|
|
|
<div class="form-icon position-relative p-2">
|
|
|
- <input type="password" class="form-control" placeholder="New password" name="new_password" id="new_password" required="">
|
|
|
+ <input type="password" class="form-control" placeholder="New password" name="new_password" id="new_password" required="" style="font-size: 13px;">
|
|
|
</div>
|
|
|
<div class="form-icon position-relative p-2">
|
|
|
- <input type="password" class="form-control" placeholder="Re-type new password" name="new_password_confirmation" id="new_password_confirmation" required="">
|
|
|
+ <input type="password" class="form-control" placeholder="Re-type new password" name="new_password_confirmation" id="new_password_confirmation" required="" style="font-size: 13px;">
|
|
|
<div class="col-md-12" style="text-align: center;">
|
|
|
<button class="btn btn2 mt-3 change_password">Changed</button>
|
|
|
</div>
|
|
@@ -917,15 +976,39 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="left mb-2">
|
|
|
- <div>
|
|
|
- <div class="single_glance_row mt-5">
|
|
|
- <span class="title" style="font-size:11px; font-weight: 600;">Business 1</span>
|
|
|
+ <div class="single_glance_row mt-4">
|
|
|
+ <div>
|
|
|
+ <span class="title" style="font-size:11px;">Business 1</span>
|
|
|
+ <span class="title" style="font-size:11px; margin-left: 11.4rem;">
|
|
|
+ <a role="button" data-bs-toggle="collapse" data-bs-parent="#collapse" href="#collapse1" aria-expanded="true" aria-controls="collapse1">
|
|
|
+ <button type="button" class="btn btn2" data-toggle="collapse" data-target="#demo17" style="padding: 2px 5px !important; font-size: 11px;"><i class="fa fa-pencil"></i></button>
|
|
|
+ </a>
|
|
|
+ </span>
|
|
|
</div>
|
|
|
- <div class="single_glance_row mt-1">
|
|
|
- <span class="title" style="font-size:11px; font-weight: 600;">Business 2</span>
|
|
|
+ <div class="col-md-12">
|
|
|
+ <div id="demo17" class="collapse mt-2">
|
|
|
+ <div class="panel-body" style="padding:10px; background-color: #4b4c6824; border: 1px solid #e9e5e5; border-radius: 5px;">
|
|
|
+ <form method="POST" action="">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-md-12">
|
|
|
+ <div class="mb-2">
|
|
|
+ <label class="form-label config">Department</label>
|
|
|
+ <div class="form-icon position-relative">
|
|
|
+ <input type="text" class="form-control" placeholder="Department" name="department" required="" style="font-size: 13px;">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-md-12">
|
|
|
+ <div class="text-end">
|
|
|
+ <button class="btn btn2">Update</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|