File: /home/aliazzsr/html.vqode.com/Just-tutor-lah/dashboard.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<script
defer
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="css/style.css" />
<!-- <link rel="stylesheet" href="css/home.css" /> -->
<link rel="stylesheet" href="css/output.css" />
</head>
<body class="home-body">
<main>
<!-- Header Section Start -->
<header
class="innerNav wrapper w-full top-0 z-50 py-4 scroll-header max-sm:max-w-[100vw]"
>
<nav class="flex items-center justify-between z-50">
<nav class="navbar navbar-expand-lg navbar-light w-100">
<a class="navbar-brand" href="#"><img src="images/navbar/logo-purple.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="dashboard.html">Dashboard</a>
</li>
<li class="nav-item">
<a class="nav-link" href="invoices.html">Invoices</a>
</li>
<span class="language"><a href="#"><img src="images/navbar/language.png"></a></span>
<span><a href="#"><img class="arrow" src="images/navbar/arrow.png"></a></span>
</ul>
<form class="form-inline my-2 my-lg-0">
<button class="gradientBtn signIn" type="submit"><img class="mr-3" src="images/navbar/user.png"> Sign In</button>
</form>
</div>
</nav>
</nav>
</header>
<img class="position_xl" src="images/maching-profile/left-shadow.png">
<!-- Header Section End -->
<!-- Profiles Section Start -->
<div class="wrapper mt-2">
<div class="flex justify-end items-center">
<img src="images/dashboard/verified-large.png">
<h5 class="text font-[500] text-[14px] verified">
Verified
</h5>
</div>
</div>
<div
class="flex md:flex-row pad_row sm:space-x-[90px] lg:space-x-4 justify-center flex-col py-8 wrapper max-sm:overflow-hidden pb-0 pt-0"
>
<div class="flex md:flex-1">
<div class="unlocked_box_xl shadow_top shadow_right0 botton">
<div class="">
<div class="flex items-center mt-2">
<h2 class="text-[25px] text font-[500] mobile_size_sm">
Profile Status
</h2>
</div>
<div class="unlocked_flex_xl justify-between mt-4">
<div class="flex justify-center items-center">
<img src="images/dashboard/graph.png">
</div>
<div class="w55">
<div class="flex justify-between border_bottom">
<div>
<div class="chart_line purple_web"></div>
<h4 class="text-[17px] text font-[500] pt-2">
Unlocked Profile
</h4>
<p class="text-[14px] text font-[500] review_color pt-1">
60 students/60%
</p>
</div>
<div>
<img src="images/dashboard/unlocked.png">
</div>
</div>
<div class="flex justify-between mt-4">
<div>
<div class="chart_line light_might"></div>
<h4 class="text-[17px] text font-[500] pt-2">
Viewed Profile
</h4>
<p class="text-[14px] text font-[500] review_color pt-1">
10 students/10%
</p>
</div>
<div>
<img src="images/dashboard/viewed.png">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="flex flex-col pad_ml space-y-3 md:space-y-0 justify-between flex-1 md:-ml-[40px] md:mt-0 mt-8 reveal fade-right">
<div class="unlocked_flex_xl">
<div class="unlocked_box_xl shadow_top shadow_right0 mr_one_xl">
<div class="flex justify-center">
<img class="" src="images/dashboard/profile-privacy.png">
</div>
<h4 class="text-[22px] text font-[600] pt-4">
Profile Privacy
</h4>
<p class="text-[15px] text font-[300] review_color pt-2">
Make your profile private?
</p>
<div class="review_color text-[14px] mt-2">
No
<label class="switch">
<input type="checkbox">
<span class="slider"></span>
</label> Yes
</div>
</div>
<div class="unlocked_box_xl purple_web shadow_right0 botton">
<h4 class="text-[22px] text font-[500] pt-1 white">
Silver Package
</h4>
<p class="text-[15px] text font-[300] pt-1 white">
Purchased
</p>
<h3 class="fs_50 font-[500] pt-1 white">
499 <span class="text-[15px]">/ NTD</span>
</h3>
<div class="flex justify-between items-center mt-2 package_buy_border">
<div class="flex items-center">
<img src="images/dashboard/profile-show.png">
<h6 class="text-[14px] text font-[500] white pl-2">
Total Credits
</h6>
</div>
<div>
<h6 class="text-[14px] text font-[500] white pl-2">
10
</h6>
</div>
</div>
<div class="flex justify-between items-center mt-2">
<div class="flex items-center">
<img src="images/dashboard/profile-show.png">
<h6 class="text-[14px] text font-[500] white pl-2">
Remaining
</h6>
</div>
<div>
<h6 class="text-[14px] text font-[500] white pl-2">
4
</h6>
</div>
</div>
<button type="button" class="buy_more_btn">Buy More <img src="images/dashboard/next.png"></button>
</div>
</div>
</div>
</div>
<div
class="flex md:flex-row sm:space-x-[90px] lg:space-x-4 justify-center flex-col py-8 wrapper max-sm:overflow-hidden pb-0 pt-0"
>
<div class="flex md:flex-1">
<div class="unlocked_box_xl shadow_top shadow_right0 botton mt-5 dash_mobile">
<div class="unlocked_flex_xl justify-between pad_flex">
<h2 class="text-[25px] text font-[500] mobile_size_sm">
Maching profile history
</h2>
<div class="unlocked_flex_xl">
<div class="icon-input">
<input class="icon-input__text-field" type="text" placeholder="Search">
<i class="icon-input__icon material-icons"><img src="images/dashboard/search.png"></i>
</div>
<div class="form-group w285">
<div class="dropdown">
<button class="profile_input dropdown-toggle profile_dropdown status_bg" type="button" data-toggle="dropdown" aria-expanded="false">
Status
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</div>
</div>
</div>
</div>
<table class="rwd-table">
<tbody>
<tr>
<th>Name</th>
<th>Subject</th>
<th>Budget</th>
<th>Status</th>
<th>Rating</th>
<th></th>
<th></th>
</tr>
<tr>
<td data-th="Name">
<span class="table_flex items-center mobile_mt">
<div class="flex relative_zindex items-center">
<img class="table_img mr-3" src="images/dashboard/profile.png"> Marielia Niamh <img class="ml-2" src="images/dashboard/verified-small.png">
<div class="dashboard_online_status">
<div class="dashboard_online"></div>
</div>
</div>
</span>
</td>
<td data-th="Subject" class="mobile_set_flex">
English, Math
</td>
<td data-th="Budget" class="mobile_set_flex">
NTD 299
</td>
<td data-th="Status" class="mobile_set_flex">
<span class="table_flex items-center">
<img src="images/dashboard/table-unlocked.png"> <span class="textPurple ml-2 pt-1">Unlocked</span>
</span>
</td>
<td data-th="Rating" class="mobile_set_flex">
<span class="table_flex items-center">
<img src="images/dashboard/star.png"> <span class="textPurple ml-2 pt-1">4.4</span>
</span>
</td>
<td data-th="Favorite" class="mobile_set_flex">
<img src="images/dashboard/heart-line.png">
</td>
<td data-th="Action" class="mobile_set_flex">
<img src="images/dashboard/side-menu.png">
</td>
</tr>
<tr>
<td data-th="Name">
<span class="table_flex items-center mobile_mt">
<div class="flex relative_zindex items-center">
<img class="table_img mr-3" src="images/dashboard/profile.png"> Marielia Niamh <img class="ml-2" src="images/dashboard/verified-small.png">
<div class="dashboard_online_status">
<div class="dashboard_online"></div>
</div>
</div>
</span>
</td>
<td data-th="Subject" class="mobile_set_flex">
English, Math
</td>
<td data-th="Budget" class="mobile_set_flex">
NTD 299
</td>
<td data-th="Status" class="mobile_set_flex">
<span class="table_flex items-center">
<img src="images/dashboard/skiped.png"> <span class="ml-2">Skipped</span>
</span>
</td>
<td data-th="Rating" class="mobile_set_flex">
<span class="table_flex items-center">
<img src="images/dashboard/star.png"> <span class="textPurple ml-2 pt-1">4.4</span>
</span>
</td>
<td data-th="Favorite" class="mobile_set_flex">
</td>
<td data-th="Action" class="mobile_set_flex">
<img src="images/dashboard/side-menu.png">
</td>
</tr>
<tr>
<td data-th="Name">
<span class="table_flex items-center mobile_mt">
<div class="flex relative_zindex items-center">
<img class="table_img mr-3" src="images/dashboard/profile.png"> Marielia Niamh
<div class="dashboard_online_status">
<div class="dashboard_offline"></div>
</div>
</div>
</span>
</td>
<td data-th="Subject" class="mobile_set_flex">
English, Math
</td>
<td data-th="Budget" class="mobile_set_flex">
NTD 299
</td>
<td data-th="Status" class="mobile_set_flex">
<span class="table_flex items-center">
<img src="images/dashboard/table-unlocked.png"> <span class="textPurple ml-2 pt-1">Unlocked</span>
</span>
</td>
<td data-th="Rating" class="mobile_set_flex">
<span class="table_flex items-center">
<img src="images/dashboard/star.png"> <span class="textPurple ml-2 pt-1">4.4</span>
</span>
</td>
<td data-th="Favorite" class="mobile_set_flex">
<img src="images/dashboard/heart-fill.png">
</td>
<td data-th="Action" class="mobile_set_flex">
<img src="images/dashboard/side-menu.png">
</td>
</tr>
<tr>
<td data-th="Name">
<span class="table_flex items-center mobile_mt">
<div class="flex relative_zindex items-center">
<img class="table_img mr-3" src="images/dashboard/profile.png"> Marielia Niamh <img class="ml-2" src="images/dashboard/verified-small.png">
<div class="dashboard_online_status">
<div class="dashboard_offline"></div>
</div>
</div>
</span>
</td>
<td data-th="Subject" class="mobile_set_flex">
English, Math
</td>
<td data-th="Budget" class="mobile_set_flex">
NTD 299
</td>
<td data-th="Status" class="mobile_set_flex">
<span class="table_flex items-center">
<img src="images/dashboard/skiped.png"> <span class="ml-2">Skipped</span>
</span>
</td>
<td data-th="Rating" class="mobile_set_flex">
<span class="table_flex items-center">
<img src="images/dashboard/star.png"> <span class="textPurple ml-2 pt-1">4.4</span>
</span>
</td>
<td data-th="Favorite" class="mobile_set_flex">
</td>
<td data-th="Action" class="mobile_set_flex">
<img src="images/dashboard/side-menu.png">
</td>
</tr>
<tr>
<td data-th="Name">
<span class="table_flex items-center mobile_mt">
<div class="flex relative_zindex items-center">
<img class="table_img mr-3" src="images/dashboard/profile.png"> Marielia Niamh
<div class="dashboard_online_status">
<div class="dashboard_online"></div>
</div>
</div>
</span>
</td>
<td data-th="Subject" class="mobile_set_flex">
English, Math
</td>
<td data-th="Budget" class="mobile_set_flex">
NTD 299
</td>
<td data-th="Status" class="mobile_set_flex">
<span class="table_flex items-center">
<img src="images/dashboard/table-unlocked.png"> <span class="textPurple ml-2 pt-1">Unlocked</span>
</span>
</td>
<td data-th="Rating" class="mobile_set_flex">
<span class="table_flex items-center">
<img src="images/dashboard/star.png"> <span class="textPurple ml-2 pt-1">4.4</span>
</span>
</td>
<td data-th="Favorite" class="mobile_set_flex">
<img src="images/dashboard/heart-line.png">
</td>
<td data-th="Action" class="mobile_set_flex">
<img src="images/dashboard/side-menu.png">
</td>
</tr>
<tr>
<td data-th="Name">
<span class="table_flex items-center mobile_mt">
<div class="flex relative_zindex items-center">
<img class="table_img mr-3" src="images/dashboard/profile.png"> Marielia Niamh <img class="ml-2" src="images/dashboard/verified-small.png">
<div class="dashboard_online_status">
<div class="dashboard_offline"></div>
</div>
</div>
</span>
</td>
<td data-th="Subject" class="mobile_set_flex">
English, Math
</td>
<td data-th="Budget" class="mobile_set_flex">
NTD 299
</td>
<td data-th="Status" class="mobile_set_flex">
<span class="table_flex items-center">
<img src="images/dashboard/table-unlocked.png"> <span class="textPurple ml-2 pt-1">Unlocked</span>
</span>
</td>
<td data-th="Rating" class="mobile_set_flex">
<span class="table_flex items-center">
<img src="images/dashboard/star.png"> <span class="textPurple ml-2 pt-1">4.4</span>
</span>
</td>
<td data-th="Favorite" class="mobile_set_flex">
</td>
<td data-th="Action" class="mobile_set_flex">
<img src="images/dashboard/side-menu.png">
</td>
</tr>
<tr>
<td data-th="Name">
<span class="table_flex items-center mobile_mt">
<div class="flex relative_zindex items-center">
<img class="table_img mr-3" src="images/dashboard/profile.png"> Marielia Niamh
<div class="dashboard_online_status">
<div class="dashboard_offline"></div>
</div>
</div>
</span>
</td>
<td data-th="Subject" class="mobile_set_flex">
English, Math
</td>
<td data-th="Budget" class="mobile_set_flex">
NTD 299
</td>
<td data-th="Status" class="mobile_set_flex">
<span class="table_flex items-center">
<img src="images/dashboard/table-unlocked.png"> <span class="textPurple ml-2 pt-1">Unlocked</span>
</span>
</td>
<td data-th="Rating" class="mobile_set_flex">
<span class="table_flex items-center">
<img src="images/dashboard/star.png"> <span class="textPurple ml-2 pt-1">4.4</span>
</span>
</td>
<td data-th="Favorite" class="mobile_set_flex">
<img src="images/dashboard/heart-line.png">
</td>
<td data-th="Action" class="mobile_set_flex">
<img src="images/dashboard/side-menu.png">
</td>
</tr>
<tr>
<td data-th="Name">
<span class="table_flex items-center mobile_mt">
<div class="flex relative_zindex items-center">
<img class="table_img mr-3" src="images/dashboard/profile.png"> Marielia Niamh
<div class="dashboard_online_status">
<div class="dashboard_offline"></div>
</div>
</div>
</span>
</td>
<td data-th="Subject" class="mobile_set_flex">
English, Math
</td>
<td data-th="Budget" class="mobile_set_flex">
NTD 299
</td>
<td data-th="Status" class="mobile_set_flex">
<span class="table_flex items-center">
<img src="images/dashboard/table-unlocked.png"> <span class="textPurple ml-2 pt-1">Unlocked</span>
</span>
</td>
<td data-th="Rating" class="mobile_set_flex">
<span class="table_flex items-center">
<img src="images/dashboard/star.png"> <span class="textPurple ml-2 pt-1">4.4</span>
</span>
</td>
<td data-th="Favorite" class="mobile_set_flex">
<img src="images/dashboard/heart-line.png">
</td>
<td data-th="Action" class="mobile_set_flex">
<img src="images/dashboard/side-menu.png">
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- Profiles Section End -->
</main>
<footer class="md:flex bg-darkgrey justify-between footer_flex hidden md:block mt-5">
<div class="flex-1 flex flex-col max-w-[1170px] mauto footerz1">
<div class="flex w-full justify-between text-white flex-1 pt_15xl">
<div class="w30xl">
<h4 class="font-semibold text-[22px] mb-8 text-transform">Just Tutor Lah</h4>
<p class="font-[400] md:text-[16px] text-[16px] lightGrey pt-1 textgreyxl">
CopyGen is an artificial intelligence trained to automate important tasks such as writing optimized product descriptions, high-converting ad copy, blog outlines, and more
</p>
<div class="flex mt-4">
<a href="#"><img class="mr-2" src="images/footer/fb-icon.png"></a>
<a href="#"><img class="mr-2" src="images/footer/insta-icon.png"></a>
<a href="#"><img class="mr-2" src="images/footer/whatsapp-icon.png"></a>
<a href="#"><img class="mr-2" src="images/footer/in-icon.png"></a>
<a href="#"><img class="mr-2" src="images/footer/twitter-icon.png"></a>
<a href="#"><img class="mr-2" src="images/footer/youtube-icon.png"></a>
</div>
</div>
<div class="w20xl">
<h4 class="font-semibold text-[22px] mb-8 text-transform">Policies & Others</h4>
<nav class="space-y-3 flex flex-col fs_15 font-[500]">
<a href="#">Terms & Conditions</a>
<a href="#">Privacy Policy</a>
<a href="#">About us</a>
<a href="#">Tutors</a>
<a href="#">Contact Us</a>
</nav>
</div>
<div class="w35xl">
<h4 class="font-semibold text-[22px] mb-8 text-transform">Ask for More</h4>
<form class="flex flex-col space-y-4 d_block">
<div class="flex">
<input
type="text"
class="placeholder-white mr_4xl input_footer w195_cl outline-none border text-sm border-white px-4 py-[13px] bg-transparent w-[240px]"
placeholder="Name"
/>
<input
type="text"
class="placeholder-white w195_cl input_footer outline-none border text-sm border-white px-4 py-[13px] bg-transparent w-[240px]"
placeholder="Email"
/>
</div>
<textarea rows="3" class="footer-msg input_footer px-[20px] py-[13px] w-full placeholder:text-[#84819e] text-[#84819e] resize-none" placeholder="Message..." type="text" id="message" name="message" required=""></textarea>
<button
class="bg_gradient"
type="submit"
>
Submit
</button>
</form>
</div>
</div>
<div
class="flex border_1xl -mx-10 items-center justify-center text-white text-[14px] footer-border mt-auto pt-[26px] pb-[26px] px-3"
>
<div>
<span class="font-[300]">COPYRIGHT: </span
><span class="font-[300]"> © 2024. All rights reserved to Just Tutor Lah</span>
</div>
</div>
</div>
</footer>
<footer
class="justify-between pt-4 bg-darkgrey pb-6 md:pb-0 md:hidden mt-5"
>
<div class="text-white flex-1 px-6">
<div class="w30xl">
<h4 class="font-semibold text-[22px] mb-8 text-transform">Just Tutor Lah</h4>
<p class="font-[400] md:text-[16px] text-[16px] lightGrey pt-1 textgreyxl">
CopyGen is an artificial intelligence trained to automate important tasks such as writing optimized product descriptions, high-converting ad copy, blog outlines, and more
</p>
<div class="flex mt-4">
<a href="#"><img class="mr-2" src="images/footer/fb-icon.png"></a>
<a href="#"><img class="mr-2" src="images/footer/insta-icon.png"></a>
<a href="#"><img class="mr-2" src="images/footer/whatsapp-icon.png"></a>
<a href="#"><img class="mr-2" src="images/footer/in-icon.png"></a>
<a href="#"><img class="mr-2" src="images/footer/twitter-icon.png"></a>
<a href="#"><img class="mr-2" src="images/footer/youtube-icon.png"></a>
</div>
</div>
<div class="w20xl">
<h4 class="font-semibold text-[22px] mb-8 text-transform">Policies & Others</h4>
<nav class="space-y-3 flex flex-col fs_15 font-[500]">
<a href="#">Terms & Conditions</a>
<a href="#">Privacy Policy</a>
<a href="#">About us</a>
<a href="#">Tutors</a>
<a href="#">Contact Us</a>
</nav>
</div>
<div class="w35xl">
<h4 class="font-semibold text-[22px] mb-8 text-transform">Ask for More</h4>
<form class="flex flex-col space-y-4 d_block">
<div class="flex">
<input
type="text"
class="placeholder-white mr_4xl input_footer w195_cl outline-none border text-sm border-white px-4 py-[13px] bg-transparent w-[240px]"
placeholder="Name"
/>
<input
type="text"
class="placeholder-white w195_cl input_footer outline-none border text-sm border-white px-4 py-[13px] bg-transparent w-[240px]"
placeholder="Email"
/>
</div>
<textarea rows="3" class="footer-msg input_footer px-[20px] py-[13px] w-full placeholder:text-[#84819e] text-[#84819e] resize-none" placeholder="Message..." type="text" id="message" name="message" required=""></textarea>
<button
class="bg_gradient"
type="submit"
>
Submit
</button>
</form>
</div>
</div>
<div
class="items-center justify-center text-white text-[14px] footer-border mt-auto pt-[26px] px-3"
>
<div>
<span class="font-[300]">COPYRIGHT: </span
><span class="font-[300]"> © 2024. All rights reserved to Just Tutor Lah</span>
</div>
</div>
</div>
</footer>
</body>
</html>